[Q] long press touchscreen decrease time response - Galaxy S II Q&A, Help & Troubleshooting

How can I decrease 'long press' time response on touchscreen. For example, I gave up to default keyboard to smart keyboard just for this option.
I want to change this time in every app of android (decrease it).
Using GT-I9100_NEE_I9100XWKI8_I9100OXXKI2_I9100XXKI4.
thanks

sadonlyone said:
How can I decrease 'long press' time response on touchscreen. For example, I gave up to default keyboard to smart keyboard just for this option.
I want to change this time in every app of android (decrease it).
Using GT-I9100_NEE_I9100XWKI8_I9100OXXKI2_I9100XXKI4.
thanks
Click to expand...
Click to collapse
I think that this is determined in the ROM or kernel of your ROM.
So you will have to test another ROM and/or kernel to get other time responses.
Just a suggestion:
Have you already tried to disable all window animations?
(In Settings menu => Display => Animations)
Maybe this has and influence on the display's response time too.
Good luck !

Yes, I tried already to disable animations, but it has no effect.
Of course there are many applications (like browsers) that have their own value to LongPress Timeout, but I'm sure there is a general variable value set. I just want where to find this and if we can change it.
This is all I found, but I'm not a developer so is not so helpful for me: http://developer.android.com/reference/android/view/ViewConfiguration.html

+1
someone ?

You can't change the long press timing on default Samsung ROM/Keyboard, that's why I switched to Hacker's Keyboard.

I'm not talking about keyboard only. Read my post, please.

That variable can/is different from app to app. You can manually set it in its XML file inside app but it takes time. Maybe it can be set in touchsreen file that control touchscreen drivers inside use/idc folder if you have it and to set that to be default option you have to edit touchscreen drivers inside kernel.
Sent from my IDEOS S7 Slim using XDA App

Related

Rotate screen application

