• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Theme editing/ Statusbar Editing(Updated 6/25/2012:1 3G bars fixed)

@salvy512-How can I wipe dalvik cache via adb? When I type "adb remount" I get errors...im trying to push a system apk...thanks!
 
@salvy512-How can I wipe dalvik cache via adb? When I type "adb remount" I get errors...im trying to push a system apk...thanks!

I did not try this:
I have not wiped my delvik yet. no need to atleast for me

or

adb shell
su
cd /data/dalvik-cache
rm *
reboot

Source: http://forum.xda-developers.com/showthread.php?t=1500618

adb shell
su
mount -t rfs -o remount,rw /dev/block/stl6 /data
rm -r /data/dalvik-cache/*

Source/Credit: Is it possible to clear Cache and Dalvik-Cache using ADB? - SDX-Developers Forum
 
I wipe the cache but when I push phone apk It still dossent show any changes, I made some img changes and it's still the same
 
Stock lg optimus elite phone.apk, I changed some img in apk manager and then pushed back to system/app and nothing changes

Just the phone icon, I want it the same cyan color as in cm7
 
Stock lg optimus elite phone.apk, I changed some img in apk manager and then pushed back to system/app and nothing changes

Just the phone icon, I want it the same cyan color as in cm7

Ok, so you opened the phone.apk edit and pushed it back to system/app..correct?

Did you make sure what you changed is named correctly (sometimes they are named different. also once the phone is deodexed is when we can edit everything without problems. when it is not deodexed some of the data is saved in a odex file that runs before the phone, and when you deodex you put the file back into the apk so that nothing loads before hand and themeing is a lot easier.
 
Yes exactly what i did, pulled, edit, then pushed. Ok then, thats probaly the problem then, thanks salvy512 for your help, greatly appreciated :D
 
Yes exactly what i did, pulled, edit, then pushed. Ok then, thats probaly the problem then, thanks salvy512 for your help, greatly appreciated :D

I tried pulling mine and pushing it again and I did some minor editing to the calling and hanging up thing and it came out ok looks ics ish, with big icons lol
 
I like this thread, but I think I'm going to wait for an ICS rom (which will probably be quite some time from now)

*I orgot a letter
 
I like this thread, but I think I'm going to wait for an ICS rom (which will probably be quite some time from now)

*I orgot a letter

I can make ALOT more themes/ editing if people really want, but it doesn't seem like it.. I need to deodex in order for some stuff.. but who knows if we can considering im the only person who tried and can't seem to fix it =/
 
Back
Top Bottom