How to pull wallpapers from a rom - Samsung Infuse 4G

I was wondering how do I pull the wallpapers out of a rom?
Sent from my SGH-I997 using xda app-developers app

Wallpapers will have to be extracted from the apks where they reside. Look in any inside /system/app that have wallpaper in the name, and sometimes in the launcher. You can use 7zip to extract the apks (or apktool to decompile them). Inside the apk, most useful images are in /res/drawable-hdpi.
Sent from my SGH-I997 using Tapatalk 2

Related

Modified Apps

Hey I was wondering how are people modifing there apps pls help
Sent from my SGH-T959V using XDA App
I think some use uot kitchen
Sent from my SGH-T959V using xda premium
UOT kitchen is very basic. Only mods framework.apk, tw-framework.apk and systemui.apk. All other apps you need to mod yourself. Look into apkmanager.
Sent from my SGH-T959V using Tapatalk
Agreed, for simple icon changes (appearance) you can extract the apk, edit the icons to your desire, then push them back into the apk and push or flash it. There isn't much to it.
Sent from my GS4G using XDA app.
modified apps
cool cool thanks guys going to give it a try

[FIX]Themes not changing on MIUI

If you are trying to change themes on any of the miui roms, and they aren't changing, try this:
Open root explorer, go to /data/system, in this folder create a new folder called "theme". After you have created the folder you should be able to change themes under settings.
Sent from my SGH-I997 using Tapatalk
That is been fix already
Sent from my SGH-I997 using xda premium

[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

3g icon question

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

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

Categories

Resources