3g icon question - Verizon Samsung Galaxy S III

I want to know how to change the appearance of my 3g icon... I want my 3g icon to look like the one on the Motorola phones (like the razr maxx and what not)
Sent from my SCH-I535 using xda app-developers app

MedicalGenius88 said:
I want to know how to change the appearance of my 3g icon... I want my 3g icon to look like the one on the Motorola phones (like the razr maxx and what not)
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Use Metamorph from the market to extract the SystemUI.apk in /system/app folder then copy the new images over and use Metamorph to rebuild the app.
Sent from my SCH-I535 using Tapatalk 2

mapatton82 said:
Use Metamorph from the market to extract the SystemUI.apk in /system/app folder then copy the new images over and use Metamorph to rebuild the app.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
'
Can you link me to a how-to lol

Related

[REQ] change the clock/signal bars/wifi colours?

is there any way to change the font otter color of the clock/signal bars and wifi monitor? my theme is red and grey...would love a red clock etc.
Sent from my SGH-I727R using TPC and XDA App
Depends on the rom.......
Sent from my SAMSUNG-SGH-I727 using XDA App
Pull out the SystemUI.apk and Framework-res.apk of your from the images you need and xml file to do what you want are in there. De-compile with apk tool and do your changes then recompile it and push back to your system/app folder.
nexendz said:
Pull out the SystemUI.apk and Framework-res.apk of your from the images you need and xml file to do what you want are in there. De-compile with apk tool and do your changes then recompile it and push back to your system/app folder.
Click to expand...
Click to collapse
awesome, thanks man!
Sent from my SGH-I727R using XDA App
If you are on one of seanz roms ..... The clock ain't easy to change the colour ..... I'm still fighting to get it to change
Stupid .smali!
Sent from my SAMSUNG-SGH-I727 using XDA App
nope, TPC v3. love Seanz roms, but i'm most comfortable with TPC
Sent from my SGH-I727R using XDA App

Help Xoom 2 MZ615-16!!!

My Xoom 2 is rooted. I use "root explorer" replace all of file in /system/app/ and I get a problem: My Xoom 2 can't display main screen :crying: How can i fix this problem?
P/S: sr about my English!
Please post all questions in the Q & A section. Thanks!
Thread moved.
Sent from my Galaxy Nexus using Tapatalk 2
A bit more information is needed. Exactly what did you replace?? And what did you replace it with??
Sent from my XOOM 2 using xda app-developers app
Orkane1989 said:
A bit more information is needed. Exactly what did you replace?? And what did you replace it with??
Sent from my XOOM 2 using xda app-developers app
Click to expand...
Click to collapse
I extract file system.img from xoom2 sdk. The files are location at ~/app/. I replace all of files in /system/app/
So you removed the system.img and put it back in the other folder??
Sent from my XOOM 2 using xda app-developers app
Orkane1989 said:
So you removed the system.img and put it back in the other folder??
Sent from my XOOM 2 using xda app-developers app
Click to expand...
Click to collapse
No. file system.img in ~\Emulation\Android\android-sdk\add-ons\addon-xoom2-motorola_mobility_inc-13\images in my hard disk. I use unyaffs to extract it and i get folder /app . I copy all file apk of that folder and replace file in /system/app in my Xoom
P/S: sr about my English..........
Ok then... Im very sorry to say that it seems like you have completely bricked your xoom 2, from what your saying you have replaced all your system applications.
Sent from my XOOM 2 using xda app-developers app
Lisa logetwa
Orkane1989 said:
Ok then... Im very sorry to say that it seems like you have completely bricked your xoom 2, from what your saying you have replaced all your system applications.
Sent from my XOOM 2 using xda app-developers app
Click to expand...
Click to collapse
But i cant see lock screen when i start my xoom 2; but when i touch to unlock, the system display error launcher.apk. And i can check OTA, view system information... I don't understand ... :crying:
You have replaced the launcher.apk you will need to find one that is suited to your build model. Or if you can... Download a third party launcher from the market.
Sent from my XOOM 2 using xda app-developers app

Help with making incremental battery work

