White Light - the simplest "flashlight" app (free) - Samsung Gear S2

The app turns the screen white, cranks up the brightness to 100%, and keeps it this way until the user presses the back or home button. The display of the Gear S2 can actually get pretty bright, producing enough light to see everything in a 4 x 4 meter room. Here is the source code:
Code:
<html><body style="background-color: #ffffff;">
<script>
tizen.power.request("SCREEN", "SCREEN_NORMAL"); // won't work properly without this line
tizen.power.setScreenBrightness(1);
setInterval(function(){tizen.power.request("SCREEN", "SCREEN_NORMAL");}, 10000);
window.addEventListener('tizenhwkey', function(){tizen.application.getCurrentApplication().exit();});
</script>
</body>
</html>
{
"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"
}
Off topic:
This is my most popular app by far (2,610 downloads since Mar 29, 2016). Surprisingly, only 7 people rated the app. I was wondering why I don't see the comments on the app store page, and it turned out they only show comments that were posted by users who live in the same country (I live in Canada and no one from Canada rated the app, hence no rating). That's why if you live anywhere but USA and Germany most apps in the app store will have no rating, which is stupid :silly:

install hangs
hi - I've tried to install your app on my gear s2 classic but it hangs at the 100% mark. I know some installs can take a bit of time - the longest I waited was 10 minutes though which I think should be sufficient? Can you lend any advice to what the issue might be? thanks! :fingers-crossed:

I would factory reset the watch (there is a quick reset option), because the problem is not in the app/apps. 7000 people installed the app so far and no one complained.
If you are not installing from the app store, make sure you have this line in the config.xml:
Code:
<tizen:privilege name="http://tizen.org/privilege/power"/>

Finally a flashlight app that stays on if you move your arm. (auto wake). love it, will rate you. #Belgium

Great app, thanks a lot for sharing
I have just one little issue with it: leaving the app will not reset screen brightness to the original value

Joschi75 said:
Great app, thanks a lot for sharing
I have just one little issue with it: leaving the app will not reset screen brightness to the original value
Click to expand...
Click to collapse
Thank you! The next update (coming some time next week) will fix this issue

The update has been submitted to the app store and is awaiting approval (usually 2 days). Here is the updated code:
Code:
<html><body style='background-color: #ffffff;'>
<script>
tizen.power.request('SCREEN', 'SCREEN_NORMAL');
originalBrightness = tizen.power.getScreenBrightness();
function terminate(){tizen.power.setScreenBrightness(originalBrightness); tizen.application.getCurrentApplication().exit();}
tizen.power.setScreenBrightness(1);
setInterval(function(){tizen.power.request('SCREEN', 'SCREEN_NORMAL');tizen.power.setScreenBrightness(1);}, 10000);
document.addEventListener('tizenhwkey', terminate);
document.addEventListener('visibilitychange', terminate);
</script>
</body></html>

Where I can download?

joaquinballes said:
Where I can download?
Click to expand...
Click to collapse
From the app store.

I'd like to have this when I get a Gear S2

How to find in app store
Hi
Sounds like a useful app. I search for "white light" in apps store but only find one for phones.
How can I find the app for the s3 gear?
On the watch I found an app called torch. Is that it?

Hi Eveman,
I have not released a version for smartphones, so the apps you found must have been developed by someone else.
If searching under GEAR tab in Samsung Galaxy Apps store brings no results, I can only suggest trying it again in a few days. Once I tried searching for my Always-On apps and it brought no results, tried again later - and it worked.
Please let me know if that helped.

I have the app, thanks works great. Do you know the shortcut I would use in GWD to make it a button (like com.samsung.weather is for weather)?

Hi andrewtac, thank you very much for your feedback! Try this and let me know how it works: 55V5m8QGTw.WhiteLight

parshakov said:
Hi andrewtac, thank you very much for your feedback! Try this and let me know how it works: 55V5m8QGTw.WhiteLight
Click to expand...
Click to collapse
Thanks, worked! New to the watch, love it. Especially showing it off to my apple buddies.

I cannot find this app in the Play store for Android anywhere. Can you put a link up so I can use this flashlight app. I love this app and my new pixel 7 pro didn't copy it. I'd like to have this app on my phone because it works and that's all it needs to do. Pixel 7 pro and everything thereafter is going to be 64-bit architecture, so update it to that and please put a link here so we can get the thing.

