Hi people,how to change icons?i am on jelly cream rom,jb 4.1.2
aSpirit81 said:
Hi people,how to change icons?i am on jelly cream rom,jb 4.1.2
Click to expand...
Click to collapse
You can try how i was trying: deodex apks, decompile and change the icons. With luck you will not get force closes
aSpirit81 said:
Hi people,how to change icons?i am on jelly cream rom,jb 4.1.2
Click to expand...
Click to collapse
shucrut said:
You can try how i was trying: deodex apks, decompile and change the icons. With luck you will not get force closes
Click to expand...
Click to collapse
Yes, if you do it properly with apktool, you won't get FC.
After extract apk, look in AndroidManifest.xml for
<application ... android:icon="@drawable/ic_launcher_program_manager" ...>
You will find image file you should replace. Then look for that image in /res folder.
After repack apk don't forget to copy AndroidManifest.xml and META-INF from source apk to new apk and zipalign it.
Related
i see some framework-res.apk use mdpi-v4, land-mdpi-v4, en-mdpi-v4, nodpi-v4 in framework-res.apk.
anyone know how to build it?
thx for your answer
agresive said:
i see some framework-res.apk use mdpi-v4, land-mdpi-v4, en-mdpi-v4, nodpi-v4 in framework-res.apk.
anyone know how to build it?
thx for your answer
Click to expand...
Click to collapse
those that you talk about where rebuilded (recomplided) with apktool (or apk manager)...one decompiled it can't be recompiled...when themin you nedd the original framework-res.apk...you theme it and then you recompile
adi4motion said:
those that you talk about where rebuilded (recomplided) with apktool (or apk manager)...one decompiled it can't be recompiled...when themin you nedd the original framework-res.apk...you theme it and then you recompile
Click to expand...
Click to collapse
original framework-res.apk from original ROM? if i use apk manager, how i can do it?
Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
abo hani said:
Hi there
I tried to decompile SystemUI.APK for my xperia S so i didnt theme anything
just decompile and compile perfectly no errors with apktool
1-installed system ui and framework-res.apk
2-decompile
3-compile
4-put it in my rom "system/app
now there is nothing no systemui no status bar
so what the wrong i did \?
thanx in advance
Click to expand...
Click to collapse
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
ab-samy said:
Try this hope work for you!
- Reboot to recovery
- Fix permissions
Reboot.
Click to expand...
Click to collapse
I putted it in my rom and flashed it and fixed permissions same thing i guess
abo hani said:
I putted it in my rom and flashed it and fixed permissions same thing i guess
Click to expand...
Click to collapse
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks) without any problem.
ab-samy said:
Try to decompile & recompile using ApkMultiTool (i always using this powerful tool for moding and editing apks specially system apks)
Click to expand...
Click to collapse
I tried "apktool , apkchanger and apkmulti tool " and same thing
I’v tried normal apk works perfectly but when doing it with system app it always crashed
be sure your device is run V10X stock rom.
then your device was rooted.
download zip file,and unzip systemui.zip
use systemui.apk to replace system\APP\systemui.apk. Set permissions。
work on LG locksreen. unsupport LGhome. please use other home apk.example miui nova..
how do this
can you explain?
amir_n71 said:
how do this
can you explain?
Click to expand...
Click to collapse
1,Download systemui.zip and unzip
2,Use root manager to replace System\APP\SystemUI.apk
3,Set the SystemUI.apk permissions
4,Reboot your device
5,Work on LGScreenLock,unwork on LGHome Launch.Plesae use Third-party Home Launch.
f.... no
i want to know how can you do this on xml file! not install method!
explain what change in systemUI.apk & framework-res.apk
amir_n71 said:
f.... no
i want to know how can you do this on xml file! not install method!
explain what change in systemUI.apk & framework-res.apk
Click to expand...
Click to collapse
4.0.4 ICS just need to change a png in SystemUI.apk without odex and xml change。
the png was in apk's res\drawable-hdpi\statusbar_background.9
It works!
Thank you for this post. Very nice look. My LG L9 P760 4.0.4 AND.
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
abhay.unrated said:
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
Click to expand...
Click to collapse
You need deodexed roms for decompiling buddy.... You can't decompile/modify an odexed jars and apks.. Their classes.dex are optimized and removed from them..
There are scripts/programs you can use to deodex an entire rom. use Google or the Search Bar for that :silly:
Alright !
Thanks for clearing my doubt
abhay.unrated said:
Alright !
Thanks for clearing my doubt
Click to expand...
Click to collapse
No need to say thanks dude, .. just click or tap it.. yes. there's a button..
Done. :good:
abhay.unrated said:
Is decompiling of jar and apk files only possible on deodexed roms ?
I was trying to decompile framework.jar file but couldn't find the classes.dex file
Click to expand...
Click to collapse
Single apps can also be deodexed using certain tools
Sent from my GT-S5282 using Tapatalk
How can I change the icons in the notification bar stock with those of G3??
AssoDiPicche said:
How can I change the icons in the notification bar stock with those of G3??
Click to expand...
Click to collapse
You must decompile LGSystemUI.apk, then find&replace icons in /res/drawable-hdpi/ folder, must be same size (picture-no data) and type (usually .png).
Some of icons is in lge-res.apk and framework-res.apk. Procedure is same.
Files must be deodexed.
Recompile and enjoy.
Thank you!!
maxx_hr said:
You must decompile LGSystemUI.apk, then find&replace icons in /res/drawable-hdpi/ folder, must be same size (picture-no data) and type (usually .png).
Some of icons is in lge-res.apk and framework-res.apk. Procedure is same.
Files must be deodexed.
Recompile and enjoy.
Click to expand...
Click to collapse
Thank you very much , I'll try in the evening !
maxx_hr said:
You must decompile LGSystemUI.apk, then find&replace icons in /res/drawable-hdpi/ folder, must be same size (picture-no data) and type (usually .png).
Some of icons is in lge-res.apk and framework-res.apk. Procedure is same.
Files must be deodexed.
Recompile and enjoy.
Click to expand...
Click to collapse
Please can you guide me how to decompile and recompile LGSystemUI.apk
yashgumaste said:
Please can you guide me how to decompile and recompile LGSystemUI.apk
Click to expand...
Click to collapse
OK,
First, read this: http://forum.xda-developers.com/showthread.php?t=2251719
When you install al nessesery applications, ask if/when you stuck.
Or, if you ready to learn, there is my favourite app Virtuous Ten Studio, http://forum.xda-developers.com/showthread.php?t=1619473,
or http://virtuous-ten-studio.com/
maxx_hr said:
OK,
First, read this: http://forum.xda-developers.com/showthread.php?t=2251719
When you install al nessesery applications, ask if/when you stuck.
Or, if you ready to learn, there is my favourite app Virtuous Ten Studio, http://forum.xda-developers.com/showthread.php?t=1619473,
or http://virtuous-ten-studio.com/
Click to expand...
Click to collapse
I downloaded Virtuous ten studio and trying to decompile android.policy.jar, but cant find how to do it.
I opened that jar file through new project but cant figure out what to do next.
yashgumaste said:
I downloaded Virtuous ten studio and trying to decompile android.policy.jar, but cant find how to do it.
I opened that jar file through new project but cant figure out what to do next.
Click to expand...
Click to collapse
Didn't you ask: Please can you guide me how to decompile and recompile LGSystemUI.apk.
So, lets start with that... it is (infinitely) simpler than handling with android.policy.jar.
For beginning, please read and install from here:http://forum.xda-developers.com/showthread.php?t=2251719
All of this you need if you want to use VTS.
That is good base for start and understand this process (and works with kitkat).
And for virtuos ten studio, first you MUST read tutorials at this page: http://virtuous-ten-studio.com/, but if you don't understand base of whole process, VTS is useless.
maxx_hr said:
You must decompile LGSystemUI.apk, then find&replace icons in /res/drawable-hdpi/ folder, must be same size (picture-no data) and type (usually .png).
Some of icons is in lge-res.apk and framework-res.apk. Procedure is same.
Files must be deodexed.
Recompile and enjoy.
Click to expand...
Click to collapse
I think we can decompile and compile apk via any root browser (Extract to decomplie and zip to compile).
Do you know a link where I can get notification bar icons from G3.
Thank you
yashgumaste said:
I think we can decompile and compile apk via any root browser (Extract to decomplie and zip to compile).
Do you know a link where I can get notification bar icons from G3.
Thank you
Click to expand...
Click to collapse
I dont know where you take only icons, you must take it by yourself from LGSystemUI, or framework-res from original G3 rom.
Try to extract from here: https://app.box.com/s/m0tvrwabte4x6lyc2la1, if they look like in attached pic.
Or try to search or ask someone on G3 forum.