Hi,
i want to use an app from another device on my nexus.
Ive done all the common things and the app works after changing some smali-files, ok.
Now, the app has widgets and heres my problem:
The widget cant load, because the corresp. xml-file has references on some classes not found.
I found these classes in the framework.jar from the original device.
How can i make them available on my device?
I tried to copy them with their structure in my apk but that doesnt help.
Do i have to add them to my own devices framework.jar?
Would be nice if someone could help me!
Related
Hi guys,
I am been working a on an an android app called Inomail that is available on the android market. I have done an overhaul changing the background colours, buttons to blue and green neon colours, change all icons and change text such app name plus other strings elsewhere.
Everthing work fine and I am certain it will be popular download if published.
I have been using APK Manger and Eclipse and Java decompilers to convert smali to java codes.
I successfully signed with a private key and it worked but this the obvious problem renaming the package when changing it crashes. I done everthing including refactoring and renaming in Eclipse, also renamed all the package name to all sub packages but to no avail.
If rename tthe package name back to original name it works but changing it crashes.
Now I have done some search on here there also a code to the package name which the reason for it to crash and the best way it to use a rooted device which I have and install the app.
So my 2 questions would anyone know where is the folder on smartphone would I find the file or code and second question have anyone manage to rename package published app on the market and how please?
Your help greatly appreciated.
rename of installed android app
Darkfunnyguy said:
Hi guys,
I am been working a on an an android app called Inomail that is available on the android market. I have done an overhaul changing the background colours, buttons to blue and green neon colours, change all icons and change text such app name plus other strings elsewhere.
Everthing work fine and I am certain it will be popular download if published.
I have been using APK Manger and Eclipse and Java decompilers to convert smali to java codes.
I successfully signed with a private key and it worked but this the obvious problem renaming the package when changing it crashes. I done everthing including refactoring and renaming in Eclipse, also renamed all the package name to all sub packages but to no avail.
If rename tthe package name back to original name it works but changing it crashes.
Now I have done some search on here there also a code to the package name which the reason for it to crash and the best way it to use a rooted device which I have and install the app.
So my 2 questions would anyone know where is the folder on smartphone would I find the file or code and second question have anyone manage to rename package published app on the market and how please?
Your help greatly appreciated.
Click to expand...
Click to collapse
pls, help how to change my android app label name and logo ?
i would like to learn how to mod apk's. is there a noob guide? what i want to do is be able to open a particular app from samsung with the htc album. i have tried installing the secgallery.apk and the phone doesnt see it once it is in system/app with the correct permissions.
thanks in advance!
found my answer
http://forum.xda-developers.com/showthread.php?t=1758928
Is there any universal framework-res.apk that can be used trough apktool, to retrieve xml files? because I am confused, I don't want to install my app on any mobile device!! (just to play around with code) and everywhere people write about ROMs and getting the framework from my device, in order to get my apk to compile with apktool? WHAT?! believe me, i am doing my research but I just cant seem to find a connection between the needed framework.res, and some randomly downloaded camera.apk?
How am I supposed to find appropriate framework for any downloaded .apk from internet? is it possible? I have tried with obviously non appropriate framework-res, it gives me lots of errors, after -apktool d example.apkk. Again, I don't have intention of installing it on any device, yet. as I said before, I would like to get code, to learn from it and to play with it, xml is the issue now, because of this framework-res stuff!! While java non 100% code I have!
Thank you for your time
I wonder, if anyone has found the application of Cloud Print (official) without icon in the launcher (non-icon).
I tried descompilarla and compile, and I have not succeeded.
I tried to decompile, fix it and compile it, but I have not succeeded
I would greatly appreciate if anyone could help me.
Answer
vk2r said:
I wonder, if anyone has found the application of Cloud Print (official) without icon in the launcher (non-icon).
I tried descompilarla and compile, and I have not succeeded.
I tried to decompile, fix it and compile it, but I have not succeeded
I would greatly appreciate if anyone could help me.
Click to expand...
Click to collapse
What do you mean you have not succeeded?
Decompile the apk file, remove the icon and replace a transparent icon with the same name and if possible in same format as the older icon.
Also in android manifest file, look whether the icon is given with an extension. If so, change it to the icon's format that you have placed.
Now again recompile the apk file and also sign the apk.
There are lots of tutorials on both Google and XDA that will help you to learn decompiling and recompiling an apk.
Press thanks if I have helped you.
I am a newbie. Anyone can correct me if I am wrong.
is there anyone who can help with changing links in an android app? like there's an app that gets .zip and stuff from a link and i wanna change the links so it can get them and use my own stuff in the app.
it's using libil2cpp.so (made with unity, i can get the assembly dlls from it) and i tried to do stuff with it in ida pro but i suck at this and i wanna know if there's an easier way. i want to send this modified apk to my friends so they can use it too. i used inspeckage to see stuff and it requests the links that i wanna change. like, the exact same file name will be in my hosting with in the same folder.
like if the app requests
blabla.com/files/texture/200.png
i wanna change it to
myhosting.com/files/texture/200.png
so it can get the 200.png in my hosting and show it in the app. i checked in the assembly and libil2cpp stuff but i couldn't find any link in there (i mean it shows what to request but it doesnt show the link in the code). i hope you guys understand what i'm trying to say.