Justjim2012 said:
I cannot find this app in the Play store for Android anywhere. Can you put a link up so I can use this flashlight app. I love this app and my new pixel 7 pro didn't copy it. I'd like to have this app on my phone because it works and that's all it needs to do. Pixel 7 pro and everything thereafter is going to be 64-bit architecture, so update it to that and please put a link here so we can get the thing.
Click to expand...
Click to collapse
You must be confusing it with some other app, because this app was developed only for smartwatches running Tizen OS (that is, Samsung watches released before 2021). I might develop a Wear OS version of the app some time in the future, though there is already a built-in "flashlight" app that works pretty well.

Related

XDA TV (Dark Edition) v1.2

XDA TV (Dark Edition) v1.2
Warning: If the app isn't working, just drop me an email or post the problem here, you don't need to rate the app with 1 star and comment like: "The app isn't working". Thanks for the support​
Now you can have all the XDA TV videos wherever you go using this application. Now on your phone, if you have a tablet you should get it here, also you can get the "normal theme" version here.
As many of you have seen, the tablet application got an update, featuring a new feed(that is hosted on my own server), description text and a poster image for each video. I'm now working to bring all of this to the phone version, so stay tuned. Maybe later today it will be finished
I've been working on this for a week. Making the layout using HTML and CSS3 was easy, but I got a lot of problems while trying to make the code work on Android, so I took a bit more to match the code for Android. At the time I can't find another way to open up the videos without firing up the browser to redirect to the Video application, the OS has a lot of problems with HTML5 Video tag so I've done it like this.
The technologies used on this application:
PhoneGap
iScroll
jQuery
HTML5 and CSS3
My knowledge
{
"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"
}
Download
​
Click to expand...
Click to collapse
GitHub​
Click to expand...
Click to collapse
Changelog:
v1.2:
* Fixed the "Application Not Installed" bug (need testers to check this)
* The application now quit if you hit the back button while in the list view
v1.1.1:
* Fixed the no content error
* Dark Theme
v1.1:
* New feed
* Description added to the video view
v1.0.1:
* Everything works
Hi, don't know if this is just me but the app doesn't work for me. I get no response when i click on the icon. I am running a DHD with CM7 in case that helps. I'll give the normal verion a go now and see if that works.
EDIT: I uninstalled and installed the 'normal' phone version, i get a bit further: a black screen and then an application error "THe connection to the server was unsuccessful. (file:///android_asset/www/index.html)"
Hope that helps?
I have also a problem, i cant select the first item in the list. (Phone Edition)
Uh... where's the dl link?
Sent from my mind using a HTC Intruder
countblack said:
Hi, don't know if this is just me but the app doesn't work for me. I get no response when i click on the icon. I am running a DHD with CM7 in case that helps. I'll give the normal verion a go now and see if that works.
EDIT: I uninstalled and installed the 'normal' phone version, i get a bit further: a black screen and then an application error "THe connection to the server was unsuccessful. (file:///android_asset/www/index.html)"
Hope that helps?
Click to expand...
Click to collapse
First Problem: I'm trying to solve this. Strangely PhoneGap is having bugs to work on some ROMs.
Second Problem: That means the app took too long to contact the server(usually because your connection is slow at the time). Just try again and it might work.
Kiss999 said:
I have also a problem, i cant select the first item in the list. (Phone Edition)
Click to expand...
Click to collapse
I've tested this on both and I had no problem with it on my Galaxy S, Droid and Touch Pro2(Froyo).
themacman1000 said:
Uh... where's the dl link?
Sent from my mind using a HTC Intruder
Click to expand...
Click to collapse
https://market.android.com/details?id=com.nathanpc.xdatv.phone.black
Thanks for looking into it, I seem to be having problems with the ' normal' phone version too. Let me know if there is anything you need to know, or if you want some testing done.
Sent from my Desire HD using XDA App
countblack said:
Hi, don't know if this is just me but the app doesn't work for me. I get no response when i click on the icon. I am running a DHD with CM7 in case that helps. I'll give the normal verion a go now and see if that works.
EDIT: I uninstalled and installed the 'normal' phone version, i get a bit further: a black screen and then an application error "THe connection to the server was unsuccessful. (file:///android_asset/www/index.html)"
Hope that helps?
Click to expand...
Click to collapse
I have the same problem as in the "EDIT:" above...
The "The connection to the server was unsuccessful. (file:///android_asset/www/index.html)" problem will be rolling out tomorrow, since it's a server fix and I'll only have time to do it tomorrow, this is happening because your connection might be slow and the app is trying to fetch the entire XDA TV library(all the episodes since the first one), which is causing timeouts. The solution will be to remove the very very old episodes, making the list smaller and reducing the problems with timeouts.
A new version of the app might come out later that will support reading the "old archive", which will be created tomorrow.
PS: I'm having tests this week on the university, plus I need to work, so I'm not having much time to develop
Thanks, will await the fix
Sent from my GT-I9100 using XDA App
Just pushed the server-side fix. I'll be working to replace the black screen on the opening with a fancy splash screen
The feed doesn't seem to be updating on this app. Been checking it for a bit now and it doesn't update while there are newer episodes out. The last one showing on this app is "Nexus, Ice Cream Sandwich, and a Contest to win an HTC Amaze 4G", which is a bit outdated. Anyone else having this problem?
-Mike
Sorry, I've been working hard and also trying to completely redesign the XDA TV app so I can't update the feed, but I'll try to do it today.
Sorry

