[APP][4.0+][FREE] Mini Tasker - Android Apps and Games

*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
This thread is closed. Please use this thread for news and updates on Condi: http://forum.xda-developers.com/showthread.php?p=46657479
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
*********************************************************************************************************************************************************************************
Condi (previously Mini Tasker) is a free android automation app for ICS or higher.
The app allows users to quickly set up fairly complex actions when certain conditions are met, without sacrificing battery life, and with the ability to easily share tasks between users. We never poll (everything comes from a broadcast), and we're pretty minimalistic so the memory footprint is reasonable. We use google play services to detect location using low power sensors and recognize activity like walking or driving.
This is a university project, and our first android app, we're very humbled by over 30k downloads, this is very unexpected and we're very grateful for the feedback and bug reports, you're awesome!
Me and my partner made this app this summer for academic credit so we give it out completely for free, without ads or tracking.
We decided to change the name to avoid any conflicts with the original Tasker (Pent is a nice person and you should buy his app), too bad there are so many reviews already out there using the old name.
This week we finally submitted the project (after some delays), which means we can start changing big stuff (the last 10 or so releases we're bug fixes only). We're gonna push our first beta version next sunday to the beta channel, please subscribe to this mailing list to get it: https://groups.google.com/d/forum/minitasker
Your feedback is appreciated, you can email us at [email protected] or reply here.
Thanks,
Anton and Michal
Download Condi (previously Mini Tasker) at Google Play
Changes:
v0.2.13
* volume control ui bug fixed
* activity detection delay setting more visible
* UTF-8 support for task sharing
v0.2.12
* new condition - on boot
* location editor auto focuses on current location, minimal radius enforcement of 75 meters as it's unlikely the low power sensors will ever give a higher accuracy than that.
* music player song picker now uses native dialog and native addresses - support for most players that can open mp3
* music player - play pause toggle buttons now use broadcasts instead of keyboard presses - no longer crashes youtube, get's stuck on total command etc.
* activity recognition (i.e. drive walk...) upped the confidence level, and now there's a programmable delay for the end task (see the settings window).
* fixed a crash on forwarding SMS from known numbers.
* wifi still wasn't included as it wasn't stable enough for the time.
v0.2.10
* wifi crash fixed, can't send sms during calls fix
* volume control now properly mutes in all cases
v0.2.9
* Inverse locations (start when leaving a location)
* Delete actions and conditions from the edit screen
* A lot of memory leak fixes
v0.2.4:
* I messed up with 0.2.3 a bit, sms forwarding and call silencing are not using the correct values of the message and origin.
* Fixed a rare crash on the settings dialog
* Fixed a calendar condition crash when no calendars / events exist.
* Apparently a lot of times our application was killed in the background for not responding, and this corrupted the states of events and made things not run as expected, so now there's a background service that should take care of that. Memory footprint is around 5mb which is still less then Tasker.
* Superuser actions sometime hanged the app, and made it crash for ANR. This should now be taken care of

Can Mini Tasker set the network mode? ie. WCDMA only, WCDMA Preferred, LTE/GSM/WCDMA etc.
Can it enable/disable usb tethering?

network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome

Not working on Galaxy S3 CM10.1 RC2. Try to open play list when connecting any headset. But after I connected, mini tasker disabled that profile ( I have poweramp, uninstalled Apollo).

phntm said:
network mode should be easy enough, we already play with these settings on the "3g toggle", i just need to generalize it a bit.
i'll look into the tethering thing.
i'm adding both to the next major release. it might take 2 weeks or so for our work to be graded, then i'll push it to the public channel.
if you want you can join the alpha channel here and i'll try to get something together there sooner.
more things that will be added next are:
* better calendar support (currently doesn't support repeat events)
* wifi on/off condition
* wifi near ssid condition
suggestions are welcome
Click to expand...
Click to collapse
Thanks for reply and info.
As far as further suggestions....I've seen "wifi near" used in several apps but never saw a "bluetooth near" option....I don't know if it's feasible but if you can specify a specific "id" it could quickly distinguish when I'm home or in the car and then enable the appropriate commands such as linking to my car/home cordless phones via bluetooth.

I'd like to try your app but I can't find it on the Play Store and when I access Play Store with a browser it says my device is not compatible. I have a nexus 7 running android 4.3

Afaik bluetooth near is not a broadcast.
It should be much cleaner to add bluetooth state changed to detect the car connecting.
The car dock condition and activity detection in the current stable are already quite cool.
My car detection is based on charger+dock. The dock is enable by another software when the bluetooth connects.
Anyway, added to the wishlist.
The app works very well on my Nexus 7 but I think I need to add a 10" screenshot to make the market consider it compatible. I'll try to arrange that now.
Sent from my Nexus 7 using xda app-developers app

I didn't test with poweramp yet, i did with Apollo.
Not all players support internal storage style urls, even Google Play music fails.
That means any app that doesn't work right now needs custom support with some sort of url hack, which makes sharing profiles almost impossible across different setups.
I'll try to tackle this issue on the next major.
For now, try adding a launch app action, and a play music button emulation action. I'll try to arrange better support for more apps soon.
Sent from my Nexus 7 using xda app-developers app

how about using incoming sms as a trigger to do the app launching etc?

oldsap said:
how about using incoming sms as a trigger to do the app launching etc?
Click to expand...
Click to collapse
it's possible already but there's no ui to easily do this atm. right now you can add an action to the sms forward condition but i guess you'll want to match the text as well and also, not do the forwarding part.
added to the wishlist.

Support for tablets is now available.
Still no major changes or new features as our work is yet to be graded.
Sent from my Nexus 7 using xda app-developers app

Wow, this is awesome!

No leaving location?
Tasker is missing this too, is it possible to have a "Not at Location" as an event? I'd like to be able to send a message to my wife when I'm leaving work, but there is no way to set an event for when leaving a location.

The real tasker has a concept of "end task", we do implicit end task (we automatically guess or restore to last state).
Location indeed is missing an inverse, i'll add it up on the next major release.
What you might want to do for now is 3 conditions:
Time based - evening
Location - work
Activity - driving
Conditions are combined with "and".
btw I just pushed an update to fix a regression on forwarding sms and silencing calls, also a couple of crashes reported today.
Update is avaliable now on google play.
Also you can now use the %%PHONE%% variable in the text of the send sms action when the condition is phone call silencing.
This might be useful to tell your other phone you just had a call.
Sent from my Nexus 7 using xda app-developers app

Nice app. Tried it out this morning. One thing I would have liked to do, but could not find the option... Is there a way (or could it be added) to set it so bluetooth and wifi go on when I launch Google maps and navigation? I don't see an 'at launch' trigger.
I don't run them regularly for battery reasons (HTC One's big downfall is the middle of the road battery).
Sent from my rooted Speak and Spell running OS X Mountain Lion.

Hi everyone, first of all, wow, thanks for all the kind words, we really didn't expect to be noticed so quickly
A quick update: we did fix the application-not-responding crashes almost entirely, only now there's a new problem...
We've got a couple of crashes on 0.2.4, mostly from toasts launched from the background, and like always, these only started after we published the update.
We're gonna push a fix for these real soon, keep the crash reports flowing, they help a lot.

I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:

Really love this app do far. Thank you and good luck - I hope you get the grades you deserve.
One question... I hope you can help me please...
I want Mini Tasker to turn off my Mobile Data connection when I get home and turn on my WiFi... I think I've managed to sort that bit.
But how do I reverse it so when I leave home it turns off my WiFi and turns on my Data Connection?
I'm guessing I'm missing something glaringly obvious.
Thank you.
Sent from my HTC One using Tapatalk 4

Fubie3 said:
I setup a task that "When Driving" navigates me to my home address between 15:30 and 18:30 and it repeats every weekday.
The two problems that I ran into is that is uses Waze(which is installed) instead of Google Maps. I cannot choose what app I want to use if I have multiple installed.
The second problem is that I had to travel at over 50mph before the task kicked in. I cannot choose a speed for it to kick in.
Other than that it is a very solid app. :cyclops:
Click to expand...
Click to collapse
Something else I notice is that if I'm in stop and go traffic (I have Mini Tasker turn bluetooth on while driving and biking) the bluetooth will turn back off if I'm stopped. Technically the Mini Tasker command is only to turn on bluetooth, not to turn it off when not driving or biking.
Is this supposed to happen? If so could you separate the on and off and also put it in the description that it will do so? That would be very helpful. =]