Since I couldn't find it anywhere else I just made it myself
My Hermes allows me to rotate the screen using a hardware button assignment or using the HTC Home plugin. Using a 'touchflo'-like application -with no hardware button to spare- it was annoying going back to my today-screen to rotate the screen.
It turned out the Compact Framework 2.0 has this nice class which would do the trick: Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation
So I "wrote" exactly 10 lines of code (including class/function def) to rotate my screen.
Anyone interested: download and install the cab.
+ Does not remain in memory: rotates the screen and exits
+ Now you can create a shortcut to rotate the screen
+ tested on a Hermes (TyTN)
- Requires Compact Framework 2.0 (should be default for Windows Mobile 6.0)
- CF is a huge overhead when only needed for this program, but I'm to lazy to go for the API call (ChangeDisplaySettingsEx)
- No settings: rotates 90 degrees counter clockwise (or 90 degrees clockwise with the Rotate Screen CW cab) -on my TyTN it matches the screen setting when the keyboard slides out-
- Icon is but-ugly
- Not tested on other hardware, but I expect the worst thing that could happen is a frozen device which will work nicely after a soft-reset. My expectation is based on the fact it's a CF 'call' and not an API call, therefore it does not write to memory locations directly.
Use 'as is'.
I might be tempted to add 'settings' if people actually would use the program and have requests...
When installed on other devices: a message would be appreciated (even if is doesn't work)
no one yet
I would use this. But except for wiring it to a hardbutton, can you make it (maybe as a setting) to have it go into landscape mode when opening New SMS and then back to portrait when SMS is sent?
I also posted this in another thread but maybe this one is more appropriate.
Thanks
It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
saenzjoseph said:
It does work on the Mogul/PPC-6800. Rotates the screen 270° Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Is this in reference to my post or the original?
rotating
i don't know if this can be done or not, but if touchflo can have a rotate recognition (similar to HTC album where u can rotate a picture) and use this to rotate the screen in the direction u want to what do u think... is this smtg one should ask efrost?
freakflow said:
Is this in reference to my post or the original?
Click to expand...
Click to collapse
No. But you can have a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this. But im not sure that you can assign it only to the creation of a new message
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)
saenzjoseph said:
Why wouldn't you just create a mortscript file to do this the only line that you would need is
Code:
Rotate(270)
Click to expand...
Click to collapse
Mortscript is a great tool, but it requires some scripting-knowledge to get it working. A small app is easier to install for most people.
But I agree mortscript is the better option if you want a "rotate-start app-rotate back" sequence
This small app is just because of my frustration Microsoft didn't give me a "rotates screen"-shortcut.
Thank you.. Still works great..
works like a charm on my htc prophet with winmo 6.5
thanks a lot!
Any way to decrease the length of time it takes to depress the button?
blackstone with leo rom
works great on wm6.5 on a polaris.
work perfectly on my charmer and this really solve my problem ! thank you .... well done
this is a very nice piece of s/w, i find it very helpful to me. thank you, lextendo, for yr contribution.
Works with SGH-i200 (WM6.1)
lextendo said:
Since I couldn't find it anywhere else I just made it myself
Click to expand...
Click to collapse
Tanks you for this app!
It works with my SGH-i200 (WM6.1)!
The "i320 rotation app" is faster than your "Rotate screen" application but needs more clicks to get back to normal...
So I will use your "Rotate screen CW.cab"!
Grondinm said:
I have been looking to do the same thing for some time now. i found that it's a registry value so my thinking is that it must be possible to create a script or app that can change this value but i have yet to find one.
the reg key and values are:
[HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
Click to expand...
Click to collapse
Rotating with MortScript is real comfortable!
saenzjoseph said:
...a script that rotates 270° or 90°(landscape) and then opens the SMS app and when it closes the SMS app it rotates back to 0°(portrait). It would read something like this.
Code:
Rotate(270)
Runwait( "type the path of your SMS application here" )
Rotate(0)
Click to expand...
Click to collapse
Thanks saenzjoseph!
If you have installed MortScript you only need one line to rotate!
Code:
Rotate(270)
And back:
Code:
Rotate(0)
Rotate and remap keys (d-pad)
If you want to remap some keys use "AEButton Plus".
In this thread they remaped the d-pad with that tool...
MortScript for IErotate and AEButton cfg for d-pad
can this be used on a...
can this app be used on HTC TOUCH2 ? just wondering..
anyone test it on HD2?
App Rotate screen v1.1

[Q] Modification SemcHome.apk

Here we have stock home screen from SE.
I was completely satisfied with it, except for three things which I will describe below. And if you help me understand how to fix them, then I think it would be ideal for the home screen of this phone model. Moreover I would be very grateful
And so:
1. Long press on the widgets and on the list of programs. This causes the editing widget or program list. Terribly inconvenient function. The editing widget or program list also caused by a hard button "Menu" and this is sufficient.
[Q] How to disable Long press on the widgets and on the list of programs?
2. All applications in the list of the programs have a label under the icon.
[Q] How to disable icons label show?
3. In "X10 mini pro" when open qwerty keyboard - a home screen adopts a horizontal position. But there is no qwerty keyboard in "X10 mini" that would change the orientation of the home screen. At the same time we have an accelerometer and a function that reads it values. And so we have a function to change the orientation of the home screen that is invoked when you open the qwerty keyboard. Consequently, in the function that modifies the orientation of the home screen, we must substitute instead of checking on opening the keyboard - to check screen position.
[Q] In which folder, which file, which line of the file and what will I have to change that would make changing the orientation of the home screen when the phone is in horizontal position?
"In which folder, which file, which line of the file and what will I have to change" this is as in addition to questions 1 and 2.
P.S. Alternative home screen does not offer
IlyaSick said:
Here we have stock home screen from SE.
I was completely satisfied with it, except for three things which I will describe below. And if you help me understand how to fix them, then I think it would be ideal for the home screen of this phone model. Moreover I would be very grateful
And so:
1. Long press on the widgets and on the list of programs. This causes the editing widget or program list. Terribly inconvenient function. The editing widget or program list also caused by a hard button "Menu" and this is sufficient.
[Q] How to disable Long press on the widgets and on the list of programs?
2. All applications in the list of the programs have a label under the icon.
[Q] How to disable icons label show?
3. In "X10 mini pro" when open qwerty keyboard - a home screen adopts a horizontal position. But there is no qwerty keyboard in "X10 mini" that would change the orientation of the home screen. At the same time we have an accelerometer and a function that reads it values. And so we have a function to change the orientation of the home screen that is invoked when you open the qwerty keyboard. Consequently, in the function that modifies the orientation of the home screen, we must substitute instead of checking on opening the keyboard - to check screen position.
[Q] In which folder, which file, which line of the file and what will I have to change that would make changing the orientation of the home screen when the phone is in horizontal position?
"In which folder, which file, which line of the file and what will I have to change" this is as in addition to questions 1 and 2.
P.S. Alternative home screen does not offer
Click to expand...
Click to collapse
not not and edit build.prop if you want all believe to other launcher
why don't you want an other laucher they are much better then stock one
try launcher pro or adw launcher ex
kkrraazzyy said:
try launcher pro or adw launcher ex
Click to expand...
Click to collapse
IlyaSick said:
P.S. Alternative home screen does not offer
Click to expand...
Click to collapse
.....................................................
owain94 said:
not not and edit build.prop if you want all believe to other launcher
why don't you want an other laucher they are much better then stock one
Click to expand...
Click to collapse
Because I like its simplicity. And the triangle button on the corners. I like its minimalism, with the exception of those three things.
I really want to implement it. Could you explain to me or to help with this?
The other launchers are great....but i liked SE stocked Home....the four corner UI is simple yet attractive....
owain94 said:
... edit build.prop ...
Click to expand...
Click to collapse
I do not think... It's just edit SemcHome.apk
pratyush_gamer said:
The other launchers are great....but i liked SE stocked Home....the four corner UI is simple yet attractive....
Click to expand...
Click to collapse
pleased that I have a like-minded
well i don't have semchome in my rom and still i have 4 corners in stock launcher so what seems to be deal?
this two in build.prop defines ui that will be used..
ro.semc.timescape_keys=X10_mini_key
ro.semc.timescape_model=1_handed
so with stock google launcher you have less memory used + your favorite ui
Chumby_666 said:
this two in build.prop defines ui that will be used..
ro.semc.timescape_keys=X10_mini_key
ro.semc.timescape_model=1_handed
Click to expand...
Click to collapse
so all still have to edit it build.prop?
And what do these lines?
I do not quite understand you. Is it possible for more info?
Guys, at least tell me if it is real or not?
If so what difficulties?

[Help] GMD GestureControl

I'm developer of application that allows to control tablet (or phone) with gestures similar to iPad.
GMD GestureControl on XDA
I added support for Nexus 10, but I didn't know touchscreen resolution, so I need your help.
If your device is rooted, please install application from that thread (or Play Store) and send me calibrations values:
1) Open application
2) Go to 'Advanced' tab
3) Click 'Calibrate' and follow instructions on screen. Basically you have to click 'Start' and then touch borders till calibration values stop increasing (maximum is registered). Then click 'Stop'
4) Open Help tab, click Email developer->Good overridden settings. Application will prepare email with calibration values. Email it to me.
Thank you.
Just sent you an email. Hope it helps but not entirely sure if the values are right because the screen resolution of a Nexus 10 should be 2560x1600.
Sent from my Nexus 10 using xda premium
bamboosensei said:
Just sent you an email. Hope it helps but not entirely sure if the values are right because the screen resolution of a Nexus 10 should be 2560x1600.
Sent from my Nexus 10 using xda premium
Click to expand...
Click to collapse
Thank you. I updated values. Touch screen resolution may differ from display resolution. Android does mapping inside, but I cannot retrieve these values, so I have to add these values into application or users have to do calibration.
Your app rocks!
Sent from my Nexus 10 using Tapatalk HD
i wrote a mod to disable the software buttons because i only use gestures now!
i think thats the future when it comes to operating touch screen devices
StupidIdea said:
I'm developer of application that allows to control tablet (or phone) with gestures similar to iPad.
GMD GestureControl on XDA
I added support for Nexus 10, but I didn't know touchscreen resolution, so I need your help.
If your device is rooted, please install application from that thread (or Play Store) and send me calibrations values:
1) Open application
2) Go to 'Advanced' tab
3) Click 'Calibrate' and follow instructions on screen. Basically you have to click 'Start' and then touch borders till calibration values stop increasing (maximum is registered). Then click 'Stop'
4) Open Help tab, click Email developer->Good overridden settings. Application will prepare email with calibration values. Email it to me.
Thank you.
Click to expand...
Click to collapse
Love the work! I have been around XDA for a long time, probably three or four years before I started using this screen name & they added the one name rule. I have always supported those developers that seem good people with great ideas. I never tried your "lite" version, nor did I try any XDA beta versions. I read what the app did, loved the idea, saw a few screen shots & reviews/comments from a few folks I know & respect & instantly purchased both GMD & S-Pen Gesture Control pro apps from the Play Store. I also instantly shared my positive feedback with many via G+ & a few sites.
Having a long XDA history, I have seen a lot of great ideas come & go. Some never quite live up to what they could be, some are ahead of their time & others just are nothing new, just the latest incarnation of some semi-popular feature.
Occasionally though, something comes along that is simple, yet elegant & happens to be an absolutely precise representation of tha natural progression & evolution of base features. This app is just that, the extension of natural progression that touch navigation is becoming. This app is like a feature that should already be integrated from Google, so natural & simple, and yet, so necessary. Anyone that hasn't at least played with this app, is missing out. It is by far my favorite app & I highly recommend supporting the developer, whomever he or she is.
schnip said:
i wrote a mod to disable the software buttons because i only use gestures now!
i think thats the future when it comes to operating touch screen devices
Click to expand...
Click to collapse
Totally agree (gestures only!). I`m in the middle of making my Nexus 7 `gestures only`... and in the process , I`m getting more screen real estate (no more status/nav bar!). Great app!!
Hey Stupididea, Can you help?
All I want to do is simple snappy ios gestures.
5 finger pinch to home-close
4 finger swipe left or right to switch apps.
5 finger pinch to close-home is not in the default settings so I had to make a custom one.
Its works,.. after 8-9 attempts..
I think Im missing something here. Can you assist with a walk-through of reccomended settings for what im looking to do, or
perhaps update the next build with these settings as a default toggle?
Cheers!
deathshead said:
Hey Stupididea, Can you help?
All I want to do is simple snappy ios gestures.
5 finger pinch to home-close
4 finger swipe left or right to switch apps.
5 finger pinch to close-home is not in the default settings so I had to make a custom one.
Its works,.. after 8-9 attempts..
I think Im missing something here. Can you assist with a walk-through of reccomended settings for what im looking to do, or
perhaps update the next build with these settings as a default toggle?
Cheers!
Click to expand...
Click to collapse
What you wanna do is the following:
1. Go to custom gesture tab
2. press create gesture
3. type in your desired gesture name
4. type "P" (without quotes) in Gesture Path
5. select 5 touch points
6. Tap action type and select: Action -> Status Bar Actions -> Home
7. Hit "Save"
8. You're done!
I need to lay off the sauce.lol I just noticed the 4 finger pinch to close. Works great!

