[APP[ Flat Battery Live Wallpaper - Android Apps and Games

Hello everyone, i could present you my live wallpaper which show battery percent at screen.
At free version is available one theme with unlimited color customizable.
Important information: Wallpaper call redraw only when battery status changed or or it is necessary, like return from other full screen app. Not redraw every 16ms like typical animation live wallpaper. And it is reason why it not consume to much power
{
"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"
}
Google play link

Looks amazing! I 'm afraid that will be takes a battery isn't it? And what about colors of themes can i change it?

marketa83 said:
Looks amazing! I 'm afraid that will be takes a battery isn't it? And what about colors of themes can i change it?
Click to expand...
Click to collapse
I think it just listens to the event of battery change:
http://developer.android.com/training/monitoring-device-state/battery-monitoring.html
So it's not polling it all the time or something like that. Should be ok.

AndroidDeveloperLB said:
I think it just listens to the event of battery change:
http://developer.android.com/training/monitoring-device-state/battery-monitoring.html
So it's not polling it all the time or something like that. Should be ok.
Click to expand...
Click to collapse
Yes it is use just Intent.ACTION_BATTERY_CHANGED and also skip drawing when screen not visible
I think it not consume to much battery. And Draw on nexus 5 is around 500ms (if you have enable long shadows). But is only once for long time I think it is not bad.

jiri.sykora83 said:
Yes it is use just Intent.ACTION_BATTERY_CHANGED and also skip drawing when screen not visible
I think it not consume to much battery. And Draw on nexus 5 is around 500ms (if you have enable long shadows). But is only once for long time I think it is not bad.
Click to expand...
Click to collapse
Half a second to draw something?
How could it be that slow?
Does it at least do it on a background thread?

AndroidDeveloperLB said:
Half a second to draw something?
How could it be that slow?
Does it at least do it on a background thread?
Click to expand...
Click to collapse
No it not necessary because it not have any interaction (live wallpaper native run in background). It is not using any static bitmap everything is rendering via native android Canvas and it is reason why it "slow" but allow many customization.
And why it slow. Simple answer Long Shadow when you disable render is 50ms max.

jiri.sykora83 said:
No it not necessary because it not have any interaction (live wallpaper native run in background). It is not using any static bitmap everything is rendering via native android Canvas and it is reason why it "slow" but allow many customization.
And why it slow. Simple answer Long Shadow when you disable render is 50ms max.
Click to expand...
Click to collapse
Oh, ok, thank you.

Ok, thank you guys for specification anyway do you plan any changes and news in app?

marketa83 said:
Ok, thank you guys for specification anyway do you plan any changes and news in app?
Click to expand...
Click to collapse
Sure I will add some widget (like circle themes, but currently I work on update my other app). Do you would add as tester?

Yes, please.

How can i be a beta tester?

marketa83 said:
Yes, please.
Click to expand...
Click to collapse
Nice!
first add on testing community: https://plus.google.com/communities/111910344061988012156
after them: https://play.google.com/apps/testing/com.sykora.flatbatterypercent
Now you recieve beta testing version from google play. I glad for your bugs reports

I'm in

Hi, looking awsome. How can i set set it as wallpaper?

flowersand said:
Hi, looking awsome. How can i set set it as wallpaper?
Click to expand...
Click to collapse
Dependent on your phone. On most case just long press on home screen and select "set livewallpaper" or it just in other classic wallpaper.
And also when you run Flat Battery LOW first option is for redirection to live wallpaper settings.

Thanks for your advice. But when i'm in app and want to set as wallpaper .nothing happened

And which version of android do you have?

looks great, cant wait to try

android version 2.2

Sorry a ment 2.1 version

Related

[Application] Overcharged

Hi guys,
I'm releasing my first public application to you: Overcharged.
Basically it's a battery monitor application that alerts you when your battery is full. Other than that, it gives you current battery status at a swipe distance.
Suggestions on how to improve this, are welcome
I've just published it in Google Market, so it should be up soon there, so it's easier to install for you
Screenshots:
{
"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"
}
Donations?
I don't demand for them, but if I made you happy and you want to offer me a beer, I'll accept it
I´ll install now!
Thanks!
Thank you.
The back button stop this program. Why back button stop the program instead go to background?
Thanks.
Works just fine
shows in the top bar, stylish
Thanks, Nifty idea!
fabioccoelho said:
The back button stop this program. Why back button stop the program instead go to background?
Thanks.
Click to expand...
Click to collapse
I decided to make the application terminate with the back, so that we don't need to press the screen again. If you hit Home button, it will go to background.
Things to-do:
- customize alert
- automatic service at boot
dferreira said:
I decided to make the application terminate with the back, so that we don't need to press the screen again. If you hit Home button, it will go to background.
Things to-do:
- customize alert
- automatic service at boot
Click to expand...
Click to collapse
Ok dude. I like this app. Congratulations!
Seems good!
Published in Google Market so it's easier to install, of course, a free app
Thanks for your work, I need a all-in-one app for the battery! Untill now I was using Eco Charger for a full charge notification, My Battery Status for status bar battery information
Things to-do:
- customize alert (full & low battery)
- automatic service at boot
Updated to v2.
Let me know what you think
Updated to v3
Change log:
- Customizable notifications
- Autostart
Nice app.
One suggestion: The notification bar icon. A lightning or battery icon will look better than the black square.
Uploaded with ImageShack.us
i dig the icon but it's way to big (see pic)
(i have a htc magic)
b33 said:
Uploaded with ImageShack.us
i dig the icon but it's way to big (see pic)
(i have a htc magic)
Click to expand...
Click to collapse
I'll fix that on the next version to make consistent with the rest of the OS. I'm debugging the uptime that's acting weird and unfortunately Google doesn't allow me to use their IBatteryStats interface
britoso said:
Nice app.
One suggestion: The notification bar icon. A lightning or battery icon will look better than the black square.
Click to expand...
Click to collapse
I might change it for the lightning bolt, the battery one will look too much like the standard one.
I really like this app and as soon as you have fixed the uptime issue I'll be more than happy to make a donation.
siliconaddict said:
I really like this app and as soon as you have fixed the uptime issue I'll be more than happy to make a donation.
Click to expand...
Click to collapse
The uptime is working, it only updates when the battery information changes. If you have a Droid phone, it only updates every 10%. Nexus One's, HTC Magic/G1 update every 1%.
dferreira said:
The uptime is working, it only updates when the battery information changes. If you have a Droid phone, it only updates every 10%. Nexus One's, HTC Magic/G1 update every 1%.
Click to expand...
Click to collapse
Huh? Every 10% only? Why's that?
Wait wait, what do you mean with 'Droid phone'? Motorola?

So does anyone have a transparent/dark Google Voice widget theme?

I love the widgets, but I wish I could find them in transparent and dark. Has anyone themed them?
Here ya go. All credit goes to Benny879 over at DroidForums for doing it:
http://www.mediafire.com/?lrltlrk61btihb3
This is awesome
Sent from my SPH-D700 using XDA App
okolowicz said:
Here ya go. All credit goes to Benny879 over at DroidForums for doing it:
http://www.mediafire.com/?lrltlrk61btihb3
Click to expand...
Click to collapse
Perfect! Thank you for the link!
Could someone please post a screenshot?
xak944 said:
Could someone please post a screenshot?
Click to expand...
Click to collapse
Here's the settings widget in action:
{
"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"
}
Hmm... was hoping for backgroundless. Here's another screenshot showing the transparency of the widget.
For some reason everytime I try to install this I get a fail... would go great with my manup theme though.
brownhornet said:
For some reason everytime I try to install this I get a fail... would go great with my manup theme though.
Click to expand...
Click to collapse
Uninstall Google Voice first.
I did... still wouldnt work...let me try a reboot
Still wont work...odd
Uninstalling and rebooting got it to work for me.
--
Sent from my HTC EVO 4G using Tapatalk Pro.
I even did a full uninstall with titanium and it still gives me a fail when I try to install. Oh well I got tired of trying.
Hey, does anyone know what the "do not disturb" mode actually does? I still seem to get notifications from Google Voice about texts I get. Does it only block the calls?
Edit: It also appears the linked Google Voice isn't the latest version. Do you happen to have a link to the original source so I can request one?
I'll dig up the link and repost later this evening when I get home. Also, it turns out credit should have gone to XSoldier2000 who did the theming utilizing some of Benny879's resources.
That said, here is the latest version 0.4.1.26. I didn't realize I had both versions on my comuter and, therefore, posted the older one. I change all of my icons and it can be a pain in the @$$ to keep my folders of apps maintained.
http://dl.dropbox.com/u/4716709/GoogleVoice.apk
I'll dig up the link and repost later this evening when I get home. Also, it turns out credit should have gone to XSoldier2000 who did the theming utilizing some of Benny879's resources.
That said, here is the latest version 0.4.1.26. I didn't realize I had both versions on my comuter and, therefore, posted the older one. I change all of my icons and it can be a pain in the @$$ to keep my folders of apps maintained.
http://dl.dropbox.com/u/4716709/GoogleVoice.apk
okolowicz said:
I'll dig up the link and repost later this evening when I get home. Also, it turns out credit should have gone to XSoldier2000 who did the theming utilizing some of Benny879's resources.
That said, here is the latest version 0.4.1.26. I didn't realize I had both versions on my comuter and, therefore, posted the older one. I change all of my icons and it can be a pain in the @$$ to keep my folders of apps maintained.
http://dl.dropbox.com/u/4716709/GoogleVoice.apk
Click to expand...
Click to collapse
Thanks for the DL.
Edit: Ooh! This one is all black! Very nice.
New widget:
Plus the app itself is black background with white text.
How can I get my screen to look like this?
TheBiles said:
Here's the settings widget in action:
Click to expand...
Click to collapse
brown14you said:
How can I get my screen to look like this?
Click to expand...
Click to collapse
AWD.Launcher (5 rows, 5 columns)
Beautiful Widgets (Beautiful Smaller Home Weather)
Pure Messenger Widget (scrolling option)
Pure Calendar Widget (scrolling option)
Google Voice Widget (themed)
Extended Controls (definitely the best control bar)
PhysX Live Wallpaper (plasma simulation, ghost theme)
LCD Density Changer used to set the pixel density to 205.
Thanks. Really looks nice.
TheBiles said:
AWD.Launcher (5 rows, 5 columns)
Beautiful Widgets (Beautiful Smaller Home Weather)
Pure Messenger Widget (scrolling option)
Pure Calendar Widget (scrolling option)
Google Voice Widget (themed)
Extended Controls (definitely the best control bar)
PhysX Live Wallpaper (plasma simulation, ghost theme)
LCD Density Changer used to set the pixel density to 205.
Click to expand...
Click to collapse

[APP] SmartWidget

SmartWidget is a shortcut to your favorite applications!
After you add the widget to your home screen, it will start monitoring the applications use. The most frequent ones will appear on the widget.
A unique feature SmartWidget has is the ability to show shortcuts only for applications you don't have on your home screen already.
This way, you get new shortcuts you need on your home screen which are updated as you find a new cool app!
https://market.android.com/details?id=com.manor.smartwidget
I9000
Does it work on I9000, it say still learning, how many hits does the app need before your widget picks it up?
I am on Continnum rom with Talon 0.4.2.
Hope it works looks like a great app.
thaidroid said:
Does it work on I9000, it say still learning, how many hits does the app need before your widget picks it up?
I am on Continnum rom with Talon 0.4.2.
Hope it works looks like a great app.
Click to expand...
Click to collapse
Hi,
Yes, it does but you'll need to turn on your device logcat in the recovery.
I don't have the device myself so I can't direct you with the menus.
It should work after that.
Let me know if it works...
Thanks
rm9 said:
Hi,
Yes, it does but you'll need to turn on your device logcat in the recovery.
I don't have the device myself so I can't direct you with the menus.
It should work after that.
Let me know if it works...
Thanks
Click to expand...
Click to collapse
Force closes and drains the battery badly!
ASD007 said:
Force closes and drains the battery badly!
Click to expand...
Click to collapse
Can you report the force close in the app? or send me your logcat?
It shouldn't drain battery since it only logs when you open an app.
I'd be happy to improve it.
Looks promising, may try this out soon!
coolfire said:
Looks promising, may try this out soon!
Click to expand...
Click to collapse
Thanks.
I will be happy to hear feedback!
Sounds cool do I need to use apps before this work? I long pressed on my lock screen nothing happened?
blakrepublic said:
Sounds cool do I need to use apps before this work? I long pressed on my lock screen nothing happened?
Click to expand...
Click to collapse
Yes, you need to use the apps before it can show any shortcuts.
Still doesn't work unless I'm doing something wrong?
blakrepublic said:
Still doesn't work unless I'm doing something wrong?
Click to expand...
Click to collapse
Do you have a Samsung Galaxy S?
I understood that the device log is not on by default in those devices and the app needs it for monitoring the applications.
Try check your recovery if you have an option to turn on the device log or logcat.
No I have an HTC evo
Walk me through the steps for set up?
blakrepublic said:
Walk me through the steps for set up?
Click to expand...
Click to collapse
I think the problem is that some kernels disables the logcat of the device.
Please download aLogcat from the market and install it.
Try to just open it and check if you see any log text.
Thanks.
Is there a way to set the size of the widget?
I'm running on a Dell Streak with 5 columns and it looks smaller than 4. The 2 widgets above it are also 4x1, and this one is smaller than the others
{
"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"
}
Radimus said:
Is there a way to set the size of the widget?
I'm running on a Dell Streak with 5 columns and it looks smaller than 4
Click to expand...
Click to collapse
Currently there are only 4 columns.
I will add more sizes in future versions.
Tons of log text
blakrepublic said:
Tons of log text
Click to expand...
Click to collapse
In the preferences of aLogcat, there is an option to switch to the events buffer.
Please check that as well..
Thanks.
rm9 said:
In the preferences of aLogcat, there is an option to switch to the events buffer.
Please check that as well..
Thanks.
Click to expand...
Click to collapse
Also pages of it in green
blakrepublic said:
Also pages of it in green
Click to expand...
Click to collapse
Can you send me one of those pages?
You can share via e-mail directly from aLogcat to [email protected] .

A new wallpaper everyday automatically !

Hi,
I've created an application to get the daily wallpaper of wlppr.com everyday directly in the background of your phone or your tablet.
If you can give me your feedbacks, it will be great !! Specially for tablet users !
Download wlppr application on Android Market !
Thank 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"
}
RorolePro said:
Hi,
I've created an application to get the daily wallpaper of wlppr.com everyday directly in the background of your phone or your tablet.
If you can give me your feedbacks, it will be great !! Specially for tablet users !
Download wlppr application on Android Market !
Thank you !
Click to expand...
Click to collapse
Hello,
I think you should add an option to change the time of update, I, for example would rather have the update at 6am before I wake up (also using my home wifi instead of mobile data).
Also, app doesn't seem to work for me, fails to connect to server.
Nice idea though...
Sent from my MotoA953 using Tapatalk
or.green said:
I think you should add an option to change the time of update, I, for example would rather have the update at 6am
Click to expand...
Click to collapse
In fact, a new wallpaper is published on the website between 7H00 AM and 10H00 AM that's why the application get the new wallpaper at 10H30 AM.
Moreover, the application can get the new wallpaper at the boot of the phone and when it get back the internet connectivity.
With this 3 cases, your wallpaper is always updated
or.green said:
Also, app doesn't seem to work for me, fails to connect to server.
Click to expand...
Click to collapse
It's work for me at this time. Do you have an error message ?
Is there an option to get a random wallpaper from a location on the phone? I have a collection of 600+ wallpapers. It would be great if I could use images I already have. Or is there an app that already offers me this function?
Otherwise great idea.
I am going to give it a try. looks nice indeed.
Looks a good idea. Gonna try this in my phone & tab.
t.Lancer said:
Is there an option to get a random wallpaper from a location on the phone? I have a collection of 600+ wallpapers. It would be great if I could use images I already have. Or is there an app that already offers me this function?
Otherwise great idea.
Click to expand...
Click to collapse
You can try Wallpaper Rotator from the market.
Hi,
I've just update the application to save the daily wallpaper on the SDCard and retrieve it on the gallery.
https://market.android.com/details?id=com.magetys.wlppr
As someone already suggested, would be go to update earlier. I don't mind getting the wallpaper from the past day, but updating before 7am local would be good.
Im going to give this a shot sounds promising
Sent from my iPhone smashing Galaxy Nexus
Felimenta97 said:
As someone already suggested, would be go to update earlier. I don't mind getting the wallpaper from the past day, but updating before 7am local would be good.
Click to expand...
Click to collapse
The issue is that the new wallpaper isn't post by me on wlppr.com ! I can do nothing for that. sorry...
RorolePro said:
The issue is that the new wallpaper isn't post by me on wlppr.com ! I can do nothing for that. sorry...
Click to expand...
Click to collapse
It's possible to change when the wallpaper is changed, then?
At 7:30am (It's local or something else?) I am at school, and sometimes I don't have internet until 7pm.
Thanks anyway. Good job, btw.
Xperia X10 Mini Pro with CM9 by paul-xxx
In fact, the new wallpaper is posted on wlppr.com between 7:00am and 10:00am GMT+1 and I have no way to know when the wallpaper is really updated. That's why , I check for the new wallpaper at 10:30am GMT+1
RorolePro said:
In fact, the new wallpaper is posted on wlppr.com between 7:00am and 10:00am GMT+1 and I have no way to know when the wallpaper is really updated. That's why , I check for the new wallpaper at 10:30am GMT+1
Click to expand...
Click to collapse
Oh, I see. But again, you are able to change to check at a customized hour?
I don't mind using the wallpaper from one day earlier. I am on GMT -3. What hour is it on GMT +1 if here is 6am, btw?
Xperia X10 Mini Pro with CM9 by paul-xxx
OK, That what we can do, it's just to add a parameter on the config screen to set the hour of update. It will be OK for you if we do that ?
RorolePro said:
OK, That what we can do, it's just to add a parameter on the config screen to set the hour of update. It will be OK for you if we do that ?
Click to expand...
Click to collapse
Ok. That's what I wanted. Thanks.
Xperia X10 Mini Pro with CM9 by paul-xxx

[APP][4.0+] Keedle- a very simple doodle/scribble app

Ever wanted to just scribble some words or doodle something up and share it with your friends?
Use beautiful colors and paint using all your fingers. Once done, just press share and send it to anyone using any app you like.
Personally made this to save scribbles to Google Keep (hence the initial name was Keep the Doodle = Keedle)
Screenshots
{
"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"
}
Full res ScreenShots:
First app.. Feedback and advice appreciated
Latest APK link: v1.5.1 http://www.mediafire.com/download/wz56c2sl1i5cco2/keepthed-release.apk
First things first, The name instantly reminded me of..
hahaha :laugh:
Okay, now for the real review.
-I like the simple UI
-It works just as mentioned
-I like the sharing options
Aside from that, Id say it looks good! I could try to make you a new icon but thats up to you let me know
SystemErrorOne said:
I could try to make you a new icon but thats up to you let me know
Click to expand...
Click to collapse
Haha.. yeah the name is silly.
And I love you.. would definitely appreciate a better icon
Thanks a lot
Nice!! I really like how the menu items color changes with brush color :laugh:
noobwithgalaxyy said:
Nice!! I really like how the menu items color changes with brush color :laugh:
Click to expand...
Click to collapse
Thank you for your feedback
Improved UI and quite a lot of stuff.. feedback appreciated
Nice simple interface, works really well. Good job.
Ivydev said:
Nice simple interface, works really well. Good job.
Click to expand...
Click to collapse
Thanks, just released a new update with drawing on images and other stuff
Updated APK in op.
Can you please make the chosen background colour stick after exiting the app? Having to constantly choose is a bit jarring
Listy2021 said:
Can you please make the chosen background colour stick after exiting the app? Having to constantly choose is a bit jarring
Click to expand...
Click to collapse
Will add a set of preferences by next update, thanks for the feedback
Listy2021 said:
Can you please make the chosen background colour stick after exiting the app? Having to constantly choose is a bit jarring
Click to expand...
Click to collapse
Done.. it is under settings, the panel looks too empty for now, will add more stuff. Got any suggestions?
Also, uploaded updated apk.
Updated apk
Updated screnshots in OP
Reached 500 downloads.. thanks guys.
Any feedback? issues? features I should add?
Am I just missing the save feature?
Sent from the undead HTC One V
hypdStark said:
Reached 500 downloads.. thanks guys.
Any feedback? issues? features I should add?
Click to expand...
Click to collapse
I really like the simplicity of the app! Well done. Am installing on my kindle and gf's phone as well.
In my opinipn it needs a "wipe canvas" so that you can quickly start over instead of having to access the option via the menu.
Thanks anyway for a great little scribble app.
Jrhoop said:
I really like the simplicity of the app! Well done. Am installing on my kindle and gf's phone as well.
In my opinipn it needs a "wipe canvas" so that you can quickly start over instead of having to access the option via the menu.
Thanks anyway for a great little scribble app.
Click to expand...
Click to collapse
Ahh will try to come up with a better way, some actionbar gesture or something.. Thanks
ph37rd said:
Am I just missing the save feature?
Sent from the undead HTC One V
Click to expand...
Click to collapse
It is a bit less obvious I give you that.. just press share and dismiss(or continue if you want to share). Closing the app autosaves.
Replacing Doodledroid app with this.

Categories

Resources