Nike+ Running released for Android

{
"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"
}
Nike+ Running was released for Android last night in the Play Store.
DISCLAIMER: I AM NOT THE DEVELOPER OF THIS APP. IM PURELY PUTTING THIS HERE FOR INFORMATION. ANY BUG REPORTS SHOULD BE SUBMITTED DIRECTLY TO THE APP DEVELOPER.
Full description here:
The most popular running app is now available on Android, for free!
Map your runs, track your progress and get the motivation you need to reach your goals. No sensor or additional products needed, just grab your phone and go.
- From the trail to the treadmill, your phone's GPS and accelerometer accurately record your distance, pace, and time. In-run audio feedback lets you know these metrics at every mile, so you can stay focused on your run.
- Get in-ear cheers from your friends on Facebook when you broadcast that you’ve started a run. Tag the friends you ran with and share a map of your route with friends and family.
- Have a song that gets you pumped? Set up PowerSongs to give yourself a boost with the tap of a button.
- Our Run Summary makes it easy to view your route and track how you felt, the terrain you tackled, and the weather you endured.
- Rotate your phone while viewing the Run Summary to see the breakdown of your run into mile splits.
- See how your last run stacks up against your previous seven, and get fresh insights based on your latest activity every time you come back to the app.
- Swipe upwards on the Home Screen to view your next moves. From picking your PowerSongs to challenging one of your personal bests, there’s always something to make your running experience better than before.
- Visualize all your runs side-by-side and see your progress in a bar graph history view.
- Syncing your run to the Nikeplus.com website allows you to view your maps on a larger screen, set a new goal, and find Nike+ Top Routes in your area. Check it out.
- There’s even shoe tagging. Type in the name of your running shoes to track the distance they’re logging and see when it’s time to lace up a new pair. You’re never done running, but your shoes might be.
- Need extra motivation? Add a widget to your phone’s home screen to show when you ran last, display your total mileage, and for even quicker access into a run.
- Some features such as Share Run and Cheer Me On require users to be connected to a wireless network for full functionality. Please note that continued use of GPS running in the background could dramatically decrease battery life.
Market link- HERE
APK Link- HERE
When i tried to download this from the Play Store it said my device (HTC One X) was incompatible. I have installed the APK directly and it works perfectly!! Post below if you find its working for you too!!
EDIT: If you want the latest updates you need to download and install market enabler (will add apk in a sec), change country to t-mobile (us) and in Play store hit menu -> settings -> my apps, and there should be an option to update nike+.
Market Enabler- APK Link
OP updated with APK download!!
once i went into settings in the app it crashes and wont come back untill i reset data on app. probably because my DPI is changed to 241 instead of stock 320 :/ no nike runnning for me... yet
Seems to be working fine on my Arc. Will go for a run later to confirm!
Thanks for uploading.
Sent from my LT18i using xda premium
Don't work on my galaxy nexus...
I have it, and happily using it on my samsung Galaxy Note, with ICS.
However, I just recently noticed that it has been eating up my battery, even when I am done using it. According to ICS battery consumption, it is on top of the list, and even eating up greater power than the screen.
So , how do I properly shut this app down, including its background processes after using it?
does anyone have the latest 1.0.2 apk for this with stability fixes? In the UK only O2 customers can get this app until the end of the year
pattsy said:
Don't work on my galaxy nexus...
Click to expand...
Click to collapse
Works fine on my Galaxy Nexus (GSM).
I'm running Jellybean 4.1.1 and am on T-Mobile in the UK, oh and i've rooted the phone.
1.0.2 APK request...
Many thanks for this post but would heartily echo the sentiment asking if anyone has access to the 1.0.2 APK and would be willing to share...
Many thanks,
L13
Lefty13 said:
Many thanks for this post but would heartily echo the sentiment asking if anyone has access to the 1.0.2 APK and would be willing to share...
Many thanks,
L13
Click to expand...
Click to collapse
If you want the latest updates. Get market enabler (apk added to OP), change country to t-mobile (us) and hit menu -> settings -> my apps, and there should be an option to update nike+. It worked for me anyway, if you get stuck let me know and ill try and get the 1.0.2 apk
Hi, I don't have root access on my one x. I don't want to void the warranty. Market enabler won't work for me. Please upload apk?
I mean the latest Nike running apk before I confuse anyone. search on google to find it 1mobile dot com
nike+ app
Hi guys, does anybody already figured out how to re upload the run which was erased by mistake ? im trying to get to the source of the app where the runs are stored but no luck yet. any suggestions ?
bybros said:
Hi guys, does anybody already figured out how to re upload the run which was erased by mistake ? im trying to get to the source of the app where the runs are stored but no luck yet. any suggestions ?
Click to expand...
Click to collapse
I had the same problem! Try HERE, HERE and HERE
Ok
))) Ok
The photo sharing is only for iOS? It's nice how add your run data over the photo..

