MIUI lockscreen, #battery_level bug, help - Android Themes

Hey,
I've designed my own MIUI Lockscreen based on the Sense 3.0 Lockscreen by dima_sk8er:
{
"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"
}
Video:http://img824.imageshack.us/img824/2463/ljfw.mp4
Download HERE
It's in German. If someone likes an English version, tell me. It's not a big deal, as many of you will probably know.
It's based on the Sense 3.0 Lockscreen by dima_sk8er, with some modifications, such as:
- Pulsating-Circle-Target ( I'll upload a video in the next couple of hours, looks cool
- Music-App-Starter (I couldn't find a way to add music controls)
- Different Time-bar
- App and SMS Count
- Battery-Level bar, and that's where my problem begins:
I made the battery-level-bar also show up, while the phone is not charging.
But it seems like the bar only updates after plugging it in and pulling it off again.
I tried updating the bar every 200ms by typing this:
Code:
<Image src="charging_progress.png" alpha="255-#battery_state*255">
<PositionAnimation>
<Position x="#battery_level/100*480-480" y="128" time="0"/>
<Position x="#battery_level/100*480-480" y="128" time="200"/>
</PositionAnimation>
</Image>
Unfortunately that didn't work as well.
Any suggestions?
Thank you

any download link?? nice theme

theviruz said:
any download link?? nice theme
Click to expand...
Click to collapse
I forgot to upload the theme..check out the main post in a few minutes

No ideas on the problem I got?

yeah baby

langersteff said:
No ideas on the problem I got?
Click to expand...
Click to collapse
What are you trying to achieve? That is an Image as i am looking at your post,
You want the battery level to update via image?
FYI,
The battery level bar only appears in charging if you have set a category="Charging"
The code above is for animation of the charging progress, if you want to animate the charging progress the code would be in my Galaxian Lock Theme as well as the for fun Benchmark i made
http://forum.xda-developers.com/showpost.php?p=11410704&postcount=2

xavierjohn22 said:
What are you trying to achieve? That is an Image as i am looking at your post,
You want the battery level to update via image?
FYI,
The battery level bar only appears in charging if you have set a category="Charging"
The code above is for animation of the charging progress, if you want to animate the charging progress the code would be in my Galaxian Lock Theme as well as the for fun Benchmark i made
http://forum.xda-developers.com/showpost.php?p=11410704&postcount=2
Click to expand...
Click to collapse
There is an animation for charging..WHILE Charging!
But take a closer look at the Code. The Image shows up while NOT Charging, because I want it this way. BUT there is no (visible) animation. The Position Animation should update the position every 200ms. You won't recognize any animation, unless the Battery-Level changes. At least: That is the plan. But it doesn't seem to work.
The Animation for the Charging Progress, while Charging works fine (check out the video).
And YES I want the Battery_Level updated via image, because there is no Mask, the image just changes the X-Position, depending on what Battery_Level you got.
I think there should be some kind of "update function" for the Battery_Level while not charging. When i plug in and pull off the phone it gets this "update" and repaints the battery-level bar in the way I want it to.

langersteff said:
There is an animation for charging..WHILE Charging!
But take a closer look at the Code. The Image shows up while NOT Charging, because I want it this way. BUT there is no (visible) animation. The Position Animation should update the position every 200ms. You won't recognize any animation, unless the Battery-Level changes. At least: That is the plan. But it doesn't seem to work.
The Animation for the Charging Progress, while Charging works fine (check out the video).
And YES I want the Battery_Level updated via image, because there is no Mask, the image just changes the X-Position, depending on what Battery_Level you got.
I think there should be some kind of "update function" for the Battery_Level while not charging. When i plug in and pull off the phone it gets this "update" and repaints the battery-level bar in the way I want it to.
Click to expand...
Click to collapse
I can download and look at your theme and when i am on pc tomorrow.
Its hard to look at i almost forgot what it look like when i see this yesterday.
I Know what animation you are talking about. No problem.
Sent from Singapore

xavierjohn22 said:
I can download and look at your theme and when i am on pc tomorrow.
Its hard to look at i almost forgot what it look like when i see this yesterday.
I Know what animation you are talking about. No problem.
Sent from Singapore
Click to expand...
Click to collapse
That's cool, thank you!

langersteff said:
That's cool, thank you!
Click to expand...
Click to collapse
okay now i see what our little problem here,
The battery level position does not update when charge, i tried just a text with parameters battery level and it is stuck with the last percent charged.
If it is 76 when pulled out of the charger, it stays 76 even battery is down at 50 already, maybe thats why miui has put that in category charging for now.
thats the main reason why the image position dont get updated
And also maybe they dont bother because if you use top bar there is already that feature in the notification. I actually am using top bar in battery indicator style and when i load it i thought it was weird. lol, two bars. That top bar one is updating anyways so there might not be a need for another feature in the lock screen.

Try this sample:
Alpha means this picture only display in non charging state, and will became transparent gradually along the unlocker dragging.
1. <Image x="162" y="#screen_height-84" src="hs_path_bg.png" alpha="(255-#unlocker.move_x/100*255)*min(1, abs(1-#battery_state))"/>

I need a LockScreen Widget that shows up during charging only
Could anyone help me find or create one for me a LockScreen Widget that shows up during charging only with medium to large sized battery icon with current percentage. I have a custom rom installed, and I just need this additional feature added to it. Alternatively I also like the green line as current status of battery as shown in this link http://forum.xda-developers.com/showthread.php?t=1151488.
I am new to Android world. I installed BlueTopia custom ROM on my HD2. I could be contacted at mohiuddin.abdullah @ gmail. com in case of any questions. Thanks in advance for your help.

Related

Doesn't Touchflo 3D (or WM6.1) show 'Battery Status' as number?

Hello.
Today so wired because 'a tiny green spot' as I wrote...
By the way, I am so confuse this point.
My previous one is Trinity (WM5.0).
In power window, My previous one shows 'Remained Capacity' as graph and number.
However, This one just show bar graph. It is quite inconvenience for me.
I would also like to know how to get more information on battery status than the small taskbar icon...
yeah me to..got mine yesterday after using the htc touch for 2 years.. but i guess you can't see the capacity..lets wait for a app
Batti 2.4
I'm almost 100% sure the Topaz doesn't show the battery status as a percentage.
Maybe you could try Batti 2.4. It shows a colored bar at the top of your display.
It works in VGA displays, i think it should also work on WVGA.
WM6 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"
}
Don't forget, you can go into the Power settings of the phone (through advanced control panel/settings) and see the power bar with a bit more detail
Also you can see when the last time you charged, standby hours, how much the phone has been used since last charge
It's actually really cool in the sense of information you can finally see
mayen said:
I'm almost 100% sure the Topaz doesn't show the battery status as a percentage.
Maybe you could try Batti 2.4. It shows a colored bar at the top of your display.
It works in VGA displays, i think it should also work on WVGA.
WM6 screenshot:
<cut>
Click to expand...
Click to collapse
Yes it works!!!
Look at the purple bar at the top of the screen, my TD2 is now charging.
When it's not charging you get a rainbowcolored bar.
You can configure it in any color you like.
mayen said:
Yes it works!!!
Look at the purple bar at the top of the screen, my TD2 is now charging.
When it's not charging you get a rainbowcolored bar.
You can configure it in any color you like.
Click to expand...
Click to collapse
Thanks looks so nice
If you access the application "System Info" in All programs you could see battery status as a percentage.
I think this application comes pre-installed in D2.
Cumps
I thought it was on the notification screen.
trinode said:
I thought it was on the notification screen.
Click to expand...
Click to collapse
apologies... seems the topaz / rhodium version of tf3d I was using on my touch pro is better than the one we actually got with the device!
I like to use GreenBatteryFix. I used a version of it on my Kaiser and the same version works now on my D2.
Basically it removes the 4 bars from the battery icon and puts a percentage number in it's place.
Go to the link below to download all of the versions and give them a go, not sure which version i use that works but i'm sure one of these should work.
http://rapidshare.com/files/221692844/greenbatteryfix.zip
I got this link from here - http://forum.xda-developers.com/showthread.php?p=3630494 - so don't forget to show your appreciation to the developer if you like his work.
Has anyone else tried this "BatteryFix" on the TD2, and if so, what version did you use that worked?
I installed FinixNOver cab with percentages and it works fine here. But I wonder I had a TD before and Shaks ROM installed on it named Topaz ROM. So there was a better notification screen with battrery status with percents. I can't see such here. Maybe we have to activate?
i use FinixNOver too at my td2... works fine!!
Denjo83 said:
i use FinixNOver too at my td2... works fine!!
Click to expand...
Click to collapse
+ 1 - works fine here also
I've installed WMMiniBattery and it works well. Yesterday I've installed tsowentaskbar.cab and percentage status is shown above battery icon now.
You can use the Enhaned Notification that has the Battery Percentage:
http://forum.xda-developers.com/showthread.php?t=505904

delete thread asap please

Delete thread please, decided to merge them with others
Reserved
10char
Good goin man
Bug report: the pop-up letters on the keyboard don't show. They are the same white as the pop-up background. Dtachd says it probably and xml edit somewhere, or you could change the pop-up background color
Where does one acquire that background? I love it.
You are the man!
Thanks brother.
If you wanted to add an accurate battery mod to this, I just did the images for it in Photoshop the other day. They have the exact AOSP style, so no number in the image, but it's accurate down to the pixel (so there's a change every 3 or 4 percent). You can use it if you want.
Note: Not a flashable zip, just a regular zip with images in them.
A numbered battery % would be great
Sent from my SCH-I500 using XDA App
Nice, now I can pretend I have AOSP Thanks Retro
Adr0it said:
If you wanted to add an accurate battery mod to this, I just did the images for it in Photoshop the other day. They have the exact AOSP style, so no number in the image, but it's accurate down to the pixel (so there's a change every 3 or 4 percent). You can use it if you want.
Click to expand...
Click to collapse
Thanks for this. Awesome.
Nice theme Is there anyway to get rid of the new GPS icon that comes with DJ05? Only thing that looks out of place in the theme, and it's annoying to have an extra icon in the notification bar that is useless.
The only bug I've noticed so far is this -- the inactive upload/download 1x status icon is still from TouchWiz. The active 1x icon, however, is AOSP (not pictured).:
{
"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"
}
Falcyn said:
The only bug I've noticed so far is this -- the inactive upload/download 1x status icon is still from TouchWiz. The active 1x icon, however, is AOSP (not pictured).:
Click to expand...
Click to collapse
imnuts said:
Nice theme Is there anyway to get rid of the new GPS icon that comes with DJ05? Only thing that looks out of place in the theme, and it's annoying to have an extra icon in the notification bar that is useless.
Click to expand...
Click to collapse
i did find a way to remove it but it will need a invisible image. you won't see it in the status bar but its still there. Falcyn thanks for posting that, i will look for the problem and fix it. Accurate battery mod wont be comming to this theme because i want to keep the aosp look. unless i find images with the battery numbers in it then i will put it. Also thanks to ludeboy, we have a new pull down that looks very cyanogenmod look i havn't also found out a way to change the keyboard pop up color so please bare with me on that fix. Thank you guys for the support and im glad your liking the theme
some of the media scanner stuff in the notif bar is also touchwiz... otherwise beautiful
illtema said:
some of the media scanner stuff in the notif bar is also touchwiz... otherwise beautiful
Click to expand...
Click to collapse
its a septate apk but ill look into it
Btw, awesomest theme ever.
I found another TouchWiz element. I could only find it in ROM Manager though. If you're selecting a check box in the popup, its blue rather than the grey or yellow other places. Not sure if it can be fixed or not as this was the only place I've seen it so far. See the attached image.
Sent from my Voodoo DJ05 Fascinate
imnuts said:
I found another TouchWiz element. I could only find it in ROM Manager though. If you're selecting a check box in the popup, its blue rather than the grey or yellow other places. Not sure if it can be fixed or not as this was the only place I've seen it so far. See the attached image.
Sent from my Voodoo DJ05 Fascinate
Click to expand...
Click to collapse
its fixed look for a new update for this theme in 10 minutes
Something else I noticed was that I could not do voice search by long pressing the search soft key. I just installed sonofskywalker's rom and out worked all the way to loading this theme.

