I'm happy with the standar automatic backlight I'd like to change its state (enabled / disabled) with a small application and it also put the light level to a minimum. When I'm in a totally dark room in bed for example, the level of automatic backlight control is too high.
For example:
- Before running: Setting ON Automatic Standard WinMo.
- Run the application: toggle automatic backlight to off and set to the minimum level of light.
- Run again the application: to activate the automatic backlight control.
Obviously, does not require interface, just switch between states.
I'll be very grateful if some developer spends a few minutes to make this application.
Best regards.
EDIT:
Solved here by BlockbusterF: http://forum.xda-developers.com/showpost.php?p=3061144&postcount=1
Hey there sgbmad,
Theres already a thread in the forums here that cover this and give a program. It's better to use the search function next time so the forums won't get cluttered up so much.
I've done the search for you this time http://forum.xda-developers.com/showthread.php?t=452790.
Cheers!
antrak said:
Hey there sgbmad,
Theres already a thread in the forums here that cover this and give a program. It's better to use the search function next time so the forums won't get cluttered up so much.
I've done the search for you this time http://forum.xda-developers.com/showthread.php?t=452790.
Cheers!
Click to expand...
Click to collapse
Thanks antrak,
Yes, I know Lumos and it was my way to solve this requirement but it not solve totally. I want to use standard auto-backlight but I would like disable it only in very specific situations. For example, when I read in bed and I don't want to wake my wife due to excess light.
Cheers
Ah in that way. Should probally be able to be done through a simple mortscript. Unfortunately I have no clue on how to use MortScript so can't help you there . You could perhaps look into it yourself or contact a kind programmer.
Solved by BlockbusterF (thanks!):
http://forum.xda-developers.com/showpost.php?p=3061144&postcount=1
Related
Run this app in the background to use the G-Sensor as a DPad. Seems to work with cursor (in word etc) and, start menu, list boxes etc.
Comments/feedback appreciated (but please remember it is a work in progress!)
Version History
Added sample full config with descriptions
Added <VK_DPAD> option in config xml to increase compatibility.
Version 0.9:-
Bug fix to tilt logic
Added more override options for individual applications (e.g. MaxX/Y, DeadZoneX/Y)
Uploaded XSD for config file (contains some documentation)
Version 0.8:-
Added hardware key toggle to config file
Version 0.7:-
Moved all settings into config file
Improved UI
New "Switch" mode added
New "KeySend" methods added (SendMessage & KeybdEvent)
Version 0.6:-
Minor bug fix
Version 0.5:-
New config file format, to support...
Acceleration mode!
Version 0.4:-
Better matching of exe names (oops!)
Version 0.3:-
Allowed list now works from exe name (rather than window title)
Version 0.2:-
Config file
Proportional directions
Non-flat center/neutral point (config - CenterX/CenterY)
"Dead Zone" (config - Threshold)
Restriction by program (config - Application)
Have a play and let me know your thoughts.
I'll give her a look see --- not happy with the virtual SIP solution I've been trying to code. I was wondering if I could detect a hardware key (like the back arrow) and then use the g_sensor for scrolling if and only if that button was being held. That way apps aready using the g-sensor could continue to use it and users could have greater control over what was scrolled and when. Since you already have taken this this far I throw the idea your way to run with it if you want to... if not that is fine too.
Blessings my friend in the new year!
PS-If you want to collaborate in coding send me a PM
Seems to work as intended... The single-hardware button "hold to enable - release to disable" would make this a real solution... Are use using Dutta's Unified Sensor API "My Brain Hurts website"?
Good work so far
how do you install this??
Excellent !!
exactly what I was looking for, great job!
I'll test it in some games unusable without d-pad and report.
thanks !
patterns said:
how do you install this??
Click to expand...
Click to collapse
I copied the files to my SD card and ran the exe... switching to another application then uses g-sensor as directional arrows... stopping EXE kills behavior... at least that's what worked for me
I tried it out and this seems promising. Below are some things I would like to see added to make this truly useful.
1. You do not want to have it active all the time so you need an easy ability to activate/deactivate it as already stated above. Either by pressing and holding a hardware button or by pressing and holding a certain area/corner of the screen.
2. When I hold the phone in my hand the neutral position is almost never the completely flat position. I think the position of the phone when you activate it according to 1. above should be taken as the neutral position. Any relative movements from that position should then be interpreted as left,right,up and down.
3. Make the speed of the scrolling configarable.
4. Make the speed of the scrolling proportional to the movement from the neutral position. If I move only slightly from the neutral position it should scroll slowly and if I move it a lot it should scroll faster.
5. A per application filter would also be really useful. For each application you should be able to specify ig G-Pad is active always, never or when activated according to 1. above. The default for unlisted applications should be to activate it according to 1. above.
Don't hesitate to ask if you have any questions regarding my suggestions. I don't think any of them should be really hard to implement.
Keep up the good work. I look forward to the next version of this.
Wow, so many responses! Like I said initially, its a work in progress. On the "ToDo" list is :-
1. Config File!
* Threshold setting (how much to tilt before registering
* Center (i.e. what angle is neutral instead of flat)
* Application list
2. Proportional control
I'll add the other suggestions to my list.
Cheers
Great work! The most wanted for me is the possibility to map it to a button, so by pressing the button your program is enabled, by pressing it once again, it is disabled again.
Another idea would be that it is just enabled while you are pressing the button, whereas it is disabled when you are not pressing the specified button.
But its up to you .
johnpatcher said:
Another idea would be that it is just enabled while you are pressing the button, whereas it is disabled when you are not pressing the specified button.
Click to expand...
Click to collapse
This makes the most sense to me, browsing lists for instance would be so much more practical.
Keep up the excellent efforts!
1.)How is this virtual d-pad different of GController ?
2.) Can you move the map in Age of Empires 1,25 with this ?
excellent idea and a very promising start. thank you and Happy New Year!
this thread belongs to the "themes, applications and software". i'll try to persuade one of the mods.
Wolfenzi said:
1.)How is this virtual d-pad different of GController ?
Click to expand...
Click to collapse
Thats written for the Diamond (not 100% on HD) and development has stopped
Wolfenzi said:
2.) Can you move the map in Age of Empires 1,25 with this ?
Click to expand...
Click to collapse
No idea! I dont have AoE so once its up and running properly (its still in very early alpha!) I'll ask people to post compatible & incompatible apps.
Looks really promising! Seems to work pretty nicely. I think the two main things I would like would be similiar to what people already asked:
- An easy way to toggle it on\off rather than running the application and killing it.
- A way to calibrate the sensitivity threshold. It reacts rather quickly now.
Good job!
Ideas
I've been thinking about this more... if you allowed a program button like the BACK ARROW to temporarily activate when pressed, read current orientation and then applied scrolled based on the orientation delta from the initial orientation and then disabled scrooling once the BACK ARROW was released. This would solve the "Gee its not flat" problem and the enable/disable issue. Other configurable options might include as noted above -- changing g-sensor sensitivity; limiting scroll direction (N-S or E-W)
Can't wait to see your next version... I've suspended work on my v-DPad because i think yours will be the better solution
Has anyone tried this on a Touch Pro, i might do it right now and get back to you guys
EDIT: Well I just tried this on my Touch Pro and it works prefect, but it would be awesome if there was a way to disable it when using TF3D because you have to have the phone perfectly flat or it will move around on the tabs, or maybe make settings for it to disable in some programs
Very nice app, I will keep my eye on this one, Thanks!
Very nice!
I think this is the perfect solution as it allows to control everything with the GSensor. Too bad GController development has beed stopped, I hope this will be the perfect successor.
Great job!
This is really great work and has a lot of potential.
Let's wait for a more "finished" version.
thanks
It's so amazing good job
Work in PocketGBA (GBA emulator)?
Does this app work in PocketGBA?
Can't play GBA games on my mobile now since i upgrade my phone to HD as PocketGBA require hardware buttons for directions control.
GBA on Morphgear is just too slow with the sound on
Location Aware is an automatic volume profile switcher.
This application works out of the data received from GSM signals.(NO CDMA)
so almost all windows mobile devices can use it.I developed it on my elf and it seems it is working
Requires GSM network, Windows Mobile , .Net CF 3.5
1. Battery Friendly, No active background process.
2. No GPS needed.
3. User configurable interval to check for location.
4. Can save settings automatically v0.3
Well it works like this: (May change per version)
1. Install it.
2. Open the Location Aware(from programs)
3. When ever you start the app it will vibrate the device 2 times and then asks "Add this Location".
4. Click OK and it prompts to save the volume level for this location and save.
5. Adjust the volume level as you desire from the Slider on right hand side of screen.
6. Then goto Menu and Save Location Mode, this should save the setting for this location(Prompt will be displayed).
7. Now you can let the application run itself every X mins to check for new location and prompt you whenever a new location is found.
8. To set the interval time goto Menu -> "Stopped" this should open up a panel to enter the interval time, fill it and click set. "Stopped" should be changed to "Running". Now you can Exit.
9. If prompt is not dismissed or OKayed within 1 min(Automode). It dismisses itself and will prompt again if new location is found after next X mins.
10. The limit for interval is 2-60 mins, that means the app will run itself after every X mins and check for location, if a new location is found it vibrates
and then asks you to save this location or not, in case you dont respond to it, it will close itself after 1 min.
and in case the location was already saved it will automatically apply the volume profile.
Basically as you keep on using it the database keeps on growing and in parallel profile settings gets more customized.
PS: You may notice that the taskbar volume indicator is not changed, but that is normal. The volume setting is still applied as per your choice this issue is fixed in v0.3
V0.2
1. No alert popup will be displayed to inform select n save the location.
2. Save the location mode directly by clicking the volume level image.
v0.3
1. Reflect the volume level changes in the taskbar volume icon
2. New mode added "AutoSave", enabling it makes the app save new location automatically with the last volume preference, whenever a new location is found.
PS. AutoSave mode works in Scheduled mode, if you have set the app to run after a scheduled interval with autosave mode enabled and it detects a new location it will prompt a message-box, if you don't give it a response i.e ignore it, it will add the location automatically after 1 min and will dismiss itself.
for users of previous versions:
It will use the already existing database of location settings, just install it over the previous version.
PCBuddy
This app is used to plot all the collected points by the location aware app on google maps.
Unzip the files and then copy the locations.db file from your device to the same folder on your system. Once the file has been copied Run CreateMap.exe this should generate a html file in the same folder. Run that and see for yourself
Please replace the dll in PCBuddy with the one in 64Bit.zip in case you are using a 64Bit Windows
Suggested setting:
For the first time I suggest to keep the interval at around 5 mins so that it can grab almost all the desired locations. once you feel it is having settings for your daily use u may turn the interval to a higher(suggested 15 mins) so that it can apply the volume settings for the known locations.
SUPPORT LATE NIGHTS- DONATE!
No comments???
Great idea !
By using GSM signal to get your position you avoid to use the gps which take more time to get position + a little battery consumption.
We certainly can find a lot of functions linked to this automatic profile/location system
I will try your app
Vesperial said:
Great idea !
By using GSM signal to get your position you avoid to use the gps which take more time to get position + a little battery consumption.
We certainly can find a lot of functions linked to this automatic profile/location system
I will try your app
Click to expand...
Click to collapse
Thanks Vesperial, hope it works out fine
Hmmm
hmmm and I thought this was useful
it is a nice idea
but as a nice addon it would be cool, if it would be possible to add names for specific cell id locations and if the app would be a today plugin
diboze said:
it is a nice idea
but as a nice addon it would be cool, if it would be possible to add names for specific cell id locations and if the app would be a today plugin
Click to expand...
Click to collapse
thanks diboze,
well your ideas are nice but since i want to keep the user inputs to minimum i went on this way and about making it a today plugin...hmm i m not sure how to do that with a C# app
but suggestions are always welcome
Great Concept!!!!
Just saw your P.S. that the volume icon will not change accordingly...but it works as intended. (Please Fix) Is there a radius on the set locations? I work across the street from our main mall, is why I ask.
I love this concept as I saw the other O.S. had a similar app. (Sweet Dreams)
~PLUR~ Peace Love Unity Respect
~DJyoSNOW~
djyosnow said:
Just saw your P.S. that the volume icon will not change accordingly...but it works as intended. (Please Fix) Is there a radius on the set locations? I work across the street from our main mall, is why I ask.
I love this concept as I saw the other O.S. had a similar app. (Sweet Dreams)
~PLUR~ Peace Love Unity Respect
~DJyoSNOW~
Click to expand...
Click to collapse
Hi djyosnow,
understood your concerns about the radius thing but thaz not in myhands as that thing is dependent on lot of factors like, your disance from tower, signal strength etc. But still you may experiment if you get new location alert in case you are at your office.
n yes this is really nice ~PLUR~
Peace Love Unity Respect
Very good application, specially like me who travel a lot from office to client to mall and to our factory
I will give my comment after i use it...
devya said:
Very good application, specially like me who travel a lot from office to client to mall and to our factory
I will give my comment after i use it...
Click to expand...
Click to collapse
Sure will wait for your inputs. n hope you find it useful
v0.2 Out
Some modification in GUI and user interaction
Re mohitsapru,
i tested your app on my HD, it worked well
I have one suggestion to ease the way we can use it, an option like 'Save the actual sound profile automatically when a new unknown position is found'
Then we can move without thinking about it but it will be good as an enabled/disabled option.
Good job !
Vesperial said:
Re mohitsapru,
i tested your app on my HD, it worked well
I have one suggestion to ease the way we can use it, an option like 'Save the actual sound profile automatically when a new unknown position is found'
Then we can move without thinking about it but it will be good as an enabled/disabled option.
Good job !
Click to expand...
Click to collapse
Thanks Vesperial,
well about your suggestion it sounds good. right now it is dismissing it after 1 min i need to save the location automatically.. hmm sounds OK... will do it next time.
Thanks,
Mohit
Does this app able to detect the change of location if the device switched off(suspended) by power button?
For example:
1. Save volume setting at location A and location B
2. At location A, press power button to turn off the device
3. Move the device from location A to location B
4. Will the volume be changed automatically (without turning on the device) at location B?
ahlok_hk said:
Does this app able to detect the change of location if the device switched off(suspended) by power button?
For example:
1. Save volume setting at location A and location B
2. At location A, press power button to turn off the device
3. Move the device from location A to location B
4. Will the volume be changed automatically (without turning on the device) at location B?
Click to expand...
Click to collapse
Yes, it does. But dont forget to exit whenever you save a location setting
hey there,
this looks brilliant! ill try this out tomorrow!
thanks a lot
MG
MysticGenius said:
hey there,
this looks brilliant! ill try this out tomorrow!
thanks a lot
MG
Click to expand...
Click to collapse
Thanks MG,
Do let me know of your suggestions and experience using it.
Thanks,
Mohit
I have run it on my Samsung I900 Omnia and i think it works perfect.
But here some ideas:
It would be great if you can add 2 or more cells to 1 location (Because i have here to cells at home, and if I use UMTS 3G i had another one)
If you write the cell id a little bit greater.
And expert mode were you add name for cells (i see this wish earlier here, too), and can add more things.
Dtrieb said:
I have run it on my Samsung I900 Omnia and i think it works perfect.
But here some ideas:
It would be great if you can add 2 or more cells to 1 location (Because i have here to cells at home, and if I use UMTS 3G i had another one)
If you write the cell id a little bit greater.
And expert mode were you add name for cells (i see this wish earlier here, too), and can add more things.
Click to expand...
Click to collapse
Hi Dtrieb,
Thanks for trying it out.
Well i will think about the other two options/suggestions but i am not able to get what you meant by the first suggestion Which 2 cells are you referring to?
Hi there,
I had the idea this morning that I could set up scenes for differing amounts of battery use.
So I could have a work scene (mobile net on), a home scene (wifi), an out scene (gps on), and a bed scene (all off, low brightness, no updates, silent mode).
However, I don't think scenes save these sorts of settings.
Do they?
Any way of doing this, apps or watev?
Regards,
niklz
Locale will do this based on location. Thats all I can think of off the top of my head.
Its in the Market to download.
no, scenes does not save that information.
the scene consists of the Homescreens, widgets and wallpapers. that is it.
+1 for locale though, well worth the price.
I knew about locale, which encourages me to believe another app may exist that allows you to do it manually.
I think it would be really useful for me at least, specially as it doesn't require GPS being on consistently.
Anyone else know about, or would want this app?
i would really like a profiles app that could change a scene as i'm having to do both seperately at the moment ...
There are a few in the market place, most for ~$3.
Anyone tried any? To find them search for settings.
Just discovered Tasker, I have been using Locale since first getting my G1, but had loads of issues with profiles not working correctly etc but found this;
http://tasker.dinglisch.net/
Its not as userfriendly as locale but is much more powerful and customisable and have to say so far so good, would recommend to anyone looking for an alternative to Locale!
though I must say some of these settings I would like to see native to android, especially auto profile settings.
setting profiles is above tasker in usability and below locale in price meaning it's just right for me.
march83 said:
setting profiles is above tasker in usability and below locale in price meaning it's just right for me.
Click to expand...
Click to collapse
I thought that too until I read a review that I can't link yet due to being new and tried Tasker myself. I much prefer it over the other two.
Question is, have you figured out any trick or neat things to do with programs like this minus the typical Wifi On/Off stuff?
I have set up a page of widgets that change the wallaper!!..i think its cool, so with one click I can change the wallaper. Another is having GPS come on when maps is opened and switched off when maps is closed, or wifi switching on when opening internet and switch off when closing.
there are so many possibilities, could spend hours configuring timed widgets or normal widgets, various profiles. Yes the leaning curve is a little longer then other apps but its just hands down the best profile/settings manager
Bumping this thread just to let everyone know one of the BEST apps in for the Android platform at the moment. TASKER is excellent. I hope Google learns of this and buys the program, hires the programmer, and builds this into Android as a sort of "Advanced Utility" for everyone.
The.Opethian said:
Bumping this thread just to let everyone know one of the BEST apps in for the Android platform at the moment. TASKER is excellent. I hope Google learns of this and buys the program, hires the programmer, and builds this into Android as a sort of "Advanced Utility" for everyone.
Click to expand...
Click to collapse
Bad idea....this probably means we need to pay for it again
I myself just added in a new profile to for an auto responder to anyone who sms/call me when my hp is facing down. Good for when you want to have some peace (busy or sleeping) but yet wish to let other know you will get back to them later
So awesome, my gf also want me to pay for her one
Hello,
I am a french blind and use a Razer Phone, not for gaming but for listening classic music. I am very disappointed because accessibility mode is pitiful. Is there some people who use accessibility mode and what do you think about it?
The gesture of shortcuts don’t permit a complete reading and after a come back to Razer support, the device changed for a little better but since Oreo the reading is disastrous.
Do you known some blind people who use Razer phone?
Thank you,
Best regards
André
verandre said:
Hello,
I am a french blind and use a Razer Phone, not for gaming but for listening classic music. I am very disappointed because accessibility mode is pitiful. Is there some people who use accessibility mode and what do you think about it?
The gesture of shortcuts don’t permit a complete reading and after a come back to Razer support, the device changed for a little better but since Oreo the reading is disastrous.
Do you known some blind people who use Razer phone?
Thank you,
Best regards
André
Click to expand...
Click to collapse
Hey André!
As far as I am aware the Razer phone is mostly stock so any and all accessibility features it comes with are made by google android. I don't believe Razer have added any of their own or removed any from the android builds.
The only phone manufacture that I am aware of which includes any additional accessibility options is Samsung..
I must admit that I am curious as to why you chose the Razer phone as one of it's only standout features over other, better or more suitable, phones is it's 144 hertz screen which I'd image isn't of much use to you.
Sorry to sound a little blunt or be a downer but the impression I get from Razer is that they can barely make a phone for fully able bodies, there are plenty of hardware and software issues so I'd be very surprised if they intend to improve the accessibility of the Razer phone.
I've tried to format this in the hopes that screen readers or translation programs will be able to read it correctly.
Sorry if it's not perfect!
Azure Wren.
verandre said:
Hello,
I am a french blind and use a Razer Phone, not for gaming but for listening classic music. I am very disappointed because accessibility mode is pitiful. Is there some people who use accessibility mode and what do you think about it?
The gesture of shortcuts don’t permit a complete reading and after a come back to Razer support, the device changed for a little better but since Oreo the reading is disastrous.
Do you known some blind people who use Razer phone?
Thank you,
Best regards
André
Click to expand...
Click to collapse
Hi andre.
I am visually impaired. Legally blind but not fully.
I use magnification a lot and i use a navigation bar button to activate the feature.
May you please explain me your needs and what accessibility features you uae?
As mentioned above, the razer phone has a moatly stock android version so "theoretically" there should not be any problem with that. Please respond. I would be glad to help.
Hi,
Thank you for your help proposal about the accessibility feature.
I use the syntesis Talk Back to discover what is displayed on the screen. Theoretically, the accessibility function is native in the Androïd system and should be able to work like all the features built into this system but alas! (three times alas!) There is a malfunction with the Razer phone. To make speech synthesis speak, the blind user uses shortcut gestures.
At first use, the two-finger swipe gesture from top to bottom or from bottom to top permiting to scroll text was inoperative and caused the opening of one unknown link. After a return to the support of Razer Society, his malfunction was corrected. Since the installation of Oreo, the statement of a word or a text is interrupted as a result of a crackle.
Only playback triggered from the accessibility button at the bottom and at the far right of the screen is operational, but other shortcut gestures allowing to trigger playback see their action interrupted by a crackling sound.
Through my email, I hope to find one or two blind users to share their experience with Talk Back and Razer phone voice synthesis. It will be a great pleasure that I will accept the help of curious users who would like to test the accessibility function and Talk Back to know their experience and especially that they confirm playback malfunction when it is triggered off by either shorthand gestures or the general context menu.
I thank you for your help and, perhaps not to disturb the forum, we could exchange directly unless the subject can be developed for the good of all.
In a previous email I declared that I have chosen the Razer phone for these two speakers and also for the system which does not have an underlay other than the android system. My contacts with the support staff are very good but, I think their superiors are not up to it.
I am counting on you since you propose it to me.
To simplify the test, I suggest that once the accessibility function and Talk Back are enabled to perform that you specify the result of shortcuts in the board in the end of my text.
Sorry, I had done a board but I can not join a link because I am a new user of the forum. If you want to help me, I can send the board in a private mail. You can write me at [email protected].
I thank you very much for your help and for the interest you have in the difficulties encountered by a person with a disability.
Best regard.