[Q][ICS][V28]SystemUI.apk decompile - LG Optimus 3D

Hi.
I have tried many times decompile this apk with many versions of apktools but without success. Every tool "speak" something about wrong framework version. How can i decompile this apk without errors?
Sent from my LG-P920 using xda premium

krija said:
Hi.
I have tried many times decompile this apk with many versions of apktools but without success. Every tool "speak" something about wrong framework version. How can i decompile this apk without errors?
Sent from my LG-P920 using xda premium
Click to expand...
Click to collapse
Windows : C:\Users\Your-User-Name\apktool\framework
Linux: Extract to /home/apktool/framework
Also if you use framework-res / lge-res from the rom with the SystemUI.apk you want to edit you can use
Code:
apktool if framework-res.apk
to generate frameworks. Do not forget to Copy META-INF + AndroidManifest.xml from Original apk to the edited one without them PackageManagerService will Reject the apk:good:

Thanks defcomg
edit
properly decompiled with your framework files, thanks again.
Sent from my LG-P920 using xda premium

Related

[MOD] Add CRT animation to your ROM

1: Decompile framework-res.apk using something like apk manager
2: Edit the file \res\values\bools.xml
3: Change value of bool name='config_animateScreenLights' from 'true' to 'false'
4: Compile framework-res.apk
5: Push new framework-res.apk to your phone with root explorer or adb push.
Alternately you can try flashing this template from CWM. CWM-flash-template.zip
Source: [HOW TO] CRT-Effect only
Directory \res\values doesn't exist either in stock (odexed) or infected (dedexed) version of application (framework-res.apk).
EDIT: SOLVED !
yes its available....
did u trie to decompile through apk manager...?
dh33r4j said:
1: Decompile framework-res.apk using something like apk manager
2: Edit the file \res\values\bools.xml
3: Change value of bool name='config_animateScreenLights' from 'true' to 'false'
4: Compile framework-res.apk
5: Push new framework-res.apk to your phone with root explorer or adb push.
Alternately you can try flashing this template from CWM. CWM-flash-template.zip
Source: [HOW TO] CRT-Effect only
Click to expand...
Click to collapse
Can u give me apk manager link
Sent from my GT-I9103 using xda premium
njoy my friend...
here is the link....http://www.mediafire.com/?h2ivnnzmm2t
akshatsourav said:
yes its available....
did u trie to decompile through apk manager...?
Click to expand...
Click to collapse
Nope, opened .apk package in a traditional way. My bad, sorry.
akshatsourav said:
yes its available....
did u trie to decompile through apk manager...?
Click to expand...
Click to collapse
Have u prepared crt animation for
XWLA4
Sent from my GT-I9103 using xda premium
m.kochan10 said:
Nope, opened .apk package in a traditional way. My bad, sorry.
Click to expand...
Click to collapse
If u completed crt animation for XWLA4 ........
Please give me that file .......
Sent from my GT-I9103 using xda premium
Tutorial works with every FW I guess, I did it on infected based on zskk5. But it's little tricky.
Sent from my GT-I9103 using XDA App
m.kochan10 said:
Tutorial works with every FW I guess, I did it on infected based on zskk5. But it's little tricky.
Sent from my GT-I9103 using XDA App
Click to expand...
Click to collapse
Is it working or not................
If working give me that file
Sent from my GT-I9103 using xda premium
raghavafitt said:
Is it working or not................
If working give me that file
Sent from my GT-I9103 using xda premium
Click to expand...
Click to collapse
"give me that file" ?
Tutorial works with every FW but not every framework file works with every FW.
Don't you understand that it is individual process, you have to decompile and re-compile YOUR OWN framework-res.apk (regardless of what FW you run on), with mine thousands times modified framework-res.apk you most possibly won't be able to boot the system.
raghavafitt said:
Is it working or not................
If working give me that file
Sent from my GT-I9103 using xda premium
Click to expand...
Click to collapse
raghavafitt, with all due respect, I would like to give you a little suggestion.
Do not give orders to fellow members. If would want some help from someone, be polite.
Treat all members with respect, no matter what rank s/he holds. Moreover, m.kochan10 is a very active member in our forums and has been very helpful.
Even if you didn't mean to give an order, make sure that you ask in a polite sounding way.
It's all a simple rule: Give respect, take respect.
dh33r4j said:
raghavafitt, with all due respect, I would like to give you a little suggestion.
Do not give orders to fellow members. If would want some help from someone, be polite.
Treat all members with respect, no matter what rank s/he holds. Moreover, m.kochan10 is a very active member in our forums and has been very helpful.
Even if you didn't mean to give an order, make sure that you ask in a polite sounding way.
It's all a simple rule: Give respect, take respect.
Click to expand...
Click to collapse
I am giving FULL respect to all in this form
Sent from my GT-I9103 using xda premium
m.kochan10 said:
"give me that file" ?
Tutorial works with every FW but not every framework file works with every FW.
Don't you understand that it is individual process, you have to decompile and re-compile YOUR OWN framework-res.apk (regardless of what FW you run on), with mine thousands times modified framework-res.apk you most possibly won't be able to boot the system.
Click to expand...
Click to collapse
Thanq kochan I thought that u didn't modified ur framework-res.apk somany time.....that's y I asked .....anyways thanks for ur info
Sent from my GT-I9103 using xda premium
Hmmm that's strange. I managed to re-compile and apply my framework-res.apk from infected rom (which is based on KK5) with no problem at all, but I cannot make it on stock KK5. After replacing the file I get bunch of FCs that paralyzes work totally.
i have one question to d33raj
i am using apktool 5
i copy framework-res.apk form my stock fw from root ex.
i decompile framework-res.apk and edit battery icons and some battery related xml files
when EDITING completed i compaile it again
but the ain thing is new apk file is nearly 5 mb and old apk file 8mb
i use new apk file but its not working for me (booting problem)
so where is the problem ?
plz help me
I really wish I could help you. But I'm not into developing. I did this using the tutorial that I specified as source. Almost all the Samsung Android devices work the same way. You could post your queries in pages of Samsung devices which has plenty of Dev support. Galaxy S and Galaxy S II are the most recommended places.
m.kochan10 said:
Hmmm that's strange. I managed to re-compile and apply my framework-res.apk from infected rom (which is based on KK5) with no problem at all, but I cannot make it on stock KK5. After replacing the file I get bunch of FCs that paralyzes work totally.
Click to expand...
Click to collapse
what have u done, did u unrar the apk or just edited the file with 7 zip or some other soft...
if u unrared it then u hav to sign it also..
I did the same for two files, decompiled, edited, recompiled (and signed). It worked like a charm on deodexed version but it caused some FC-s on odexed one.
m.kochan10 said:
I did the same for two files, decompiled, edited, recompiled (and signed). It worked like a charm on deodexed version but it caused some FC-s on odexed one.
Click to expand...
Click to collapse
no need to sign dear .....
u have to copy resources.arsc from the moded version and paste it in original one...
(use 7 zip,just drag n drop).
it should work fine...

