editing apk with eclipse - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

i am trying to edit infinity view apk.
I decompiled it using APK Multi tool and created a project but it always gives me error as shown in fig.
Plz tell me how to fix this error.
I think i have to import some files but don't know how to do them properly. i tried somethings but unable to resolve this error.

I think you also need framework files.
Sent from my Xperia Live using xda premium.

singh_dd93 said:
i am trying to edit infinity view apk.
I decompiled it using APK Multi tool .
Click to expand...
Click to collapse
Why are you editing with eclipse. What do you want to change exactly? Edit the xml file with notepad++ .. And compile back apk with apk tool again.
Thanks,
PALLAVI KALYANAM

pallavikv said:
Why are you editing with eclipse. What do you want to change exactly? Edit the xml file with notepad++ .. And compile back apk with apk tool again.
Thanks,
PALLAVI KALYANAM
Click to expand...
Click to collapse
That´s it my friend...
Use notepad++ to edit .xml and .smali files.

If anyone can help me integrate SDK tutorial or sequence mobilcore..tolong help me , God bless

Related

[Q] Can someone building apk from these?

Hy! I used apktool to decompile framework-res.apk... I edited, everythings ok, but i can't compile it It says errors...
I uploaded a zip file, inside:
original framework-res.apk
and the folder with the files from i want the apk.
Plese help me
http://www.multiupload.com/2F564KY7EX
Oh, and sorry for my eng
levus95 said:
Hy! I used apktool to decompile framework-res.apk... I edited, everythings ok, but i can't compile it It says errors...
Click to expand...
Click to collapse
if you can't compile it, then clearly something is not ok, lol.
levus95 said:
Hy! I used apktool to decompile framework-res.apk... I edited, everythings ok, but i can't compile it It says errors...
I uploaded a zip file, inside:
original framework-res.apk
and the folder with the files from i want the apk.
Plese help me
http://www.multiupload.com/2F564KY7EX
Oh, and sorry for my eng
Click to expand...
Click to collapse
haha you don't know how to compile it !!!!!
LOL, that means you are nothing
7zip
Sent from my X8 using XDA
Lol idiot That was at october 29... And the bug was my windows 7...
Never mind...
Sent from my X8 using xda premium

Need help editing fw-res

Can anyone please direct me to the correct tutorial(or similar) on how to modify framework-res.apk files of 2011 xperias like St15i,st18i, etc.. ????
I have been Here but it is for the earlier xperias. Does it apply to today's xperias also ???
decompile apk using apkmanager , edit files and zip.
install apkmanager first and you will get to know everything, no need for a tutorial.
metalrawk said:
decompile apk using apkmanager , edit files and zip.
install apkmanager first and you will get to know everything, no need for a tutorial.
Click to expand...
Click to collapse
I'm using Apk Multi tool, since Apk manager is no longer supporting.
My problem is that the system ui apk i have is from a custom rom(Hybrom v11) which has control panel in the notification area.
Now when i'm decompiling the system ui.apk i get an error in apk tool, an error too technical in the log for me to understand.
I get an error in Apk Manager 4.9 too probably the same as apk multi tool.
So if error occurs some part of the apk is not decompiled right ?
If it is not decompiled correctly how am i going to edit the xmls and recompile it ??
systemui.apk needa dependencies to be decompiled. check there will be an option of decompiling apk with with dependency. when it asks for dependency file, point it to framework-res.apk
metalrawk said:
systemui.apk needa dependencies to be decompiled. check there will be an option of decompiling apk with with dependency. when it asks for dependency file, point it to framework-res.apk
Click to expand...
Click to collapse
Just now did that. But apk tool says that framw-res is not the dependent apk. So what is the solution ??
decompile it without dependency and post log here.
Strange now i'm not getting any error . I really had that problem today morning. Thanks for Prompt replies prateek
Any way one off topic question . Can you tell me how to mod power menu. I want to add reboot and recovery in power menu for my st15i . Do i have to add images for it ??
its not in systemUI afaik. there is other file I forgot its name.
metalrawk said:
its not in systemUI afaik. there is other file I forgot its name.
Click to expand...
Click to collapse
Currently i'm refering This thread. It says I have to edit fw-res and Android.policy.jar . Is that method applicable to Xperia 2011 devices ??
crazyadmit said:
Currently i'm refering This thread. It says I have to edit fw-res and Android.policy.jar . Is that method applicable to Xperia 2011 devices ??
Click to expand...
Click to collapse
yes it will work

[need help] about resign APK File

hi mastah...
please help me,.
what tool can resign the apk file ?
i've modified and replacing some icons from apk file,but i dont have tool tha can be use to resign this apk.
i just resign this apk using zipsigner2 from market..but the resigned apk just can be installed on my phone not other phone..
would u give me link download tool for resign the apk file ?
or u can resign my attached file for me...
and i wish u all have good idea to modifying some background or the other of part in this apk file,that could be looking good
please..resigning and modifying this apk
thankz a lot before
allysque good.
use this guide
forum.xda-developers.com/showpost.php?p=3175518&postcount=2
DirtyAssClown said:
use this guide
forum.xda-developers.com/showpost.php?p=3175518&postcount=2
Click to expand...
Click to collapse
thankz a lot Dirty..it's very helpfull and work on my apk file

How to change application name

Good Day.!!
Hey guys i am playing with wattsapp & so i managed to change UI of this app & now i want to modify the name.
For ex - wattsapp to wattsapp ultimate
I tried Apk edit but its not detecting Java even i have the latest one (java 7 update 5)
I know Xda is Home where developers live so asking here,hope you guys will help me out..!!!
Please Help.!!:crying:
tip: wrong section
piousheart said:
Good Day.!!
Hey guys i am playing with wattsapp & so i managed to change UI of this app & now i want to modify the name.
For ex - wattsapp to wattsapp ultimate
I tried Apk edit but its not detecting Java even i have the latest one (java 7 update 5)
I know Xda is Home where developers live so asking here,hope you guys will help me out..!!!
Click to expand...
Click to collapse
Try APK manager. Decompile APK ..change name and compile again. Search for APK manager. Or APK tool tutorials in XDA.. Post questions in Q&A section for quick answers.
PALLAVI KALYANAM
as for the file, go to res/values/strings.xml
and change
<string name="something_application_name_txt">whatsapp</string>
to whatever
pallavikv said:
Try APK manager. Decompile APK ..change name and compile again. Search for APK manager. Or APK tool tutorials in XDA.. Post questions in Q&A section for quick answers.
PALLAVI KALYANAM
Click to expand...
Click to collapse
I got following error while decompiling apk.
Cant find framework resources for package of id: 2
piousheart said:
I got following error while decompiling apk.
Cant find framework resources for package of id: 2
Click to expand...
Click to collapse
u need to do 'if' command for ur rom's SemcGenericUxpRes.apk on apktool,
CMIIW..

How to edit APK files

I am looking for apk editor that help me to fix some of issues on my created app for android.
Thanks in advance.
Hello, @bkgroup,
Please take a look at apktool, it is my favorite tool for .apk editing.
thenookieforlife3 said:
Hello, @bkgroup,
Please take a look at apktool, it is my favorite tool for .apk editing.
Click to expand...
Click to collapse
Thanks for quick resolution. I have heard about android app, that we can directly edit file from that. Is that android app to edit apk file is effective? does it really edit apps like apktool?
try virtuous ten studio, much better.

Categories

Resources