Anyone knows how to make a rom multilanguage? - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Sorry to post here but I think people dont answer me in FAQ
Sent from my GT-S5360 using XDA

Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).

shocklads said:
Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).
Click to expand...
Click to collapse
What if I modded the values of one language eg english so do I need to perform those mods on all the other languages?

http://forum.xda-developers.com/showthread.php?t=1760400
look at this thread,is windows rom translator from a xda member,i hope that helps a little bit.

shocklads said:
Decompile framework-res.apk (custom), copy all folder values-xxx and paste put in framework-res.apk (original).
Click to expand...
Click to collapse
Hi,
is still decompile framwork res.apk and port them on stock framwork res.apk for samsung firmware work with new android version??
best regard

Related

[Q]how can I change app name...

Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Ok..I will try bro...
Sent from my GT-S5360 using xda qpp
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Sorry dude ..
Not working ....
It gives error at the time of recompile ...
Sent from my GT-S5360 using xda.app
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
LetJect said:
Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Click to expand...
Click to collapse
Easy way
1.Decomplie it
2.Go to Values folder
3.And Find string.xml
4.Open it and change the app name
Do these where were you found string.xml
And at the time of recompile Delete the resource.arc and delete the modefied xml from keep folder...
Sent from my GT-S5830i using xda app-developers app
D4rkSh4dow said:
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
Click to expand...
Click to collapse
Thanks dude .....
Sent from my GT-S5360 using xda..
i think must sign apk
<post deleted>
Minions_Army said:
i think must sign apk
Click to expand...
Click to collapse
I cant undestand what u say....
Sent from my GT-S5360 using xda app
sign apk

Error while recompiling systemui.apk

Hello guys,
I always get error while recompiling my systemui on apktool on my Sgy. Even if i dont edit any thing n recompile, i get the errors.It recompiles w/o errors for other app....what wrong am i doing?
btw i imported framework b4 decompiling
Sent from my GT-S5360 using Tapatalk 2
I'm guessing you're trying to decompile evo systemui.apk
you need to use ics framework-res.apk
No....Stock
Sent from my GT-S5360 using Tapatalk 2
delroydsouza said:
No....Stock
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
You probably need to also load tw-framework-res.apk into Apktool using the if command
Make sure you're also deodex
delroydsouza said:
Hello guys,
I always get error while recompiling my systemui on apktool on my Sgy. Even if i dont edit any thing n recompile, i get the errors.It recompiles w/o errors for other app....what wrong am i doing?
btw i imported framework b4 decompiling
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
U should have done something wrong in the xml files.
Can provide the log? So that i can find out what mistakes u have done.
MuSaddiq1410 said:
U should have done something wrong in the xml files.
Can provide the log? So that i can find out what mistakes u have done.
Click to expand...
Click to collapse
He said it's also when no changes are made at all which leads me to think either the wrong framework-res.apk was used to decompile or tw-framework-res.apk also needs to be loaded into Apktool for successful Decompile & Recompile
marcussmith2626 said:
He said it's also when no changes are made at all which leads me to think either the wrong framework-res.apk was used to decompile or tw-framework-res.apk also needs to be loaded into Apktool for successful Decompile & Recompile
Click to expand...
Click to collapse
Yeah, you're right. Both proper framework-res.apk and twframework-res.apk should be loaded for successful Decompile & Recompile.
MuSaddiq1410 said:
Yeah, you're right. Both proper framework-res.apk and twframework-res.apk should be loaded for successful Decompile & Recompile.
Click to expand...
Click to collapse
I have loaded proper framework-res.apk and twframework-res.apk....
Sent from my GT-S5360 using Tapatalk 2
Helo First U need Import Framework-res.apk then do
Shadman0 If I help U Pls Give Thanks

how to decompile and decompile setting.apk ???

how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
darw andi said:
how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
Click to expand...
Click to collapse
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
marcussmith2626 said:
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
Click to expand...
Click to collapse
thanks before
My problem has been resolved
I use apk manager via pc
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
vai8080 said:
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
Click to expand...
Click to collapse
Which apk ?
Islam2001 said:
Which apk ?
Click to expand...
Click to collapse
It is the setting apk:what::what:
Can u do it for me
vai8080 said:
It is the setting apk:what::what:
Can u do it for me
Click to expand...
Click to collapse
U mran the stock ?
Islam2001 said:
U mran the stock ?
Click to expand...
Click to collapse
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
vai8080 said:
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
Click to expand...
Click to collapse
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
marcussmith2626 said:
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
Click to expand...
Click to collapse
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
vai8080 said:
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
Click to expand...
Click to collapse
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
marcussmith2626 said:
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
Click to expand...
Click to collapse
K thanks man

[Help] notepad++ won't read any XML in rom

I am building a ROM but my notepad++ won't read any .XML file from any ROM.. Please explain me how to fix this thing?
livecouk said:
I am building a ROM but my notepad++ won't read any .XML file from any ROM.. Please explain me how to fix this thing?
Click to expand...
Click to collapse
Did you decompile the apks with apktool?
Sent from my Scorpion Mini
NO
ATTACK said:
Did you decompile the apks with apktool?
Sent from my Scorpion Mini
Click to expand...
Click to collapse
no i did't i just extracted them with 7Zip and Also it wont read some usual APK which are not in APK such as androidmanifest.apk....
livecouk said:
no i did't i just extracted them with 7Zip and Also it wont read some usual APK which are not in APK such as androidmanifest.apk....
Click to expand...
Click to collapse
Then that is your problem. You need to decompile first in order to edit any file other then images.
Yup that was it! Thanks ATTACK and Tecknofreak for help!

Question for development

Hello.
i'm trying to change the credroid rom, i have a problem with the settings.apk application
I can decompile the apk correctly and modify the desired files, but I can not recompile the apk. I will need your help please.
mathieum28 said:
Hello.
i'm trying to change the credroid rom, i have a problem with the settings.apk application
I can decompile the apk correctly and modify the desired files, but I can not recompile the apk. I will need your help please.
Click to expand...
Click to collapse
Needs to be resigned [emoji87]
Sent from my SM-G950U using Tapatalk
kobos311 said:
Needs to be resigned [emoji87]
Sent from my SM-G950U using Tapatalk
Click to expand...
Click to collapse
I tried with apktool 2.3 but it does not work. I can not recompile before signing the apk

Categories

Resources