[APP][2.2+] System Monitor Lite

Hello XDA community,
here goes the Lite version of my System Monitor app.
With this app you're able to monitor CPU, RAM, I/O, Network, TOP APPS and BATTERY Regarding details, I think the screens speak for themselves.
or via this Google Play Link
Help translating
{
"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"
}
Change log
v1.1:
Battery monitoring
- Percentage and prediction (Main app, Notification and Widget)
- Temperature (Main app)
- Remaining time prediction configuration
Background monitoring
-Detailed usage reports
-Scheduled monitoring (Full version)
-Saving background monitoring sessions (Full version)
Support for Android 2.2+
Others
-Several performance improvements
-Several bug fixes
-Notifications now have a default update interval of 3 seconds
-Widgets update interval set to 3 seconds
-Added tons of different languages. Thanks to all my great contributors!
Re: [APP][4.0+] System Monitor Lite
Thanks man.. ill try this later..
Sent from my Cherry w500 using xda premium
Update:
-Fixed some bugs.
I've tried purchasing the Full version of your app from the Play Store via carrier billing , on multiple ROMs, and the processing keeps on failing. I've successfully bought other apps recently via carrier billing, so it seems to be some problem specifically with this app. I'm on AT&T, with an HTC One X. Any suggestions?
Bought
Purchased!
Kryten2k35 said:
Bought
Click to expand...
Click to collapse
You didnt kang it like our customsettings ????
Idiot go check ur rom thread
The interface is great, very concise and intuitive! A great app to fuel my performance addiction.
It needs static reference numbers. As far as I know, when I switched over to the network I/O page it said my disk usage was 3/4 max.
Re: [APP][4.0+] System Monitor Lite
Nice looking app, bought last week, didn't know there's a thread on xda. Thanks for the lite one, dude! :thumbup:
Sent from my Nexus 4
Thanks
Hydromea said:
I've tried purchasing the Full version of your app from the Play Store via carrier billing , on multiple ROMs, and the processing keeps on failing. I've successfully bought other apps recently via carrier billing, so it seems to be some problem specifically with this app. I'm on AT&T, with an HTC One X. Any suggestions?
Click to expand...
Click to collapse
Hmm.. That's weird. Sometimes the Play Store has its issues.. Can you try to buy some other app?
AdamOutler said:
It needs static reference numbers. As far as I know, when I switched over to the network I/O page it said my disk usage was 3/4 max.
Click to expand...
Click to collapse
Sorry man, what do you mean with "it needs static.. " ? Didn't really get it.
Very nice and polite!
I think it'd be useful also to have the battery usage, so you can see everything with only one app.
When it will complete, I'll buy the full version!
Keep up the good work!
Nic.
Re: [APP][4.0+] System Monitor Lite
Sup3rN1c said:
Very nice and polite!
I think it'd be useful also to have the battery usage, so you can see everything with only one app.
When it will complete, I'll buy the full version!
Keep up the good work!
Nic.
Click to expand...
Click to collapse
Working on it right now ^_^
Sent from my Galaxy Nexus using xda premium
thanks for this excellent app, I try to buy in this days.
Very nice and useful! Really wanna see how widget and notification works on ICS :silly: :good:
Interesting. Sadly it's only in real time, and so you can't use it to test out too much, it's basically just the opportunity to watch your system idling. Probably better as a daydream,
Great application
this app is seen also as part of franco's kernel updater app, correct?
Correct!

