Hello everyone...
I want to ask is it possible to remove unwanted language list from locale settings?
I'm using Gingerbread 2.3.6 Blackhawk DXKT7 rom
I'm from Malaysia which is in Asian region.
As you can see on the attached picture I want to remove marked language. Is it possible?
How can I do that? Do I need to edit LocalePicker.smali in Settings.apk smali folder? Please show me how to do that by details.
This one thing annoying me right now. Overall mod I have done on my stock rom have completed.
Hope someone can help me with this. Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
phadly said:
Hello everyone...
I want to ask is it possible to remove unwanted language list from locale settings?
I'm using Gingerbread 2.3.6 Blackhawk DXKT7 rom
I'm from Malaysia which is in Asian region.
As you can see on the attached picture I want to remove marked language. Is it possible?
How can I do that? Do I need to edit LocalePicker.smali in Settings.apk smali folder? Please show me how to do that by details.
This one thing annoying me right now. Overall mod I have done on my stock rom have completed.
Hope someone can help me with this. Thanks
Click to expand...
Click to collapse
Man!!! I also wish to know....
If im not mistake the language is in XML file or SMALI hurm not sure for it, anyway, the language are not effect our internal space at all, it is too small ....
Anyone please correct me if Im wrong...
I need to remove the list not because of space but because I have only edit default language (english) and Malay language files when modding rom.
Other language will not work correctly when using it. It will lack some strings.
Thanks
Sent from my eyes to your eyes using xda premium
phadly said:
Hello everyone...
I want to ask is it possible to remove unwanted language list from locale settings?
I'm using Gingerbread 2.3.6 Blackhawk DXKT7 rom
I'm from Malaysia which is in Asian region.
As you can see on the attached picture I want to remove marked language. Is it possible?
How can I do that? Do I need to edit LocalePicker.smali in Settings.apk smali folder? Please show me how to do that by details.
This one thing annoying me right now. Overall mod I have done on my stock rom have completed.
Hope someone can help me with this. Thanks
Click to expand...
Click to collapse
Yeah!!! agree I also having that trouble bugging with my SGAi, hurm let me ask around coz Im also needed to remove it, somekind feels like too much for 2 or 3 language inside phone (messy)!!!
Inform me if you have a solution later..need it desperately..thanks..
Sent from my eyes to your eyes using xda premium
ok will so...
To remove it you need to edit all the apps and remove the values folders..
---------------XDA Premium--------------
Don't be a noob. Be a newbie..!!
Details here.
___________________________________
shaaan said:
To remove it you need to edit all the apps and remove the values folders..
---------------XDA Premium--------------
Don't be a noob. Be a newbie..!!
Details here.
___________________________________
Click to expand...
Click to collapse
you mean all system apps?
Sent from my eyes to your eyes using xda premium
As Prawesome said : decompile all apks and framework,remove values-** these are the translations
same with shaaan said, so try it.. i will try next week for this, phadly if im not mistaken yes all inside system/app = decompile then edit by removing values-**(lang to be remove).
shaaan is it include framework-res?
Yes. You need to decompile every single apk, including framework and delete the values-* folders. The * represents the language. But be cautious when recompiling the app, as it will give errors if not done properly. And one incorrectly compiled app will result in either FC or bootloop.
---------------XDA Premium--------------
Don't be a noob. Be a newbie..!!
Details here.
___________________________________
thanks shaaan will try it first then report... :victory:
dehackers said:
thanks shaaan will try it first then report... :victory:
Click to expand...
Click to collapse
I have tried and....yes! solved! I'm only need to remove unwanted 'values-xx' in framework-res.apk, twframework-res.apk, and Settings.apk..thanks for those help me..
Sent from my eyes to your eyes using xda premium
it just saves 3-5 mb not worth it
it just saves 3-5 mb not worth it
Click to expand...
Click to collapse
please read previous post..thanks
I need to remove the list not because of space but because I have only edit default language (english) and Malay language files when modding rom.
Other language will not work correctly when using it. It will lack some strings.
Thanks
Click to expand...
Click to collapse
Sent from my eyes to your eyes using xda premium
Related
i want to edit Quickpic's default icon and also the application name. i want to make it my default photo viewer instead of gallery3d. so can anyone help ??
In short i want to change the name and icon of Quickpic so that if i open my app drawer it should show Gallery instead of quickpic...
sorry for poor english
Decompile with apktool, go to res > drawable folder and replace the quickpic icon with the gallery one. It should be named icon.png or ic_launcher.png. Remember to keep the same name.
Next, go to res > values and open the strings.xml with notepad++.
Change this:
Code:
<string name="app_name">Quickpic</string>
into this:
Code:
<string name="app_name">Gallery</string>
Save, compile with apktool and install on your phone (remove the old one).
EDIT: Gonna try myself. If I make it I will post it here.
thanks...i will try it ...you also try
Made it but haven't tested yet.
tried all the things still it says application not installed...also deleted the old gallery still no hope
Did you try mine? I meant delete the old quickpic, not the gallery app.
Chris95X8 said:
Did you try mine? I meant delete the old quickpic, not the gallery app.
Click to expand...
Click to collapse
Helping trying yours edited quickpic.
Not Installed Dude,
Maybe Have Missed Something.
Try now.
Chris95X8 said:
Try now.
Click to expand...
Click to collapse
it is saying the same ...application not installed
by the way would you mind telling me how to use apktool ?
-------------------------------------------------------------------
http://forum.xda-developers.com/showthread.php?t=1466100
-------------------------------------------------------------------
i saw this but i am stucked at one step
-i didnt understood this line--
Unpack both pakages you will get three files, copy those files to your Windows directory i.e. C:\WINDOWS
there are not three files...there are many files in that tar.bz file
could you please give me a detail explanation on how to do that ?? sorry i am a total noob
Sorry guys, I don't know what else to do.
androidnerd2 said:
by the way would you mind telling me how to use apktool ?
-------------------------------------------------------------------
http://forum.xda-developers.com/showthread.php?t=1466100
-------------------------------------------------------------------
i saw this but i am stucked at one step
-i didnt understood this line--
Unpack both pakages you will get three files, copy those files to your Windows directory i.e. C:\WINDOWS
there are not three files...there are many files in that tar.bz file
could you please give me a detail explanation on how to do that ?? sorry i am a total noob
Click to expand...
Click to collapse
Just download and extract the first two packages here and put those files into C:/Windows/
Chris95X8 said:
Sorry guys, I don't know what else to do
Click to expand...
Click to collapse
Dude, No need to said that.
You good enough to trying to help
So after unpacking it to Windows, what now? Where does it go, how do I open it?
Sent from my E15i using xda premium
Run CMD, type apktool and hit enter. If there's output, you have installed it properly. Close CMD and reopen it. Go here for a tutorial.
This is only for changin the name of the app. You can change the icon easily with 7zip or something similar.
maybe you have to sign the apk..
androidnerd2 said:
maybe you have to sign the apk..
Click to expand...
Click to collapse
OMG that's it!!! I completely forgot. Will try again and report.
*facepalm* thanks...
Sent from my X8 using XDA
Yeah this one works
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
hey one more thing...when we long press on the homescreen and select wallpaper there it say Quickpic wallpaper....it should be gallery....just pointing out....thanks anyway for your great work
androidnerd2 said:
hey one more thing...when we long press on the homescreen and select wallpaper there it say Quickpic wallpaper....it should be gallery....just pointing out....thanks anyway for your great work
Click to expand...
Click to collapse
Yes this should also be solved!
Sent from my W8 using XDA...
Chris95X8 said:
OMG that's it!!! I completely forgot. Will try again and report.
*facepalm* thanks...
Sent from my X8 using XDA
Click to expand...
Click to collapse
Haha Dude ! XD
BTW Thanks!
Thanks to xda member balamu96m, now we can make the settings menu look like the ICS one.
With CM7 Stock Theme
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
With Sonny Sekhon CM7 theme https://play.google.com/store/apps/details?id=com.sonny.theme.ics
With jasonevil Ice9 theme for CM7 http://forum.xda-developers.com/showthread.php?t=1327602
I have made a flashable zip by following balamu96m guide. You can find it attached with this post, If it doesnt work out delete the settings.apk from system/app/ and replace it with the one attached in this post and set permissions as rw-r-r.
Update: 29-April-2012
- Battery Use menu now directs you straight to the settings/About phone/battery use.
- Added new flashable zip
Nice..
When flashing it gives me error status(0) operation aborted.
Sent from my Optimus 2X using XDA
xtrustkillx said:
When flashing it gives me error status(0) operation aborted.
Sent from my Optimus 2X using XDA
Click to expand...
Click to collapse
Use root explorer and replace the settings.apk with the one in the zip and set permissions as rw-r-r
Sent from my LG-P990 using xda premium
xtrustkillx said:
When flashing it gives me error status(0) operation aborted.
Sent from my Optimus 2X using XDA
Click to expand...
Click to collapse
I have attached a new zip, give it a try. I am not sure if it will work or not. I am not much good at creating flashable zips.
Added new screenshots
Flashable zip doesnt work, need to replace settings.apk (I recommend rename it to settings.apk1 for backup, then copy the new settings.apk, I srly recommend ES file explorer, Its free and no need to change/fix permissions).
Thank you!
Any bugs we should be aware of? I read in other threads (ICS settings in CM7) that manual brigthnessdidnt work and FCs, and another minor bug with location and security, I dont have these issues with this version, brightness work as it should and no FCs... the only thing I dont like its the "Battery use" takes you to the ugly ass battery history from "dev tools" I think... any way to change it to the real battery use located in "settings/About phone/battery use"
Justray said:
Flashable zip doesnt work, need to replace settings.apk (I recommend rename it to settings.apk1 for backup, then copy the new settings.apk, I srly recommend ES file explorer, Its free and no need to change/fix permissions).
Thank you!
Any bugs we should be aware of? I read in other threads (ICS settings in CM7) that manual brigthnessdidnt work and FCs, and another minor bug with location and security, I dont have these issues with this version, brightness work as it should and no FCs... the only thing I dont like its the "Battery use" takes you to the ugly ass battery history from "dev tools" I think... any way to change it to the real battery use located in "settings/About phone/battery use"
Click to expand...
Click to collapse
Does any one knows the android target class for the battery use in about phone.
for ex:- android:targetClass="com.android.settings.wifi.Wif iSettings"
I need the line marked in red.
And for the flashable zip, I gave it a couple of tries but I wasnt successful in creating one, maybe someone could take a view on the updater-script and let me know what I did wrong.
hisham027 said:
Does any one knows the android target class for the battery use in about phone.
for ex:- android:targetClass="com.android.settings.wifi.Wif iSettings"
I need the line marked in red.
And for the flashable zip, I gave it a couple of tries but I wasnt successful in creating one, maybe someone could take a view on the updater-script and let me know what I did wrong.
Click to expand...
Click to collapse
Sorry for the late response, it should be one of these:
com.android.settings.fuelgauge.powerusagesummary => I think is this one, don't remember
com.android.settings.fuelgauge.powerusagedetail
com.android.settings.BatteryInfo => I think it goes here right now...
com.android.settings.fuelgauge.powerusagedetail => Or maybe here, this one sucks
Sorry I don't know witch is witch but I can't see right now my phone is unenviable due to "rebirth"
------------------------------------
Alright tested, its the first one, the second one its the same as clicking the graphic. If you can change it to the new location I would be very very happy
Justray said:
Sorry for the late response, it should be one of these:
com.android.settings.fuelgauge.powerusagesummary => I think is this one, don't remember
com.android.settings.fuelgauge.powerusagedetail
com.android.settings.BatteryInfo => I think it goes here right now...
com.android.settings.fuelgauge.powerusagedetail => Or maybe here, this one sucks
Sorry I don't know witch is witch but I can't see right now my phone is unenviable due to "rebirth"
------------------------------------
Alright tested, its the first one, the second one its the same as clicking the graphic. If you can change it to the new location I would be very very happy
Click to expand...
Click to collapse
Updated OP with the new apk.
New zip file also added let me know if it works
btw its not tested since I am on CM9
GREAT MOD
nice mod!
can you translate it spanish?
cpvm said:
can you translate it spanish?
Click to expand...
Click to collapse
I made the mod by following a guide from another user. I am sorry, but I don't know how to translate
hisham027 said:
I made the mod by following a guide from another user. I am sorry, but I don't know how to translate
Click to expand...
Click to collapse
that's ok
Hey bro!Im on Lg optimus black with cm7 and it works.Just battery use menu is fc-ing.Please fix it,or just simply remove it,i think it is unnecessary
lowert said:
Hey bro!Im on Lg optimus black with cm7 and it works.Just battery use menu is fc-ing.Please fix it,or just simply remove it,i think it is unnecessary
Click to expand...
Click to collapse
It was made for O2X and no one using O2X is having the problem. And also the battery menu is included since its there in ICS too, just to make it similar to ICS settings.
And also this mod is made almost 4 months ago, when u flash it its replacing the settings.apk. I am pretty sure during this 4 months CM must have made improvements to settings.apk, so there for by flashing this mod u r replacing the new settings.apk with an old one.
ok i understand but dont you update it? or just please make one with deleted battery menu so i can use it
lowert said:
ok i understand but dont you update it? or just please make one with deleted battery menu so i can use it
Click to expand...
Click to collapse
I will try to do something about it on Saturday, but I wont be able to test it since I dont use the O2X now so I will just upload the new file here.
Hey guys!This is a modded cm7 Settings.apk in ICS stlye.Thanks hisham027(for his mod)and for the idea to make it fully work on Optimus black,and balambu96m for his guide.Just push to system/apps,give the right permissions and reboot.I removed the battery use menu because it was force closing.If anyone know the right targetClass for it i can do it and upload it.
This is how it looks like with Ice9 cm7 theme from jasonevil
NEW!Flashable zip added to downloads,credit goes to tantrums
Please press the thanks button if i helped you.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
lowert said:
give the right permissions and reboot.
Click to expand...
Click to collapse
What are the right permissions?
Mexickano said:
What are the right permissions?
Click to expand...
Click to collapse
I think rw-r--r--
Or make a flasheable.
alex air said:
I think rw-r--r--
Or make a flasheable.
Click to expand...
Click to collapse
Yes its rw-r--r--
Some of my friends(who tested it) reported installation abort with flashable zip,so i uploaded just the apk
Please press the thanks button if i helped you...(68 download,3 thanks)
Can use with Zeus Rom
Sent from my LG-P970 using xda app-developers app
jobzsparrow said:
Can use with Zeus Rom
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
No,only cm7
Hi lowert,
I made it flashable zip.
CM7_ICSsettings.zip - 2.44 MB
tantrums said:
Hi lowert,
I made it flashable zip.
CM7_ICSsettings.zip - 2.44 MB
Click to expand...
Click to collapse
many thanks for it!
what about improving these settings a little?
I tried these settings.apk http://forum.xda-developers.com/showthread.php?t=1526925 and found out that battery usage on main screen works well. So you could copy it to ur version.
And to my mind, you should erase wifi and bluetooth turn off/on in "more" which is under "bluetooth", just because it is on main screen
If u find some time, i will be happy I ask for it, because in that settings from link there are some unnecessary options like "4g" etc...
i dont have too much time now,but in the weekend i will check it
Dont take it like i want to hurry you but... on which weekend?
Uh, this settings.apk is themeable? The themes of CM7 will work on it? =)
Kurogane0806 said:
Uh, this settings.apk is themeable? The themes of CM7 will work on it? =)
Click to expand...
Click to collapse
i tried 3 themes and all worked,try it,nothing you can lose
Hbohd said:
Dont take it like i want to hurry you but... on which weekend?
Click to expand...
Click to collapse
sorry almost every day is exam day now in my school and i needed to reinstall my windows cause of some blue screen so adb and apktool has gone.When i got enough free time i will do it
hahaha, ok ;p i'll try to be more patient...
Of course i tried to do it by myself, but im too stupid
Hbohd said:
hahaha, ok ;p i'll try to be more patient...
Of course i tried to do it by myself, but im too stupid
Click to expand...
Click to collapse
i started like you thinkand i realized that it's not hard
So.. i have too much free time, so i decided to try once again, but now i succeed in it !
Here is what i've changed:
- added "battery" in "device" category
- erased "battery usage" from "device info" as it is in main screen
- erased "wifi settings" and "bluetooth settings" from "more..." as it is in main screen (and i wanted "more..." screen to be shorter)
- made better translation for polish language (for myself of course ;p)
I encountered a problem, cause battery icon is just too small, if someone can provide better one, it would be great :>
And i've tried to add wifi and bt toggles to main screen, with copying smali files too, but it didnt work when compiling apk, dont know why.
And i can't make flashable zip, sorry xd Just push settings.apk to system/app and change permissons to -rw-r--r--
Of course thanks to you lowert, i used your base and balambu96 for his guide.
Can use with Zeus Rom
lowert said:
Hey guys!This is a modded cm7 Settings.apk in ICS stlye.Thanks hisham027(for his mod)and for the idea to make it fully work on Optimus black,and balambu96m for his guide.Just push to system/apps,give the right permissions and reboot.I removed the battery use menu because it was force closing.If anyone know the right targetClass for it i can do it and upload it.
This is how it looks like with Ice9 cm7 theme from jasonevil
NEW!Flashable zip added to downloads,credit goes to tantrums
Please press the thanks button if i helped you.
View attachment 1237716
Click to expand...
Click to collapse
Can use with Zeus Rom
of course can, but probably you will see "cyanogenmod settings" in main screen, which will force close when you click on it :/ If u really want, i can erase it from lowert settings, and then you shouldnt have any problems
Some custom roms dont have the live wallpaper function enabled....Actually the file to make it work is deleted along with other files to make roms bareboned.
This is a guide to enable live wallpapers on those roms....
NOTE: Its not a very complex thing, rather quite simple and easy and nothing new.....but i found so many noobs and beginners with this problem. So I decided to come up with a guide.
Steps:
1. Download the attachment (LiveWallpapersPicker.apk), Put it on your SD.
2. Use a root explorer and move the file to "system/apps"
3. After moving the file long press on the LiveWallpapersPicker.apk and select permissions from the menu, then set permissions as rw-r-r- (see screenshot)
Download your favourite live wallpaper, apply it and enjoy
I Will Not Be Responsible For Any Harm Caused To Your Phone By Your Foolishness
Permission Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
useful for newbies and not too nwbies :good:
Plz i didnt under stand d promesions cn u post a pic plz
Sent from my GT-S5830i using xda premium
whisper_ said:
Plz i didnt under stand d promesions cn u post a pic plz
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Screenshot Added....
Read the tutorial again....i made it more detailed
ya it's working, used on my lg optimus p690. thanks....
rohan_avni said:
ya it's working, used on my lg optimus p690. thanks....
Click to expand...
Click to collapse
well then why dont u press the thanks button..
Not sure why u only have 6 thanks but u got mine. found this through a google search
Sent from my SPH-D710 using Tapatalk 2
don´t work for me, the app do FC's just the moment when i apply live walpapper. sorry the bad english
shuappy said:
don´t work for me, the app do FC's just the moment when i apply live walpapper. sorry the bad english
Click to expand...
Click to collapse
the attached file is for galaxy ace (or may be for Gingerbread)
if you have different phone or you are on higher version of android....pick the apk from your stock ROM and replace it with the current one and set permission.
srt99 said:
the attached file is for galaxy ace (or may be for Gingerbread)
if you have different phone or you are on higher version of android....pick the apk from your stock ROM and replace it with the current one and set permission.
Click to expand...
Click to collapse
U have reason, I downloaded other app (UPDATED)and works now. Thanks
Thank you, very useful!
live wallpaper picker instructions
farrukhafzal said:
Some custom roms dont have the live wallpaper function enabled....Actually the file to make it work is deleted along with other files to make roms bareboned.
This is a guide to enable live wallpapers on those roms....
NOTE: Its not a very complex thing, rather quite simple and easy and nothing new.....but i found so many noobs and beginners with this problem. So I decided to come up with a guide.
Steps:
1. Download the attachment (LiveWallpapersPicker.apk), Put it on your SD.
2. Use a root explorer and move the file to "system/apps"
3. After moving the file long press on the LiveWallpapersPicker.apk and select permissions from the menu, then set permissions as rw-r-r- (see screenshot)
Download your favourite live wallpaper, apply it and enjoy
I Will Not Be Responsible For Any Harm Caused To Your Phone By Your Foolishness
Permission Screenshot
Click to expand...
Click to collapse
Hi
I hope you get this. I have a galaxy gear all rooted and with null 15 rom. I have everything set as per your directions. In fact it was already preset that way including permissions. Nothing works. I'm really just trying to get bubbles running with no luck either. Any other possable sugestions would be greatly appreciated. Also do you happen to know what I can do to unblock bluetooth tether on my t889 note 2 . Thank you
hi. thanks for this tutorial. however when trying to apply a wallpaper the app crashes. ..
I'm running android 4.2.1
any help with this?
thanks!
nevermind , got the correct apk and now good to go, thanx!
same problem...
Any help with this again?
I was able to get it to work before, but now just fc.
Can't figure it out.
JB 4.2.1 (I think I have the right apk)
If anyone knows where to find the exact match, please post the link, as maybe this is the problem?
Pushed to system, changed perms etc.
I do notice that the LWP option under wallpapers is with "apps" not in a separate section as I remember it to be...
The only other thing I can figure is flashing a zip through recovery, but I don't see any zips for a LWP...
Doing this for my wife, as I got me a new device, help would be greatly appreciated.
Thanks.
hi,
I would like to add my native language Malayalam as system language (ml,IN),Could some body tell how I can do this?
I tried more locale but it is not working...ICS has Hindi support but no Malayalam...
I googled a lot for the same in vain...but found this link,as I m not a programmer I dont know the procedure mentioned in it...Pls any developer here help the procedure mentioned in the link below...can I add a new language to my phone if I do that?
http://androidandsandu.blogspot.ro/2011/12/how-to-add-indian-languages-to-android.html?m=1
Thanks in advance
Sreeram
You can rebuild rom's framework to add a new language .
Search the forum for it & you'll find it.
There should be another way...don't know
Sent via Ultimate GB
jay-z-s said:
You can rebuild rom's framework to add a new language .
Search the forum for it & you'll find it.
There should be another way...don't know
Sent via Ultimate GB
Click to expand...
Click to collapse
Thanks...
What could be the other way?
this script may help you
Reply the results
Sent via Ultimate GB
jay-z-s said:
this script may help you
Reply the results
Sent via Ultimate GB
Click to expand...
Click to collapse
Unfortunately i dont have a rom with My language (ml,IN).....
I m running on ICS 4.04 can some body tell me which all apk's should I change?like framework-res.apk,systemui.apk?is there any need to update settings.apk or settings provider.apk?
Also could some body tell me which all lines should I alter in the decompiled apks XML?
I have already decpmpiled framework-res.apk and SystemUI.apk....
Also I hope that other than boot loop or soft brick it won't at the worst hard brick my device ?
Sent from my A100 using xda app-developers app
sreeramllb said:
I m running on ICS 4.04 can some body tell me which all apk's should I change?like framework-res.apk,systemui.apk?is there any need to update settings.apk or settings provider.apk?
Also could some body tell me which all lines should I alter in the decompiled apks XML?
I have already decpmpiled framework-res.apk and SystemUI.apk....
Also I hope that other than boot loop or soft brick it won't at the worst hard brick my device ?
Sent from my A100 using xda app-developers app
Click to expand...
Click to collapse
You won't get soft brick, cause recovery is in kernel. (Can flash to other rom)
Framework-res.apk + framework.jar
+u must deodex the rom(u can understand it in this way:
Go to framework folder, if framework.odex existing there so u must deodex your rom)
While you are deodexing I'll search & tell you about adding language
Sent via Ultimate GB
Thanks again...my ROM not an odexed one...so I need to change framework-res.apk and framework.jar only for adding?
Sent from my A100 using xda app-developers app
sreeramllb said:
Thanks again...my ROM not an odexed one...so I need to change framework-res.apk and framework.jar only for adding?
Sent from my A100 using xda app-developers app
Click to expand...
Click to collapse
For editing, wait a moment till I post the guide
Sent via Ultimate GB
OK...
Sent from my A100 using xda app-developers app
We need this file:
Malayalam_script_0.906_windows.zip
--you must download ,without it, no Malayalam support!(search in your language I don't know Malayalam )
Then extract it.
Open rom & extract these files :
system/framework/framework.jar
system/lib/libandroid_runtime.so
system/lib/libwebcore.so
Put these 3 files in input folder of Malayalam_script app.
Open command.exe
Choose aosp,senseUI, cyanogenmod depending on your rom
A CMD window will appear, just wait for it to finish the work.
Put output files back in the rom...
You're done.
Sent via Ultimate GB
jay-z-s said:
We need this file:
Malayalam_script_0.906_windows.zip
--you must download ,without it, no Malayalam support!(search in your language I don't know Malayalam )
Then extract it.
Open rom & extract these files :
system/framework/framework.jar
system/lib/libandroid_runtime.so
system/lib/libwebcore.so
Put these 3 files in input folder of Malayalam_script app.
Open command.exe
Choose aosp,senseUI, cyanogenmod depending on your rom
A CMD window will appear, just wait for it to finish the work.
Put output files back in the rom...
You're done.
Sent via Ultimate GB
Click to expand...
Click to collapse
Thanks again...Could you pls give the download link of the above file?tried hard at google ...
The method suggested by you is for rendering the script in browser and Gmail where as I was looking for adding a new system language...Any further clue?
Hi. How about editing android translations? I mean adding % of battery to "Connect your charger" lockscreen text. In Polish.
What do you mean?
Sent from my A100 using xda app-developers app
Let's see. If you turn on the battery notification on the lockscreen, you can see "Battery 45%". In this notation, "45%" is some kind of variable. I want to use this variable when the battery drops below 20% and you can see only "Connect the charger". I want to look it like a "Connect the charger - 13%." And I want it in Polish. I suppose it can be done by editing the translations.
In the simplest terms: where can I find the texts "Connect the charger", "Charged", etc. for different languages?
On framework-res.apk /res/values/strings.xml
There isn't strings.xml or even values folder inside framework-res.apk. Tried on GDX_v030 and GingerCM_v11
Need to decompile the apk, not only open like a zip file.
u can use apk-tool, Bart, etc.
Odp: How to add new system language
Thanks bro. I've Just created my first "mod" and it works fine
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}