[Q] I can't find strings.xml file in Settings.apk - Android Q&A, Help & Troubleshooting

Hi, I want to translate OmniRom's settings.apk but I can't find strings.apk. I tried decompile with apktool, winrar but not worked.

Kutukcu said:
Hi, I want to translate OmniRom's settings.apk but I can't find strings.apk. I tried decompile with apktool, winrar but not worked.
Click to expand...
Click to collapse
it should be "strings.xml" not "strings.apk" !

Kutukcu said:
Hi, I want to translate OmniRom's settings.apk but I can't find strings.apk. I tried decompile with apktool, winrar but not worked.
Click to expand...
Click to collapse
search for virtuous ten studio. it can decompile that apk for you.

Related

[Q]mdpi-v4

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?

(req)android.policy.jar

Hi
can someone give me the stock 587 rom android.policy.jar?
thx guys
poria1999 said:
Hi
can someone give me the stock 587 rom android.policy.jar?
thx guys
Click to expand...
Click to collapse
in attach you have android.policy.jar + android.policy.odex (if you need that too)
Thx bro
I open the androidpolicy.Jar and I can't find the classes.dex ...
Where is it?
poria1999 said:
Thx bro
I open the androidpolicy.Jar and I can't find the classes.dex ...
Where is it?
Click to expand...
Click to collapse
You have to decompile it then you will get .dex file.
僕のLT18iから送られてきた
popthosegaskets said:
You have to decompile it then you will get .dex file.
僕のLT18iから送られてきた
Click to expand...
Click to collapse
Hi thx for ur help...
how I can decompile it?
I think I have to firstly find .dex file after that decompile it
take look at this thread
http://forum.xda-developers.com/showthread.php?t=2251719
poria1999 said:
Hi thx for ur help...
how I can decompile it?
I think I have to firstly find .dex file after that decompile it
take look at this thread
http://forum.xda-developers.com/showthread.php?t=2251719
Click to expand...
Click to collapse
Open the .jar file using 7zip.
You can then extract .dex file from the .jar file.
僕のLT18iから送られてきた
popthosegaskets said:
Open the .jar file using 7zip.
You can then extract .dex file from the .jar file.
僕のLT18iから送られてきた
Click to expand...
Click to collapse
Hi
There is not any .dex file...
only thing is there is this
android.policy\META-INF\MANIFEST.MF
Try this method:
http://forum.xda-developers.com/showthread.php?t=1296802
僕のLT18iから送られてきた
Hi
Thx from everyone that who helped me my finally I could decompile android.policy.jar...
For who don't know :for decompile stock odexed rom jar files u have to deodex ur Rom( the jar file u want to decompile)first...

[Q] Decompiling a file

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

[solved][help] error decompile home.apk file

cant decompile home.apk using apktool. nothing files found on values folder, except styles.xml file with blank content. please help. here i attach log sreenshot. thx in advance..
Try use framework-res from 4.3+
DanielFlorin said:
Try use framework-res from 4.3+
Click to expand...
Click to collapse
hi,
thanks you for reply..
my problem had solved yesterday..
just install
framework-res.apk
SemcGenericUxpRes.apk
systemui.apk

[L7 II][ROM][HELP]How to change icon on Notification bar?

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.

Categories

Resources