Let me try

Related

Tick! A convenient timer!

Hi everybody !
After a year of lurking, i've published my first app !
It's called Tick! and it's a simple timer but i've worked hard on making it easy to launch.
Since there is no wheel selector on the sdk, I've developed one to set the number of minutes wanted. With three clicks, you can launch a timer to remaind you that your pastas or your eggs are ready !
Your comments are welcome !
Since I'm new on the forum, I'm currently not allowed to post external links, so if you want to try it, search for Tick! on the market or SlideMe. I will put images, links and QR-Code as soon as i will be allowed !
RabugenTom
Nice app. Any plans on releasing the source
Any chance for an APK for those of us without data?
Nice
Good Work Buddy works perfectly on Xperia X10i
Thanks for the replies ! I've added the apk posted on the market.
I'm working on an improved version !
Agreed, Great work RabugenTom. Love the custom wheel selection.
Have to admit, though, I'm dying to have multiple timers. I'm not sure off the top of my head how they would fit in with your snazzy countdown timeline, but I'm sure it could be done.
+1 for release of the source
Love the app... Mightve been nice if it worked with 30sec increments as well but that might just be me, and there are other more robust timer apps for when you need that i guess.
One thing I noticed though... If the app is open and showing on the screen (IE - not in the background while working on something else or on one of the home screens), Tapping the app notification (in the notifications pane) will "reopen" the apps interface, and this can be done multiple times.
Basically you end up with multiple instances of the same timer... So if youre looking to go back to whatever was open before - home screen or other - by pressing the back button, youll just close the last instance you "opened" via the notification, taking you back to the previous instance of that same timer, and so on until you reach the first one that was opened when you started the app.
It doesnt seem to affect the functionality of the app in any way that ive seen, but it is rather odd.
Sort of like tapping the notification calls on the wrong "show" function, opening a new window rather than un-hiding the original.
Thanks for the feedbacks !
I'm working on an improved version with pause mode, multiple timers and 30s increments. I will maybe release the source later, after a lot of cleaning !
For the notifications, it's the behavior of android which works by intents. Theses are sort of messages send to applications. Intents depends on something they call Context. This is very powerful since you can launch (or do whatever you want to) an application in different ways, and the behavior of the application can depend on the intent. For example, when you launch an application from the launcher on the home screen, you actually send an intent to the application.
In the Tick! case, when you click on the notification, you send an intent to bring back to foreground (if hidden) or relaunch (if closed) the application GUI (which is different from the counting "engine" which is a background process called Service). The intent sent from the notification is different from the one you used to launch it, thats why it relaunch the GUI because the system thinks it is a different context (which is the case).
You can try it : launch from the launcher, launch a timer, go back to the home screen. Now, the GUI is no more in foreground. If you open the notification bar an click on the notification it will relaunch the GUI as expected, and if you continue to click on it again, it will do nothing (as expected). That's because the second time you launched the app, you did it by sending an intent from the notificiation bar, which is different from the one from the launcher.
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !
Very nice timer. However I have found two problems:
1. When selecting the notification tone, "Default" plays my ringtone when previewing, but when used for real it plays the default notification sound instead.
2. I used Tick for a five minute countdown several hours ago, and afterwards I exited the program and cleared the notification, but it still prevented my phone from sleeping all these hours, draining the battery severely. I had to use a process killer to get my phone to sleep.
Do you really need to keep the phone from sleeping, even during the countdown? A timer is just an alarm with a countdown, and alarms work even when the phone is sleeping. You just have to update the progress every time the phone wakes up. Right?
Hi,
1-I will look on the notification problem. It is quite strange since it always worked for me. Note that the parameter are set for the notification at the launch of the counter. Every change you make will affect only new countdowns. When you exit the app, it always save the last parameters, even made during a countdown, and restore them at a relaunch. So it is strange, and since i've improved again the counting engine, I hope this will be solved in the coming release.
2-You're right, I've found conditions when the wake-lock is not released at the end of the countdown. It's set now. However, the wake-lock requested is partial and does only concern the CPU, not the screen. I've tested again your version on my unplugged G2 and it behave just well.
The CPU is required to fire an alarm even in sleep mode. Thats because i don't use the alarm service of the device which only check every new minute if there is something to do.
And when it's in sleep mode, only a tiny service is counting. The GUI is stopped and it's memory given back.
May I ask what model of phone you use?
RabugenTom said:
May I ask what model of phone you use?
Click to expand...
Click to collapse
I'm using an HTC Desire.
I've just added here (and on the market) the version 1.3 which resolves a lot of issues (for exemple, the service exits as soon as it's no more used, thanks to bugmenever) and adds a pause mode (long click on the button)
RabugenTom said:
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !
Click to expand...
Click to collapse
im fairly certain there is something simple out there to handle this, but as opposed to you being novice with android, i have 0 experience programming for it. and youre right, its not THAT annoying, and certainly not worth most your work time at this point.
Happy to hear about all those plans though! look forward to seeing them in action
keep up the good work!

Smarter Alarm - Wake up to info being read to you

