[APP][2.1+] TeslaLED 3.0 beta - Android Apps and Games

TeslaLED is an LED flashlight app for many phones. TeslaLED has been out for over a year, but TeslaLED 3.0 beta is a fresh rewrite (giving me an test bed to try some new development ideas and tools).
Features of TeslaLED:
LED Flashlight
Strobe/Morse Code
Keep LED on with screen off (May flicker once)
Different widget styles
Free and No ads
TeslaLED is known to work on the following devices. It may work on other devices as well, but may require changing the "LED Method" in preferences.
Nexus One, Nexus S
Motorola Droid, Droid X, Droid 2, Atrix
HTC EVO, Droid Incredible, Thunderbolt, Desire, Desire HD, MyTouch 3G Slide, T-Mobile G2, Legend
Galaxy S II i9100
Galaxy S Epic and Fascinate (Strobe/Morse code do not work)
Galaxy Tab 7" and 10.1"
Xoom
Acer A500
I'm looking for bug reports (especially features of phones that broke since the Market version 2.0.4)
Download Link:
https://market.android.com/details?id=com.teslacoilsw.flashlight
http://teslacoilsw.com/android/teslaled/TeslaLED_3.0.1.apk
Note: My google-alerts show this APK spreading to pirate sites. The app is free so this isn't a big deal, but if doing so can you link back here?

Great app.
Thanks.
Sent from my MB860 using XDA Premium App

FC on Thunderbolt GB on first start up after install, but it was good and well after

Works as expected on my Acer A500 tab, haven't updated on my Nexus One yet.

0mie said:
FC on Thunderbolt GB on first start up after install, but it was good and well after
Click to expand...
Click to collapse
Can you Settings > Bug Report? This will let you email me with the stack trace. I have an idea of what it is, but good to verify.

Works great on HTC EVO.

I have the old donate version. Do you recommend uninstalling that before installing this?

jasonsf said:
I have the old donate version. Do you recommend uninstalling that before installing this?
Click to expand...
Click to collapse
It won't hurt to have both installed (This is actually how I tested and compared, using TeslaLED Donate 2.0.4 and TeslaLED (non-donate) 3.0beta ), however having both installed means when going to add the widget you'll see both listed as TeslaLED with the same icon so it's a bit confusing. On my devices the 2nd option was the 3.0 beta but I'm not sure how android sorts that list so it might vary.

Have you thought about pulsing the signal to the LED so quickly that it emulates a true PWM feature or using the built in PWM on the LED in most phones to create pulsing or breathing LED with variable speeds or patterns.
I would love to help you with it and we could add the one good Apple thing to our phones that they don't even have on the iPhone.
Sound Cool?

0mie said:
FC on Thunderbolt GB on first start up after install, but it was good and well after
Click to expand...
Click to collapse
Same here. But I did the bug reporting
Worked on xoom 3.1 and no fc. Police lights are blinding haha

[email protected] said:
Can you Settings > Bug Report? This will let you email me with the stack trace. I have an idea of what it is, but good to verify.
Click to expand...
Click to collapse
Sent
10char

Okay I've updated the OP with a link for beta3. This fixes the first-run bug some of you were experiencing. (No real need to update if you already have beta2 as it won't happen again)

works with galaxy s2 , thanks

Childofthehorn said:
Have you thought about pulsing the signal to the LED so quickly that it emulates a true PWM feature or using the built in PWM on the LED in most phones to create pulsing or breathing LED with variable speeds or patterns.
I would love to help you with it and we could add the one good Apple thing to our phones that they don't even have on the iPhone.
Sound Cool?
Click to expand...
Click to collapse
Unfortunately the LED APIs are more like desktop APIs rather than microcontroller APIs (or bits to twiddle I guess).
HTC's is best which gives variable brightness (most likely implemented by an internal PWM) and responds quickly and is easy to use (write to a file in /sys/devices).
Standard/Standard+ are using the camera APIs which are a bit slow and have the choice of either on or off
TeslaLED's strobe at 20Hz stutters once in a while when using the camera API and PWM would need much higher than 20Hz.
With root or a custom kernel I'm sure you could have a bit more control over the flash, but it'd likely be rather device specific and still might not even lead to true PWM control as the camera might have it's own private controller that is slow to accept commands.

Runs great on Stock Samsung Galaxy SII
1000 Thanks man!
Greetz Tokl

Beta 3 runs great on the Incredible (Sense)! Love the new Sense styled widget. Thanks!!!

Got problems on my Galaxy S2, I started the LED, either using widget locker or using the widget on my home screen, then after the screen goes off, the led goes off then on again (which I believe is normal). If I wait a further 15 seconds approximately then the LED goes off again and this time stays off.
At this point both the widget won't work to turn it back on or off, nor the built in widget for widget locker. I can however close it using the notification bar. When I try to close it using the above methods I get a force close error:
"The application TeslaLED (process com.teslacoilsw.flashlight) has stopped unexpectedly. Please try again."
This is the case for both beta 3 and the released version of the software. I've sent a bug report.

