0

How to Add or Remove Applications

If you have correctly followed the previous part of the tutorial, you will have a working folder buy now.
  1. Go to the working folder where you originally extracted Android ROM.
  2. Go to system/app. You will see a list of all the .apk files that are in the Android ROM.
  3. Change or delete any apk you want, just be careful not to delete any important apk. If you do not know what to do here, leave this step as it is.

Adding a Boot Animation

Boot animation refers to the flash screen that you see before your phone boots. Like in SONY phones, you see XPERIA flashing on the screen before the actual startup.
For this, replace the bootanimation.zip located in the workingfolder/system/media with any animation of your choice. You can choose the animations from this link
boot animation

Fixing GPS location for your country

Since a ROM is free for all and anyone can install it, there is no certain position of the GPS to which the Android ROM should target. Therefore, if you ever try to customize a ROM, make sure you edit the GPS settings as well.
  1. Go to workingfolder/system/etc
  2. Go to the file named “gps.conf”. Open it in notepad++(not in simple notepad). Notepad++ is a free utility and you can download it from anywhere.
  3. Download the required gps script file of your country from this link. Extract it and replace with the above “gps.conf”

Changing the default wallpaper

Changing default wallpaper is easy but you have to be careful while editing or deleting it.
  1. Go to workingfolder/system/framework/
  2. If you have installed 7zip on your computer, then its good, otherwise do it. Then from the same folder, open framework-res.apk
  3. Go to res/drawable-hdpi/ and you will see default_wallpaper.jpg file. Just replace this file with any other you like. Make sure both are in the same format.

Changing the system interface

This part deals with the change in the overall menu appearance throughout the ROM. This is the most crucial step and if you are unsure about this, please do not try.
  1. Go to workingfolder/system/ and open the file named “build.prop” with notepad++.
  2. Now you will see a lot of options that you can change. I cannot tell all of them as they are a lot but I will change the LCD density here.
  3. Locate ro.sf.lcd_density=240 inside the “build.prop” file and change the value to anything you like. Just replace it with 240.
build.prop
Now you have changed your ROM according to your likings and are ready for the final step of the whole process which is repacking the Android ROM to install onto the mobile. I will discuss it in the next part of the tutorial.

Post a Comment

 
Top