Skip to main content

Posts

Showing posts from February, 2017

Compile Custom Rom From Source

Compiling custom rom from source code. Compiling custom rom takes a hell lot of time!!!! so be aware of That! First things first you have to setup system to start compiling. you have to be on Ubuntu Os. You can use virtual box or dual boot with windows(the best option) System requirements for fastest compilation are as below: Important minimum 8GB of RAM ( you're compiling rom based on Marshmallow or Nougat) 100GB of free Space on HDD (it is good to have a SSD). Quad Core processor. A good internet connection with unlimited data yeah that's it! my suggestion is that you have to install Ubuntu alongside you system means dual boot! (why ? ask yourself!). now, I am assuming that you have installed and boot up in Ubuntu. So let's Get Started! Step 1 :- install JAVA (open jdk 8) in Ubuntu. open up the terminal and type the following command and hit enter. $ sudo apt-get install openjdk-8-jdk Step 2 :- Install other packages