[MORPH/THEME] Blue Gingerbread - Boot and shutdown animations included!

I spent a while looking for a blue theme yesterday and didnt find anything in here, so I moved to other forums and found the beautiful MattedBlues theme. I decided to port it even though it was for cm. It came out pretty nice, but I left the notification bar black since a gradient on the notification bar came out really low quality. I'm willing to update this and encourage you guys to find things to change. I packaged this in metamorph so it would be really simple to install, but if you're new to it, i'll give a short tutorial below. There's also an cwm zip for kb1 and cog now.
SCREENSHOTS:
I only themed the framework-res and twframework-res, and metamorph only changes the included files, so all of your prescious lock screens are safe
Morph for JPY/JS7:
Link
Morph for KB1/Cognition 4.1:
Link
Flashable zip for KB1/Cog:
Link
Flashable zip for Cog with boot and shutdown anims included:
Link
I ALSO made accompanying boot and shutdown animations. It's just a blue version of the ones in serendipity, but I think it adds a nice touch
Screenshot
Boot animation:
Link
Shutdown animation:
Link
Thanks to jabbawalkee for the great theme and MikeyMike for the awesome rom!
Changelog
v2.0 [KB1] (3/8/11)
Made separate morph for KB1, fixes toggle icons and many notification icons
v1.0 (2/26/11)
Released
Tutorials
HOW TO INSTALL THEME:
Install metamorph (I think you need busybox too, so install that if you don't have it)
Download zip file
Move to SD card
open metamorph (press start checks)
press unzip/extract new theme
select zip and press close on window that pops up
press apply all and continue
WHEN IT PROMPTS YOU TO REBOOT, SAY NO. (you can, but then you have to repeat this process)
press pick existing theme and press BlueGB
Press blueGB.xml and then close on window
Apply all, continue, blah blah blah, when it prompts you to reboot the 2nd time say yes.
I think I read in a swype theme thread that you should always apply themes twice with metamorph. I ran into this when I was testing it and had to apply the theme twice to get it to work, so just do it to be safe.
HOW TO INSTALL BOOT ANIMATION:
1) Download the free app "Boot Animation Changer LITE" from the market
2) Plug phone into computer and turn on USB storage
3) Go to bootanims/stock
4) Replace bootanimation.zip with the one in the OP
5) Turn off USB storage
6) Allow su permissions, click on animations, scroll to STOCK, and press "Change to boot animation"
7) Let it do it's thing and restart. You should have the new boot animation!
This looks awesome! Will be using this for a while
Also, why did the title bar look like a bad resolution? How did you uncompress/recompress it?
Be sure to not use any compression at all... just put it in a zip file with no compression, otherwise it will make your images look bad...
Loggik said:
This looks awesome! Will be using this for a while
Also, why did the title bar look like a bad resolution? How did you uncompress/recompress it?
Be sure to not use any compression at all... just put it in a zip file with no compression, otherwise it will make your images look bad...
Click to expand...
Click to collapse
EDIT EDIT: Still didn't work
Can someone make a KB1 compatable version?
with no clock !!
Man that's weird, looks bad without compression but with compression it looks a bit better... I'll mess around with this for a while, you can try it (just another morph to put on top) here if you'd like. As for KB1, could you do a nandroid backup and test it? AFAIK (PLEASE CORRECT ME IF I'M WRONG) it should work for most of it, and extra files in the framework shouldn't get it stuck on a bootloop. If you tell me what's not themed, I can try to fix it.
EDIT: Oh, and comparison
WITH COMPRESSION
WITHOUT
Is there a way I can edit this myself to make my serendipity orb unlock match?
Thanks for porting this beautiful theme *tear*
Minced said:
Is there a way I can edit this myself to make my serendipity orb unlock match?
Thanks for porting this beautiful theme *tear*
Click to expand...
Click to collapse
Well, the images would be simple enough to recolour:
http://i.imgur.com/IlPTA.png
But then you have the day of the week coloured... that I don't know about.
Oh and it's red because redrom was easier to dl
EDIT: Almost update? I still need to fix the toggle things.
{
"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"
}
running this on uckb1. the toggles are off a little (mixed between old and new tw-framework), and whenever you have five bars of reception, it reverts back to white signal bars (serendipity is based on an i9000 framework, i believe, which only has four signal status bars).
i'd like to see this for uckb1 completely, but it does give me a solid black status bar, for which i'm eternally grateful. thanks much
EDIT: for boot and shutdown animations ... bootanimation.zip goes into /system/media, intact (use root explorer. your quality of life will quadruple after buying this app). shutdown.zip gets extracted; take the folder inside (shutdown) and put in /system/media/video. again, use root explorer.
Thnikk said:
Well, the images would be simple enough to recolour:
But then you have the day of the week coloured... that I don't know about.
Oh and it's red because redrom was easier to dl
Click to expand...
Click to collapse
Haha already running redrom, but just put yours over it. The red was glaring into my retinas.
Hoping this will work nicely with my new cog 4.1, first time I flashed so I'm trying to customize it and get further away from samsung's stock
Can you guys on kb1 post screenshots of the toggle icons and other things that aren't working? Also, I think I'm almost done with v1.1 with the semi-transparent notification menu and maybe some additional app theming, but since some of you like the black statusbar, i'll leave the original up too. I'd love to get this working on kb1 I'll look into the blue orb screen and do the best I can.
hopefully that's clear enough. wifi, bluetooth, and gps are on, silent and auto-rotation aren't. the notification background is stock.
thanks for the effort - just my two cents, but i'd love a transparent notification drawer background with black status bar.
edit: the battery icon reverts to touchwiz animation while charging.
steviusthedevious said:
hopefully that's clear enough. wifi, bluetooth, and gps are on, silent and auto-rotation aren't. the notification background is stock.
thanks for the effort - just my two cents, but i'd love a transparent notification drawer background with black status bar.
edit: the battery icon reverts to touchwiz animation while charging.
Click to expand...
Click to collapse
Could you try this? It should give you the transparent notification menu. As for the toggle icons, I know exactly what's wrong but it may take a little extra time to finish because I'm going to use different icons (without the little bar thing).
Thnikk said:
Could you try this? It should give you the transparent notification menu. As for the toggle icons, I know exactly what's wrong but it may take a little extra time to finish because I'm going to use different icons (without the little bar thing).
Click to expand...
Click to collapse
This works..except the toggle buttons still have the mismatched toggles
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
what he said ^ … also, here's what i was talking about with the signal bars going back to white touchwiz.
steviusthedevious said:
what he said ^ … also, here's what i was talking about with the signal bars going back to white touchwiz.
Click to expand...
Click to collapse
Would you be ok if I just made 4 bars show up as 3 and 5 show up as 4? That's the simplest solution I can think of. I'll try to fix the battery thing right now, too.
Thnikk said:
Would you be ok if I just made 4 bars show up as 3 and 5 show up as 4? That's the simplest solution I can think of. I'll try to fix the battery thing right now, too.
Click to expand...
Click to collapse
i think that's what most themers have been doing, or some variation on this.
Try this?