Hi everyone,
This is Edward, developer of Car Locator. I just soft-launched my latest app and I wanted to tap this wonderful community to help me test it out and gather feedback before I start promoting it.
The app is called "Smarter Alarm". Basically, instead of waking up to a blaring sound in the morning, Smarter Alarm will read customizable information to you, like the morning's weather, stock prices, headline news, sports scores, your friends' birthdays and more. It's similar to Iron Man's "Jarvis" alarm clock.
I'll be adding more feeds in future updates, but I wanted to gauge interest before putting in the time =)
I'd really appreciate any bug reports, feature requests, and improvements you might have! If you can find any verifiable bugs, I'll happily reward you with a free copy of the full version of any of my other apps: "Car Locator", "Copy Paste It" and "Screenshot It".
Heres the market link: market://details?id=com.edwardkim.android.smarteralarm
Thanks!
p.s. The app is also entered in Verizon's VDC Power your app contest under the "information" category. Please vote for me! (poweryourappcontest.com/Protected/ApplicationListVote.aspx)
Sounds like a great idea! Ill keep an eye out
Sent from outerspace
I think its a great idea, but instead of voice, maybe an option to have music (or anything else playing) and instead have the text on your screen. Because currently the voice is a bit unpleasant to listen to
Hmm, interesting. I'll give it a try.
Pretty good once you install a decent voice. However, there is a big omission in features. It only supports one alarm time for every day.
Add the ability to configure a different alarm based on the day of the week. For example: Monday-5am alarm, Tuesday-6:30am alarm, Wednesday-7am alarm, etc.
Also, add the option to play user configurable music in the background while the voice is reading. Then it will be amazing. If the music volume is configurable independently of the voice, then it will be SUPERB. You only need to support a basic format like mp3 or something, no need for every format support....
A dream feature is to have the voice read like it is now BUT the app would also pick a RANDOM song from your music library and play it in the background. It will be different each time. But that's stretching it too far. Add music and different alarms for different days of the week and this thing will be irresistable.
Sent from my SGH-T959 using XDA App
EDIT: Also, add in the description 1 or 2 suggestions as to what voices it sounds best with. I had to do trial and error with quite a few to get it to be decent and they were all paid apps that I had to then refund till I find one I like lol. Adding a suggested voice can help users a lot.
}{Alienz}{ said:
Pretty good once you install a decent voice. However, there is a big omission in features. It only supports one alarm time for every day.
Add the ability to configure a different alarm based on the day of the week. For example: Monday-5am alarm, Tuesday-6:30am alarm, Wednesday-7am alarm, etc.
Also, add the option to play user configurable music in the background while the voice is reading. Then it will be amazing. If the music volume is configurable independently of the voice, then it will be SUPERB. You only need to support a basic format like mp3 or something, no need for every format support....
A dream feature is to have the voice read like it is now BUT the app would also pick a RANDOM song from your music library and play it in the background. It will be different each time. But that's stretching it too far. Add music and different alarms for different days of the week and this thing will be irresistable.
Sent from my SGH-T959 using XDA App
EDIT: Also, add in the description 1 or 2 suggestions as to what voices it sounds best with. I had to do trial and error with quite a few to get it to be decent and they were all paid apps that I had to then refund till I find one I like lol. Adding a suggested voice can help users a lot.
Click to expand...
Click to collapse
Thanks for your suggestions! Multiple alarms is definitely a feature that I'll be adding soon. I'm just getting started =).
Can you recommend to me some voices that you think are good?
Thanks for this fantastic app!
So far i've found that it works great with SVOX Classic British English Voice.
A few suggestions that were not mentioned:
Statusbar icon when alarm is enabled.
Alarm track/tune play for a configurable time before reading starts.
User configurable RSS feeds.
Enable Wifi/Data before alarm start and disable after completion (may be reaching but would be cool still).
Device: Samsung Galaxy S
tried it on my htc desire. Although the app is quite nice, however the lock screen went missing once this application is install, and lock screen is restored once the app was uninstall.
Hey guys, have you ever heard something about WakeVoice ?
It's exactly the same things but with vocal recognition to ! (Jarvis....)
Here is the XDA thread : http://forum.xda-developers.com/showthread.php?t=743915
RMonst3r said:
Thanks for this fantastic app!
So far i've found that it works great with SVOX Classic British English Voice.
A few suggestions that were not mentioned:
Statusbar icon when alarm is enabled.
Alarm track/tune play for a configurable time before reading starts.
User configurable RSS feeds.
Enable Wifi/Data before alarm start and disable after completion (may be reaching but would be cool still).
Device: Samsung Galaxy S
Click to expand...
Click to collapse
User configurable RSS feeds is a DREAM feature for me as well. And the enable Wi-Fi Data would be important as I have things such as JuiceDefender which switch them off when not in use. Specifically...turning Wi-FI ON would be the most important one since where you need an alarm, you will likely be at your house and you will likely have wi-fi there that you use everyday.
So I suppose if I had to rate features it in order of important it would go like:
1. Configurable alarm time for different days of the week.
2. Turn Wi-Fi (or data) one minute prior to alarm going off. Make a trigger that checks if there is connectivity 1 min in advance and only enable the wifi if the trigger says there is no internet
3. Music in the background. Configurable in volume and content, meaning you can select what tune to play while the voice is reading stuff.
4. RSS feeds. YOU choose the feeds and news sites the alarm will read.
5. Randomize the background music so that it's different on different days or it randomly picks a song to play in the background-that way it will sound like you're listening to the radio only it's playing YOUR favorite music and telling you only stuff YOU care about.
Voices:
SVOX Classic British
SVOX Classic US Grace
Loquendo Susan
All 3 choices work pretty nice with the program. They are not like human voices but they are at least 5-10 times better than the default Android voice and WELL worth it. Hint: You can use them for navigation and reading your texts while you are driving as well.
To OP: If you manage to implement most of those features, I think you can easily set a $5-7 price tag and this thing will STILL sell like hot bread on the market lol. . .
nice.lets try
}{Alienz}{ said:
User configurable RSS feeds is a DREAM feature for me as well. And the enable Wi-Fi Data would be important as I have things such as JuiceDefender which switch them off when not in use. Specifically...turning Wi-FI ON would be the most important one since where you need an alarm, you will likely be at your house and you will likely have wi-fi there that you use everyday.
So I suppose if I had to rate features it in order of important it would go like:
1. Configurable alarm time for different days of the week.
2. Turn Wi-Fi (or data) one minute prior to alarm going off. Make a trigger that checks if there is connectivity 1 min in advance and only enable the wifi if the trigger says there is no internet
3. Music in the background. Configurable in volume and content, meaning you can select what tune to play while the voice is reading stuff.
4. RSS feeds. YOU choose the feeds and news sites the alarm will read.
5. Randomize the background music so that it's different on different days or it randomly picks a song to play in the background-that way it will sound like you're listening to the radio only it's playing YOUR favorite music and telling you only stuff YOU care about.
Voices:
SVOX Classic British
SVOX Classic US Grace
Loquendo Susan
All 3 choices work pretty nice with the program. They are not like human voices but they are at least 5-10 times better than the default Android voice and WELL worth it. Hint: You can use them for navigation and reading your texts while you are driving as well.
To OP: If you manage to implement most of those features, I think you can easily set a $5-7 price tag and this thing will STILL sell like hot bread on the market lol. . .
Click to expand...
Click to collapse
Thanks for your feedback again, as well as the suggested voices
I really like your ideas and I'll definitely be adding configurable multiple alarm times, music in the background, and rss feeds (1, 3, and 4). As for turning on wifi (2), I'll have to look into whether or not 3rd party apps are even allowed to turn on/off wifi without user input. I'm sure its possible, and if so, I'll add feature 2 as well.
Look out for updates in the next week or 2!
Almost forgot, my email address (for you to send the log file) is eddie dot kim at [google's mail system] dot com
Hey Edward,
Wifi control should be possible because Juice Defender does it, it may require root though (not sure).
Can't wait for the changes.
Bug report!
This is the second day it failed to "alarm" lol. Good thing I set another alarm 5 min after otherwise I woulda slept in late for work.
Ok bugs. Yesterday it gave me a Text to speech can't be initialized or similar (I was playing with voices night before so maybe thats why).
This morning it gave me some error as well. I was in a rush and sleepy so didn't remember it but from now on I'll write them down or do log cats. Point is though both times it failed to ring. Today's error was not connected with voices at all as far as I remember.
Also a different bug is: When you launch the app, it AUTOMATICALLY turns on screen rotation and then bugs itself out when it can't decide on a horizontal vs vertical layout. Interestingly enough, the rotation option remains DISABLED on my phone...the app goes crazy switching modes though and then errored out with something. It does this on being launched or running, regardless. Just flip the phone a bit and you'll see.
It's a bug report because if an alarm goes while it's doing this, the alarm errors out and does NOT ring.
}{Alienz}{ said:
Bug report!
This is the second day it failed to "alarm" lol. Good thing I set another alarm 5 min after otherwise I woulda slept in late for work.
Ok bugs. Yesterday it gave me a Text to speech can't be initialized or similar (I was playing with voices night before so maybe thats why).
This morning it gave me some error as well. I was in a rush and sleepy so didn't remember it but from now on I'll write them down or do log cats. Point is though both times it failed to ring. Today's error was not connected with voices at all as far as I remember.
Also a different bug is: When you launch the app, it AUTOMATICALLY turns on screen rotation and then bugs itself out when it can't decide on a horizontal vs vertical layout. Interestingly enough, the rotation option remains DISABLED on my phone...the app goes crazy switching modes though and then errored out with something. It does this on being launched or running, regardless. Just flip the phone a bit and you'll see.
It's a bug report because if an alarm goes while it's doing this, the alarm errors out and does NOT ring.
Click to expand...
Click to collapse
Thanks for your bug report. Not alarming is obviously a huge bug, so I'll try to duplicate this and put out a fix asap. While the alarm is going off, screen orientation changes SHOULD be disabled so the alarm is not interrupted.
Sweet app. which voice engine is better? It gives me a choice of Pico and eSpeak
One suggestion: Add the current time. Ex: "Good <morning|afternoon|evening> name. It is <time>am|pm.
Not sure if this is a bug, or just something not fully implement yet, but when I'm setting the alarm time, the time is in am/pm format - even though my phone is set to 24h format. Other than that it looks promising and good luck with your project.
Sent from my Desire HD
This sounds really good. It reminds me of those futuristic moives where the computer tells the person everything about the day and stuff.
Sent from my X10i using Tapatalk
Awesome app! Here are some suggestions:
1) Please include an alarm clock icon in the status bar, so I know whether it's on or off.
2) Please add an option to configure what days you want the alarm to go off.
3) Bug report: current weather is given in Celsius, but the forecast is give in Fahrenheit.

