[Q] .APK manager - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

Hi, i trying to port MultiWindow mod for SGA, but i need apk manager compatible with JB file, i try found in google and not found, i need "decompile" not extract files like apktool. Somebody have one version compatible? please!
Sorry for my english.

Try This
http://db.tt/NO2oVtO2
Sent from my GT-I9070 using xda premium

DarkSideTT said:
Hi, i trying to port MultiWindow mod for SGA, but i need apk manager compatible with JB file, i try found in google and not found, i need "decompile" not extract files like apktool. Somebody have one version compatible? please!
Sorry for my english.
Click to expand...
Click to collapse
Apktool decompile apps, it uses backsmali
Sent from my GT-I9070 using xda app-developers app

frapeti said:
Apktool decompile apps, it uses backsmali
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
For extract smali files i need deodex files, right?

DarkSideTT said:
For extract smali files i need deodex files, right?
Click to expand...
Click to collapse
Is multiwindow mod for sgsa now working?if its dere den kindly gv d download link
Sent from my GT-I9070 using xda app-developers app

DarkSideTT said:
For extract smali files i need deodex files, right?
Click to expand...
Click to collapse
Short answer: yes
Long answer: you can extract smali classes from .odex files too but better don't mess with odexed apps, apktool do it automatically for .apk files but it wont work for odexed apps becouse all the classes are in .odex file outside the apk, the deodexed apk contains all the classes in a .dex file inside the apk and that is what apktool is looking for
Sent from my GT-I9070 using xda app-developers app

frapeti said:
Short answer: yes
Long answer: you can extract smali classes from .odex files too but better don't mess with odexed apps, apktool do it automatically for .apk files but it wont work for odexed apps becouse all the classes are in .odex file outside the apk, the deodexed apk contains all the classes in a .dex file inside the apk and that is what apktool is looking for
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Thanks for help :highfive:

Related

[Q][Help!]How ta compile systemUI apk

Can someone help me, how to compile systemUI apk, after i edit xml file.
Sent from my GT-P1000 using XDA App
waazaii said:
Can someone help me, how to compile systemUI apk, after i edit xml file.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
isnt a APK a type of zip?
a zip with scripts to tell the os how to install it.

[Q] How to odex a de-odex rom?

hi....
i make a rom de-odex and add some option to it now i want to re-odex the rom.
how to do?
sorry for my bad english.
How did you de-odex it?
Ever tried apk manager or dsixda kitchen?
Sent from my GT-S5570 using Tapatalk
distan7 said:
How did you de-odex it?
Ever tried apk manager or dsixda kitchen?
Sent from my GT-S5570 using Tapatalk
Click to expand...
Click to collapse
with apk tools. smill odex file, backsmill that.
rename out.dex file to classes.dex and put in apk file.
can apk manager deodex apk? i don't know!

How to change text below the toggle buttons