[Help] Tasker Scene (Load-App, *Task-Wait*, Input-Button-Volume Up) Slider?

Alright so I have created a (SCENE) that I am exporting as an app where when a button is clicked it will (APP-LOAD APP), (TASK-WAIT-5 seconds) then (INPUT-BUTTON-VOLUME UP). My problem is I can only figure out how to make preset (Wait) times. I am looking for a way to make a user specified (Wait) time. I want to implement a slider in the app that adjusts how long the (TASK) should (WAIT) before performing the simulated button push. I tried my best to explain what I am trying to do. If anyone has any advice it would be greatly appreciated. Thanks.
mc_becker56 said:
Alright so I have created a (SCENE) that I am exporting as an app where when a button is clicked it will (APP-LOAD APP), (TASK-WAIT-5 seconds) then (INPUT-BUTTON-VOLUME UP). My problem is I can only figure out how to make preset (Wait) times. I am looking for a way to make a user specified (Wait) time. I want to implement a slider in the app that adjusts how long the (TASK) should (WAIT) before performing the simulated button push. I tried my best to explain what I am trying to do. If anyone has any advice it would be greatly appreciated. Thanks.
Click to expand...
Click to collapse
Which version are you using? JB/ICS or the one for Gingerbread or below?
For JB/ICS:
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %WAIT_TIME_SLIDER to %new_val
2/ no open the wait action you already made. tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. type here: %WAIT_TIME_SLIDER
I didn't check this out, but it should work normally... good luck!
Thanks! For some reason though, it doesn't listen to the time wait command... it just issues the input button press immediately after the app is opened, regardless of what I set on the slider... hmm
Sent from my SGH-T889 using Tapatalk
mc_becker56 said:
Thanks! For some reason though, it doesn't listen to the time wait command... it just issues the input button press immediately after the app is opened, regardless of what I set on the slider... hmm
Sent from my SGH-T889 using Tapatalk
Click to expand...
Click to collapse
Go the the task where you have defined the Wait. Go to settings and set it to "abort existing task".
I just checked myself and that should work... (I'm not sure though WHY you need to set it to abort existing, but hey, it get's the job done )
TiVa said:
Go the the task where you have defined the Wait. Go to settings and set it to "abort existing task".
I just checked myself and that should work... (I'm not sure though WHY you need to set it to abort existing, but hey, it get's the job done )
Click to expand...
Click to collapse
What do you mean by settings?
mc_becker56 said:
What do you mean by settings?
Click to expand...
Click to collapse
when you open the task,
at the bottom of the screen there is a button with what looks like 3 different sliders (second button at the bottom from right)
TiVa said:
when you open the task,
at the bottom of the screen there is a button with what looks like 3 different sliders (second button at the bottom from right)
Click to expand...
Click to collapse
Oops, yeah my bad haha. Thanks! Alright...what I'm looking to implement now is...ok, you know how we have the slider now. I want to be able to set the slider to the TIME WAIT then..have a button next to the slider that executes everything all together. So..I'm trying to have an app open, the slider sets the TIME WAIT before the INPUT VOLUME UP...but I want a button next to the slider that the user pushes after he sets the time wait for the above task.
That sounds confusing but I don't know a better way to word it haha.
mc_becker56 said:
Oops, yeah my bad haha. Thanks! Alright...what I'm looking to implement now is...ok, you know how we have the slider now. I want to be able to set the slider to the TIME WAIT then..have a button next to the slider that executes everything all together. So..I'm trying to have an app open, the slider sets the TIME WAIT before the INPUT VOLUME UP...but I want a button next to the slider that the user pushes after he sets the time wait for the above task.
That sounds confusing but I don't know a better way to word it haha.
Click to expand...
Click to collapse
Check my first reply again for what to do to make it include everything, the only thing i didn't say was the button
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %WAIT_TIME_SLIDER to %new_val
2 / place a button on the screen, when you tap on the button, let it execute the task that opens up the app, wait for X seconds and change volume. See **
3/ now open the wait action you already made. tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. type here: %WAIT_TIME_SLIDER - make sure you change the settings to "abort existing task"
** If you want the app to open immediatly while waiting for the volume to go up, your task should consist out of follow steps, in that practicullar order:
1. open app
2. Wait -> %WAIT_TIME_SLIDER seconds
3. Volume buttons (but I never used that in tasker, so it has to be an action that exists, not sure about it)
*** if you want the slider to remember the set interval it gets a bit more complicated.
If your familiar with programming here are some hints to set it the first time so it won't give an error on first run (this should be at the beginning of your task):
if %WAIT_TIME_SLIDER !isset
{%WAIT_TIME_SLIDER set to 5}
Now the first step on the progress changes:
1/ place the slider on the scene - set it to default value %WAIT_TIME_SLIDER
All the rest stays the same.
tiva said:
which version are you using? Jb/ics or the one for gingerbread or below?
For jb/ics:
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %wait_time_slider to %new_val
2/ no open the wait action you already made. Tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. Type here: %wait_time_slider
i didn't check this out, but it should work normally... Good luck!
Click to expand...
Click to collapse
thank you! Thank you!