[APP] LazyDroid Web Desktop - Beta

An incredible web application that allows to take the control of you mobile phone from Wifi/Internet/Usb connection, simply using your web browser and accessing a website. You will have several apps to access different services on your Android device. The software is under development and this is a beta version, so please send me an email for every bug you found, or if you want other features.
Applications:
- Sms: You can send your sms via web interface, just like from your phone. Autocomplete, mass-messages, and other features.
- Contacts: You can see the contacts present on your phone, adding or deleting phone numbers and emails.
- Call Handler: When your phone starts to ring you will see it on your Web Desktop, and you can decide to answer (With speakerphone or headset of your phone), refuse the call or silence the ringer. You can also call a contact using the apposite icon or a phone number.
- Camera: You can see the camera of your phone (this function now works alson on Internet Explorer)
- Remote View: You can see the screen of your device and eventually take screenshot. Needs root permissions.
- Sensors: You can see the values of the sensors of your phone. You will find a compass that shows the orientation of your phone and a Google Maps showing the position based on Network or GPS.
- Clipboard: You can see and set the clipboard of your phone absolutely in real time.
More features are coming, so please stay tuned and give me five stars for this project, if you like.
Please do not use Internet Explorer 9 because of some javascript issues.
Market link
No links?
No links?? No references??
thunderror said:
No links?? No references??
Click to expand...
Click to collapse
Search the market. I only played with it for a few minutes, but it seems to offer more features than some other similar apps out there.
https://market.android.com/details?id=com.MarcelloAlbano.LazyDroidServer
If anyone needs...
I'm going to try and test, thanks!
Very sorry... i'm a new user on xda so i cannot post link until i reach 8 posts .... so thanks for posting ... i'm still doing betatesting but i've other features ready to implement...
Remote view is upside down for me on Dell Streak with StreakDroid. Other than that, it's golden.
yes... on some device frame buffer is rotated of 180 degree... but i've already provided the fix for this on my dev version... i think i will release the update in this week!
Thanks for you reporting!
How do you use this? I've tried connecting to the ip address shown when i run the app.
Is IE needed for remote view to work?
It's all skewed on Firefox 4
skymera said:
Is IE needed for remote view to work?
It's all skewed on Firefox 4
Click to expand...
Click to collapse
I dont think so. I tried everything on Chrome and it works fine. Did you change the setting from 16-bit to 32-bit? If not, do it
Ie9 and FireFox 4 they doesn't work... they have some issues with css but i hope to fix it very soon... i have an update ready far this week
I read on the comments that someone lose connection when the screen locks. This is a setting of the phone in Wi-fi settings. You have to disable from advanced settings. I'm preparing a faq for this .
Thanks to all for your comments.
The double sms on some phones is going to be fixed (already fixed... just wait the update )
Thanks to all for your feedback.
I've already prepared other web app like a web terminal (yeah... entirely written with a my native library... first experiment ) and a file manager that are ready, but before release i wanna just fix some bug , and make the damned camera working -.-'.
If you think other web app can be useful simply tell me ... i will see what i can do...
I'm still working to make the interface compatible with IE9 and Firefox 4... just give me some time...
Update just released!!!
- Double sms sent (rarely) fixed
- Remote View can be rotated now (some phone need this)
- Call a contact with country code prefix will now work
- Still Speed enhancement
- Another Camera fix (i'm doing some test, but i need your feedback, i've no more 3 phone for testing)
- Added Faq
- Minor Bugfixes (as always
Thanks for all your feedback, they are very useful for me.
I've other web apps ready, but first i want to fix all bugs i can find, so please help me
CloudsITA said:
Update just released!!!
- Double sms sent (rarely) fixed
- Remote View can be rotated now (some phone need this)
- Call a contact with country code prefix will now work
- Still Speed enhancement
- Another Camera fix (i'm doing some test, but i need your feedback, i've no more 3 phone for testing)
- Added Faq
- Minor Bugfixes (as always
Thanks for all your feedback, they are very useful for me.
I've other web apps ready, but first i want to fix all bugs i can find, so please help me
Click to expand...
Click to collapse
Awesome update. Works like a dream now. I have a feature request though. In remote view, it would be cool to open apps using your mouse. Like for example, you click on Market and the market app opens. And you can scroll through the market and install apps without even having to physically touch your phone. I dont know if it's possible but it sure would be cool
I've already done this... but i've removed because it was too slow... uhm... maybe i can do something with silverlight or java... maybe a java applet...
I forgot to say that both camera and remote view can be used with a driver as a normal Windows Image Acquisition Device... so you can use skype or what you want... you need a driver that you can get here http://dl.filekicker.com/send/file/226163-6E45/IPCameraDS.exe, and this is the homepage http://www.webcamxp.com/home.aspx It's free for personal use.
For Camera you have to set http://<YOUR_IP_ADDRESS>:<YOUR_PORT>/Services/Camera/GetStream
For Remote View you have to set http://<YOUR_IP_ADDRESS>:<YOUR_PORT>/Services/RemoteControl/GetStream
To use this feature you have to disable authentication...
I've relased another update after a day full of work!
- Remote view improvements. Automatic recognition of settings. Now works on all phones.
- Web interface now works with Internet Explorer 9, but is slower and does not support Mjpeg stream (IE doesn't support). Use Chrome if you want full functionally.
- Sms dynamic loading fixed
Contact me for everything!
Can you add a computer notification (ie pop up, sound etc) for the usb connection when you recieve a text or notifications on your phone? Also, answer calls on your phone? Haha just some thoughts.
Hope you make the SMS more streamline. Ajax updates ... display photo ... etc.
Anyway you have intentions to add a File Explorer so we can transfer files into our phone from your web interface?
I'm just working on the File Manager...
Can you explain better what you are saying about sms?

[APP][2.3.3+] NFC Task Launcher - 6.0

With the release of NFC Task Launcher 4.1 I'm consolidating the threads into one application thread.
Market Link: https://play.google.com/store/apps/details?id=com.jwsoft.nfcactionlauncher
Put an NFC tag in your car, home, office and bedroom and automatically change settings, and launch apps by touching a tag. NFC Task Launcher supports all tags now with a fixed ID, writeable and read-only tags. A cloud service is used to store payloads that are too large to fit on a tag or don't fit on a tag. This way anyone who scans your tag will see the same actions performed (including you if you mistakenly clear app data or get a new device).
5/1/2013 - 6.0
- New Tablet layout for 7" tablets in landscape and 10" tablets and slight UI tweaks for phone layout.
- Task processing and execution should now be much quicker in most instances and less prone to closing
- Added Chinese localization (Simplified and Traditional)
- SMS now shows the number in the list of actions after adding
- Support for time and date (%t and %d) place holders added to Text to Speech, Tweets, Emails and SMS messages
- Notification light settings updated to respect Samsung specific device settings
- Tweaked lock screen controls to try to offer a more consistent experience. A root plugin will follow in the near future for full control of lock screen settings.
- URLs opened in the background now support users[email protected] format for passing in login credentials
4/10/2013 - 5.0.1
- Free tags has been removed for now. We've run through our stock of free tags quicker than anticipated!
- Notification and Ringer Sound actions should now set the previous
ringtone on failure
- TTS worker will now set the volume up termporarilly if it is
silenced and then back down to the current level when completed
- Continued tweaking of Wifi triggers for better detection of connect/disconnect
- Fixes for setting Brightness on LG devices and some inconsistent behaviors
- All translations can now use WEP, WPA, WPA2 and Open configurations. (64 bit WEP)
- Fixes for reported crashes
- Fix for crash when generating message from setting an alarm
- When adding Close App to a tag a notification is now shown alerting users that root access is needed in most instances
- Support for killing multiple PIDs based on package ownership
4/4/2013 - 5.0
- Start/Stop Drive Agent
- Changes to free tags (posting to social media is now optional)
- Placeholder support for Twitter tweets (%t for time and %d for date). This will be expanded to other text fields as well soon (TTS, Email, SMS, etc).
- 1x1 Widgets. Pick your task, icon and background for 1x1 widgets (also works with switch tasks).
- SIP calling
- Start and Stop Media Playback as separate features
- The NFC restriction has been removed and WiFi / Bluetooth triggers are now available on non NFC devices.
- Importing a tag with no actions should now prompt you to create a task and take you directly into that flow
- Free tags no longer require a tweet. You can fill out the form from the app itself and optionally post to Twitter / Google+ (although we appreciate it if you do!)
Fixes:
- Fixed Wifi Connect not working for tags using SSID only
- Further tweaks to Wifi connect / disconnect (this is still in progress)
- Fixed Russian translation so that disable works on actions
- Fixed a Samsung specific issue regarding Blocking mode
- Fixed an issue with Wifi Hotspot not resuming if Wifi had to be disabled before starting hotspot
- Fixed a potential crash in Free Tags
- Removed WRITE_SECURE_SETTINGS request from GPS action
If you have any issues, questions or suggestions please let me know.
Here's a quick demo I made:
Thanks for the 4.1 update.
But I don't understand or find any setting about this new function:
We've also set up a cloud service to cache this payload for anyone else who taps this tag. They will perform a one time download of the payload and cache it on their device. This way you and anyone else can use any tag without worrying about the size or contents.
Click to expand...
Click to collapse
lwclam said:
Thanks for the 4.1 update.
But I don't understand or find any setting about this new function:
Click to expand...
Click to collapse
There's no setting.
Here's what happens now. Let's say you want to write a message that is 100 bytes, but your tag is read-only or you tag is only 48 bytes. Since the entire message can't be written (or anything written) the payload is mapped locally on your device and keyed on the ID. If we can write to the tag we'll write a small message to aid in filtering.
However this breaks anyone else using this tag as the commands aren't on the tag (boo). To get around this when you write these tags the payload is pushed out to a cloud service we set up that keys on the tag's ID (this happens in the background and transfers very little data, just the size of the payload).
Now, when you scan that tag you use the local mapping.
When anyone else scans this tag NFCTL will see that
1.) it has no data and
2.) their device doesn't have a local mapping for that and will query the server to see if there's a mapping present to use. If it does it will grab that, cache it locally and then execute those actions.
Now when either of you re-scan the tag you're using a cached version of the commands and there's no network transfer or query performed. This also prevents someone else from re-writing your locally mapped tag and changing your actions.
The other benefits this holds is that if you lose your app data all of your tags will still work (the payload will be pulled down on the first tap and cached) and I've leveraged this back end to make sharing tags easier if you want to send someone a tag you've created.
Let me know if that doesn't make sense
Nice idea, but could I suggest that - just for people's peace of mind in a paranoid world - you add an option to make a tag 'private' - i.e. it only gets stored on your own phone, not on the cloud.
There might be odd occasions where you only want something to happen on your own phone, rather than anyone who happens to scan the tag. <Quickly deletes http://www.horny-porny-porn.com from all my tags >
Andre
Would you be opposed to posting the SMS Plugin APK somewhere? Or for private downloading? I've been using it on my Galaxy Nexus and so far so good. I have a messaging app on my Nexus 7 and wanted to see if the SMS feature would work on it as well. However, the Play Store won't let a Nexus 7 download it.
I understand if there are limitations to the app where it can't be installed on a tablet device. Can't hurt to ask.
andrewilley said:
Nice idea, but could I suggest that - just for people's peace of mind in a paranoid world - you add an option to make a tag 'private' - i.e. it only gets stored on your own phone, not on the cloud.
There might be odd occasions where you only want something to happen on your own phone, rather than anyone who happens to scan the tag. <Quickly deletes http://www.horny-porny-porn.com from all my tags >
Andre
Click to expand...
Click to collapse
+1
Sent from my HTC One X using Tapatalk 2
sola fide said:
Would you be opposed to posting the SMS Plugin APK somewhere? Or for private downloading? I've been using it on my Galaxy Nexus and so far so good. I have a messaging app on my Nexus 7 and wanted to see if the SMS feature would work on it as well. However, the Play Store won't let a Nexus 7 download it.
I understand if there are limitations to the app where it can't be installed on a tablet device. Can't hurt to ask.
Click to expand...
Click to collapse
Send me a PM with your email and I'll send it over this weekend.
andrewilley said:
Nice idea, but could I suggest that - just for people's peace of mind in a paranoid world - you add an option to make a tag 'private' - i.e. it only gets stored on your own phone, not on the cloud.
There might be odd occasions where you only want something to happen on your own phone, rather than anyone who happens to scan the tag. <Quickly deletes http://www.horny-porny-porn.com from all my tags >
Andre
Click to expand...
Click to collapse
Maybe Prior to this release all data was encoded on the tags themselves *always*. It still is if there is sufficient space. Portability between devices has been the model since day one. It's something we can discuss though.
Hey, I have programmed a tag to check in at foursquare but when I use it, it opens NFC task launcher instead of FS, why? If anyone uses it, it opens NFC, not the check-in.
Sent from my HTC One X using xda premium
abejoker said:
Hey, I have programmed a tag to check in at foursquare but when I use it, it opens NFC task launcher instead of FS, why? If anyone uses it, it opens NFC, not the check-in.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
NFC Task Launcher uses Foursquare's API to check you in in the background (it will need to do a one time authorization).
Not sure if I'm the only one but the switch mode sometimes takes forever to complete the 3-5 specified actions upon activation. Just before the last update, the actions complete within 2 seconds or less but now, it can take up to a minute or more. Even Android prompts up to 2 times for whether to kill the non responding NFCTL and I had to select wait each time. Since the root access toast message appear just when the actions are executed, it suggests that the waiting time is just the application trying to figure out what are to be executed. My guess is that it might be that the caching/syncing/downloading is bugged and my phone is downloading the actions from server every time instead of just once. The server may also be overloaded or slow to respond so it takes forever to re-download the actions to be performed on every scan of the tag.
Switching action 1
- Enable desktop dock
- Disable vibration during ring
- Disable lock screen
Switching action 2
- Disable desktop dock
- Disable auto rotate
- Enable vibration during ring
- Enable lock screen
- Close applciation (Navigation)
On my old phone I had similar issues with another app and thought that because the toast messages were coming slow that it must be a problem with the app. I then decided to disable the toast messages and found that they were actually the source of the lag. It may be something to try with troubleshooting your issue.
~Nexus S 4G~AOKP JB~Matrix 24.0~
matthewchng said:
Not sure if I'm the only one but the switch mode sometimes takes forever to complete the 3-5 specified actions upon activation. Just before the last update, the actions complete within 2 seconds or less but now, it can take up to a minute or more. Even Android prompts up to 2 times for whether to kill the non responding NFCTL and I had to select wait each time. Since the root access toast message appear just when the actions are executed, it suggests that the waiting time is just the application trying to figure out what are to be executed. My guess is that it might be that the caching/syncing/downloading is bugged and my phone is downloading the actions from server every time instead of just once. The server may also be overloaded or slow to respond so it takes forever to re-download the actions to be performed on every scan of the tag.
Switching action 1
- Enable desktop dock
- Disable vibration during ring
- Disable lock screen
Switching action 2
- Disable desktop dock
- Disable auto rotate
- Enable vibration during ring
- Enable lock screen
- Close applciation (Navigation)
Click to expand...
Click to collapse
It's not a query issue. If you wrote the tag and the entire message fits on the tag it's written to the tag. If it doesn't it's cached locally. There's no query. If you didn't write the tag and it's a tag that had to be pushed to the cloud you do a one time query and then cache the instruction set. Subsequent attempts to execute that tag use the cached payload. Unless you ended up with an unwritable database (in which case tags wouldn't save either when you created them) there's no reason it would re-query on every scan.
Enable debugging in the app, scan the tag and send me the generated log.
krohnjw said:
It's not a query issue. If you wrote the tag and the entire message fits on the tag it's written to the tag. If it doesn't it's cached locally. There's no query. If you didn't write the tag and it's a tag that had to be pushed to the cloud you do a one time query and then cache the instruction set. Subsequent attempts to execute that tag use the cached payload. Unless you ended up with an unwritable database (in which case tags wouldn't save either when you created them) there's no reason it would re-query on every scan.
Enable debugging in the app, scan the tag and send me the generated log.
Click to expand...
Click to collapse
I was using a read only tag. In any case, just did another test without even using a tag. Used the widget to switch between the 2 available modes. Put phone in Airplane mode but still get that long delay issue so that rules out server issues. The actions were executed successfully as long as I keep selecting "wait" when Android prompt to kill NFCTL multiple times. What can I do that can provide you with the info to track down the root of the problem?
matthewchng said:
I was using a read only tag. In any case, just did another test without even using a tag. Used the widget to switch between the 2 available modes. Put phone in Airplane mode but still get that long delay issue so that rules out server issues. The actions were executed successfully as long as I keep selecting "wait" when Android prompt to kill NFCTL multiple times. What can I do that can provide you with the info to track down the root of the problem?
Click to expand...
Click to collapse
What device is this on? Enable debugging, scan the tag and send me the log.
krohnjw said:
What device is this on? Enable debugging, scan the tag and send me the log.
Click to expand...
Click to collapse
Attached. Just activated one action from the widget.
Version: 4.1.1
OS: 4.2
Galaxy Nexus
matthewchng said:
Attached. Just activated one action from the widget.
Version: 4.1.1
OS: 4.2
Galaxy Nexus
Click to expand...
Click to collapse
ANR from running the root command for dock mode. It's taking 4+ seconds before returning and broadcasting. I'll pull it into a background task like other root operations.
PM me an email address and I can send a test build in a bit.
krohnjw said:
ANR from running the root command for dock mode. It's taking 4+ seconds before returning and broadcasting. I'll pull it into a background task like other root operations.
PM me an email address and I can send a test build in a bit.
Click to expand...
Click to collapse
That was 4 minutes. Not 4 seconds... 10:02pm started but finished at 10:06pm. Email to my username @gmail.com.
matthewchng said:
That was 4 minutes. Not 4 seconds... 10:02pm started but finished at 10:06pm. Email to my username @gmail.com.
Click to expand...
Click to collapse
Reading is a key skill ANR's should pop after 5 seconds of an unresponsive UI thread.
Are you getting the prompt for root access?
krohnjw said:
Reading is a key skill ANR's should pop after 5 seconds of an unresponsive UI thread.
Are you getting the prompt for root access?
Click to expand...
Click to collapse
Already granted and saved before so no more prompt. But I do get the Android prompt asking if I want to kill an unresponsive process to which I just kept selecting wait. . Let me get a screen capture of the prompt.
The action will eventually be completed given enough time.

