View Single Post
  #898 (permalink)  
Old 05-15-2012, 07:11 PM
princem131's Avatar
princem131
Halfway to VIP Status
Offline
Location: Columbus, OH. But from CLEVELAND!!!!
 
Join Date: Jul 2006
Posts: 749
Reputation: 375
princem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regularprincem131 is becoming a PPCGeeks regular
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to princem131 Send a message via Yahoo to princem131
Download the zip file to your sd card (or sideload it) and then flash from recovery (choose the option to reset to recovery from the reset menu. Then in your recovery select Install, select the zip and flash)

Edit: for some reason flashing wasn't working for me. I had to move the systemui.apk to my phones system folder and reboot. You can do it using EsFile explorer. Mount as read/write, extract the "systemui.apk" file and move it to your phones /system/app folder. It'll replace the current version of the apk. Reboot and be sure to deactivate mount. Had to do this on a previous version.

Can also do it via pc:

Quote:
Originally Posted by OMJ View Post
in FE, you need to enable "root explorer" in settings, and also when in the system folder, u have to "mount" as read/write, by default it is read only, that's why it failed.


to push manually (this is funner):

-if u don't have HTC Sync installed, download & install the drivers

-if u don't have SDK installed, download & extract these files to a folder (ie, c:\sdktools)

-copy SystemUI.apk to the same folder (ie, c:\sdktools)

-reboot phone into recovery

-connect phone to pc via usb cable

-open a command window to that folder (in W7, hold shift, then right click the folder, then choose open cmd window)

-in the cmd window type, adb devices, it should look something like this:

Code:
c:\SDKtools>adb devices
List of devices attached
HT16JHX*****    recovery
-now type, adb shell mount /system

-then, adb push SystemUI.apk /system/app

-then adb reboot

verify u have the new icons


Positive Vibrations
__________________
PAIN IS TEMPORARY, PRIDE IS FOREVER!

Check out my blog: http://brownhandstech.blogspot.com

Last edited by princem131; 05-15-2012 at 07:57 PM.
Reply With Quote