How to add new system language - XPERIA X8 Q&A, Help & Troubleshooting

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"
}

Related

[Q] Edit Quickpic ?

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!

[MOD] ICS Style Settings for CM7

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.

[ROM+KERNEL]Xperia-Duos now stable-- All in One fix added!!

Xperia-Duos
FEATURES:
-CUSTOM KERNEL WITH INIT.D SUPPORT
-ROOTED
-DEODEXED
-BUSYBOX INTEGRATED
-APP2SD
-BASH SHELL SUPPORTED
-NANO TEXT EDITOR INSTALLED
-UNSECURED BOOT.IMG
-XPERIA S FONTS
-XPERIA S BOOTANIMATION WITH CUSTOM SOUND
-XPERIA S AUDIO FILES
-XPERIA S WALLPAPERS(HD)
-14 TOGGLES(WITHOUT FLASH LIGHT)
-MODIFIED SETTINGS
INSTRUCTIONS:
1.BOOT INTO CWM
2.WIPE DATA+CACHE AND DALVIK CACHE(NOT NECESSARY)
3.INSTALL THE ROM
4.REBOOT
ITS RECOMMENDED TO BE ON STOCK ROM BEFORE INSTALLING IT.​
LINK:http://www.mediafire.com/?on9l4td9h8cg3tn
Go to this post after downloading the rom. http://forum.xda-developers.com/showpost.php?p=28356067&postcount=3
SPECIAL THANKS TO THESE PEOPLE:
1.dr manoj
2.andrew apk
3.samsoul
4.manoranjan
5.lidroid
6.xda
7.kuldeephack
8.creed
9.evanlocked
{
"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"
}
Patches and fixes
First download my rom and download the fix given below. Open the file you just downloaded and you will get settings.apk in it, copy it on desktop and close the package. Now open the package of xperia-duos and go to /system/app and drag the settings.apk from the desktop in the archive, it may ask you to overwrite something then say yes. Now you have a rom ready to be flashed.
http://www.mediafire.com/?uehfprp26ueuc75
Finally the all in one patch is here!! Flash it after installing the rom for more features and all fixes!!http://www.mediafire.com/?9kghojczrbmdubg
1.If you think that the size of the rom is huge then you can delete xperia apps from /system/app remember that widgetpicker.apk is NEEDED if you want those widgets.
2.If the rom gets stuck on samsung logo then please restore to your previous rom and remove the custom kernel.
3.The pictures above are from my galaxy y using Xperia rom. Things would be a little different on your phone.
4.I made this rom without a phone so If you face any problems then PM me.
Terms of use:
1.No one can modify this rom and reproduce it with their name.
2.No part of this rom can be used in other roms without my permission.
3.No one is allowed to mirror this rom or I may not release other roms in this forum.
4.Theming of this rom is welcome and you can send them to me with screenies and if you want I would put them in screenshots section.
5.If you publicize this rom somewhere then appropriate credits should be given to me and the people in 1st post.​
reserved,very nice rom,thanx,tody im flashing it.:good::good::good:
CALIBAN666 said:
reserved,but where are da screenies?
Click to expand...
Click to collapse
Wait a sec dude... m givin the screenies from my phone
Wow great ........ Thanks for great rom ..... Try it soon...
Sent from my GT-S6102 using xda app-developers app
Hi hell_lock. Currently using the rom. How can I change the settings? pressing the settings button does nothing.
filderge said:
Hi hell_lock. Currently using the rom. How can I change the settings? pressing the settings button does nothing.
Click to expand...
Click to collapse
seriously? is everything else working fine? here is the fix for settings... replace the original settings in the rom and reflash it
http://www.mediafire.com/?uehfprp26ueuc75
I didnt make a thorough test yet. One problem is flashlight toggle. Isn't it supposed to be removed? Or I should just ignore it?
filderge said:
I didnt make a thorough test yet. One problem is flashlight toggle. Isn't it supposed to be removed? Or I should just ignore it?
Click to expand...
Click to collapse
Flashlight will not work.. u can remove it from quickpanel settings
reserved
spare parts app, not working.
filderge said:
spare parts app, not working.
Click to expand...
Click to collapse
making an awesome fix patch.. tell me if anything else not working.. ASAP!!!
hell_lock said:
making an awesome fix patch.. tell me if anything else not working.. ASAP!!!
Click to expand...
Click to collapse
gotcha!
UPDATE-Added a patch for settings.apk. Apply it after applying the fix for settings.apk
yo hell_lock. Is there any way to install my old music player from technoduos? I kinda hate the new player. It is so complicated :S I got the apk from the technoduos package. Can I just put it on memory card and just install it? I tried to do it, but I failed. Any suggestion on how can I put the old player without reflashing the rom?
filderge said:
yo hell_lock. Is there any way to install my old music player from technoduos? I kinda hate the new player. It is so complicated :S I got the apk from the technoduos package. Can I just put it on memory card and just install it? I tried to do it, but I failed. Any suggestion on how can I put the old player without reflashing the rom?
Click to expand...
Click to collapse
Send me the apk and i will make a patch out of it. Or go in root explorer and put the app u want in /system/app
Sent from my GT-S5360 using XDA
So I have put the apk file in the system folder in root explorer. But the app didn't show up. Hmm... I can. I tried to install it, but it will always show a message that's "application not installed*
Here's the link sir.. "http://www.4shared.com/android/Wy5S7YGx/Music.html"
Thanks!
Sent from my GT-S6102 using xda app-developers app
filderge said:
So I have put the apk file in the system folder in root explorer. But the app didn't show up. Hmm... I can. I tried to install it, but it will always show a message that's "application not installed*
Here's the link sir.. "http://www.4shared.com/android/Wy5S7YGx/Music.html"
Thanks!
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
Did you set permissions rw-r--r-- ?
Enviado desde mi GT-S5360 usando Tapatalk 2
Worked! Thanks a lot! :* kidding =))
Sent from my GT-S6102 using xda app-developers app

