jasonb1985
Android Expert
can we modify the system while the phone is booted now that we have the unrevoked recovery flash tool?
is this what NAND unlock means?
is this what NAND unlock means?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

you have to do it through your terminal still but its simple to get into recovery now![]()
terminal meaning terminal emulator or terminal meaning my laptop?
Thanks crimton!For anybody who doesn't know, to modify the system do this:
power off
plug in usb cable
hold volume down+power
volume down once to select recovery and then hit power
now you should be at the clockworkmod recovery menu
select apply sdcard:update.zip
on your computer, click start, run, and then type "cmd" and hit enter to get a dos prompt
go to the sdk\tools directory and type adb shell
This wasn't obvious to me so maybe it will help someone else out.![]()
are you sure you have to apply update?
i was told to go into mount system menu.
then what to delete city id...?
are you sure you have to apply update?
i was told to go into mount system menu.
Running the update worked, but I'm sure that mounting /system is the better way to go. Edited my post.They are testing it out to see what works and what doesn't.
My question would be how would you flash the update.zip when it hasn't been pushed yet?
then what to delete city id...?
rm /system/app/CityID.apk
/system/bin/rm /system/app/CityID.apk
heres the command i used
/sbin/rm is in the path so it is what is run if one simply types "rm". When I look at /sbin/rm it is a link to "busybox".
/system/bin/rm is a link to "toolbox".
Do you know what the difference between the two is? (no idea here)