View Single Post
  #534 (permalink)  
Old 01-08-2012, 05:50 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Threadstarter
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 2.08.651.2 | 2.3.4 | Updated *1/1/12*

Quote:
Originally Posted by roy8830 View Post
Ok, I flashed the zip, that didn't work. Then I tried going into FE and copied the apk from sd card, went into system/app and then tried pasting. It asked to overwrite? I said yes. It then said "operation failed". It also cause a FC one time I tried it as well.

So yes, please tell me how to "push" files. Should I have deleted the apk on the system/app and then copied SystemUI?

Enjoy the powder!
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
__________________
Reply With Quote
This post has been thanked 1 times.