[SOLVED][Q] Remove Unwanted Language List From Locale Settings

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

[GUIDE]Theming your phone by editing PNG'S(framework-res.apk)

So friends, here is a quick and easy guide for changing the status bar icons of your Gingerbread(Actually any phone )
For those who don't know how to do it(for anyone actually :highfive
Theory
Android is the awesome platform which is easily configurable and is able of being edited very easily
The icons used in every app and Android framework are located as png images in apk of those respective apps in location:-
*.apk/res/drawable-ldpi (in my case, as our phone is ldpi)
So, we can change any icon of our status bar like battery, signal, (not clock[clock is to be configures in SystemUI.apk{will post how to change it shortly}]), etc by editing png's in framework-res.apk
Not even that, you can edit images of any app as I told you
There are several ways to decompile and compile apk in which we have made change
If we want full access of apk and want to change every thing like the xml's in it and smali content in jar files, then we would have to do it on computer by apktool or apkmanager
But, we are here to only change image, so we would not go in detail of apktool or apkmanager. For changing images, that can be very easily done even on the phone by an app NinjaMorph that is made for developers by our senior head and DEVELOPING LEGEND Stephen(Stericson)
But be careful as backing up the original file if you do something wrong
And as you all know any developer or even a newbie posting something interesting that you want to try WILL NOT BE RESPONSIBLE for your mobile blowing up, resting in peace, sleeping like a dead, behaving like a non-living BRICK, or anything whatsoever that may or may not happen to phone in this universe or any other universe known or unknown
What to do if anything happened to my mobile
We have had a backup of your original file so we can restore it
But if while editing the system files like framework-res.apk
If you deleted some un-backed up apk's
Well you can always have backup of your ROM and that is why Koushik Datta has made clockworkmod Recovery
You can restore your ROM from there
Pre-Requisites
Patience
Mind
A Android (A spare one if you brick your phone, just kidding)
Root access(to change the apk)
NinjaMorph(http://bit.ly/ninjamorph)
Root Explorer(Optional)(http://bit.ly/stericson)
GUIDE
So Let's Start
Download NinjaMorph. Install it and give it root access. It will prompt for starting checks. Click on start checks.
Now you would have three options, namely, New Project, Finish Project, Existing Project
Click on new project. Go to system/framework/ and click on framework-res.apk. It will start extracting files
Once it has extracted all the files, it will open to show you what is inside framework-res.apk.
Exit it and go to your file explorer.
Go to /sdcard/AndroidThemes/workspace/framework-resapk
This is what is inside apk. Go to res/drawable-ldpi folder
There you will see hundreds of icons of your menu, lockscreen, battery, signal, and everything
You can edit them and replace them as you want. But the name of the file you are replacing and size and dimension must be equal to the file you are replacing with(I recommend Googling and finding icons of battery, signal, and other things)[I have even used hdpi icons, there was no problem]
If you download a theme file which is to be flashed in recovery that is not for your phone, no problem, extract the zip and place its framework-res.apk in your sdcard and extract the apk with Ninjamorph. Replace your icons with its icons and TADA
After you have done replacing the icons and you are satisfied(I am never)
Go to NinjaMorph. Click on Fininsh Projects. Click on framework-resapk. It will recompile and ask to replace the original apk with modded one. Click OK
Then it will ask if you want to remove the completed project, Say No(As you would need it if something gets wrong)
Reboot your phone
Maximum chances are that your icons will be replaced. Rare cases have their status bar gone or no change, if so:-
Download(Buy) Root Explorer. Go to /sdcard/AndroidThemes/workspace,
There you will see framework-res.apk. Copy it and go to /system/framework
Mount as R/W
Paste the apk. If it asks that file already exists, overwrite it.
SET PERMISSIONS
Long click on framework-res.apk and click on permissions
You will see three columns
Read Write Execute
You have to set them in the following way
x means you have to tick it
blank means uncheck
Read Write Execute
.....x........x.................
.....x...........................
.....x...........................
Click OK
You will see it as rw-r--r--
Reboot
Do it over again if nothing happens
Enjoy
This way you can edit not only framework-res.apk but any apk
Treat
This section is different from the thread topic
I: Faking Up
Want to make your device show Jelly Bean in About Phone
Go to Root Explorer
Go to /system
Long click on build.prop
Click on Open in a Text Editor
Change the files as
ro.build.display.id=Jelly Bean
ro.build.version.release=4.1.4
Save Changes
Reboot
II: Easter Egg
You all must know that an image of GingerBread Zombie comes up when you repeatedly click on Android Version in Setting>About Phone
Wanna change it to look like Jelly Bean?
{
"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"
}
Extract framework-res.apk
Go to res/drawable-nodpi
You will see platlogo.jpg
Replace it with the file in attachment
Recompile
Reboot
Troubleshooting
Will find and update it
Tell me what problems are you having
Ninjamorph extracts apks . Is there any app which can decompile
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Ninjamorph extracts apks . Is there any app which can decompile
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
i don't think so...
arpitkh96 said:
Ninjamorph extracts apks . Is there any app which can decompile
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
No, there is no app on mobile that can do it
As you need Java environment and some applets for back smali and smali extraction
Good guide :thumbup:
Sent from my GT-S5570 using xda app-developers app
very good guide, will surely test........ thanks
to bad thats on jena thats dont work so soon and easy
luki2411 said:
to bad thats on jena thats dont work so soon and easy
Click to expand...
Click to collapse
Please use English
BUMP
how can i make my drawer background and status toolbar transparent i turned back my galaxy mini to 2.3.6 i cant figure out how i tried to examine framework-res.apk ,systemui.apk and touchwiz30launcher.apk but nothing happens, please help me...

Categories

Resources