I have all of the images in the res/drawable-hdpi file like they need to be, what's the next step? I have googled the crap out of this subject and I cannot find an answer that makes sense. I'm sorry if this is obvious but I need help.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
They have to have the correct name to be called out
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
And depending in in the rom you might have to edit 2 XML files to add the 1% settings
Sent from my A500 using Tapatalk 2
Well I think the names are right. I did hear somewhere that you have to edit the xml, but I'm not sure exactly what needs to be edited. If I can get someone to walk me through this ill definitely make a how-to for future reference.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Yeah if you're trying to mod it for a TW rom you have to edit 2 xml files in res/drawable. They are:
stat_sys_battery.xml
stat_sys_battery_charge.xml
You have to change them so they read from 0-100 that way the 100% battery mod actually reads correctly. You'll see right away what needs to be changed. And make sure you have all the png's in the right folder and they are named correctly.
After that recompile and in the folder that was created when you decompiled should be a new folder called Build or something like that, the new apk is in there. Then you have to take the meta-inf folder and androidmanifest.xml from the ORIGINAL apk and copy them into the new one with 7zip or whatever you use. Zipalign and it's ready. Either push it to system/app with ADB or pack it into a flashable zip and have at it.
MikeySmikey said:
Yeah if you're trying to mod it for a TW rom you have to edit 2 xml files in res/drawable. They are:
stat_sys_battery.xml
stat_sys_battery_charge.xml
You have to change them so they read from 0-100 that way the 100% battery mod actually reads correctly. You'll see right away what needs to be changed. And make sure you have all the png's in the right folder and they are named correctly.
After that recompile and in the folder that was created when you decompiled should be a new folder called Build or something like that, the new apk is in there. Then you have to take the meta-inf folder and androidmanifest.xml from the ORIGINAL apk and copy them into the new one with 7zip or whatever you use. Zipalign and it's ready. Either push it to system/app with ADB or pack it into a flashable zip and have at it.
Click to expand...
Click to collapse
Thank you sir! Ill work on this tomorrow and if I get it right ill create a how-to for other people.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
No problem. It's a pretty easy mod.
Sent from Outer Space
Here are the XML files all ready edited for TW at %1 They should work.
mr_magoo said:
Here are the XML files all ready edited for TW at %1 They should work.
Click to expand...
Click to collapse
Thanks, you're the man! Can I just swap them out our so I need to decompile and recompile still?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Decepticaons said:
Thanks, you're the man! Can I just swap them out our so I need to decompile and recompile still?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
If you can read the 2 XML files he posted then your going to have to decompile and then recomplie with the new xmls
Sent from my A500 using Tapatalk 2
StolenVW said:
If you can read the 2 XML files he posted then your going to have to decompile and then recomplie with the new xmls
Sent from my A500 using Tapatalk 2
Click to expand...
Click to collapse
Some of the apps on my phone can read the xml, but when I swapped them out using ninjamorph it broke my SystemUI. After a reboot my battery Icon is gone completely. I'm guessing I'll still have to decompile and recompile.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Yeah if you can read words in the file then it needs the complie
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
If I upload the compiled ones can he just copy them to the systemui or sore it not work like that?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
mr_magoo said:
If I upload the compiled ones can he just copy them to the systemui or sore it not work like that?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
It might work...never tried that
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
mr_magoo said:
If I upload the compiled ones can he just copy them to the systemui or sore it not work like that?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
If its recompiled and signed if it needs it, that should work.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
What rom are u trying to make it for?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Try out this how to guide. Seems appropriate.
http://forum.xda-developers.com/showthread.php?t=1951867
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
mr_magoo said:
What rom are u trying to make it for?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Stock odexed by mohan
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Ucll3? Is there a particular look your going for? I'm just learning this stuff too but I might be able to slap something together for you
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
mr_magoo said:
Ucll3? Is there a particular look your going for? I'm just learning this stuff too but I might be able to slap something together for you
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
I have the images in my res/drawable-hdmi folder already, I just haven't had time to see if I can figure out the 1% increments. If you could help that would save me time? Want a copy of my systemui? If rather you use that opposed to pulling a copy from the stock ROM seeing as I have ask the battery images and my modified 4G LTE icons already in place.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app

Where are apps downloaded

i downloaded Grunge Icons from the app store, but want to use them on Carbon Rom's ribbons.
MY questions is this: When i downloaded them, where were they stored? have a good file manager, but search on phone sucks!
thanks,
Are you rooted? If yes then you can find the apk at syatem root data/app folder.
Sent from my SCH-I535 using xda premium
ramdesai said:
Are you rooted? If yes then you can find the apk at syatem root data/app folder.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
not exactly an "app", more i'm looking for the icons file i downloaded so i can pull them out and use them on ribbons from CarbonRom.
thanks for the response.
Well, you need the apk so you can decompile to access those images.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2

Stock Dialer APK??

Anyone know which apk its the stock dialer apk?
its not phone.apk, anyone knows which one its?
Assuming you're on Android 4.x, it is in fact called Phone.apk but it is a different version. The fully stock apks can be found here: http://forum.xda-developers.com/showthread.php?t=1735507
Hopefully this helps.
Sent from my SCH-I605 using xda app-developers app
aarongillion63 said:
Assuming you're on Android 4.x, it is in fact called Phone.apk but it is a different version. The fully stock apks can be found here: http://forum.xda-developers.com/showthread.php?t=1735507
Hopefully this helps.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
yes, im talking about stock droid maxx rom 4.4
but it doesnt have a phone.apk file anywhere nor /system or /priv-app
Simple scroll though system/app in root explorer shows it's telephonyprovider.apk
Sent from my XT1080 using xda app-developers app

Categories

Resources