Post your apk recompilation/decompilation here

Hello,
Post whatever decompilation or recompilation of apks here.
I will try to help u through the same
Error should be in this form
1. Name of apk in which u r having errors
2. Android version
3. Error
Note: I m not expert in apk editing, its a just initiative by me to help apk editors, hence if I skip any reply then openly understand that I m unfamiliar to the error.
Sent from my Micromax_A70 using Tapatalk 2 Beta-4
What do you use to edit apks?
/noob who wants to learn
Sent from my LG-E739 using Tapatalk 2 Beta-4
At present there is only one decompilation and recompilation tool called apktool by brut.
But there are many derived programs which use apktool and have a GUI.
e.g APK Manager, APK Multitool, APK Easy manager etc.
Sent from my Micromax_A70 using Tapatalk 2 Beta-4
original
here is it:
http://code.google.com/p/android-apktool/

AndroidManifest

Hey guy
I was wondering if you could help me,
I'm trying to edit the android manifest xml.but when I decompile the apk, I don't get the minimum and target ark version displayed in the xml when I open it with notepad++. I also tried in its, same result.it's like the whole xml is not shown. It does appear in the yml tho. How or what do I use to view and edit the whole xml.
Thanx in advance
Sent from my LG-P920 using xda app-developers app

[Q] how to get apktool working on android ?

