I managed to extract .apk file using apktool and rebuilt some app. But i don't know to locate the file which i can modify the icon name. Where can i find that? ( i mean in which folder hdpi? ldpi? mdpi? or nodpi? ).
Is there anybody to help me? ??? For the above question???
priyanv said:
I managed to extract .apk file using apktool and rebuilt some app. But i don't know to locate the file which i can modify the icon name. Where can i find that? ( i mean in which folder hdpi? ldpi? mdpi? or nodpi? ).
Click to expand...
Click to collapse
Senior members... Pls help this out.. Or is there anyother link were i can get these details? ??
Related
How can I edit the resources.arsc file in rosie?
craigmack said:
How can I edit the resources.arsc file in rosie?
Click to expand...
Click to collapse
Why would u want to ?
Use apktool and edit the xml's and let the building process take care of that file for you.
Hi can anyone help me?
I want to add more languages to Samsung stock keyboard.
For ex. add the languages from JVO to JVQ Keyboard.
Anyone ?
THX!
EDIT: solved, includes swype and I cant share it so......
did you take a look into the apk ?
maybe there are the dicts in the res folder.
Can u attach the apk ?
so i can take a look.it would be nice to find out where the dicts are stored so u can add them.
jonas2295 said:
did you take a look into the apk ?
maybe there are the dicts in the res folder.
Can u attach the apk ?
so i can take a look.it would be nice to find out where the dicts are stored so u can add them.
Click to expand...
Click to collapse
10 chars JVO
Perka said:
10 chars JVO
Click to expand...
Click to collapse
Will take a look when I am at home
Sent from my HD2 using XDA Premium App
okay didn´t find anything interesting but i found under the lib folder of the apk a file named libxt9core.so but i dunno if the language is there :/ maybe the language files are stored external
Isnt it just in /res/values-(country code like nl)/strings.xml?
And every language you want to add would mean making a new folder called values-(xx)/strings.xml , and you can just copy over a strings.xml from another language and translate it?
hmm maybe!
!0 chars
Can anybody tell me proper tutorial for change images or graphics in *.apk files...................???
sunnysall said:
Can anybody tell me proper tutorial for change images or graphics in *.apk files...................???
Click to expand...
Click to collapse
1. unzip *.apk
2. change images
3. re-zip *.apk
Nice thread title BTW...
yup
Wastl0r said:
1. unzip *.apk
2. change images
3. re-zip *.apk
Nice thread title BTW...
Click to expand...
Click to collapse
Thx, but i did its already. I m getting erron when i install file in samsung galaxy s i9000. then why???
Hey guys, as the title already implies, is it possible to e.g. extract the files, mod em/add something and then repack it again?
http://www.mylgarena.com/index.php?topic=4456.0
The link above inspired this idea, but I guess that the partition information or anything is missing for our device...
u can extract kdz and u will get a p970.dll and xxx.wdb but cannot extract wdb
How bout this? http://www.mylgcookie.com/index.php/topic,645.0.html
N00BY0815 said:
How bout this? http://www.mylgcookie.com/index.php/topic,645.0.html
Click to expand...
Click to collapse
nope...tried but doesnt work 4me..cant unpack wdb
I recently downloaded asphalt overdrive and found the name too long and odd looking in my app drawer. I wish it would be better if it was down to oneword such as "Asphalt" or "Overdrive" only. Can someone tell me how to change the app name itself. It will be much helpful if someone modifies it for me
saif1012 said:
I recently downloaded asphalt overdrive and found the name too long and odd looking in my app drawer. I wish it would be better if it was down to oneword such as "Asphalt" or "Overdrive" only. Can someone tell me how to change the app name itself. It will be much helpful if someone modifies it for me
Click to expand...
Click to collapse
I can try, send me a picture and the name that appears the apk by PM! :laugh:
link and pic
The link to the app 's apk. www.mediafire.com/?1928mxjfvjcs6ph Please make the app's name as Overdrive instead of Asphalt overdrive
saif1012 said:
The link to the app 's apk. www.mediafire.com/?1928mxjfvjcs6ph Please make the app's name as Overdrive instead of Asphalt overdrive
Click to expand...
Click to collapse
I do not quite understand what you mean, I asked one fotot to better understand me ... even more so I tried to download the file from the link below and it will have two apks that modifquei differently, see one after the other. I hope the right.
Link > https://www.sendspace.com/file/b6h1e9
In Nova launcher you just need to hold on an icon, slide it to Edit and just delete or rewrite name. that simple.
thanks a ton!
Marília de Oliveira said:
I do not quite understand what you mean, I asked one fotot to better understand me ... even more so I tried to download the file from the link below and it will have two apks that modifquei differently, see one after the other. I hope the right.
Link > https://www.sendspace.com/file/b6h1e9
Click to expand...
Click to collapse
Just what I wanted! can u tell me how u did it?
Thanks so much!
saif1012 said:
Just what I wanted! can u tell me how u did it?
Thanks so much!
Click to expand...
Click to collapse
if u know to decompile or recompile apk files ....
u need to decompile the files
once done navigate to res/values/strings.xml and find this line
Code:
<string name="app_name">[COLOR="Red"]just type what ever name u want here[/COLOR]</string>
save it and recompile
sandy7 said:
if u know to decompile or recompile apk files ....
u need to decompile the files
once done navigate to res/values/strings.xml and find this line
Code:
<string name="app_name">[COLOR="Red"]just type what ever name u want here[/COLOR]</string>
save it and recompile
Click to expand...
Click to collapse
Great @sandy7 right and finally sign the apk
Please post questions in the Q&A section
Thread moved