i have the 15 toggle bar for the note n7000... but the text below them are too big.. can anyone tell me how to change them?
Hey anyone.. No replies yes.... Hmmmm..
I know that it's in the values folder.... String. Xml.... But when I edit the file and recompile the framework... The phone won't boot.
Sent from my GT-N7000 using xda premium
my question is add another language for title icon (i.e. italian) or change the title icon properly (i.e. flash light to flashlight).
i decompiled lidroid-res.apk add values-it and edit strings.xml, recompiled , put the new lidroid-res.apk into zip for cwm,
installed the zip via cwm, reboot but error ...
one week always error...
can someone help us?
Hey Devs.. please give us a hint of how to recompile the -res.apk file cuz we not getting any success.. i have been trying to get this done.. but failing every time... ...
You can try to recompile it, use and learn the tutorial on ApkTool (credits to memnoc) from this link -> http://forum.xda-developers.com/showthread.php?t=1511730
letters_to_cleo said:
You can try to recompile it, use and learn the tutorial on ApkTool (credits to memnoc) from this link -> http://forum.xda-developers.com/showthread.php?t=1511730
Click to expand...
Click to collapse
Thanks for ur response... but i seem to have used all the apktools available... i can recompile the "-res.apk" but when i put it back to \system\framework ... the UI FCs and the notification bar doesnot load.
unfortunately od has stopped. >> is the message i get when i put the modified "-res.apk".
i have noticed one thing that the recompiled apk doesnot have META-INF folder... although i tried to copy it and gave a try but still no go...
what i am trying to do is using a themed apk like lidroid or crikelos res .. decompile .. change some text under the toggle buttons ...
what am i doing wrong... ?
hmm... have you tried setting back the permissions on your modified -res.apk in /system/framework? Mounting it before hand?
If you have, you may indeed try to ask some devs or someone who knows their way in recompiling apks as this is a sensitive matter to touch with and I'm moderately more on contributing stuffs rather than delving into the internal programmings on the android ecosystem.
hmmm.. i have changed permissions as well still... Thanks for taking the time out
Sent from my GT-N7000 using xda premium
Go to apkyool.yml
Edit with notepad++
And below
-1
Add -2
So it would look like
-1
-2
Then compile it lidroid-res again
Also make sure you have twframework-res.apk
And framework-res.apk installed
Sent from my GT-S5830 using xda premium
nokiamodeln91 said:
hmmm.. i have changed permissions as well still... Thanks for taking the time out
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
No problems bud.
Hope somebody can take notice on your issue and give you a lending hand on it.
:victory:
---------- Post added at 10:08 PM ---------- Previous post was at 10:06 PM ----------
nokiamodeln91 said:
hmmm.. i have changed permissions as well still... Thanks for taking the time out
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
CoolCatGetHome said:
Go to apkyool.yml
Edit with notepad++
And below
-1
Add -2
So it would look like
-1
-2
Then compile it lidroid-res again
Also make sure you have twframework-res.apk
And framework-res.apk installed
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Well there you go.. Cheers and Kudos to CoolCat on this :good:
CoolCatGetHome said:
Go to apkyool.yml
Edit with notepad++
And below
-1
Add -2
So it would look like
-1
-2
Then compile it lidroid-res again
Also make sure you have twframework-res.apk
And framework-res.apk installed
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
do we have to sign the lidroid again?
Sent from my GT-N7000 using xda premium
nokiamodeln91 said:
do we have to sign the lidroid again?
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Only sign lidroid if you have signed every apk in your rom
I normally do this
Decompile apk
Make changes
Compile apk
Go to original apk
Press right
7-zip
Open as archive
Delete res
Delete resources.arsc
Leave the 7-zip archive open
Go to
The decompiled folder
Go to build/apk
Copy all except androidmanifest.xml to the archive
Then its done you have an apk
Sent from my GT-S5830 using xda premium
CoolCatGetHome said:
Only sign lidroid if you have signed every apk in your rom
I normally do this
Decompile apk
Make changes
Compile apk
Go to original apk
Press right
7-zip
Open as archive
Delete res
Delete resources.arsc
Leave the 7-zip archive open
Go to
The decompiled folder
Go to build/apk
Copy all except androidmanifest.xml to the archive
Then its done you have an apk
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
OMG....!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It actually worked....
Oh CoolCatGetHome... where were u till today.... i cant thank u enof....
nokiamodeln91 said:
OMG....!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It actually worked....
Oh CoolCatGetHome... where were u till today.... i cant thank u enof....
Click to expand...
Click to collapse
Xd i had same problem before
But after some experimenting it worked
I self never sign apks except i have urooted device and want to install apps manual like custom launchers
Sent from my GT-S5830 using xda premium
CoolCatGetHome infinite thanks
you saved me from sleepless nights looking for the solution
again thanks
CoolCatGetHome said:
Xd i had same problem before
But after some experimenting it worked
I self never sign apks except i have urooted device and want to install apps manual like custom launchers
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
hey cool cat get home.... another thing.... the app speed test. net.. As u see does not fill the screen... After decompiling.. I changed some dimensions in xml.. wen recompiling the apps do not install.. y is dat..
Sent from my GT-N7000 using xda premium
nokiamodeln91 said:
hey cool cat get home.... another thing.... the app speed test. net.. As u see does not fill the screen... After decompiling.. I changed some dimensions in xml.. wen recompiling the apps do not install.. y is dat..
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
U n eed to sign the apk to install manually
Thats the only time i sign apks
Sent from my GT-S5830 using xda premium
CoolCatGetHome said:
U n eed to sign the apk to install manually
Thats the only time i sign apks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
so this is wat i do, correct me where i go wrong plz
1 decomiple app..
2. change the dimen.xml
3. recomile app
4. open the original app using 7z
5. go to the build/apk folder
6. copy the res folder and the .asrc file to the opened apk.
7. sign the apk
there is a classes.dex file as well... do i change it or do i keep the original
in this as well do i have to edit the "apkyool.yml" as this seems to be isframework=false
nokiamodeln91 said:
in this as well do i have to edit the "apkyool.yml" as this seems to be isframework=false
Click to expand...
Click to collapse
No that apk doesnt need to have that apktool.yml edit
Only lidroid needs it
But u need to sig it with
Android manager
Or apkmanager
Etc
Sent from my GT-S5830 using xda premium