icehot666 said:
Got problems on my Galaxy S2, I started the LED, either using widget locker or using the widget on my home screen, then after the screen goes off, the led goes off then on again (which I believe is normal). If I wait a further 15 seconds approximately then the LED goes off again and this time stays off.
Click to expand...
Click to collapse
I have a Galaxy S2 now and I was wondering why I couldn't reproduce the problems people said they had, even when I was using the old version. It seems the wait 15 seconds, with the device not plugged into a computer, is key. It also makes it much more difficult to get debug logs.
Unfortunately I couldn't find any tricks to get the LED to stay on with the screen off, so I'm going to need to disable that ability on the GS2. Keeping the screen on works and TeslaLED has a (disabled by default) "Dim Screen" page you can use to have a fake-screen-off. Not perfect though (and only accessible from the app).

[email protected] said:
I have a Galaxy S2 now and I was wondering why I couldn't reproduce the problems people said they had, even when I was using the old version. It seems the wait 15 seconds, with the device not plugged into a computer, is key. It also makes it much more difficult to get debug logs.
Unfortunately I couldn't find any tricks to get the LED to stay on with the screen off, so I'm going to need to disable that ability on the GS2. Keeping the screen on works and TeslaLED has a (disabled by default) "Dim Screen" page you can use to have a fake-screen-off. Not perfect though (and only accessible from the app).
Click to expand...
Click to collapse
I think it happens when phone enters in deep sleep state where the CPU is turned off to save battery (so when plugged it's not needed). You should try using wakelock threads to keep it active
Sent from my GT-I9100
If you find this post usefull please press the "Thanks" button

nightranger73 said:
I think it happens when phone enters in deep sleep state where the CPU is turned off to save battery (so when plugged it's not needed). You should try using wakelock threads to keep it active
Click to expand...
Click to collapse
Already tried that, no go

Related

Nexus Torch

I have problems trying to get Nexus Torch to work. I just rooted my Nexus one, but for some reason when I try to run Nexus Torch the screen just goes black with "su request" at the top. Not sure why.
Just a thought, on the HTC Hero this was fixed:
Menu > Applications > Development > Tick USB Debugging
It didn't work.
did you install the superuser application...?
Jackasaur said:
I have problems trying to get Nexus Torch to work. I just rooted my Nexus one, but for some reason when I try to run Nexus Torch the screen just goes black with "su request" at the top. Not sure why.
Click to expand...
Click to collapse
Does it give you buttons at the bottom, like "always allow"?
Doesn't this belong in the apps section? I know the nexus forum here is HUGE but WOW.
I fixed it :] just rerooted my N1.
For anyone else, I found that fixing apk uid mismatches solved the problem too.
Nexus One Torch
I was wondering if there is anyway to keep nexus one torch running while launching the camera app? The reason being is because i want to be able to record video with the flash on
I just tested it...if you turn on the torch and then hit home, the light stays on, leaving you free to go about your business with any other app with the flash on. When you are done, go back to N1 torch and turn it off.
Mine goes off everytime I hit home, I tried using the hold down home shortcut to get to camera too and it shut off as soon as the app opened. It may be possible to get the dev of the N1 Torch app to add run in background so that you could do this. I didn't even think about using it with the camcorder but that would be cool.
You may want to check if you have the latest version of Nexus One Torch. The guy updates pretty frequently. A separate question: has anyone had trouble with the LED burning out? Ever? After extended use? My fear is it's not suited for use like this.
my old Blackberry Curve's LED burned out after using the built in camera app to leave the LED on a couple of times.
I was thinkin bout that, but i noticed that motorola launched a torch app for the droid so i figured they thought it wouldnt. Which gave me some confidence in ours.
Ok, I did need to update the app and it does run in the background now even with Camera running, it lights things ok, but not too far, I uploaded 2 videos to youtube real quick to show what it looks like, they're still processing so they should work soon, here's the links.
With Torch: http://www.youtube.com/watch?v=TXgKXja486M
Without Torch: http://www.youtube.com/watch?v=diLlQqANUWg
yup that update did the trick. thank you mr. developer
is there any non-root alternative to this, i really dont want to root my 530 dollar phone.
Not yet blueman, but Motorola got one out there for the Droid so I'm sure it's possible for the Nexus also.
Mkay thanks, fingers crossed
N1 Torch Problem
Jackasaur said:
I have problems trying to get Nexus Torch to work. I just rooted my Nexus one, but for some reason when I try to run Nexus Torch the screen just goes black with "su request" at the top. Not sure why.
Click to expand...
Click to collapse
I had a similar problem; rerooted without running the Cyanogen mod. After doing so, the N1 Torch app starts, but a message is displayed at the bottom of the screen stating "Cannot access LED device, sorry!"
Although it appears that the phone is rooted correct, I am guessing there was a problem in the process. Multiple reroots have not solved the problem...
...anyone have any clues.
Jeffro

App to keep LED notification going for more than 5 minutes?

Hi,
Is there an app (working with the Sensation) that can make the LED notification light flash continually until you actually open the new message or am I stuck having to bring the phone out of sleep incessantly to check if anything new has come in?
Surely such an app would just eat battery up for no reason.
Sent from my Desire HD using XDA App
I've been having a look at this myself,
(i am a noob when it comes to devolping apps)
but i was one first to get desire and there
was a command that you can run (without root)
to get the led to flash different colours length etc..
Tried this on the sensation and just get a file cannot be found.
(if you want to now the command then pm me or
il post it up not that it be much help)
so basically this means all existing apps with run on this old
command, so a new one will be needed when somebody figures
out the file name for the sensation led - then you can
just push a number to it using the echo command and itl work.
put into a java script and your done
wait so the notification light only lasts for 5 minutes? wtf?
xnifex said:
wait so the notification light only lasts for 5 minutes? wtf?
Click to expand...
Click to collapse
What?? Is this true???
You know, I never noticed that since it's my second line. Interesting. Maybe part the reason the standby time is so good on this phone. (really reaching)
I did leave my phone alone for a few hours and no flashing led for my peep mentions.
Sent from my HTC Sensation 4G using XDA Premium App
any update on this?
I just got the phone and the lack of a notification sound or light is a big negative for me.
I would love to see the app NoLED work for the Sen4G which would be a perfect fix for this issue
The HTC Sensation does have notification by sound, LED and Vibration, look closer at your settings check out the settings in HTC Hub
ariochenigma said:
I would love to see the app NoLED work for the Sen4G which would be a perfect fix for this issue
Click to expand...
Click to collapse
It does work for Sensation 4g. I use it.
Docmjldds said:
It does work for Sensation 4g. I use it.
Click to expand...
Click to collapse
The problem I'm having with NoLED is that I also use Handcent SMS and when you clear the NoLED notification screen it also closes the sms popup window. It's kind of annoying. A fix around that issue is the problem I'm having.
Just installed SMS Popup & it seems to have an option to repeat your reminder & can set an interval. It even turns on the screen which I missed!!!
Testing now.
https://market.android.com/details?id=net.everythingandroid.smspopup
Edit: yep, works perfectly. Only downside is you lose the awesome lockscreen feature of showing the envelope & text
Any update or workaround?
Paul22000 said:
Any update or workaround?
Click to expand...
Click to collapse
look at my post right above yours
xnifex said:
look at my post right above yours
Click to expand...
Click to collapse
That's only for SMS, which I literally never use. (I use Google Voice for 100% of my texting.)
Paul22000 said:
That's only for SMS, which I literally never use. (I use Google Voice for 100% of my texting.)
Click to expand...
Click to collapse
you and my buddy Mike would get along great. He refuses to get SMS & only uses Google Talk
xnifex said:
you and my buddy Mike would get along great. He refuses to get SMS & only uses Google Talk
Click to expand...
Click to collapse
Haha yes! And I've successfully converted a few others as well. I mainly use it because I can text via my work PC or my home PC. Texting with a full keyboard = a thousand times better
Plus saving on text messaging costs, and ease of porting number over yadda yadda
Anyway, I've been testing out NoLED today and it's a nice app but I don't like that it turns the entire screen on. Massive battery loss there.
Is there a better way?
from what I've read NoLED was made with an AMOLED screen in mind where black doesn't drain the battery because those LEDs are actually off
I've been using NoLED with Handcent. There is an option in NoLED that is Handcent specific that seems to keep the sms popup under the NoLED notification. Just unlock NoLED with the volume rocker and the popup window will remain open. Only downside is when the phone is on vibrate you will be constantly taking the phone out of vibrate mode to unlock NoLED to view sms popups. At that point you'd have to use the home or back key to unluck NoLED but it will dismiss the sms popup. So NoLED is ALMOST a nice fix. Gonna use it for now until something better comes along.
Paul22000 said:
Anyway, I've been testing out NoLED today and it's a nice app but I don't like that it turns the entire screen on. Massive battery loss there.
Is there a better way?
Click to expand...
Click to collapse
After going through all the app's options and menus extensively, I now have it set to disable the screen via the proximity sensor (ie if in my pocket etc).
Now I'm trying to use the Blink feature so if my phone is on a table or somewhere exposed, the screen isn't 100% on. Rather, it turns off/on periodically.
However, it seems the Blink feature doesn't work on the Sensation? When I get a notification, the screen never turns on.
If I disable blink, it works again right away (but then the screen is on 100% of the time when not in my pocket).
Anyone else experienced this?

Notification LED...

First, I know there is NO notification LED on the Charge. I'm sure some of you are tired of requests and want to yell at me, and others want to say I told you so, there is a notification LED.
I want t see if there is an app that would allow the bottom hardware buttons to function as the notification LED. Similar to how the HTC Touch Pro 1 notifications worked (pulsing for e-mail, fade in/out for sms, etc...).
Any ideas?
whiteblazer01 said:
First, I know there is NO notification LED on the Charge. I'm sure some of you are tired of requests and want to yell at me, and others want to say I told you so, there is a notification LED.
I want t see if there is an app that would allow the bottom hardware buttons to function as the notification LED. Similar to how the HTC Touch Pro 1 notifications worked (pulsing for e-mail, fade in/out for sms, etc...).
Any ideas?
Click to expand...
Click to collapse
NoLED. There's a workaround to get only the backlit keys working.
whiteblazer01 said:
First, I know there is NO notification LED on the Charge. I'm sure some of you are tired of requests and want to yell at me, and others want to say I told you so, there is a notification LED.
I want t see if there is an app that would allow the bottom hardware buttons to function as the notification LED. Similar to how the HTC Touch Pro 1 notifications worked (pulsing for e-mail, fade in/out for sms, etc...).
Any ideas?
Click to expand...
Click to collapse
there is a way to enable BLN (backlight notifications) but it must be done through some custom kernel work, which afaik right now is not possible since we don't have kernel source code to work with
aznxk3vi17 said:
NoLED. There's a workaround to get only the backlit keys working.
Click to expand...
Click to collapse
Yea, I forgot to mention in my original post I've tried noLED. It worked fine except the whole power button thing was annoying. I had to turn the screen "on" with the home button (even though technically the screen is already on. The app said the power button feature is buggy). Again, this just goes to personal preference, and some people may not understand why I have trouble when it works for them, but I have my own preferences as that's just me. I don't like the screen bright at night, so I changed the icon colors, then I couldn't see the icons well during the day, so I had to change them back. I don't like that the icons flash around the screen (even though that's to get my attention - hence the whole purpose of the app), but it didn't completely suit my needs. It is a good app, and I'll continue to use it (I'll have to reinstall it), but my main problem is I couldn't configure it to show Google Voice notifications. I don't use sms, I only use Google Voice, and this didn't work as well. Same with the puzzle lockscreen; it doesn't show Google Voice notifications.
If you monitor google voice (in settings) it does show google voice notifications because I do it. The little google voice pops up.
Sent from my SCH-I510 using XDA App
anoninja118 said:
there is a way to enable BLN (backlight notifications) but it must be done through some custom kernel work, which afaik right now is not possible since we don't have kernel source code to work with
Click to expand...
Click to collapse
Not completely true... We have the kernel source for Froyo. We (TeamGummyCharged) worked on BLN's for the charge but failed on first try.. The BLN also requires a binary for the lights one that is not compatible with the Charge.. Maybe after 2.0 is released and we have more time we will pick it up again by reaching out to the original dev for that project but at the moment it is shelved.
kejar31 said:
Not completely true... We have the kernel source for Froyo. We (TeamGummyCharged) worked on BLN's for the charge but failed on first try.. The BLN also requires a binary for the lights one that is not compatible with the Charge.. Maybe after 2.0 is released and we have more time we will pick it up again by reaching out to the original dev for that project but at the moment it is shelved.
Click to expand...
Click to collapse
nice, good to know you guys can work on it... I personally don't see a use for it as the hardkey lights don't seem bright enough, though it'd be nice as an option (I'm coming from a Fascinate where they were bright and actually useful lol)