[APP][4.1+][V5.4] Open Mic+ for Google Now

About Open Mic+
Google Now, Everywhere.
As featured on XDA, LifeHacker, SlashGear, Android Community, Android Spin, dotTech, AndroidInt'l, and more!
With Open Mic+ for Google Now, access all the commands from anywhere on your phone. Simply say "Okay Google" or wave your hand in front of the screen. Screen on, screen off Google Now will be ready to listen.
WHAT DOES THIS MEAN?
Google Now becomes more conversational as after a search just say Okay Google to start a new one. And even better get the answers to your questions while your hands are tied, or when you're on the couch, or in the car.
TOMORROW'S FEATURES TODAY
Everybody's talking about the new Touchless Controls features for the Moto X, but now any phone that is running Jelly Bean or higher can have the same experience.
SEAMLESS
Open Mic+ will run in the background and can be configured to start at boot so that it truly becomes part of the phone.
TASKER INTEGRATION
Truly automate your device by combining the endless command list of Tasker with the ease of access of Open Mic!
OFFLINE
Open Mic+ uses offline voice recognition which means less data usage and faster results.
What I'm working on:
See the g+ page for more details! Also please contact me if you are willing to contribute. Experience in sound engineering is especially welcome!
Please see the g+ page for more details and for videos (Also follow to be notified of updates!): http://plus.google.com/112424215551484520138/posts
Website: http://OpenMic.RSenApps.com
Download: https://play.google.com/store/apps/details?id=com.RSen.OpenMic.Pheonix
[QRCODE]https://play.google.com/store/apps/details?id=com.RSen.OpenMic.Pheonix[/QRCODE]
Remember this is a work in progress, if it isn't working for you now, make sure to follow the g+ page so you'll know when I make it better
Changelog:
5.4:
- Google has asked me to remove the Google Speech Engine due to high server traffic. From here on out, the only supported speech engine will be PocketSphinx... Kind of sucks, but you know you're legitimate when you are producing enough traffic for Google to care about you
- Because of this change Tasker commands are not supported... yet (I know a way just need more time). For now use my other app Commandr http://goo.gl/ymwQ46
- Fixes for conflicts in Lollipop
- Pocketsphinx optimization
5.3:
- bug and crash fixes
5.2:
- bug and crash fixes
5.1:
- bug and crash fixes
5.0:
- Completely redesigned UI to both simplify and guide the user experience (inspired by the Google Now design)
- Tablet-Optimized UI
- Multiple optimizations for PocketSphinx and Google engine
- Device-specific optimizations for Nexus 5 and Moto G
- Change sensitivity of Wave and Shake Detection
- Simplify Listen while screen off settings (even I got confused before!)
- Automatically blacklist apps that use the mic (this fixes issues with the camera, Shaazam, and other similar apps)
- Fix Tasker Command problems (this update will wipe your current commands)
- Visual feedback to show what Open Mic+ is doing
- Redesigned Support interface which will auto-send logs and device information (with consent) and will allow two-way conversations without an email address (Huge thanks to Sky Kelsey and the Apptentive Team!)
- Targeted Surveys which will allow me to push updates more effectively
- Many donate-only features are now free
- Free users who are unable to pay for the donate version can now get all of the donate features by sharing to two out of three of Google+, Facebook, and Twitter
- Multiple crash and bug fixes
- Professional Translations for Portuguese (Brazil) and Spanish
Not included in this update, but also figured out how to allow Tasker Commands for PocketSphinx! This will be included in a future update
4.5:
★ Lots of Force close and bug fixes (sorry these are very complicated issues, still working on them...)
★ Additional logging to help understand other issues
★ Tweaking of PocketSphinx engine settings for better recognition
★ Resolving issues with UserVoice SDK (if you are having trouble sending a log, remember that your log is copied so you can always paste it into the email link below)
4.4:
★ Lots of Force close and bug fixes (sorry this took so long, but they were pretty tricky to figure out)
★ (Donate) Pocketsphinx - Option to pause listening during music playback
★ Issues with sending support requests should be resolved
★ Check if both versions are installed to prevent accidentally using the free version when the donate version is installed
4.3:
★ Force close and Can't Reach Google fixes (Thanks for all the logs! If you are still having this issue please email me. Sorry it has taken so long to fix these, but it is actually a very complicated issue which has many sources)
★ Shake sensitivity fixed
★ Bug fixes & performance improvements
4.2:
★ Force close and Can't Reach Google fixes (if you are still having this issue please email me)
★ Crash reporting added to help fix future crashes. This requires the Internet permission, which is why I added it. Please know that based on my privacy policy (http://OpenMic.RSenApps.com/privacypolicy.html) I cannot and never will upload any data without the user's consent
★ Native contact us, knowledge base, and future ideas, just click the Support button. This makes it easier to report issues...
4.1:
★ Force close and Can't Reach Google fixes (if you are still having this issue please email me)
★ Huge Apk/install size fixed
★ Various bug fixes...
Version 4.0 ICS (I Crave [Pocket]Sphinx):
★ PocketSphinx Speech Engine Integrated. PocketSphinx is a much faster, more reliable, and more battery efficient speech recognition engine and can now be used with Open Mic+ (Tasker commands are not supported yet...)
What this means:
- Faster, more reliable recognition
- Significantly reduced battery and memory usage
- Volume muting bugs resolved
- Recognition during music playback
- (Donate) Customize sensitivity
★ (Donate) Read out SMS messages when Open Mic+ is running (useful while driving)
★ Shake phone to activate
★ Loads of bug fixes and performance improvements
★ New Language: Finnish (Thanks to: Jaakko Salminen)
WHAT'S DIFFERENT IN THE DONATE VERSION
Hi, my name is Ryan Senanayake and I'm a Junior still in high school. As the amount of time I have spent on this project grows to more than 1000 hours, I need to better justify the time I spend on development. The Free version will in no way be hobbled and will continue to receive bug fixes + performance/battery improvements, but from now on, new features will be added to the Donate version. It will only cost $2 and if you are not able to spend this, just shoot me an email and I'll send you one for free.
Great app! I'm surprised it was suspended
Sent from my HTC One using Tapatalk 4
Great app! Currently testing on my GT-I9300. Screen-off mode works like a charm, don't really need to worry about power consumption because of my extended battery haha.
Is it possible to keep the lockscreen while in screen off mode?
Nice! but could you provide an option to switch it off too? Since this affects the battery, I'd like to run this just when I'm in my car and then switch it off after I reach my destination.
Thanks
Works good on galaxy s4 but screen mode off doesn't unlock screen when activated. I hear it in background but lock screen stays locked...
Sent from my SPH-L720 using Tapatalk 2
Zekeman said:
Works good on galaxy s4 but screen mode off doesn't unlock screen when activated. I hear it in background but lock screen stays locked...
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
+1.
I look forward to future releases for this app.
Galaxy S4 Task650 AOKP
pogi1100 said:
Great app! Currently testing on my GT-I9300. Screen-off mode works like a charm, don't really need to worry about power consumption because of my extended battery haha.
Is it possible to keep the lockscreen while in screen off mode?
Click to expand...
Click to collapse
Unfortunately no, it seems that Google Now only works if the lockscreen is deactivated. But what I'm trying to do is only allow the user to use Google Now above the lockscreen and have to still enter the password to use any other apps.
Paparasee said:
Nice! but could you provide an option to switch it off too? Since this affects the battery, I'd like to run this just when I'm in my car and then switch it off after I reach my destination.
Thanks
Click to expand...
Click to collapse
You can use Tasker, AutomateIt, etc.to provide this automation, there are guides on the g+ page
Zekeman said:
Works good on galaxy s4 but screen mode off doesn't unlock screen when activated. I hear it in background but lock screen stays locked...
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
The current ways to do this are pretty sporadic as the Android apis are bad. I'm focusing on the new speech recognition as it gives me more control, but after I finish that I'll work on resolving this issue.
Looks awesome. Trying to download it, but every time I hit the download link it goes to a blank white screen.
Sent from my SPH-L720 using xda app-developers app
drewmonge said:
Looks awesome. Trying to download it, but every time I hit the download link it goes to a blank white screen.
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Yeah sorry about that. You can download it on your computer, but not on your phone... Hey I'm an Android dev, not a web dev I know what I did wrong, I'll fix it tonight.
Ok downloads working now, sorry about that
Wow google will kick your ass
Thanks for this app,I'll give a try
When I have it enabled, it beeps randomly in the background all day long, without being actually "activated" or popping up with the Google Now interface.
This is with the hotword detection on, but with swipe-to-activate OFF
shemantis said:
When I have it enabled, it beeps randomly in the background all day long, without being actually "activated" or popping up with the Google Now interface.
This is with the hotword detection on, but with swipe-to-activate OFF
Click to expand...
Click to collapse
Thanks, this issue is because Google speech recognition doesn't natively support continuous recognition. I have to start it every few seconds. As there is no way to turn off the beep sound, I have to use a dirty hack of silencing the system audio and turning it back on. Sometimes the timing is off and the beep gets through anyways. This problem and many more will go away once I implement my own speech recognition
Website updated with real-time download counter. (I know should be working on updates, but I'm really new to doing low-level sound processing so I needed a break) We're at 46,812, let's try to get that # over 50,000!
Tried this on moto razr jb 4.1.2. It works but if the screen of option is turned on, sometimes I cant get my screen on and has to reboot.
Sent from my XT910
Looks great, downloading and try it
Looks great, downloading and try it
demonshouter said:
Tried this on moto razr jb 4.1.2. It works but if the screen of option is turned on, sometimes I cant get my screen on and has to reboot.
Sent from my XT910
Click to expand...
Click to collapse
Someone correct me if I'm wrong. But I'm pretty sure that any issue like that is an issue with the kernel and not with the app. I'm pretty sure an app doesn't have the ability to cause a problem that big (unless it's a root app). Is your phone rooted? If so what kernel?
Good idea, didn't seem to work on my Samsung Galaxy 3 AT&T with MIUI. (Yes I enabled the screen off options and such ) No worries though I don't plan on needing/using this I need every little bit of battery I can savor haha.
RSenG2x said:
Someone correct me if I'm wrong. But I'm pretty sure that any issue like that is an issue with the kernel and not with the app. I'm pretty sure an app doesn't have the ability to cause a problem that big (unless it's a root app). Is your phone rooted? If so what kernel?
Click to expand...
Click to collapse
Yes I understand that. my phone is rooted, its stock rom and stock kernel...doesnt have any mods in kernel. Never had such issue before and 5 minutes after enabling the screen off option it stuck...I cant turned it on. Maybe I should give it one more shot and report back...
RSenG2x said:
Website updated with real-time download counter. (I know should be working on updates, but I'm really new to doing low-level sound processing so I needed a break) We're at 46,812, let's try to get that # over 50,000!
Click to expand...
Click to collapse
Hey Rsen nice to finally to see you here.

Categories

Resources