[MOD/THEME] Blue Epidemic v.6.0 [4-13-11] Apps Updated [5-27]

This Is mainly for everyone running virus rom. Or anyone with stock framework and htc.resources.
Shouldnt matter if you are/n't running the power control notification mod.
Use at own risk on any other ROM. Only attempt if deodexed and if they didn't change scripting in framework.
Confirmed working on:
possibly BAMF 1.6.3
Blackhole
Lightning !!!!May need wipe!!! Make back up before attempting, if it doesnt load right, boot to CWM and do a data/cache wipe
If you test on another ROM and it does work let me know so I can add it to the op.
Includes all of virus' blue theme, plus many extras
Its a W.I.P so subscribe to the thread for updates
flash .zip like normal. It is tested and working however like any mod do a backup first and use at your own risk.
If you notice any broken images, or ones that just dont look right please let me know
Change log:
v.5 - added my themed images to B3 Included framework and htc.resources
added my notification pac
v.5.1 - fine tune colors and images in framework and resources
added themed wireless tether
added extra theme parts to LP (for consistency)
fixed fc's of apps that are pushed
notification sounds now push to sdcard/media (no longer need to reinstall after new rom flash)
v.6.0 - like always more tweaks in framework and htc.resources
Bonus apps (Facebook &pandora[direct from B2, and updated], themed wireless tether) pushed to sdcard/epidemic now
uninstall old apps and install these if you want
Camera
Music/htclockscreen
2 versions of aosp lockscreen (if you want clear tabs install the .zip located in your sdcard/epidemic)
matching blue boot animation
pushed "widget.txt" to system/customize (thanks cy_n_ic) go HERE for a list of what you can have as toggles
Included JsChiSurf's power control app for toggle configuration from HERE
Market (darker background that was requested and themed buttons)
---- animated sync didnt make the cut this week.
*******UPDATED PANDORA BELOW *****************
If you dont want any of the additional apps that are pushed to the sdcard just delete them after flash
There is a extra bonus in here. When/if you find it. FEEL FREE TO PM ME BUT DO NOT POST ABOUT IT.
DOWNLOAD: v.6.0
DROPBOX
Minor updates
Launcher pro Updated 4-20
Pandora Updated 5-27
Facebook Updated 5-27
Credit:
XxXViRuSXxX for a lot of original images from his B2
Images are used with permission.
Willjohnson for a few images and more to come
Cy_n_ic from virus forums
JsChiSurf for his mods
Attached to this post is some blue text icons for launcherpro. I think they originally came from someone by the alias of Leeky
{
"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"
}
I had already done something similar with the battery circle but nothing else. The one problem I have with the theming of this rom is that there are no colors on the arrows when you're in 4g. If you could do this that would be great. Thanks.
Did you already have a post with this mod or did you just do it yourself and not share?
What is the icon for 4 g? I dont have 4g here so i have never seen it.
This thread may help you find the location of it
http://forum.xda-developers.com/showthread.php?t=917515
I would love the 4g colored, it all white atm.
you posted that right as i started extracting htc.resources
This is how the icon looks currently with data moving
I posted a few all blue batteries and an all green before in this forum under a request for a circle battery. I wish I knew how to change other icons.
Found em. ETA 20 min to a working .zip
The charging icon is also white, not sure if you want to change that or not.
Would it be possible to lose the "LTE" vertical letters? makes it look cluttered.
Or, make the 4G larger, lose the lte and the arrows. Then, make the 4 blue for up and the G blue for down. Not sure of the difficulty level here, just an idea.
Thanks in advance for doing anything. XDA and its members are the best out there.
If it is done can it be a separate zip just modified from the original ideas? I like the LTE and the arrows
carbon coupe said:
Would it be possible to lose the "LTE" vertical letters? makes it look cluttered.
Or, make the 4G larger, lose the lte and the arrows. Then, make the 4 blue for up and the G blue for down. Not sure of the difficulty level here, just an idea.
Thanks in advance for doing anything. XDA and its members are the best out there.
Click to expand...
Click to collapse
Dropping the lte could be done. If there is enough requests.
walbuls said:
If it is done can it be a separate zip just modified from the original ideas? I like the LTE and the arrows
Click to expand...
Click to collapse
Gimmie 10 and ill whip it up.
I like everything about the mod except I miss the way I had my battery show the percentage every second or 2 when the battery is being charged. Love everything else. And I don't mind the LTE being there.
If you don't want to change that could you let me know the hex code you used for the rest of the blue so I could try to change that? Actually, either way could you tell me the code? Thanks.
This should work on all Sense ROMs out right now, not just Virus.
Thanks for the mod, it looks great. Is there any way the charging and bluetooth icons could be shaded the same blue?
I say virus because he themed a lot, so it still has all that in there. Im not touting this as a full theme because that would be ripping off his work basically.
im working on the charging right now.
bluetooth isnt blue when connected? framework images show it should be blue when connected.
I thought it would be but i was connected sending a photo when i took that shot and it was still grey.
just checked. mine goes blue when connected and paired
thats really weird, maby it just never connected on mine. ill leave that issue alone for now lol. thanks for checking