[APP][2.2+]NotifyWake (save power buttons)

Well everything about the android is good and getting better, but weve seem to have neglected the physical hardware. namely the power button.
This application will wake the phone for 10 seconds when any notification(theoretically) is received. this includes changes to existing notifications too. this will reduce the need for using the physical power button to turn the phone back on, this is very usefull for IM apps, email, or things that require short reaction timespans(for many people SMS)
In combination with the notification power widget(or another app that can turn off the screen) you can reduce the use of the button and preserve its lifespan.
This app leverages the accessibility api of android to detect when notifications are changed, and accessibility must be enabled by the user.
installation: install like you would normally(from attachment) and then go to settings > accessibility options > NotifyWake
it will run only when its been selected from the accessibilty.
P.S.: feel free to let me know of any ideas or problems with it.
[update]
added in timeout options and some other experimental features, havnent had much time to add stuff but what i wrote a long time ago
[update 2]
added in whitelist/blacklist filter options, got rid of the osd notify(it isnt finished nor intended to be a part of this app) remember, enable in accessories
[update 3 may/29/2012]
-fixed bug where if filter is disabled, it doesnt function.
+added api 15 compatibility for appearance(functionality remains unaffected so far)
+added fastscroll/thumbscroll on filter activity
*attempted to make seekbar item match default items themes, if anyone can help would be nice
download link: http://dakunesu.dev.animuson.net/apps/NotifyWake.apk
I tested this on my Optimus Chic and it works great, although i only tested it with SMS.
Sent from LG-E720
I just found something, it doesn't work well with juice defender, since internet turns offduring screen off, making it turn on when it internet is off
Sent from LG-E720
EJ98 said:
I just found something, it doesn't work well with juice defender, since internet turns offduring screen off, making it turn on when it internet is off
Sent from LG-E720
Click to expand...
Click to collapse
Juice Defender actually uses more juice than its saves. By default wifi gets turned off when the device goes so sleep. All that stays awake is you mobile data, unless and app keeps the wifi on. Most android devices have a very good battery life, requiring you to charge at most once a day unless the device is being taxed by constant use. I suggest you charge when you go to sleep and get rid of Juice Defender. This app works perfectly and I get my happy 12-18 waking hours on my device, unless playing games. On my other android device which i use only for calls, 2 days without charge and no battery profile managers
EJ98 said:
I just found something, it doesn't work well with juice defender, since internet turns offduring screen off, making it turn on when it internet is off
Sent from LG-E720
Click to expand...
Click to collapse
curious what internet has to do with this app. im not familiar with juice defender. only cases that i i think it wouldnt work well would be when an app sends a notify because the phone sleeps. in which case i would find a different app...
i will add in a way to make an ignore list.
Another good little app.
Few requestsbwould be default- option to decide amount of time screen is on
and a scheduler - like off at night.
Sent from my GT-N7000 using Tapatalk
drgopoos said:
Another good little app.
Few requestsbwould be default- option to decide amount of time screen is on
and a scheduler - like off at night.
Sent from my GT-N7000 using Tapatalk
Click to expand...
Click to collapse
will do when i get back home.
update, see op
Will test and let u know.
Sent from my GT-N7000 using Tapatalk
some more visual stuff, silent mode options. can someone running an ics or ics derived build test please?
useful app, however i found that it bypasses the screen lock. would be good if u fix that. useful app nonetheless, keep up the good work!
interesting, are you using a 3rd party lockscreen? nothing in the source touches the lock screen. in fact, this app doesn't have that permission in the manifest.
I realised its a user problem, nth to do wif ur app. so sry.
its all ok man
updated
patches and a couple yummies added
going to use it very good idea!
Sent from my LG-P990 using xda premium
TiKaZz said:
going to use it very good idea!
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
thank you, opinions are greatly appreciated
great app!!! been using it for about two weeks .. no complaints so far.. working great with whatsapp...
theking_smen said:
great app!!! been using it for about two weeks .. no complaints so far.. working great with whatsapp...
Click to expand...
Click to collapse
just so its posted here, xabbber will not function correctly. i emailed them, they dont think its important to correct their notifications to proper standards for this case. as a result, xabber will have inconsistent triggering of notifywake. im trying to get the cash to make my dev account and really get into deving.
if anyones got info about the ics toast/notification changes, PM me please?

