APK Filename - Galaxy Ace S5830 General

How do I rename the APK filename so when I install the app, it will be the name that I set to?

Anyone help me please?

I suppose you cant do that..but still..ask the knowledgeable guys(geeks) here....

Conclusion said:
How do I rename the APK filename so when I install the app, it will be the name that I set to?
Click to expand...
Click to collapse
u have to decompile the apk ... at android manifest ... somewhere in their its the name of the app, change, save file, compile
if u need help just pm me and i'll change it for u

SnowPluralism said:
u have to decompile the apk ... at android manifest ... somewhere in their its the name of the app, change, save file, compile
if u need help just pm me and i'll change it for u
Click to expand...
Click to collapse
I don't know how to do that, I've sent you an PM for you to change it for me

Related

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

editing apk with eclipse

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

[Q]Change Color Clock And Framework-res.apk

Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
And i Decompile Framework-res.apk in apk Multi Tools and edit language but if i Compile (with and witout sing) My Phone has bootloop. how can I fix it?:crying:
cheqolada said:
Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
And i Decompile Framework-res.apk in apk Multi Tools and edit language but if i Compile (with and witout sing) My Phone has bootloop. how can I fix it?:crying:
Click to expand...
Click to collapse
iirc clock color is in services.jar. you'll need to baksmali it, edit the relevant file, and compile it again (smali).
I believe you need to resign the framework-res.apk again once you have compiled it.
Sent from my Galaxy Nexus
framework cannot signed.... aftr compilation replace. res n resources files with edited files.... don't touch othr files....
Sent from my A60 using xda app-developers app
cheqolada said:
Hello again.
I change my Status Bar with UOT - now it is black but in right top i have clock in Black so i don't see this :< In what file I change this?
Click to expand...
Click to collapse
It depends on what version of Android you're on. If you're on Gingerbread or above, decompile SystemUI.apk and look at res/layout/status_bar.xml.
If your clock has its own individual line of code, you can add this parameter:
Code:
android:TextColor="#00ffffff"
This will make the clock a pure white colour.
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
framework cannot signed.... aftr compilation replace. res n resources files with edited files.... don't touch othr files....
Click to expand...
Click to collapse
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
cheqolada said:
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
Click to expand...
Click to collapse
Check out this thread here: http://forum.xda-developers.com/showthread.php?t=849223.
It's a bit old and you might have to tweak some of the instructions for your phone a little, but it'll point you in the right direction.
Any problems, let me know.
cheqolada said:
res/layout/status_bar.xml i have in framework-res.apk (Froto... >.<)
Before Decompile framework has 6 MB , After Decompile, Edit It have 4 MB - Why?
Well... If I Open Framework in 7 zip (as Archive - it Works) folders with language are not visible. What now?
Click to expand...
Click to collapse
It gets compressed when you re-compile it. You should take out the resources.arsc, rename the apk to framework-res.zip, then add the resources.arsc with no compression (store mode) - rename it back to framework-res.apk..
Sent from my phone's mind
alteredlikeness said:
It gets compressed when you re-compile it. You should take out the resources.arsc, rename the apk to framework-res.zip, then add the resources.arsc with no compression (store mode) - rename it back to framework-res.apk..
Sent from my phone's mind
Click to expand...
Click to collapse
If you're using 7zip, you don't need to rename the apk. Just extract and add. I know it only saves a few seconds but every little bit counts!
Thank's - Tomorow i send What's i Do.
Well...
Check out this thread here: http://forum.xda-developers.com/showthread.php?t=849223.
Click to expand...
Click to collapse
This don't work. After Boot animation booting is stop.
cheqolada said:
Well...
This don't work. After Boot animation booting is stop.
Click to expand...
Click to collapse
What version of android are u on?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Android 2.2.2 from this rom
http://forum.xda-developers.com/showthread.php?t=1474698
cheqolada said:
Android 2.2.2 from this rom
http://forum.xda-developers.com/showthread.php?t=1474698
Click to expand...
Click to collapse
Do u have an ORIGINAL of the framework .apk? One that hasn't been modified or unzipped?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Yes - ORIGINAL is in this Rom - I wanted to Add to this rom polish language but bootloop ...
cheqolada said:
Yes - ORIGINAL is in this Rom - I wanted to Add to this rom polish language but bootloop ...
Click to expand...
Click to collapse
OK. Out of the framework .apk THAT YOU UNZIPPED, take the resources file, and the res folder (the whole folder; in which u made the changes) and "inject" (put them inside of) them into the ORIGINAL/UNZIPPED .apk. open the original .apk, drag the modified res folder and the resourses file and drop them into the original apk. U should b prompted as to whether u want to replace the existing files, say yes. Otherwise it might just replace them without asking for confirmation. Make sure that the files were properly transfered. Now take that UNZIPPED .apk that u just put those files in, and place it on the root of your SD card.
Use a file explorer to navigate to the apk on ur SD card, and put that in place of the one that's on ur phone. Make sure u give it the permissions that it needs.
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
---------- Post added at 03:27 PM ---------- Previous post was at 03:21 PM ----------
I don't know if that will do it for sure or not. I have to use that way when I'm theming 4.1.1
I don't know how well it'll translate back to froyo, but the method SHOULD work...theoretically. good luck :thumbup:
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
Now take that UNZIPPED .apk that u just put those files in, and place it on the root of your SD card.
Use a file explorer to navigate to the apk on ur SD card, and put that in place of the one that's on ur phone. Make sure u give it the permissions that it needs.
Click to expand...
Click to collapse
I add this In My Rom Instalation... maybe problem is here?
cheqolada said:
I add this In My Rom Instalation... maybe problem is here?
Click to expand...
Click to collapse
What?
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
---------- Post added at 07:03 PM ---------- Previous post was at 06:55 PM ----------
http://forum.xda-developers.com/showthread.php?t=1814441
That's the thread I use for de/compile of apks. Should work for any apk, and the way its done, it SHOULD work for any version JB and below (I would think).
and as for changing your clock color, that would have to do with de/compile of of framework-res.apk.
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!
A little question here. I'm on 4.0.4 rooted and with unlocked boot.
I want to remove the “AM/PM” in the clock area when is at 12hrs format.
I tried modifying a file in SystemUI.apk\smali\com\android\systemui\statusbar\policy called “Clock.smali”.
The line exactly said “.local v5, amPmStyle: I”, I deleted the value and flashed it back to my device and doesn't worked, it shows AM/PM again.
Maybe I'm at the wrong .smali file? Can you give me a hand? I know if I use 24hrs format it wouldn't show AM/PM, but I'm from Venezuela, here we use 12hrs format.
Sent from my LT18i using xda premium
Braayhaan said:
A little question here. I'm on 4.0.4 rooted and with unlocked boot.
I want to remove the “AM/PM” in the clock area when is at 12hrs format.
I tried modifying a file in SystemUI.apk\smali\com\android\systemui\statusbar\policy called “Clock.smali”.
The line exactly said “.local v5, amPmStyle: I”, I deleted the value and flashed it back to my device and doesn't worked, it shows AM/PM again.
Maybe I'm at the wrong .smali file? Can you give me a hand? I know if I use 24hrs format it wouldn't show AM/PM, but I'm from Venezuela, here we use 12hrs format.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
I don't know for sure, but instead of just deleting the value, try replacing the 1 with a 0....I don't know the android system in and out yet, so I'm not sure if ur even attacking the right file. But that sounds like a place I would try, but I would try it with a dif value, not just deleting it...
Bacon in my coffee, please? You don't have bacon?! Unacceptable!!