[REQ]LG UI 3.0 Keyboard

Notice:Yes,I know i've posted a lot of requests,I'm very sorry about that.
Hello,again I was wondering where i can get the LG stock keyboard from LG UI 3.0(LG KU5900 REPACK ROM)I like that keyboard very much but cant find its apk on the web.If it is possible,can i use the apk from the The Repack.RSVP!
UniversalSS said:
Notice:Yes,I know i've posted a lot of requests,I'm very sorry about that.
Hello,again I was wondering where i can get the LG stock keyboard from LG UI 3.0(LG KU5900 REPACK ROM)I like that keyboard very much but cant find its apk on the web.If it is possible,can i use the apk from the The Repack.RSVP!
Click to expand...
Click to collapse
You can use it with any stock based rom. You can get the apk and .odex file from the repack's zip. Don't deodex it.It's faster leaving it that way and sometimes (rarely) opt codes get lost when deodexing.
xonar_ said:
You can use it with any stock based rom. You can get the apk and .odex file from the repack's zip. Don't deodex it.It's faster leaving it that way and sometimes (rarely) opt codes get lost when deodexing.
Click to expand...
Click to collapse
can i use it wtih cm10?
lowert said:
can i use it wtih cm10?
Click to expand...
Click to collapse
Not without adding the lg-framework stuff that it depends on to the cm10 framework.
Firstly i tried normally deodexing and pushing to system/app, then i read what you wrote here... You are right xonar ;p
LG uses opt codes that are fast but are 'unsafe' and is only allowed in odex files. ( why V30 repack is so fast and snappy compared to cm10 )
'unsafe' meaning if it's used wrong it can have unexpected results at unexpected places.
The reference I'm using is fairly old so it might've changed.
xonar_ said:
You can use it with any stock based rom. You can get the apk and .odex file from the repack's zip. Don't deodex it.It's faster leaving it that way and sometimes (rarely) opt codes get lost when deodexing.
Click to expand...
Click to collapse
.odex file?
Sent from my LG-P970 using xda app-developers app
UniversalSS said:
.odex file?
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Its basicly a .dex file outside of the apk. ( it's got a slightly different structure and allows more opt codes )
Sent from my LG-P970
xonar_ said:
Its basicly a .dex file outside of the apk. ( it's got a slightly different structure and allows more opt codes )
Sent from my LG-P970
Click to expand...
Click to collapse
Where can i find it?
Sent from my LG-P970 using xda app-developers app
UniversalSS said:
Where can i find it?
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Its in the same folder as the apk : /system/app/
Sent from my LG-P970
xonar_ said:
Its in the same folder as the apk : /system/app/
Sent from my LG-P970
Click to expand...
Click to collapse
Ok thanks
Sent from my LG-P970 using xda app-developers app
Hey! I wanted to use the LG lockscreen and keyboard apps on the Paranoidandroid JB ROM! Does this mean that I have to recompile those apps with that ROM or can just push them to the system after deodexing it?
rokr05 said:
Hey! I wanted to use the LG lockscreen and keyboard apps on the Paranoidandroid JB ROM! Does this mean that I have to recompile those apps with that ROM or can just push them to the system after deodexing it?
Click to expand...
Click to collapse
You can't deodex those files. It loses some byte-ops.
Sent from my LG-P970

Editing systemui.apk

I decompiled systemui.apk using apk manager . ,added some smali's and edited xmls. Now I am going to recompile it. Do I need do delete the smali's and xmls from keep folder or the recourses file.?? Also after compilation it shows unsignedsystemui.apk if I sign it using 12 option it gives error please help
Note- don't post any links of tutorials as I have checked dem
Would really thankful
Sent from my GT-S5570 using xda premium
arpitkh96 said:
I decompiled systemui.apk using apk manager . ,added some smali's and edited xmls. Now I am going to recompile it. Do I need do delete the smali's and xmls from keep folder or the recourses file.?? Also after compilation it shows unsignedsystemui.apk if I sign it using 12 option it gives error please help
Note- don't post any links of tutorials as I have checked dem
Would really thankful
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
Not so expert in this but maybe this question solved could help you
http://forum.xda-developers.com/showthread.php?t=1852321
It didnt
Sent from my GT-S5570 using xda premium
arpitkh96 said:
It didnt
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
The keep folder contains the stock files unchanged..So if you changed a smali in your project folder you'll have to delete the classes.dex in the keep folder,if you changed xml you'll have to delete the resources.arsc in the keep folder..

Categories

Resources