I can decompile and recompile without any errors (a few warnings about strings which could be fixed easily) the problem is, even if all I do is decompile then compile and copy the original META-INF and android-manifest.xml to compiled apk and then push apk and set permissions I get stuck on boot animation.
ideas?
thanks in advance
Me said:
I can decompile and recompile without any errors (a few warnings about strings which could be fixed easily) the problem is, even if all I do is decompile then compile and copy the original META-INF and android-manifest.xml to compiled apk and then push apk and set permissions I get stuck on boot animation.
ideas?
thanks in advance
Click to expand...
Click to collapse
Yes! How did you manage to compile it with the errors in the string! I was getting same errors too! Yes! Sony has changed some things! What you do if you have changed values or something else is copy resources.arcs from recompiled to original and androidmanifest! That should work
Sent from my ST25i using xda app-developers app
Andrewasth said:
Yes! How did you manage to compile it with the errors in the string! I was getting same errors too! Yes! Sony has changed some things! What you do if you have changed values or something else is copy resources.arcs from recompiled to original and androidmanifest! That should work
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
those are just warnings about some translations not present and no errors......
Andrewasth said:
Yes! How did you manage to compile it with the errors in the string! I was getting same errors too! Yes! Sony has changed some things! What you do if you have changed values or something else is copy resources.arcs from recompiled to original and androidmanifest! That should work
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
copied resources.arsc AndroidManifest.xml and META-INF still doesn't work
anyone have other suggestions?
Me said:
copied resources.arsc AndroidManifest.xml and META-INF still doesn't work
anyone have other suggestions?
Click to expand...
Click to collapse
same problem faced by me when trying to push modified SemcGenericUxpRes.apk file......
couldn't find solution yet...
I still can't compile my framework! error is this: framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
I'm using the latest apktool! I have faced this issue before but I can't recall how I solved it
Andrewasth said:
I still can't compile my framework! error is this: framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
I'm using the latest apktool! I have faced this issue before but I can't recall how I solved it
Click to expand...
Click to collapse
did you install framework-res.apk systemui.apk and semcgeneric.apk?
Nevermind. I solved it
Sent from my ST25i using xda app-developers app
Andrewasth said:
Nevermind. I solved it
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
posting the solution may help others also......
@[email protected] said:
posting the solution may help others also......
Click to expand...
Click to collapse
Download the latest apktool. Copy aapt from android sdk platform tools. Recompile and decompile without errors!
Sent from my ST25i using xda app-developers app
Andrewasth said:
Download the latest apktool. Copy aapt from android sdk platform tools. Recompile and decompile without errors!
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
can you install?
ok seems to work with new JB (with camera posted by devswift1)
Me said:
ok seems to work with new JB (with camera posted by devswift1)
Click to expand...
Click to collapse
F**k yeah!
Related
so i followed tj_droids tutorial of decompiling and compiling using apk manager and i guess i did it all right.. decompiling went fine
but after compiling i am supposed to find resource.arsc in unsgined framework when opened as archive using 7zip..but i didnt!! help please if you can
Wrong section. You should have posted this in general section. Btw, did you delete resources.arsc from keep folder?
Sent from my GT-S5830 using Tapatalk 2
tj_droid said:
Wrong section. You should have posted this in general section. Btw, did you delete resources.arsc from keep folder?
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
sorry about the section..
yes... i did delete it from the keep folder..
now i dont find one in unsgined apk
What did you actually change in framework?
Sent from my GT-S5830 using Tapatalk 2
tj_droid said:
What did you actually change in framework?
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
strings.xml... nothing else
atishaycn said:
strings.xml... nothing else
Click to expand...
Click to collapse
Did you delete strings.xml from keep folder?
Sent from my GT-S5830 using Tapatalk 2
tj_droid said:
Did you delete strings.xml from keep folder?
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
noo..i didnt
atishaycn said:
noo..i didnt
Click to expand...
Click to collapse
apk manager says in English that remove whatever modified + resources file if xml was edited.. you missed to read console buddy
madman_amit said:
apk manager says in English that remove whatever modified + resources file if xml was edited.. you missed to read console buddy
Click to expand...
Click to collapse
yaaa.. but there is not value folder or string.xml in the keep folder
madman_amit said:
apk manager says in English that remove whatever modified + resources file if xml was edited.. you missed to read console buddy
Click to expand...
Click to collapse
AFAIK, you dont need to delete any xml's if you modifed them. Just delete resources.arsc, let apkmanager recompile it. Then drag and drop resources.arsc from new apk to old one.
Sent from my GT-S5830 using Tapatalk 2
tj_droid said:
AFAIK, you dont need to delete any xml's if you modifed them. Just delete resources.arsc, let apkmanager recompile it. Then drag and drop resources.arsc from new apk to old one.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
yaa..but that is the problem.. no resuorce.arsc in the new apk.! the unsignedframework
atishaycn said:
yaa..but that is the problem.. no resuorce.arsc in the new apk.! the unsignedframework
Click to expand...
Click to collapse
APKmanager is outdated now. Try new version of apkmanager. Its called APK Multi-tool. Search on google.
Sent from my GT-S5830 using Tapatalk 2
tj_droid said:
APKmanager is outdated now. Try new version of apkmanager. Its called APK Multi-tool. Search on google.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
i tried the alpha2 version of that too
tj_droid said:
APKmanager is outdated now. Try new version of apkmanager. Its called APK Multi-tool. Search on google.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
it says some error while compiling
log- http://dl.dropbox.com/u/54790911/log.txt
tj_droid said:
AFAIK, you dont need to delete any xml's if you modifed them. Just delete resources.arsc, let apkmanager recompile it. Then drag and drop resources.arsc from new apk to old one.
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
well then you haven't modded some xmls which are not defined by resources.resc
Sent from Galaxy Ace which just landed on "MOON"
madman_amit said:
well then you haven't modded some xmls which are not defined by resources.resc
Sent from Galaxy Ace which just landed on "MOON"
Click to expand...
Click to collapse
I modified bools.xml
Well, what type of xml's are defined by resources.arsc? :O
Sent from my GT-S5830 using Tapatalk 2
madman_amit said:
well then you haven't modded some xmls which are not defined by resources.resc
Sent from Galaxy Ace which just landed on "MOON"
Click to expand...
Click to collapse
tj_droid said:
I modified bools.xml
Well, what type of xml's are defined by resources.arsc? :O
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
i modded strings.xml
i believe that comes under resource.arsc
now using apk multi tool 1.0.3..
it doesnt compile only...shows some error..i posted the log..
what should be the decompile mode?
sources and resources
or sources
or resources?
Hello,
I try to modify SemcGenericUxpRes.apk. I use a latest apktool.jar and aapt.exe from sdk16
I get an error when i recompile "aapt.exe has encountered a problem and needs to close. We are sorry for the inconvenience"
Can anyone here to show up what is it mean, and how to recompile after modify SemcGenericUxpRes.apk.
Below i add the screenshoot. Thanx for all....
Sent from my R800i using XDA
Oya.. i am using icsbeta official sony for xperia play....
Sent from my R800i using XDA
Hello!!!
Is possible enable the auto-rotation lock screen for the Sony Live with Walkman?
Im use the stock rom Gingerbread.
Sorry for my bad english.
Sent from my WT19a using xda app-developers app
Decompile system/framework/framework-res.apk using apktool, go to res/values/bools.xml, change 2 values that are related to lockscreen rotation (can be understandable by English)vfrom false to true, then compile the apk , and make a cwm flashable zip to flash via cwm recovery
Sent from my WT19i using xda premium
danist727 said:
Decompile system/framework/framework-res.apk using apktool, go to res/values/bools.xml, change 2 values that are related to lockscreen rotation (can be understandable by English)vfrom false to true, then compile the apk , and make a cwm flashable zip to flash via cwm recovery
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
Two questions
1. Those are :
<bool name="config_enableLockScreenRotation">false</bool>
and...
<bool name="config_allowAllRotations">false</bool>
or
<bool name="lockscreen_isPortrait">true</bool>
2. I edit the values using Notepad++ and save it, but why i cannot compile the apk?? Am i forgetting sumthing??
Allow all rotation means to allow 180 rotation.
What happened when u compiling apk?
Sent from my WT19i using xda premium
danist727 said:
Allow all rotation means to allow 180 rotation.
What happened when u compiling apk?
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
I'm using APK Multi-Tool
Here is the last line:
Building Apk
"An Error Occured, Please Check The Log <Option 24>"
It gives me Looong red log. (Error log, i think)
... Search ics apktool google and replace the original files in apk multi tool folder with the new one.
Also, please install apktool framework (Google it)
Sent from my WT19i using xda premium
if you do it, can you upload file? framework apk? i would like to have rotation lock screen
Qubełek said:
if you do it, can you upload file? framework apk? i would like to have rotation lock screen
Click to expand...
Click to collapse
You should update your phone to ICS .431 though. If you because of some reason not update to ICS, upload your framework-res.apk here to me, I will make it for you ASAP
Sent from my WT19i using xda premium
i have officjal ICS
Qubełek said:
i have officjal ICS
Click to expand...
Click to collapse
Use my n in 1 mod then
Sent from my WT19i using xda premium
Please refer to - [Guide/Tools] Simple APK Modding
:reserved:
I am looking for it
Thanks man thank-you very much
its working fine
No problem.
Sent from my CM9'd Arc
XperienceD said:
No problem.
Sent from my CM9'd Arc
Click to expand...
Click to collapse
how to fix this ?
Oohhlala said:
how to fix this ?
Click to expand...
Click to collapse
By editing the .9 image correctly.
Sent from my CM9'd Arc
Finaally!! kept it simple.. Thank you soo much!!!
sory OOT
how do we know about <style name="Layout.ButtonContainer" parent="@android:style/Theme.Wallpaper.NoTitleBar"> is that right?
*cause i have to decompile(another apk) and compile it, always get error (usually if i change xml file)
buatcintaku said:
sory OOT
how do we know about <style name="Layout.ButtonContainer" parent="@android:style/Theme.Wallpaper.NoTitleBar"> is that right?
*cause i have to decompile(another apk) and compile it, always get error (usually if i change xml file)
Click to expand...
Click to collapse
Eh? See my other thread.
Sent from my CM9'd Arc
XperienceD said:
Eh? See my other thread.
Sent from my CM9'd Arc
Click to expand...
Click to collapse
Ok
I'll see your thread tomorrow
Thanks
Sent from my LT15i using xda app-developers app
hi sir
i have one more problem ,now i can recompile it by replace ur string code
but when i copy Phonebook.apk (signed) to my phone by root explorer and i set permission
then i restart my phone after i lost contact & phone from my phone.
why like this sir?
pls help me
thanks
12793080 said:
hi sir
i have one more problem ,now i can recompile it by replace ur string code
but when i copy Phonebook.apk (signed) to my phone by root explorer and i set permission
then i restart my phone after i lost contact & phone from my phone.
why like this sir?
pls help me
thanks
Click to expand...
Click to collapse
Not a clue what might be causing that.
Sent from my CM9'd Arc
XperienceD said:
Not a clue what might be causing that.
Sent from my CM9'd Arc
Click to expand...
Click to collapse
Sorry sir
What Cm9'd arc?
Would u pls help me fix my problem
Thanks
12793080 said:
Sorry sir
What Cm9'd arc?
Would u pls help me fix my problem
Thanks
Click to expand...
Click to collapse
An Arc with CM9 on. Don't sign system apks, that might be the issue.
Sent from my CM9'd Arc
XperienceD said:
An Arc with CM9 on. Don't sign system apks, that might be the issue.
Sent from my CM9'd Arc
Click to expand...
Click to collapse
I not sign phonebook.apk still the sam proble
And one more y original phonebook.apk =4.4mb
After recompile =1.91mb
Y like this?
Pls help me
Thanks
12793080 said:
I not sign phonebook.apk still the sam proble
And one more y original phonebook.apk =4.4mb
After recompile =1.91mb
Y like this?
Pls help me
Thanks
Click to expand...
Click to collapse
Read the "Recompiling" part HERE
I cant recompile Settings.apk
I used:
Code:
apktool if framework-res.apk
apktool if SystemUI.apk
apktool if SemcGenericUxpRes.apk
apktool d Settings.apk Settings_S3
(edited two xml...)
apktool b Settings_S3
But always the same error.
I just updated apktool to the last version. I am using windows 7
Thank u!!
luiseteyo said:
(edited two xml...)
Click to expand...
Click to collapse
Which were?
XperienceD said:
Which were?
Click to expand...
Click to collapse
settings_headders.xml under /res/xml
strings under res/values
Thanks!
luiseteyo said:
settings_headders.xml under /res/xml
strings under res/values
Thanks!
Click to expand...
Click to collapse
You must add both drawables/strings with right id to public.XML
Any one has a special tool to recompiling ics apks??!
I edited and while recompiling getting a lot of errors!!!
Ganesh Arivoli said:
Any one has a special tool to recompiling ics apks??!
I edited and while recompiling getting a lot of errors!!!
Click to expand...
Click to collapse
Try using the latest version of virtuous 10 studio or apk multi tool. Also if your trying to decompile Sense or TouchWiz apps make sure you have the correct framework dependencies installed.
Sent from my SCH-I535 using xda premium