[APP][FREE][2.1+]Amazon daily app

{
"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"
}
Hi there, just wanted to share my latest app. Amazon daily app
If you are a user of the Amazon app-shop like me, you may have encounter the same problem as me:
- Being "forced" to download the free app of the day to add it to your account
Well you can still cancel the download once it's launch, but hey ... it was bothering me.
So here it is, with "Amazon daily app" you can see what is the app of the day, add it to your account, or download it (still need to get it by the amazon app).
Feel free to leave me comments and remarks.
If you do like the app or just want to help, a nice comment/rate on the app sotre wil be appreciated
And if you don't like it, there's plenty of apps that will certainly suit you on XDA (but no rate & comment will be appreciated ^^)
Play store link : https://play.google.com/store/apps/details?id=com.chimerique.AmazonDailyFreeApps.free
Cheers :highfive:
I've been waiting for this. I use the "free app of the day" app, but they're mostly things I'm not interested in so it'll be uninstalled soon. I much prefer the Amazon free apps, but unfortunately this isn't compatible with my phone (HTC One).
I'll be all over this as soon as I can be
Strange, can you tell me which version of Android you are running on your phone ?
Should definitly be compatible ...
Not available in my country ;s
Sent from my Nexus 4 using Tapatalk 4
dex2grigg said:
Not available in my country ;s
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
Sorry about that ... I wasn't managing in the beginig all amzon stores ... but I do now ^^
It should be available when google bots update the application profile to all countries
not compatible with mine either
htc sensation using jelly bean
Humm, strange both Htc sensation and htc One appears as compatible on my application dashboard ...
I'm going to investigate this tonight, I'll keep you inform guys
Thanks for the feedback
goulloux said:
Strange, can you tell me which version of Android you are running on your phone ?
Should definitly be compatible ...
Click to expand...
Click to collapse
It probably is more likely to be a version issue than a device issue. I'm on 4.2.2.
Nop, I've a GS2 under 4.2.2 and a LG 2X under 2.3
It's working fine on both ... from what I've read, It may come from resolution probleme ... I'll keep on the investigation ^^
goulloux said:
Humm, strange both Htc sensation and htc One appears as compatible on my application dashboard ...
I'm going to investigate this tonight, I'll keep you inform guys
Thanks for the feedback
Click to expand...
Click to collapse
I rechecked it
it works now for some strange reason
Anyways thanks for the app
Cool
Maybe it was due to regional limitation (that I removed)
What about you Archer ?
goulloux said:
Cool
Maybe it was due to regional limitation (that I removed)
What about you Archer ?
Click to expand...
Click to collapse
It works for me now too. Thanks for sorting that
Edit: Why does it need login credentials? You don't need them to find out what the free app is.
Not that the app is not useful but you can also bookmark http://www.amazon.com/mobile-apps/b/ref=topnav_storetab_mas?ie=UTF8&node=2350149011 from pc or mobile device to see the app of the day and "purchase" it without downloading. This will work for all devices period.
famewolf said:
Not that the app is not useful but you can also bookmark http://www.amazon.com/mobile-apps/b/ref=topnav_storetab_mas?ie=UTF8&node=2350149011 from pc or mobile device to see the app of the day and "purchase" it without downloading. This will work for all devices period.
Click to expand...
Click to collapse
True, that's why at the beginning I only wanted to load the webpage, and play with custom CSS, in sort to see only needed information, and have a more user friendly interface. But performance wasn't really there, so I decided to go a bit further in the process
The other objective (not sure it should be done) is to automate all this process, and just grab every day the free app. This is only if I found a nice way to keep the session open (token or whatever)
@Archer: The credential are not needed to see what's the free app. It's only asked once you decide to "buy" it (for free) with your amazon account. Basically the credential is always ask to authenticate yourself to amazon website, as I don't want (for now) to store your password.
Hi there, little heads up for the last version which now can give you a daily reminder!
Some people did ask for it, so I added the possibility to save your password and so not have to type it each time.
The password is encrypted and save.
But still be aware that this is no safe mesure, and you should definitly use a dummy account for this.