How do I get apktool working on android ? Where do I download latest working version ? I had apktool working but now I flashed custom rom and I installed it again and it won't work. It won't install framework and doesn't decompile the whole app
code.google.com/p/android-apktool/
Yes, it wont decompile whole app successfully sometimes, so it's better to edit the smali code which can be wholly decompiled successfully.
Hope this can help you
henry0504 said:
code.google.com/p/android-apktool/
Yes, it wont decompile whole app successfully sometimes, so it's better to edit the smali code which can be wholly decompiled successfully.
Hope this can help you
Click to expand...
Click to collapse
it's not decompiling any apps all the way.
I don't know what to download from there.
I tried both from here.
http://pan.baidu.com/s/1qWyPYVE
When I try recomepile it won't do it
I think the files in your link is not apktool...
Apktool is a jar file for decompiling and recompiling apks.
Use with cmd, example:
apktool.jar d filetobedecompile.apk
apktool.jar if frameworktobeinstall.apk
apktool.jar b filetoberecompile
It's definitely not an apk so far, so you should go to the official page on google code and download the official jar file.
Hope this can help you. Hit thanks!
henry0504 said:
I think the files in your link is not apktool...
Apktool is a jar file for decompiling and recompiling apks.
Use with cmd, example:
apktool.jar d filetobedecompile.apk
apktool.jar if frameworktobeinstall.apk
apktool.jar b filetoberecompile
It's definitely not an apk so far, so you should go to the official page on google code and download the official jar file.
Hope this can help you. Hit thanks!
Click to expand...
Click to collapse
Are those commands I can use in terminal emulator ? Does it change a jar file to apk or let me run jar files ? I don't know how to get terminal emulator working. I tried a java app that says it can run java files but the app wouldn't run. @henry0504
forum.xda-developers.com/showthread.php?t=1989533
I don't have a computer @henry0504
That's the first time I heard somebody didn't own a computer....
I am shocked that I heard it in xda…
You should own one bro
henry0504 said:
That's the first time I heard somebody didn't own a computer....
I am shocked that I heard it in xda…
You should own one bro
Click to expand...
Click to collapse
Do you know any other way ? I tried different apps that are suppose to run Java apps and they close when I try running the app or I couldn't get it to run the java app.
ryan012 said:
Do you know any other way ? I tried different apps that are suppose to run Java apps and they close when I try running the app or I couldn't get it to run the java app.
Click to expand...
Click to collapse
I don't get what you really mean, but you can try JBED for running java file on Android.
But I strongly recommend you to use computer to decompile apks. If you don't have one, you can't decompile apks and use apktool.
henry0504 said:
I don't get what you really mean, but you can try JBED for running java file on Android.
But I strongly recommend you to use computer to decompile apks. If you don't have one, you can't decompile apks and use apktool.
Click to expand...
Click to collapse
any way to run the java app. I tried that app, it won't run.
To decompile app on android you can try ninja morph
Sent from my Xperia Live with Walkman using XDA Premium 4 mobile app
android yoyash said:
To decompile app on android you can try ninja morph
Sent from my Xperia Live with Walkman using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That app isn't bad. I like zarchiver, app better

Apk Tool App for Android

I was recently looking for system ui smali mods and I came across this apk tool app and I thought I would share it, I think it works good so far but your working with a smaller screen other wise its really nice
Download: ApkTool v4.7.apk
Update fix for Lollipop Roms :ApkToolUpdate.zip
Instructions :
After you install the apk be sure to go to your Framework apks and hit import framework before you do anything
Also Copy system apks to SD card or you with get decompile errors
If you have problems with decompiling system apps on Lollipop flash update zip that has updated jars
You shouldn't have any problems with kit kat though I believe so no need to flash update.zip
Flash via FlashFire
And Finally Enjoy
davidhacks said:
I was recently looking for system ui smali mods and I came across this apk tool app and I thought I would share it, I think it works good so far but your working with a smaller screen other wise its really nice
Download: ApkTool v4.7.apk
Click to expand...
Click to collapse
I'm not familiar with decompiling apks but for the xml files wich program do you use?
Sent from my SM-G900V using XDA Free mobile app
killa408shark said:
I'm not familiar with decompiling apks but for the xml files wich program do you use?
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
I would normally use the computer Verison of apk tool and then use note pad ++ for looking at the xml files
killa408shark said:
I'm not familiar with decompiling apks but for the xml files wich program do you use?
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
At some point I will decompile the app and update the baksmali and so on to the lollipop Verison
PHP:
killa408shark said:
I'm not familiar with decompiling apks but for the xml files wich program do you use?
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
Try Axel on the playstore. You can view and edit.
Documentation on this app is hard to find
Documentation on this app is hard to find, did you write this? From what I can gather it turns your active rom into a rom package for redistribution? I'm assuming that's what they mean by create rom? Who wrote this gem? Amazing app

Categories

Resources