[Q] question : how to decompile and compile protected apk ?

hi
i have a program that i want to decompile and change something and then compile it
and i use 2 way
first i use apktool that decompile it but when i want compile it , it show errors ( even withot change nothing )
second i rename apk with zip and extract all and then without change nothing I compress extracted file and rename it to apk and sign it and then the program not work .
the program attached
i think it use some protection or ...
any one have an idea ?
thanks a lot
zeytunak said:
any one have an idea ?
Click to expand...
Click to collapse
Update your apktool...
XperienceD said:
Update your apktool...
Click to expand...
Click to collapse
hi
thanks for your reply
now i update my apktool but after compile decompiled package its not work
even after i use below swith when decompilation
apktool d -s -r b15.apk
you can chack the compiled apk and signed not work correctly .
Is that after doing your mods, just because it builds with no errors doesn't mean the mod hasn't broke something.
Also alot of apps are starting to add code that will break it if it is modded in anyway. Many paid apps are doing this to prevent pirating the app or getting some of the paid features for free. There is nothing you can really do if this is the case.

need help to create a font apk!!!

i want to install a font in my lg v10. already have a lg font apk file(from lg smartworld) that is installable and can be apply in the font settings. i have a separate .ttf font file and i created an apk file with the help of apk creator but after installing i can't see the installed font in font settings. and also i replaced the .ttf font file in the lg apk file with the one i have but still no success.
i think other than file replacement something have to do with other files also in the apk to install in system. i uploaded both the lg font apk and my separate .ttf files here. i'm requesting someone take the lg font apk format and build an apk with .ttf file replaced.
jd.21 said:
i want to install a font in my lg v10. already have a lg font apk file(from lg smartworld) that is installable and can be apply in the font settings. i have a separate .ttf font file and i created an apk file with the help of apk creator but after installing i can't see the installed font in font settings. and also i replaced the .ttf font file in the lg apk file with the one i have but still no success.
i think other than file replacement something have to do with other files also in the apk to install in system. i uploaded both the lg font apk and my separate .ttf files here. i'm requesting someone take the lg font apk format and build an apk with .ttf file replaced.
Click to expand...
Click to collapse
tried 7-zip method, maybe it work
---------- Post added at 03:47 PM ---------- Previous post was at 03:38 PM ----------
I made it for you. Here https://drive.google.com/open?id=0B5MQH9c39JH7OTRSQUY2Rlg1QUk
hyperion0201 said:
tried 7-zip method, maybe it work
---------- Post added at 03:47 PM ---------- Previous post was at 03:38 PM ----------
I made it for you. Here https://drive.google.com/open?id=0B5MQH9c39JH7OTRSQUY2Rlg1QUk
Click to expand...
Click to collapse
downloaded and tried to install but ended up with error. i think you did what i did before just replacing only the font file. no, this method does not work. lg uses something different method to use in their system. something we have to edit in the .dat and .xml files i think.
jd.21 said:
downloaded and tried to install but ended up with error. i think you did what i did before just replacing only the font file. no, this method does not work. lg uses something different method to use in their system. something we have to edit in the .dat and .xml files i think.
Click to expand...
Click to collapse
Wait, I edited XML file. But can u show error as to me?
hyperion0201 said:
Wait, I edited XML file. But can u show error as to me?
Click to expand...
Click to collapse
see the attachment below for the error.
jd.21 said:
see the attachment below for the error.
Click to expand...
Click to collapse
ok, i will decompile it and make it again. sorry for lately reply
hyperion0201 said:
ok, i will decompile it and make it again. sorry for lately reply
Click to expand...
Click to collapse
ok, no problem. take your own time. please try your best am dying to install this font in my phone. am really noob in apk editing or development otherwise me also try it hard.
bump.....
jd.21 said:
bump.....
Click to expand...
Click to collapse
Try the attached.
XperienceD said:
Try the attached.
Click to expand...
Click to collapse
no. the same corrupt error while installing
anyone know how to create a font.dat file for fonts apk?. or how to edit?. i think the license infos are located in that file only.
file location in apk - assets => font.dat.
I also want this ttf for lg font apk
https://my.pcloud.com/publink/show?code=kZVtlAZvlc0hREfGX4HWM6vAL9Xd57ci7NX
awdecode v2 bold

Categories

Resources