Little mod to battstatt,to display battery info in spanish, has some minor glitches with the sizes except large one, and another one that happen when the battery is below 10% the message below that percent has the "_y_" in front, that's because how the numbers are written in spanish. dont know how to fix it without the source code or messing with the widget core.
{
"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"
}
Hope someone find this useful.
any advice are welcome!
All the credits to http://blog.mudderman.com/ <- original autor of battstatt
thanks! it looks beautiful
Can you maybe explain how you changed the launguage?
I would like to make for my.
stifler05 said:
Can you maybe explain how you changed the launguage?
I would like to make for my.
Click to expand...
Click to collapse
yea, sure, you need the program, apk manager, http://forum.xda-developers.com/showthread.php?t=695701
with this, you can extract the installed apk from your phone to your pc, then this pogram can decompile the apk, with this you get the main files for the widget to work, there is a folder called "res", and inside is another one called "values", there are two xml file in wich you can change the language,arrays.xml and strings.xml.
in that two files you can modify the languaje displayed, be careful when changing the names because of the dependencies with other setings in the widget.
then with apk manager, you can compile again the apk and install it in to your phone.
thats, all
hope helps you.
kmilof said:
yea, sure, you need the program, apk manager, http://forum.xda-developers.com/showthread.php?t=695701
with this, you can extract the installed apk from your phone to your pc, then this pogram can decompile the apk, with this you get the main files for the widget to work, there is a folder called "res", and inside is another one called "values", there are two xml file in wich you can change the language,arrays.xml and strings.xml.
in that two files you can modify the languaje displayed, be careful when changing the names because of the dependencies with other setings in the widget.
then with apk manager, you can compile again the apk and install it in to your phone.
thats, all
hope helps you.
Click to expand...
Click to collapse
Thank you mate.
"Text Battery Widget" has spanish builtin
Related
Here are some icons that I ripped out of an Eclair ROM I found here on XDA. You can use them with your favorite icon editing app. Enjoy.
EDIT: Updated some icons based on some themes floating around here. I will most likely not be updating this anymore. I used these icons before I found a full theme and figured I'd post them for anyone who wanted to change some of their icons without having to flash a full theme. So, here they are.
{
"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"
}
thanks for sharing
Thanks for sharing such wonderful piece of work.
Can you please help me with some instructions to push them to my Hero with MCR 2.9
Thanks in advance
mrmaakhija said:
Thanks for sharing such wonderful piece of work.
Can you please help me with some instructions to push them to my Hero with MCR 2.9
Thanks in advance
Click to expand...
Click to collapse
It's a very lengthy and tedious process, but here goes:
1) Open up your ROM (with something like WinRAR) and pull all the apps from /system to somewhere like your desktop.
2) Then open the apk in winrar and find the find the icon, they're normally in the res/drawables folder.
3) Then find the icon you want to replace it with, give it the same name as the icon it's replacing, and drag it in to winrar. It should ask if you want to replace, say yes and you're done
4) Repeat for as many apps as you want.
Thanks alot man!
mrmaakhija said:
Thanks for sharing such wonderful piece of work.
Can you please help me with some instructions to push them to my Hero with MCR 2.9
Thanks in advance
Click to expand...
Click to collapse
The easiest way to use these icons without having to change individual APKs is to use AnyCut or BetterCut. You still have to do them individually but the good thing is that My Backup Pro will save the state of those changes if you ever have to restore your home screen.
But like I said in the OP edit, I now use a theme so I no longer use these.
Thanks for your help. it's very useful.
But you are using Cyanogen 4.2.3.1, Can i use Cyanogen on my hero.
I tried unable to
What would happen if i rename to Update and flash ?
TheUriel said:
What would happen if i rename to Update and flash ?
Click to expand...
Click to collapse
it would tell you invalid signature or some other error. these are icons, there are no .apk files in this, there is no META-INF folder, so in essence, nothing would happen.
Does anyone know how I would change the colours of the text in black below? It is the only thing that I can't find. I think It might be in services.jar somewhere but changing that is out of my depth.
Any help is greatly appreciated.
{
"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"
}
Sometimes I changed color for date and clock.
For this I had to decompile "classes.dex" file which you cand
find if you open "services.jar" with WinRar or 7zip!
After changing colours you have to compile back,open "services.jar"
again and put the new "classes.dex" there.
But I think some colours for notifications are at
framework-res.apk/res/layout/status_bar.xml,not at "services.jar".
Maybe look at here:
http://forum.xda-developers.com/showthread.php?t=535630
http://forum.xda-developers.com/showthread.php?t=549309
I am interested in this as well. I have searched and searched code and Google for where that precise line is and coming up empty. The links provided althougb useful and already used do not address the question.
Sent from my SCH-I500 using XDA App
It's an .xml file in DownloadProvider.apk/res/layout, I do believe.
JAguirre1231 said:
It's an .xml file in DownloadProvider.apk/res/layout, I do believe.
Click to expand...
Click to collapse
Thank you very much! It works perfectly!
What XML editor are you guys using to edit these files? The one i have keeps giving me invalid character errors.
BumRush said:
What XML editor are you guys using to edit these files? The one i have keeps giving me invalid character errors.
Click to expand...
Click to collapse
I decompile them with apktool and then use any ol' text editor.
Great lesson, thanks
Ganii said:
Sometimes I changed color for date and clock.
For this I had to decompile "classes.dex" file which you cand
find if you open "services.jar" with WinRar or 7zip!
After changing colours you have to compile back,open "services.jar"
again and put the new "classes.dex" there.
But I think some colours for notifications are at
framework-res.apk/res/layout/status_bar.xml,not at "services.jar".
Maybe look at here:
http://forum.xda-developers.com/showthread.php?t=535630
http://forum.xda-developers.com/showthread.php?t=549309
Click to expand...
Click to collapse
You can change the color of the date in a .xml-file.
I'm building up a tutorial where to find to corresponding entries in the .xml-files (see my signature). Any hints to new places are welcome
I need a help. Please look at this topic
Code:
http://forum.xda-developers.com/showthread.php?t=822523&highlight=touchwiz
This man and many others people on XDA-forum editing TouchWiz app. Original homescreen by Samsung. They are changing icons, adding backgrounds etc etc. Please could anyone help me or anyone know how to do that? This app - TouchWiz30Launcher.apk - is in system/apps. How or in which program I could edit for example icons or add new dock to bottom? Anybody know?
Please for all. Could anyone help me with this?
ok first you have to be on jpy firmware then you have to take the twlauncher30.apk from the thread you referenced and you need to be rooted an use root explorer to install to your phone by backing up the existing .apk and .odex (rename see instructions in other thread) and then overwritting it with the one from that thread.
the one from that thread is de-odexed so you can edit the .png (icons) using microsoft photo editor or something else and then replace the .png directly in the .apk file with 7zip.. then you can put modified .apk on phone in sameway..
here is my modified version with a modified "bender" launcher icon
{
"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"
}
Ok i learned this now but where I can change norification bar? In which app? Also in TouchWiz30Launcher.apk?
notification bar is in framwork-res.apk in system/framework..
same method using 7zip to change icons and then put back on phone with root explorer.. after putting back on phone stuff will start crashing and you should reboot.. (may need to pull battery).. make sure you have backups of originals.
notification pulldowns (not the bar) are much more comlicated and you have to change .jar files in the system as well.
Many thanks =) Changing icons in notification bar looks quite hard Is there any easier method?
what i did is find some other rom or custom rom you like and get the framwork-res.apk from that (you know you can just unzip the .apk and then use windows explorer to browser the directories to see all icons at once)
then you can open your framework-res with 7zip and the one with icons you like in another instance of 7zip and then just cut and past the icons (they need to be the same name... as some have additional icons and that entails decompiling and changing .xml files and recompiling and resigning.. much more complicated)... anyway just cut and paste directly from one 7zip into the other (your modifed framework-res from your curent firmware on your phone) then put it back on your phone.
Is there a possibility to port the awesome lockscreen of the Acer Iconia Smart to the LG Optimus 2X?
{
"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"
}
Seems nice
Sent from my Optimus 2X using XDA Premium App
looks nice. anyone interesed to port it?
push
Maybe a dev would make it?
Looks like a widget locker theme with simiclock on it.
I have a Smart, so if I need to extract something, let me know what to extract (I have no idea where a lockscreen is in the ROM) and how (it is rooted, so just tell me how to get stuff and what to get) and I'll do it
Thank you, I don't know which files that are, but I will write a developer, which files that are and if that would work.
It should be in the /system/app folder. The filename should contain the word "lockscreen".
And of course your phone has to be rooted to access this folder. If it is already rooted, use Root Explorer to get the locksreen. After that just share it here.
Thank you in advance.
Nope, /system/app folder does not contain anything that resembles "lockscreen"...
Request the new forum for Acer Iconia Smart here please:
[Requests] Ask for new forums here
Okay, try this now.
Find the file android.policy.jar which is located in the system/framework/ folder and share it here.
This only contains a META.INF file with the following (unusable) content:
Code:
Manifest-Version: 1.0
Created-By: 1.6.0_22 (Sun Microsystems Inc.)
nikagl said:
This only contains a META.INF file with the following (unusable) content:
Code:
Manifest-Version: 1.0
Created-By: 1.6.0_22 (Sun Microsystems Inc.)
Click to expand...
Click to collapse
No classes.dex file at all? Hmm...that's weird.
gkostadinov said:
No classes.dex file at all? Hmm...that's weird.
Click to expand...
Click to collapse
Nope, really, opened it with 7zip... The folder does contain a file called android.policy.odex
see attached
Thanks for sharing!
I can read something about locksreen in the file. I will see what I can do, although I don't promise to port it. Especially when I haven't done a thing like this before.
Other developers (real android developers, not a beginner like me) can try to port it too. (firstly, they have to make sure if this is the correct file, of course).
Thank you so much for your effort, nikagl!
That would be soooo cool!
This a port of the iphone theme TouchIT HD for MIUI.
{
"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"
}
The original theme was created by Lord Kokkei, and the HD upgrade was made by enzom21, both @ macthemes.net. Several icons came later by macthemes users.
This is a extremely small icon package, just the icons I use. Inside the MTZ there are some other icons, but need to be renamed to match the app package. If you want to add more, you will need to edit the theme and manually add and rename the icons you need. Sorry but i cant help you with that since I dont have those apps.
The template for new icons can be found here, and a lot of icons that can match apps in android market:
http://macthemes.net/forum/viewtopic.php?id=16806094
If you guys add more icons, you can post it here already renamed and I could update the pack to get a more complete package.
DOWNLOAD HERE
Help me, i would like to add new icons for my other app, but in this link:
http://macthemes.net/forum/viewtopic.php?id=16806094
... i don' t found any icons
And if i open your theme with winrar, i found preview and icons, so... in what folder i need to add icon?
Thanks
remix96 said:
Help me, i would like to add new icons for my other app, but in this link:
http://macthemes.net/forum/viewtopic.php?id=16806094
... i don' t found any icons
And if i open your theme with winrar, i found preview and icons, so... in what folder i need to add icon?
Thanks
Click to expand...
Click to collapse
The file "icons" its really a zip without the extension... extract the contents, and rename the file to icons.zip, and then you can add more... just remember to remove the extension again inside the mtz.
For your custom icons you will need to make them, on that link at macthemes, there are some templates in PSD format you can edit and make your required icons.
Thanks so much! I was hoping someone did the hard work of porting this to miui.