[APP][4.0+] Autosleeper Auto power ON-OFF v1.3

Hello all,
This is a usefull free app for phones/tablets or navigators(and everything that runs android)
When it is enabled and you have your device disconnected from a power source it goes on sleep mode.
When you reconnect the device to a power source it automatically resumes any operation it was doing before :good:.
View attachment AutoSleeper.apk
Google Play Store Link
{
"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"
}
wow, it's great for tablets that placed on the car!
also for demo phones too
This app is going to be very very useful !! :good:
Awesome app,... thanks!!
Great idea man !
very nice, much simpler than using tasker for most people.
it says it's open source on supercoders.org but i can't find where to get the source code? thanks!
gdort2 said:
This is a usefull free app for phones/tablets or navigators(and everything that runs android)
Click to expand...
Click to collapse
Very cool! I'm also looking for (and not finding) the source code. Can you please point to it? I'm just wanted to see if I could recompile with Gingerbread support, do you think that is possible?
The app ist very cool. I build a tab in my car and used it.
I have a litte problem with the app.
Because i drive the car very seldom, i want to shutdown the tab.
The Option runs only one time. By the next run, the tab going to standby. Can you look, what is the problem.
Gesendet von meinem GT-P3100 mit Tapatalk
Great but you can't select a delay above 60sec.
Why is the selector looping to 0 sec when you scroll down. It would be better to go to 1 ..2 .. 3 .. 4 min
I have been using your Autosleeper app for a while in my Table Car Installation, and it is excellent
The App would really benefit from an option to enable Airplane Mode when sleeping. This would increase the battery savings and stop the device using WiFi when parked at home, plus 3G when parked elsewhere.
I would happily pay for a Pro Version with this feature.
Thanks,
Pete
product development
Is this product still being actively developed?
Is there any way to remove the "closing" screen? I can only set it to one second. I don't need all the fancy close buttons and timers.
app question
Hey, I have a LG G 7.0, The Auto Sleeper app does not allow me to choose " Action: Power off", keeps saying the device is not rooted. I used KingRoot to root the device and check with "root Checker Basic" if the device was rooted right. Is that option not available yet?
Have android 4.4 in my rearview mirror gps and this didn't work work. Sometimes work ok (rarely) and others don't work. But was a good effort by the developer. There other app similar that work ok? thanks
columbusgeek said:
Is there any way to remove the "closing" screen? I can only set it to one second. I don't need all the fancy close buttons and timers.
Click to expand...
Click to collapse
this is exactly what i came here for.
thanks for developing the app, but is it possible to remove that screen?? its really not necessary, and I tried emailing the developer directly but the email doesn't work anymore
Playstore Link Is Down - Fiew Questions
Hi, Looking for an app for a car environment, but have a fiew questions i would like to ask
1) If i am playing music before i remove the power (will the app pause the music/media & resume/continue on wake)
2) When the app sends the device to sleep does it put Turn On flight mode so (wifi,B-tooth& data is switched off)
3) Can you change & adjust the "Sleep Timer" so it sleeps almost instantly once power is removed?
4) Not really a question but the link to the playstore has been removed ?
But Sounds A Great App & Great Concept
Its great app I used before but now its not available, anyone please help how to download it?
[email protected] said:
Its great app I used before but now its not available, anyone please help how to download it?
Click to expand...
Click to collapse
It does not work with newer versions of Android anyway.
pwood999 said:
I have been using your Autosleeper app for a while in my Table Car Installation, and it is excellent
The App would really benefit from an option to enable Airplane Mode when sleeping. This would increase the battery savings and stop the device using WiFi when parked at home, plus 3G when parked elsewhere.
I would happily pay for a Pro Version with this feature.
Thanks,
Pete
Click to expand...
Click to collapse
Do you still use this and what software are you using to sync your tablets (mirror)?
krossfyah said:
Do you still use this and what software are you using to sync your tablets (mirror)?
Click to expand...
Click to collapse
Don't use it anymore since changing In-Dash Tablet to Joying Head Unit. The Joying goes to sleep properly 99% of the time.
Pete

Categories

Resources