Skip to content

Instantly share code, notes, and snippets.

View mokhtarabadi's full-sized avatar
🙃

Mohammad Reza Mokhtarabadi mokhtarabadi

🙃
View GitHub Profile
@mokhtarabadi
mokhtarabadi / Buildbot-Guide.txt
Created October 30, 2019 09:37 — forked from SwapnilSoni1999/Buildbot-Guide.txt
[GUIDE] ROM Compiling from source [Buildbot]
First of all have a brief look at xda threads about compiling rom from source dont follow all stuff from there tho.. just have a look on those threads specially that jackeagle thread.
now first what you need :
If on local
-> Fast internet connection (fast enough to download 50GB rom source without waiting for a day or two xD )
-> 4core cpu(or higher)
-> 8gb minimum ram
-> Linux (Ubuntu for this guide)
@mokhtarabadi
mokhtarabadi / Buildbot-Guide.txt
Created October 30, 2019 09:37 — forked from SwapnilSoni1999/Buildbot-Guide.txt
[GUIDE] ROM Compiling from source [Buildbot]
First of all have a brief look at xda threads about compiling rom from source dont follow all stuff from there tho.. just have a look on those threads specially that jackeagle thread.
now first what you need :
If on local
-> Fast internet connection (fast enough to download 50GB rom source without waiting for a day or two xD )
-> 4core cpu(or higher)
-> 8gb minimum ram
-> Linux (Ubuntu for this guide)
@mokhtarabadi
mokhtarabadi / build.gradle
Last active August 29, 2015 14:15
remove signing in telegram android
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.0'
}
}
apply plugin: 'com.android.application'
repositories {