Changing battery Icon on Froyo? - GT540 Optimus Themes and Apps

Ok has anyone managed to (successfully) change their battery icon on 2.2.1. I've tried various times but it always ends in boot loops or no battery indicator at all. They've mostly come from the UOT Kitchen, but I've no idea how to properly 'install' them as such.
Any ideas?

There is an app for sgs to change battery icon. Maybe that app can help you.
Joost
Sent from my GT540 using XDA App

sgs is hdpi it wont work

adb pull /system/framework/framework-res.apk
it will end up in your user folder, mine is Mark
get that apk and extract it using 7zip or other program
look in the folder drawable-mdpi folder and you will see towards the end a bunch of battery icons representing the amount of charge.
replace those files with those from another theme or rom.
once done then create a folder called res and put all extracted folders in there.
then put the res folder in a new folder called framework-res.
place framework-res (and this xml file http://dl.dropbox.com/u/18706196/BattIcon.xml) in a zip called BattIcon
on your phone go to market and get metamorph.
copy the zip made earlier onto your sd card in a folder called AndroidThemes.
open metamorph and select unzip theme, unzip the file you added
then click select theme and choose the folder and tap the xml inside.
a popup will come just click ok then click apply all another popup will come just hit ok
it will apply and may ask to restart or it may do itself.
voila icon changed
same proccess used for theming

pashinator said:
adb pull /system/framework/framework-res.apk
it will end up in your user folder, mine is Mark
get that apk and extract it using 7zip or other program
look in the folder drawable-mdpi folder and you will see towards the end a bunch of battery icons representing the amount of charge.
replace those files with those from another theme or rom.
once done then create a folder called res and put all extracted folders in there.
then put the res folder in a new folder called framework-res.
place framework-res (and this xml file http://dl.dropbox.com/u/18706196/BattIcon.xml) in a zip called BattIcon
on your phone go to market and get metamorph.
copy the zip made earlier onto your sd card in a folder called AndroidThemes.
open metamorph and select unzip theme, unzip the file you added
then click select theme and choose the folder and tap the xml inside.
a popup will come just click ok then click apply all another popup will come just hit ok
it will apply and may ask to restart or it may do itself.
voila icon changed
same proccess used for theming
Click to expand...
Click to collapse
Thanks, I'll give it a try once I get to a computer, just one question, the stock battery icon goes down in 10%, would it make a difference if I then added a battery icon that moves in 1%?

pashinator said:
adb pull /system/framework/framework-res.apk
it will end up in your user folder, mine is Mark
get that apk and extract it using 7zip or other program
look in the folder drawable-mdpi folder and you will see towards the end a bunch of battery icons representing the amount of charge.
replace those files with those from another theme or rom.
once done then create a folder called res and put all extracted folders in there.
then put the res folder in a new folder called framework-res.
place framework-res (and this xml file http://dl.dropbox.com/u/18706196/BattIcon.xml) in a zip called BattIcon
on your phone go to market and get metamorph.
copy the zip made earlier onto your sd card in a folder called AndroidThemes.
open metamorph and select unzip theme, unzip the file you added
then click select theme and choose the folder and tap the xml inside.
a popup will come just click ok then click apply all another popup will come just hit ok
it will apply and may ask to restart or it may do itself.
voila icon changed
same proccess used for theming
Click to expand...
Click to collapse
Also that link doesn't seem to work for me. This is what I get:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

EoinSheehy said:
Thanks, I'll give it a try once I get to a computer, just one question, the stock battery icon goes down in 10%, would it make a difference if I then added a battery icon that moves in 1%?
Click to expand...
Click to collapse
Well it would probably make the battery icon flash when on screen. But what you can do is, say the battery icon is meant for 1% accuracy then you can use the more accurate icons and place them on the 10% blocks so you can see where your battery is more clearly. Does that make sense?

Related

Basic Framework Edits

this is a very basic guide to change colors and maybe icons if you've suitable icons..
I don't know anything about signing apks and stuffs but I did the following steps and it worked for me...
THINGS YOU'LL NEED :
7zip
Any Imaging Software that can handle PNG files(I use PHOTOSHOP)
FRAMEWORK-RES.APK file
STEPS :
Right Click on your framework-res.apk
Click 7-zip->Open Archive
go to res folder
Extract drawable-mdpi anywhere on your pc
edit the files you want with your imaging software and save them
now drag the modified files to the drawable-mdpi folder in the zip file
Open the drawable-mdpi folder in your zip file
select the modified files, hold and drag to the zip archive and leave it
it will ask you to add the files or not
just click yes
Click to expand...
Click to collapse
Close the file
Push your framework into your phone
(I use Xrecovery mode for pushing it, cuz its safe)
Code:
[B]busybox cp /sdcard/framework-res.apk /system/framework/framework-res.apk[/B]
---------------------------END------------------------------------------
IMPORTANT TIPS
if you're upto modifying colors than you may notice that some files have extension .9.png they need special way to edit (actually not so special lol)
just open them in your imaging program
you'll notice few black dots and black border
something like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
keep those black things as they are, and mess around with the other colors
-----------------------------END QUOTE----------------------------------
for now I've just tested this with colors and few icons and it works
-------------------------------------------------------------------------------------
if anyone needs this framework (I changed the green color to orange, changed the lock symbol to stock it was too small and colored some of the network indicators from white to green lol)
FRAMEWORK-RES.APK.7z
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
propc said:
Good. i tried to change the xml files. but the process needed me to use apktool to decompile the framework-res.apk.
when i used original framework-res-apk, it decompiled successfully, but when I used gingerbread framework-res.apk by pulpoff, errors about the .9.pngs occur.
Click to expand...
Click to collapse
xml is just too advance for me lol
yes for editing xml files it needs to be decompiled....
maybe you need to edit 9.png files the way I did
why dont you give it a try
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
KINGMANI said:
Thx
I searched for a TuT
Now i can give my cellphone my own looking
A question can i replace icons white icons form a X10 theme or so?
Click to expand...
Click to collapse
yeah.. i used gingerbread theme's icons and they worked however you can only replace those which have the exact same name you know not everything is possible lol
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
I see now, that in framework 'res' folder, in 'drawable-land-mdpi', we have stock layouts of Lock Screen (i mean, stock bar for unlock move and sound).
How can I set it to default? I don't like that SE original LockScreen theme...
Find all the icons named as SEMC_slidingtab and replace them the way you want
mercury_beta said:
nice work. can you explain how to change battery icon, i want it show percent, like 58% in front of the icon. i think that's what people need most
Click to expand...
Click to collapse
Most people use widgets for that.. lol
please follow the tutorial
how change icons
mislatero said:
please follow the tutorial
how change icons
Click to expand...
Click to collapse
use desktop visualizer for that.. its available for free in market

[Q] VoiceMail Removal

i have the Voicemail Icon on my Status bar ALL the time.
NO it's not a service provider issue. Nor anything else. it's just something i have to live with it (i live in Iraq,and trust me these things are normal here)
WHAT I NEED IS: is it possible to REMOVE the icon from the system so i can't see it on the status bar anymore????
If your rooted you could find the png file in framework-res.apk or systemUI.apk and replace it with a transparent image other than that i cant help sorry.
Yes Rooted. and Yes i want to use this method (either delete or make it fully transparent)
BUT: where can i find those? directory ???
omid_freesky said:
Yes Rooted. and Yes i want to use this method (either delete or make it fully transparent)
BUT: where can i find those? directory ???
Click to expand...
Click to collapse
framework-res.apk is in system/framework
SystemUI.apk is in system/app
What rom are you on?
Custom or stock?
Take a screen shot with the icon ill see if can change it for you.
i use CriskeloRom V18 with Blue theme
and as you can see from the screen shot the voicemail is ALWAYS there.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BTW, Thanks for your concern and kind help.
I have found the file its stat_notify_voicemail.png in framework-res.apk.
Can you copy your framework-res.apk from system/framework with a root file manager and upload it and ill replace the image for you.
If your not sure how to do this let me know and ill try to explain.
Ive modded the file to be transparent just needs injecting into your framwork
can you teach me how to replace the PNG inside the APK? so i can do it myself in the future.
Thanks again ( A LOT )
update:
the Framework-res.apk is over 10mb big and won't load (unless i zip it and send it in 2 parts) ... it'll be great if you tell me how to replace the png.
Sure i can we like a user who likes to learn
first you need winrar http://www.rarlab.com/
1. using a root file manager (this is a good free one http://www.ghisler.ch/board/viewtopic.php?t=30417) copy your framewor-res.apk from system/framework to your internal or external SD Card
2. Copy it off the SD to your pc.
3. open the framework-res.apk on your pc with winrar
4. Navigate to drawable-hdpi
5. drag the modified stat_notify_voicemail.png i attached into drawable-hdpi leave all the options as they are and press ok.
4. copy the framework-res.apk bk to system/framework *you might get a force close or random reboot (dont worry its normal)
5. when phone has rebooted navigate to system/framework and change the permissions to as per my pic.
6.reboot
7.???
8. Profit
Hope that made sense!
Never will the voice mail icon annoy you again
My upload didnt work properly ive rar'd it up hopefully will work better this time
no matter what i do or use it won't let me edit (over write - replace - rename) the framework-res.apk file.
i replaced the png but can't replace the whole apk
PS: is there a way to permanently stop the Voice mail. (like uninstall the functionality from the phone)
You need to set your file system to writable, try this.
1. Download es file explorer from the market
2. In options tick root explorer
3. Tick mount file system as writable
4. Copy the file using es explorer
-possible reboot
5. go bk to system/framework in es explorer
6. long press the file - properties and change permissions to match my pic
6. reboot
hopefully that should sort it and you still get voicemail
ps. this shouldn't need saying but im gonna say it anyways, make sure you have a CWM recovery backup first just incase something goes wrong and you can restore

Changing Text Message Icon

I am running Alien Rom #4, and I am trying to change the Text Message icon from the smiley face to the the Icon from the Droid 3 system dump. I was able to change the Browser icon just fine, but the text message icon is alot trickier. I can't find the proper apk file to edit.
mattyb1085 said:
I am running Alien Rom #4, and I am trying to change the Text Message icon from the smiley face to the the Icon from the Droid 3 system dump. I was able to change the Browser icon just fine, but the text message icon is alot trickier. I can't find the proper apk file to edit.
Click to expand...
Click to collapse
You can change icons with adw or go launcher. I use adw ex because it supports icon packages and allows you to resize your icons.
I am using the stock launcher, so I need to find a way to change the icon in the apk file.
should be Messaging.apk
That is the three I have been tinkering with. When I go into system/app on my phone the apk with the smiley icon is Conversations.apk. I have copies of both on my pc and I can't find the icon in the drawable-hdpi folder or anywhere else in the apk. That is where i am stumped is finding the icon. Thanks for your input.
try looking in SystemUI.apk and framework-res in the drawable-hdpi folder
Solved!
Alright I finally found where the icon was hidden. It was in system/framework inside the blur-res.apk. I swapped out the icons and rebooted, now I have the droid 3 text messaging icon instead of the smiley face.
I changed the app launcher icon and dock background inside of blurhome.apk as well.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Where is the stock icon so I can replace mine too?
Sent from my MB860 using XDA App
yea i would like to do this as well anyone?
mattyb1085 said:
Alright I finally found where the icon was hidden. It was in system/framework inside the blur-res.apk. I swapped out the icons and rebooted, now I have the droid 3 text messaging icon instead of the smiley face.
Click to expand...
Click to collapse
How u swapped icons?
Sent from my MB860 using xda premium
I used ES file explorer and did the following.
-Copied Blur-Res.apk
-Put it on my PC and added .zip to the end of it
-went into res folder then into drawable hdpi
-find the smiley face icon
-named the droid 3 icon the same as the smiley face icon
-replace the icon after renaming it
-put the blur-res.apk on my phone sd card
-remove the .zip so it is an apk file again
-copy and paste new blur-res.apk into system>app file on your phone.
-reboot
Beware this will erase some of your data, almost like a factory reset. so back up bofore you try.
mattyb1085 said:
I used ES file explorer and did the following.
-Copied Blur-Res.apk
-Put it on my PC and added .zip to the end of it
-went into res folder then into drawable hdpi
-find the smiley face icon
-named the droid 3 icon the same as the smiley face icon
-replace the icon after renaming it
-put the blur-res.apk on my phone sd card
-remove the .zip so it is an apk file again
-copy and paste new blur-res.apk into system>app file on your phone.
-reboot
Beware this will erase some of your data, almost like a factory reset. so back up bofore you try.
Click to expand...
Click to collapse
Did u add .zip or replace .apk with .zip?
Sent from my MB860 using xda premium
Added .zip. also remember to remove the .zip on your phone after your finished changing things.
Where do you find the blur-res.apk
Its in system > app folder. You can really mess up your phone digging around in the system folder so be careful. Make back ups!
Here is a dropbox link to the modified blur-res.apk that I used on my phone. Use at your own risk. Just remove the .zip
http://db.tt/rmdkUtxE
Tapped from my Galaxy S II.
What picture did you use to edit the dock to be dark?
I can't remember where, so her is the modded file from my phone. Its the blur home apk. Just do the same as the blur-res.apk from before. Remove the. Zip and put in system> app.
http://db.tt/8Moo7HRA
Tapped from my Galaxy S II.
Apfels said:
Where do you find the blur-res.apk
Click to expand...
Click to collapse
On ur pc, u can unzip the rom with 7z
Then u can open packages of apk files with 7z again,
About apk files, after editting u have to add the unpacked structure to a zip file, then change the name of new file from example.zip to example.apk and........
Sent from my MB860 using xda premium

[Q] status bar icon changing help

hope someone could answer this for me im trying to change some status bar icon and i get to the point ( when i pull .apk it doesnt show up in platform-tools) i have to search it...find it) then it gets to the point of renaming the .png and i go to 7-zip open archive and go to drop it in the file specified in tutorial -drawable-hpi ( somthing like that) then i get a ar eyou sure you want to copy over and i click yes and it says unspecified error has occured...any thoughts
jager987 said:
hope someone could answer this for me im trying to change some status bar icon and i get to the point ( when i pull .apk it doesnt show up in platform-tools) i have to search it...find it) then it gets to the point of renaming the .png and i go to 7-zip open archive and go to drop it in the file specified in tutorial -drawable-hpi ( somthing like that) then i get a ar eyou sure you want to copy over and i click yes and it says unspecified error has occured...any thoughts
Click to expand...
Click to collapse
What icons you trying to change? You just need to pull systemui.apk
now the voices are 3d
just trying to start with the alarm and get it down....then all icons prettly much lol
jager987 said:
hope someone could answer this for me im trying to change some status bar icon and i get to the point ( when i pull .apk it doesnt show up in platform-tools) i have to search it...find it) then it gets to the point of renaming the .png and i go to 7-zip open archive and go to drop it in the file specified in tutorial -drawable-hpi ( somthing like that) then i get a ar eyou sure you want to copy over and i click yes and it says unspecified error has occured...any thoughts
Click to expand...
Click to collapse
The fastest way you can do this is get the systemUI.apk or framework.apk(it depends on what you are changing) files that is local in you rom by using 7zip or winrar and it extract the .apk file and modified the .png from there. and make a flash file.
could you give me a small tut ( example or soemthing) i have both 7zip and winrar...trying to rename it and drop it gives me unspecified error
like an example of either the alarm one or also i am changing the battery icon to a gears of war logo
jager987 said:
just trying to start with the alarm and get it down....then all icons prettly much lol
Click to expand...
Click to collapse
Alarm is in systemui.apk, make sure it matches the size of the og one (i think its 38x38) make sure the name is exactly the same
now the voices are 3d
everything is same lol
What i do is Unzip the systemui.apk to get the right sizes and names (i use the open one to make changes in and make a copy of the og one) all the icons you want to change are in the res/drawable-hdpi. Size the icons and rename them and when you have eveything changed then open the copy systemui.apk in archive with 7zip and goto the res file and the drag and drop the whole drawable-hdpi file over and then I put it back on phone
now the voices are 3d
When i get to my other phone and pc i'll post a pic of my changes(alarm,battery,Bluetooth(it changes whenon and when paired with headset) made my own 3g data signal icons and signal) going to make and change them all. Did you try the tut. By knowledge I know he made one
now the voices are 3d
so you dont run the pull command to get .apk in the beginning
and yes i tried tut
what i did step by step
ran the pull adb for the systemui.apk
didnt see it in platform-tools so i had to find it
found it and put it in platform-tools sections
opened archive with 7-zip
found the alarm name stat_notify_alarm
renamed my image to ^^^^^^
drag and dropped into archived i opened with 7-zip and got the unspecified error
jager987 said:
so you dont run the pull command to get .apk in the beginning
Click to expand...
Click to collapse
I didn't cause I have a copy of the ROM I'm using(and almost every one out,lol) on pc. I just copied it to a folder so i can work on it
now the voices are 3d
jager987 said:
and yes i tried tut
what i did step by step
ran the pull adb for the systemui.apk
didnt see it in platform-tools so i had to find it
found it and put it in platform-tools sections
opened archive with 7-zip
found the alarm name stat_notify_alarm
renamed my image to ^^^^^^
drag and dropped into archived i opened with 7-zip and got the unspecified error
Click to expand...
Click to collapse
Hmm, I didn't get any error. When you opened the archive you opened to the res/drawable-hpdi to drop in new icon
now the voices are 3d
ahh well could you tell by what i did above what i did wrong?
So it errored out when you dropped new icon in,let me get to pc and maybe I can help more about 5 minutes
now the voices are 3d
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
here are the icons I have changed(Bluetooth on
brought to you by the little voices in my head
Bluetooth paired
ok think i got that part down...now how would i do the battery icon? like would i do it the same way?
jager987 said:
ok think i got that part down...now how would i do the battery icon? like would i do it the same way?
Click to expand...
Click to collapse
yeah same way but they'll be a bunch more icons in that set over 100 and thats in framework.apk/res/drawablable-hdpi
ive gotten this error before you need to take another apk delete everything inside it and move the files from the other inside it and rename the apk to whatever the other one was. cause probly its the just the actual apk your editing that has the error. you can also just pull the file from another rom or whatever rom your usin and start there but im about 99% sure its just the specific apk file your using

Where Does MetaMorph Store It's Files

Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
broad_st_bully said:
Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
Click to expand...
Click to collapse
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
polobunny said:
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
Click to expand...
Click to collapse
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
broad_st_bully said:
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
Click to expand...
Click to collapse
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
polobunny said:
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
Click to expand...
Click to collapse
I appreciate your help!
this explains alot, but the problem I'm having is (see screenshot below please) on the top-left-hand side in the notification bar you'll see the small blue battery icon..I flashed that through MetaMorph maybe 2-3 different ROMs back, I'd say at least 3 weeks ago, and, at the time, the battery icon didn't show for some reason....and hasn't since then...
now it just showed up out of nowhere
I flashed a new ROM a few days ago (battery icon did NOT show up then) and then last night it just showed up....outta nowhere...
I want to get rid of it but, unlike the "drawable" lock-screen images in my image gallery, this actual icon/image is nowhere to be found (or seen)...
is there a way to remove it?
I mean I thoroughly wipe the cache(s) & system a few times before each new ROM so it kinda has me confused why it just showed up all of a sudden...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
3rdstring said:
If you've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
Click to expand...
Click to collapse
that's exactly what I thought....I checked the OP for the current ROM I'm using and there's nothing about extra battery icons....the ONLY time this icon was ever on my phone was back when I flashed it a few weeks ago...and then it didn't show after the flash....
makin me crazy...

Categories

Resources