[APP] Smartswitcher

The app is now on google play, get it there if you want it:
https://play.google.com/store/apps/...wsMSwxLDEsImNvbS5wZXJtby5zbWFydHN3aXRjaGVyIl0.
If you want to support the developer of this app you can get the prokey here:
https://play.google.com/store/apps/...EsImNvbS5wZXJtby5zbWFydHN3aXRjaGVycHJva2V5Il0.
Since this app is still very much in development you can see it as a donation, but a donation that gives you access to all the future development and features of this app. It will also give you start on boot and unlimited actions.
# What it does #
Basically what it does is it makes it possible to launch androids taskswitcher (recent apps) or call another action such as home, back, menu or turn screen off by waving your finger past the proximity sensor. You can also set an action to run when your proximity sensor is covered. With a little practice this really makes multitasking much faster. There is now also actions for media like volume, play pause and such, aswell as a flashlight (only tested on galaxy note, probably wont work on all devices) The media-actions are not properly implemented yet, so all actions may not work on all devices.
There is now some other features aswell.
Smart keep screen on will keep your screen on as long as you hold the phone in your hand. When you put it down, it will let the screen go off. I have only tested it on a galaxy note. Feedback on this would be welcomed.
You can now also run an action to keep the screen on permanently, or atleast until you run the action again.
Feel free to try it out.
# Instructions #
Configure actions for each number of waves up to six. The action you choose will then be executed when you wave.
You can also configure an action to launch when you cover your proximity sensor and for when the device is shaken.
If you have trouble with the gestures and smartswitcher recognizes the wrong gesture, you can adjust the gesture sensitivity. If you put this on low, the response and gesture recognition will be fast, but you will have to wave fast also. On high, the opposite is true. If you are not Lucky Luke like me, medium or high should work.
# Planned features #
Multiple actions for one event
Actions: toggle wifi, mobile data, bluetooth, launch apps, etc
Device facedown event
"Franticwave", action for when you wave past all six waves and then stop.
Suggestions, anyone?
# Known issues #
If the gestures stops working, particularly after using the screen off action, the gesturecounter probably consumed some magic mushrooms and forgot to count the waves and got all confused. You can either restart smartswitcher or wave until it starts picking them up again.
# Other #
The powerconsumption of the proximity sensor is extremely low so the impact on your battery should be fairly low. Did anyone using this notice a reduction of battery life, and I mean that in a more scientific way than just checking under battery in your system settings? Was it 5 minutes or 1 hour?
Zenblom made a video of smartswitcher:
He also compiled a list on working devices:
# Confirmed working devices #
- Samsung Galaxy Note GT-N7000
- Samsung galaxy s3 i9300 international version
- Samsung Galaxy Tab 7.7 P6800
- Sony Ericsson xperia neo v
- HTC One X
- Sony Ericsson Arc S
- Galaxy Nexus
- HTC evo 3d
- Samsung Galaxy s2
Thanks Zenblom!
# Changelog #
Version 1.1.7 2012-08-25
-Added cm10/JB compatible recent apps option.
Smartswitcher behaves really badly in cm10. Since everything worked great in cm9 that I just ran ten minutes ago I am not sure how to handle this. A use at your own risk warning for cm10 maybe?
Version 1.1.6 2012-08-23
- Added non root actions: Toggle airplane mode, launch browser, launch calculator, launch messages, send message, launch camera, launch contacts. Also end call, but it did not work properly so its set invisible for now.
Decided to freeze the features here, or this thing is never going on google play. If you cant find something seriously wrong with this version until tomorrow, its going on play. After that, I will continue developing the app but the updates will come via google play.
The smart keep feature... I may have to scrap that idea. I cant get it to work reliably. It can be made to keep the screen on on very small movements but then it wotn turn the scren off instead. Will fiddle a bit more before I give up. Its now set quite sensitive so it may not turn your screen off properly now, if so you can just press the powerbutton or disable the damn thing
If you have any ideas on how to make this work better, please let me know!
Version 1.1.5 2012-08-21
- Fixed the bug that caused to ui to crash or slow down when you were shaking the device. Should work fine now, so there should now be no need to close the ui when trying actions any more.
- The smartswitcher listening button will now completely (hopefully) unregister sensorlisteners so if you press this button there should be no batterydrainage at all.
- Made the handling of sensors a bit more effective. Now if you have no action on any event that need the accelerometer, it wont register and use battery power. If you set none on accelerometerevents the sensorlistener will unregister and stop using battery. The same goes for the proximity sensor.
I was hoping that the users with a glowing proximitysensor will tell me if I got this to work right
Version 1.1.4 2012-08-20
- Toggle wifi, bluetooth, rotation lock, ringer volume, audio volumeactions added. The do not need root and does things the right way. Audiovolume does not seem to work, will check why.
- Added something I called quick actions menu, but the first time its launched you may wonder why I did not name it slow actions menu After its loaded once it should work faster, it could slow down every once in a while, I will fix this. Note: if you cancel this menu strange things could happen, I forgot to implement oncancel. The plan is that you will be able to make these favouritemenus yourself and add the actions you want, and trigger your new menu on any event. I need a database handler som I have to fix this first. I never intended for this app to do all of this stuff, if I did I would have done things differently from the beginning. I noticed that this menu is counted as a pro action so you can only use it 20 times before it resets, sorry, did not mean for that to happen. For now there is only a few actions hardcoded in there.
Please close Smartswitcher settingsscreen before you start playing with the actions, strange things can happen if you dont. This is betastuff, so you cant expect things to be perfect even though I do my best for them to be as good as possible
Version 1.1.3 2012-08-18
- Added action keep device alive. If you run this, your device will not sleep until next time you run it, period. It wont activate if the device is already being kept awake by the smart keep screen on function, have not tested this very carefully. If you feel a burst of short vibrations, the device is being kept awake. If you use this, dont forget to turn it off, or it will drain your battery.
- Adjusted the shakedetection. It should now work much better and should notmake doubleactions. Try it and tell me if it is better or worse.
- Adjusted the smart keep screen on function to a little less sensitive. Sometimes it did not turn the screen of because i set the sensitivity too high so it detected movement event when it was fairly still. Try it and tell me if I made it better or worse.
- Added support for up to six waves by request. Tested it some, it seemed to work fine.
Version 1.1.2 2012-08-17
- Added action flashlight. Will probably not work on all devices, but it works on my note atleast. Will add more variants for other devices.
- Added EXPERIMENTAL Smart keep screen on function. There is no adjustable settings yet, just on and off. You can try it by setting your screen timeout at a low value like 15 seconds. As long as you hold your phone in your hand, the screen should keep on. If you put it down the screen should go off in 30 seconds or so. I adjusted it to work on my device, but that does not mean it will work good on yours. There is no settings for it yet. Try it, if you dont like it, disable it. Will also spend some time on next version with the shake detection, Its teally not what I wanted it to be. It works, but barely.
Version 1.1.1 2012-08-16
- Added shakedetection. You can now set an action for shake. Note: Will cause the ui to crash, press backbutton to close smartswitcher settings before using it and it should work fine.
Version 1.1.0 2012-08-15
- No visible changes, but lots of changes in the code. I hate spagetticode, so I spent some time removing and rewriting things. Sensorcovered will now really have zero delay if you set that.
- Made the number of proactions allowed to 20, as I said I had done. It seems it was only 10
Version 1.0.9 2012-08-13
- Fixed sensor covered, now it wont trigger any action if you remove your finger within the delay time.
- Added a BUNCH of actions. Some will work on your device, some will not. (Depending on rom, installed apps etc) The new features are for the pro version (Yes I will make a pro version.) I am a nice guy so everything you had before still works, plus you can use the profeatures for a total of 20 times, after that they will reset to no action. You are free to select pro features again for another 20 times. Sorry about this, but I have spent quite a few hours on this app now, and I would not mind getting a few bucks for my work. Please tell me what price you find fair for this app, if any price at all
- Made it so that gestures will work on active phonecall. This means actions like for instance hangup will actually hangup the call. Sensor covered should not interfere with anything now.
Version 1.0.8 2012-08-11
Note: Remaining bug, sensor covered works but the delaysetting does not do what it is supposed to do. That is, even if you remove your finger from the sensor within the delay time, the action will still trigger. Sorry about that, will fix. Too tired now
- Fixed the bug that caused settings to not save after a while. Should work fine now.
- Added configurable settings for sensor covered so you can now set any action for that event. If you have a device with slow sensor you should now be able to launch recent apps by setting sensor covered delay to 0 and action to recent apps. You can now also set screen off as action on any wave.
- Fixed vibration feedback for sensor covered event.
- Removed Screen off setting as it is no longer needed.
- fixed some other bits and pieces and cleaned up the code.
Version 1.0.7 2012-08-09
- Completely rewrote all of the code for taking care of actions. If I am lucky this will take care of the strange superuser permissions error. Unfortunately this way will mean an ever so slightly slower response, but if it turns out this way works better, I will see if I can speed it up some.
- Lots of bugfixes. Wavesettings and gestures off in landscape SHOULD work properly now. So SHOULD the screen off feature.
- Added button to stop Smartswitcher from doing anything at all. Now, please tell me what I have broken this time
Version 1.0.6 2012-08-08
- Added settings for all gestures. You can now disable/enable/configure individual gestures. I did test this, but not very carefully. I should stop doing this so late at night. Please tell me if you find problems.
Version 1.0.5 2012-08-07
- Added option to disable gestures when phone is in landscapemode. Now you dont have to kill smartswitcher if you find it unusable in landscape and then start it again when back in portrait. Let me know if it does not work as intended.
- Changed the vibrationfeedback on recognized gesture to a more gentle level.
- Find my sensor-mode is gone. Kind of useless feature anyway, good riddance to bad feature.
Version 1.0.4 2012-08-06
- Wave once for recent apps, twice for menu, three times for back, four for home. No customizable settings for this yet, I need to sleep now Oh, I broke find my sensor-mode.
Version 1.0.2 2012-08-05
- Configurable delay for the screenoff when sensor covered-feature added
Version 1.0.1: 2012-08-04
- Disableoption for screenoff "bug"
- Changed Get the feel-mode to Find my sensor-mode, hopefully this is not as confusing
More coming. If you have any ideas or suggestions, let me know.
ssspeq said:
Hello!
I made a little app that I am not sure if anyone but me will like. Basically what it does is it makes it possible to launch androids taskswitcher (recent apps) by waving your finger past the proximity sensor. With a little practice this really makes multitasking much faster. Atleast, thats what it did for me. I was hoping for some testers here on xda. I have only tested this on a galaxy note running paranoid, it seems to work fine on that rom on the note, but i would like to see some more testers.
Feel free to try it out. If anyone likes it i will put it on google play. By the way, you need root for it to work. I attached a full version except for autostart on boot that will not work in this version.
Click to expand...
Click to collapse
Well it vibrates but does not launched recent apps.
I like the ide Of it
CoopZor said:
Well it vibrates but does not launched recent apps.
I like the ide Of it
Click to expand...
Click to collapse
The fault may be mine, but just to be overly clear, you have to wave your finger past the sensor AND back again within a relatively small amount of time. Maybe you did that.
What is your phone running?
Hi,
I've been testing both an earlier version and current version and it works fine for me. Could be that I'm also running paranoid (v0.5) on a note.
I shot a video on an earlier version:
www youtube com/watch?v=gsIFtIxhD1g
(I'm not allowed to post links yet so you go figure)
Just tested it on stock LRG with CF-Root kernel. Works well.
AndroidGreenHorn said:
Just tested it on stock LRG with CF-Root kernel. Works well.
Click to expand...
Click to collapse
Cool! I hope it will be of some use to you. Thanks for testing!
Is this battery friendly? I love the idea and if it doesn't drain my battery quicker than usual I'll be using it instead of the long click of home button.
Please add an option to hide the notification icon. I don't think there is a need for it as this is a set it once and forget about it app. You don't go changing the settings every day.
Thank you and good luck with this awesome project!
EDIT: btw, I'm running stock rooted 4.0.4 and this works great!
Oh god that's a great idea ! Way faster than long-pressing home button. It works like a charm on jellybean cm10.
Sent from my GT-N7000 using xda app-developers app
moyajaya said:
Is this battery friendly? I love the idea and if it doesn't drain my battery quicker than usual I'll be using it instead of the long click of home button.
Please add an option to hide the notification icon. I don't think there is a need for it as this is a set it once and forget about it app. You don't go changing the settings every day.
Thank you and good luck with this awesome project!
EDIT: btw, I'm running stock rooted 4.0.4 and this works great!
Click to expand...
Click to collapse
I was expecting someone to tell me to remove the notification icon I know, It was really useful get to the settings quickly when I was developing it. I will see what I can do to remove it. As for the battery, I have not really noticed any change in drainage at all, but please tell me if you experience any bad impact on battery life.
Thanks for testing!
CreepyDroid said:
Oh god that's a great idea ! Way faster than long-pressing home button. It works like a charm on jellybean cm10.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Excellent! Wave on
One small notion i made: I recently installed WidgetLocker and it's possible to swipe your finger for recent apps while the lockscreen is active/visible. Not that it's disturbing but it's good to know! In ics lockscreen everything works as intended!
Doesn't work on mine unfortunately....I'm on LRG
Only vibrated
Sent from my GT-N7000 using xda premium
zenblom said:
One small notion i made: I recently installed WidgetLocker and it's possible to swipe your finger for recent apps while the lockscreen is active/visible. Not that it's disturbing but it's good to know! In ics lockscreen everything works as intended!
Click to expand...
Click to collapse
I am actually aware of this problem. I have sent an email to the developer of widgetlocker but no answer yet. I could not find a way to detect when widgetlocker was running so i could disable smartswitcher. I will keep trying to fix that issue. Thanks for letting me know!
DMax99 said:
Doesn't work on mine unfortunately....I'm on LRG
Only vibrated
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Thats a bit strange. It worked for a previous poster on LRG if I am not mistaken. I don´t mean to offend you, but are you sure you are doing it right? Set the sensitivity to high and try a few more times. If you enable the somewhat strangely named Get the feel mode, the phone will vibrate a little when it "sees" your finger, thats just to help you find the sensor. The Vibrattion setting will make the phone vibrate a little longer when you waved correctly. If you cant get it to work, let me know and I will try to help you get it working.
ssspeq said:
Thats a bit strange. It worked for a previous poster on LRG if I am not mistaken. I don´t mean to offend you, but are you sure you are doing it right? Set the sensitivity to high and try a few more times. If you enable the somewhat strangely named Get the feel mode, the phone will vibrate a little when it "sees" your finger, thats just to help you find the sensor. The Vibrattion setting will make the phone vibrate a little longer when you waved correctly. If you cant get it to work, let me know and I will try to help you get it working.
Click to expand...
Click to collapse
No matter how I slavery finger over it (fast or slow), it just vibrates and nothing happens....I'm on the stock LRG kernel.
Sent from my GT-N7000 using xda premium
You must de-select "get the feel"mode in the app menu, otherwise out only vibrates
Carefully crafted on my Galaxy Note, for your eyes only
I installed it minutes ago,
and it works great.
Switched to high.
I'm on classic rom v3.
Only thing is, deactivate vibration and feel mode, but still feedback with vibration.
sent from my G-Note
Not working on cleanote rom really like the idea though!
Will be keeping up to date with this for sure!
Sent from my GT-N7000 using xda premium
What a great app. Works perfectly. Stock lrg with cf root kernel
Works perfectly on Asylum. CM9 after a bit of practice. Thanks :thumbup::thumbup:
Sent from my GT-N7000 using xda app-developers app

Categories

Resources