[Answer]how to change the file setting.apk of the ROM[Answer] - Android

Hi guys,i m is a development of CapasOS,this ROM is based to CYANOGENMOD7 for Tattoo and i'm would like to change the setting.apk more precisely change the tab CyanogenMod and info on your phone(I modified it a part from build.prop and now I want to change the rest),I do not know how to do,can someone explain to me how to do it?

Decompile Settings.apk, then look in /res/values/strings.xml I believe.
Sent from my PC36100 using xda premium

SavocaFTW said:
Decompile Settings.apk, then look in /res/values/strings.xml I believe.
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
What he said. Use notepad++ and just search cyanogenmod settings and change it
Sent from my PG86100 using XDA

Related

[SOLVED]

Help me :d
And should i choose xrecovery or cwm in acpatcher??
Sent from my LG-P500 using Tapatalk
Please consider making a single thread and ask all your questions there. Creating a new thread for every single question creates a fuss.
Sent from my LG-P500 using XDA
acax456 said:
Help me :d
And should i choose xrecovery or cwm in acpatcher??
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
You want to set your Pic as default WP right??
The default wallpaper is in /system/framework-res.apk/drawable/. Here you'll find an image named "default_wallpaper.jpg", rename yours with same name and replace.
The CMWallpapers.apk is just for manually selecting different wallpapers...............
Hope that helps.....
D3oDex3D_AyusH said:
You want to set your Pic as default WP right??
The default wallpaper is in /system/framework-res.apk/drawable/. Here you'll find an image named "default_wallpaper.jpg", rename yours with same name and replace.
The CMWallpapers.apk is just for manually selecting different wallpapers...............
Hope that helps.....
Click to expand...
Click to collapse
And how to add more wall in cmwallpaper
Sent from my LG-P500 using Tapatalk
DJoptimus-One said:
Please consider making a single thread and ask all your questions there. Creating a new thread for every single question creates a fuss.
Sent from my LG-P500 using XDA
Click to expand...
Click to collapse
Can u tell me should i choice cwm or xrecovery in acpatcher?
Sent from my LG-P500 using Tapatalk
Default wallpaper is on the framework-res.apk find it
Sent from my LG-P500 using xda premium
acax456 said:
And how to add more wall in cmwallpaper
Sent from my LG-P500 using Tapatalk
Click to expand...
Click to collapse
You'll need to first add new images and then modify some XMLs in framework-res.apk, then declare the new images as drawables in public.xml.
You'll be able to do this only if you are somewhat familiar with apk manager....
Search abt. it on Google.........
Sent from my LG-P500 using XDA

Help decompiling systemui for ics

Hi guys.
When i decompile my systemui using any of the apktool available i run into problems.
Most of the pngs and xmls are fine. Although the only file i want to change doesnt decompile correctly.
The file is res/values/drawables.xml
Alot of the file decompiles fine but i also get this message repeated several times in the xml
<item type="drawable" name="APKTOOL_DUMMY_0086">false
This is repeated about 20 times.
Any idea why it does this?
Thanks
Sent from my GT-N7000 using xda premium
U need to install framework.... cmd iz apktool if framework-res.apk
Dat may be the prblm
Hit thanks if I helped.....
Sent from my Micromax A60 using xda premium
I did that originally. If i upload the systemui could aomeone decompile for me please?
Sent from my GT-N7000 using xda premium
Post it and I'll see if it acts up for me?
Thankyou
Here is a link for systemui and framework.
https://docs.google.com/file/d/0BxzymQOcZo3sRHJPeDZnbzF5a3c/edit
Thanks
Sent from my GT-N7000 using xda premium
nope, no go. what rom is this from? looks like it needs another resource file.
Kingdroid ics
Can you try the stock ones for me please?
Sent from my GT-N7000 using xda premium
Sure post it up! is this a sense or touch-wiz rom? or aosp? and for what phone?
https://docs.google.com/file/d/0BxzymQOcZo3sQ01zYXczdjBMYWM/edit
There are the stock files hope u can get then decomoiled.
Thanks.
Sent from my GT-N7000 using xda premium
maskerwsk said:
https://docs.google.com/file/d/0BxzymQOcZo3sQ01zYXczdjBMYWM/edit
There are the stock files hope u can get then decomoiled.
Thanks.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
nope. Is this from a touchwiz rom? its looking for touchwiz files. do you have a twframework-res.apk at all?
Yeah here it is
https://docs.google.com/file/d/0BxzymQOcZo3sVHpKeU5JVzVmNjg/edit
Thanks
Sent from my GT-N7000 using xda premium
And yeah its touchwiz lol
Sent from my GT-N7000 using xda premium

Lidroid-res.apk decompile and compile issue?

Does anyone no why when I decompile lidroid-res.apk and recompile it again without changing anything the file size changes and becomes unusable? It starts off at 1,589kb and once compiled goes down to 1,233kb? Thanks for any help
Sent from my GT-I9300 using xda premium
Bump
Sent from my GT-I9300 using xda premium
alvin551 said:
Does anyone no why when I decompile lidroid-res.apk and recompile it again without changing anything the file size changes and becomes unusable? It starts off at 1,589kb and once compiled goes down to 1,233kb? Thanks for any help
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
look at this: http://forum.xda-developers.com/showpost.php?p=24178555&postcount=1
for me it worked
- geroxx -
geroxx said:
look at this: http://forum.xda-developers.com/showpost.php?p=24178555&postcount=1
for me it worked
- geroxx -
Click to expand...
Click to collapse
I followed that but the size of the file after compile still goes smaller I don't understand what's wrong
Sent from my GT-I9300 using xda premium
alvin551 said:
I followed that but the size of the file after compile still goes smaller I don't understand what's wrong
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
for me the size is still small but it works..
you must install 2 frameworks. First the "framework-res.apk" and then the "twframework-res.apk".. After that it recompiling should work
- geroxx -
geroxx said:
for me the size is still small but it works..
you must install 2 frameworks. First the "framework-res.apk" and then the "twframework-res.apk".. After that it recompiling should work
- geroxx -
Click to expand...
Click to collapse
Thanks geroxx I still.couldn't do it but I managed to mess round and something worked for me so its done
Sent from my GT-I9300 using xda premium

Customizing a theme?

I really like the messaging theme on the alloy ui theme but I like how LunarUi 2 so I was wondering if it's possible to have the messaging theme from alloy on lunar if possible, how?
Sent from my GT-I9300 using xda premium
Open the theme zip with WinRAR, find referred application inside them and replace them with each other
Sent from my GT-I9300 using xda premium
qtwrk said:
Open the theme zip with WinRAR, find referred application inside them and replace them with each other
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
theme zip? but its a apk file...
anthonyly said:
theme zip? but its a apk file...
Click to expand...
Click to collapse
You will have to search read and learn how to modify .Its all posted .
XDA Developers forum Android hacking and Chef Central .
jje

Contact.app

Which pngs are related?(see ss)
Sent from my GT-S5830i using xda premium
Dr.Pepper said:
Which pngs are related?(see ss)
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Actually I haven't modified the CM7.2 framework and apps too much so I don't know exactly where the related pngs are. But, the Title divider and the Tab pngs are on framework-res.apk.

Categories

Resources