[GUIDE] How to set up a vertical battery widget using Minimalistic Text

I posted the link to this guide in the Homescreen snapshot thread, but I guess it will get better coverage as a separate thread. This guide is courtesy of Notto over @ Xoom Forums.
I've seen many posts by people struggling to get this to work and the common reply to date has been to persevere and it will eventually work. Notto has put together this, his shot at a detailed explanation of how to set up the vertical battery widget using Minimalistic Text with screen shots.
How to set up minimalistic battery widget
Steps
1. Download minamilisticText widget from the market
2. Touch the plus in the top right hand corner of your home screen (the add widget button) and select the 1x5 vertical widget
{
"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"
}
3. This will take u into the settings screen for the widget. It will always be in vertical screen. Do not change any of the settings, just hit back and go back to the home screen. Make sure the widget appeared. It should show the time in text sideways.
4. Then tap on the widget and go back into settings. (I know this sounds stupid but trust me, changing the settings right away can screw it up)
5. Set up the settings, this is the hard part everyone has trouble with
Name - change it to whatever, I chose BatteryVertical
Background - uncheck show background. This will give it a transparent look
Widget direction - left to right
for the other three under orientation make sure their all the same with center selected
Predetermined layout - select custom
Custom layout
1. First you want to long hold on the three boxes in the first row, one at a time. After selected a trash can will appear, drag and drop and the box will be remove. It should just be one row with nothing in it at this point.
2. Then you want to click on the second button on the right, the green add button, not the plus sign. This will add another row. You want to press this 9 times. This will give you a total of 10 rows. If you want 0% you can add that as well. The only difference is the extra row in this part and then font size.
3. Now you click on the plus sign on the right, this will pull up a menu. Click on the battery section on the bottom. Scroll over to battery level bar 100%. Put this on the top row. Repeat these steps for each of the battery levels. Put one % on each row, descending from the top.
Text style
Normal/Non accented - You want these both the same
Font family - default
Bold/italic - unchecked
Size - 30 for no 0 / 28 with
Case - normal
Color - white, just the default as white as possible
Use system cold - unchecked
Blur ratio - 0
Accented
Font family - default
Bold - checked
Italic - unchecked
Size - 50 without 0. / 48 with
Color - you can use whatever but I use FF118AEB under hex to match the system color as best as possible
Blur- 0
6. Hit save
This is all you need to set up the widget, it works in both landscape and horizontal. Hope this works for all of you.
I can't seem to find my saved preferences
Sent from my Xoom using Tapatalk
Sorry m8, can't help you on this one yet. I'm hopefully getting my Xoom on Tuesday and will only then be trying this out myself.
Ok, I'll keep trying to figure it out
Sent from my Xoom using Tapatalk
Anyone else notice the widget looks a little goofy (cut off the 10 percent on the bottom and 100 is on two lines) when the battery percentage is fully charged at 100%?
Check it out.
jvs60 said:
I can't seem to find my saved preferences
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
Try setting up the widget on another screen (not Home screen) and then after setting up drag it back to the Home Screen. this seems to work for me as I also couldn't find the widget on the Home Screen after trying to set it up there.
Great job on the GUIDE!
And yes, try setting up the widget on a blank screen and then dragging it to the screen you want.
MT is not optimized for honeycomb yet and can be a bit buggy at times.
Excellent tutorial thank you! Honestly this was bugging me in how to achieve!
ghoticov said:
Great job on the GUIDE!
And yes, try setting up the widget on a blank screen and then dragging it to the screen you want.
MT is not optimized for honeycomb yet and can be a bit buggy at times.
Click to expand...
Click to collapse
btucker2003 said:
Excellent tutorial thank you! Honestly this was bugging me in how to achieve!
Click to expand...
Click to collapse
Thanks , glad it helped although I just copied it from another forum.
Thanks! Never could figure out how before but now gonna go fiddle with it!
worked great for me.... thanks.
robot8 said:
Thanks! Never could figure out how before but now gonna go fiddle with it!
Click to expand...
Click to collapse
Good luck
dadoc04 said:
worked great for me.... thanks.
Click to expand...
Click to collapse
Glad it worked
Thanks to Notto
Is this still working for everybody? Since I applied the update a few minutes ago the meter is stuck at 100%. Rebooting didn't fix.
Same here. Fix permissions didn't help either.
yeah mine too. Ditched it for circle battery until fixed
siscim23 said:
Is this still working for everybody? Since I applied the update a few minutes ago the meter is stuck at 100%. Rebooting didn't fix.
Click to expand...
Click to collapse
yup, same here, stuck at 100%.
In their release notes, one of the items was Motorola "hack." Should have said Motorola break...lol.
siscim23 said:
Is this still working for everybody? Since I applied the update a few minutes ago the meter is stuck at 100%. Rebooting didn't fix.
Click to expand...
Click to collapse
ichibanpnoy said:
Same here. Fix permissions didn't help either.
Click to expand...
Click to collapse
skeptikal_1 said:
yeah mine too. Ditched it for circle battery until fixed
Click to expand...
Click to collapse
laredo7mm said:
yup, same here, stuck at 100%.
In their release notes, one of the items was Motorola "hack." Should have said Motorola break...lol.
Click to expand...
Click to collapse
Thanks for the heads up, so I won't be updating. Have you tried reversing the update?
Looks to be fixed now with them backing out the Motorola hack for the Xoom. My battery percentage is now correct.
Its fine now, the second update fixed it.
i just downloaded MT and I too have the battey stuck at 100% how are you guys fixing it?
Ken

Categories

Resources