asadullah
Android Enthusiast
This is a slightly modified stock rom. I've added the flash_image and su binaries as well as a modified boot image that turns r.o secure off *
How to use this:
1) Root your phone using super one click found here
2) Put the rom found here on your sdcard
3) Install recovery found in next post
4) Reboot into recovery# wipe everything that you want@
5) Choose option Flash zip from sdcard
6) Select the zip file press the home key twice let it do it's thing
7)reboot phone
----Additional Notes--------
It's best to have adb in your system path follow this simple tutorial here
* r.o secure prevents you from adb remount when turned off you can type adb remount from terminal or command prompt then adb push items to anywhere on your phone. Very handy
# you can reboot into recovery several ways but my two favorites are:
1) turn phone completely off once off hold down the home and volume down key and then press the power key. Hold all three for a second and then release and it will take you to recovery.
2) Type
in command prompt or terminal shell
@ Anytime you flash a rom the minimum that you must wipe is data/factory reset, wipe cache, wipe dalvik cache
MANY THANKS ACROSS ALOT OF DIFFERENT FORUMS
How to use this:
1) Root your phone using super one click found here
2) Put the rom found here on your sdcard
3) Install recovery found in next post
4) Reboot into recovery# wipe everything that you want@
5) Choose option Flash zip from sdcard
6) Select the zip file press the home key twice let it do it's thing
7)reboot phone
----Additional Notes--------
It's best to have adb in your system path follow this simple tutorial here
* r.o secure prevents you from adb remount when turned off you can type adb remount from terminal or command prompt then adb push items to anywhere on your phone. Very handy
# you can reboot into recovery several ways but my two favorites are:
1) turn phone completely off once off hold down the home and volume down key and then press the power key. Hold all three for a second and then release and it will take you to recovery.
2) Type
Code:
adb reboot recovery
@ Anytime you flash a rom the minimum that you must wipe is data/factory reset, wipe cache, wipe dalvik cache
MANY THANKS ACROSS ALOT OF DIFFERENT FORUMS