[MOD][XPOSED]X Screen Stabilizer[23/10/2017][V1.5]

X Screen Stabilizer​
ROOT REQUIRED
XPOSED FRAMEWORK REQUIRED
If You don't know What is XPOSED Framework then do not try this application (it wont work)
Have you tried to read a book or an article like this while on a bus or walking down the street? I bet you tried! In this case you should notice that reading text in a such way is not a good idea since the screen constantly shakes. It seems that screen shaking is a big enough issue and eliminating it can promise a good UX. This application uses the device accelerometer sensors to compensate for and smooth out screen content shaking in the same way as DSLR camera stabilizes its sensors/lenses
It uses the concept defined in the below link
no-shake-screen-stabilization-android
but uses a different approach using Xposed Framework
Free : https://play.google.com/store/apps/details?id=com.vivek.xscreenstabilizer
Pro : https://play.google.com/store/apps/details?id=com.vivek.xscreenstabilizer.pro
Xposed repository : http://repo.xposed.info/module/com.vivek.xscreenstabilizer
Parameter Details
Velocity Friction : It is used to adjust the friction of the movement of the screen when walking. If the value is greater, the screen translation will be slower.
Position Friction : It is used to adjust the speed at which the screen tries to adjust to the normal position.If the value is greater, it takes more time to adjust to normal position
Low pass filter alpha : It is used to filter the acceleration force values from the sensor for the smooth positioning of the screen
Velocity Amplification : It is used to amplify the calculated velocity and use it to translate the screen
please try it out and provide your valuable comments
Oww Great ! Thank You Bro
after setting the velocity friction to 0 something it doesn't allow you to slide the switch, also how much would this increase battery drain?
MINTED7 said:
after setting the velocity friction to 0 something it doesn't allow you to slide the switch, also how much would this increase battery drain?
Click to expand...
Click to collapse
I dont think there will be much battery drain. it registers and unregister properly
@vivekkalady brilliant module, bought it right away
Working nicely on magisk Xposed v88 SDK 25
pinoholo said:
@vivekkalady brilliant module, bought it right away
Working nicely on magisk Xposed v88 SDK 25
Click to expand...
Click to collapse
Thanks for the support
It prevents you from copying and pasting if you are moving. the cursor keeps blinking.
Hi, nice idea for a module!
What differentiates the pro version? Ad removal / extra features, or just dev support?
Can you offer any extra information on exactly what each of the tweakable parameters do?
MINTED7 said:
It prevents you from copying and pasting if you are moving. the cursor keeps blinking.
Click to expand...
Click to collapse
I have fixed the issue. will update the app soon.
richardkemp said:
Hi, nice idea for a module!
What differentiates the pro version? Ad removal / extra features, or just dev support?
Can you offer any extra information on exactly what each of the tweakable parameters do?
Click to expand...
Click to collapse
Thanks.
Now the pro version is just Ad Free.
The extra parameters are used to adjust the movement according to your walking speed.
I don' t know if I did something wrong, but it didn't worked for me. The device has AOSP 5.1 and I'm also using GravityBox and Android N'ify.
Very fun idea. You may want to hardcode some safe minimum and maximums on each setting and give it some sort of tendency to return to normal once movement subsides.
I lowered the velocity friction to zero and moved my phone around. The screen went off screen enough, I guess, that it couldn't return to center and the button to disable the module was not responding.
Also, maybe add a whitelist so you can pick to only have it activate while certain apps are in the foreground (browser, e-book readers). While it's neat for testing, having it constantly adjusting your screen when using your phone can be awkward.
Bravo for doing something new and creative!
LoukG said:
I don' t know if I did something wrong, but it didn't worked for me. The device has AOSP 5.1 and I'm also using GravityBox and Android N'ify.
Click to expand...
Click to collapse
I have checked the log. It is showing the sensor cannot be registered. Which is your device ?
is there any restriction in using sensors when using GravityBox or AndroidNify ?
I am using the sensor TYPE_LINEAR_ACCELERATION for this application. Is it available in your device ?
I have updated the application to version 1.1
Cannot use Copy/Paste etc bug - Fixed
Minumum value for parameters set - Fixed
Nice one! Congrats and thanks!
Simple and immediate feature request that I believe will improve your app:
1. Widget to toggle on/off
2. Activity to toggle on/off (to trigger from other automation, gesture, button... apps)
3. Persistent notification to toggle on/off
4. Notification only when on, to turn off
5. Reset default setting values
And also these:
6. Blacklist apps (for instance to exclude launcher,...)
7. Floating panel with main adjustments slides (thick! cause will be moving) for real time fine tune. Can use to show/hide it a button on the ongoing notification. Or to hide a 2 fingers tap on panel.
One bug I experimented already:
It was on. Using Nova Launcher here. I went to app drawer and them home.... Them turned off stability. Nova Launcher screens got frozen partially out of screen. Only solution was to force reload all launcher.
Thanks!
Very great idea man. Thx. Hoping for the stablest final version
Great concept and great app!
It slowed down my system quite a bit though, so I had to uninstall it. A lot of apps (the foreground app I was using) would freeze and the Android System prompt would appear saying " xxx app is not responding, would you like to: wait, force close and reopen, or send bug report". Anybody else seeing this performance problem?
Really nice. Now if the entire ui could shift, instead of only the foreground activity, that would even be better.
For example, the keyboard is not moving, neither is a second app when open in split screen.
great idea man!in 3 years apple as usual will steall this great mod to implement into IOS!
kos25k said:
great idea man!in 3 years apple as usual will steall this great mod to implement into IOS!
Click to expand...
Click to collapse
I thought about that.....if I'm de developer I'd patent the implementation worldwide. It is a simple concept, somehow already available out there for other uses, but as far as I know not for portable devices screens. And....AR, VR, glass,....
This is the typical thing Apple, Samsung, Google, LG would build a proof of concept (this app is one) and patent it. And sell rights for millions.
By the way, another fantastic module that has this potential is AllTrans. Real time translation of any app from any language to any other language....probably Google would love to have that under Google Tanslator label (and spy a bit more on you).
wilsonhlacerda said:
Nice one! Congrats and thanks!
Simple and immediate feature request that I believe will improve your app:
1. Widget to toggle on/off
2. Activity to toggle on/off (to trigger from other automation, gesture, button... apps)
3. Persistent notification to toggle on/off
4. Notification only when on, to turn off
5. Reset default setting values
And also these:
6. Blacklist apps (for instance to exclude launcher,...)
7. Floating panel with main adjustments slides (thick! cause will be moving) for real time fine tune. Can use to show/hide it a button on the ongoing notification. Or to hide a 2 fingers tap on panel.
One bug I experimented already:
It was on. Using Nova Launcher here. I went to app drawer and them home.... Them turned off stability. Nova Launcher screens got frozen partially out of screen. Only solution was to force reload all launcher.
Thanks!
Click to expand...
Click to collapse
Thanks for the suggestions. I will add more features to it.
Fif_ said:
Really nice. Now if the entire ui could shift, instead of only the foreground activity, that would even be better.
For example, the keyboard is not moving, neither is a second app when open in split screen.
Click to expand...
Click to collapse
The keyboard movement will make it difficult to type if moving. As our fingers and actual device is at the same position, only screen movement is required I guess. Anyway I will try to provide and option to enable keyboard movement also if possible

Categories

Resources