LMT is a tool for Android (tested already on multiple devices - see below) that launches a command when perform single touch or multitouch gestures on the screen (In any app/screen/etc.). You can connect basic and advanced commands to any gesture LMT supports. In addition to the gestures you can activate a system-wide PieControl for navigation like the feature in the ICS stock browser (touch the side of the screen to activate it).
Installation
Download the latest apk, copy it to your phone and install it via file explorer. After installation start LMT and set the specified input device for your phone. Then connect an action to e.g. the double swipe up gesture, start the touchservice and do the double swipe up gesture on the screen afterwards. If everything works fine, you’ll see the corresponding overlay and action. The input devices/touchscreen to screen factors:
- HTC Evo3D -> 4
- HTC Sensation -> 2/4, x=200%, y=100%
- HTC Amaze -> 4
- HTC HD2 -> 0
- HTC DesireHD -> 3
- HTC Thunderbolt -> 1
- HTC Inspire 4G -> 1
- HTC One X -> 4
- Google Galaxy Nexus -> 1, x=100%, y=100%
- Google Nexus S -> 0
- Google Nexus 4 -> 2, x=200%, y=200%
- Google Nexus 7 -> 0, x=160%, y=200%
- Samsung Galaxy S2 -> 2
- Samsung Galaxy Note -> 2
- Samsung Galaxy Note 2 -> 2
- Samsung Galaxy S -> 0/8
- Samsung Galaxy Tab 8.9 -> 4
- Sony Xperia T -> 2
- Motorola Atrix 4G -> 3/5
- Motorola RAZR -> 4
- Motorola DROID 3 -> 4
- Motorola Defy -> 3
- HP Touchpad -> 6
- Acer Iconia -> 2/4
- Alcatel One Touch 997D -> 7
- Square (start gesture top left cw)
- Diamond (start gesture at the bottom cw)
- Delete (start gesture top left)
- SwipeRightDouble
- SwipeLeftDouble
- SwipeUpDouble
- SwipeDownDouble
- SwipeRightLeftDouble
- SwipeLeftRightDouble
- SwipeUpDownDouble
- SwipeDownUpDouble
- QuestionmarkDouble
- SquareDouble
- DiamondDouble
Commands
- None -> Trigger no command
- App -> Trigger an arbitrary app
- Home -> Switch to home screen
- HomeLongpress -> Trigger the TaskManager
- Menu -> Trigger the menu key
- Back -> Trigger the back key
- Search -> Activate search
- SearchLongpress -> Activate voice search
- NextApp -> Switch to the next running app
- PrevApp -> Switch to the previous running app
- LMT -> Open LMT user interface
- Wifi -> Toggle the Wifi mode
- Bluetooth -> Toggle the Bluetooth mode
- GPS -> Open the GPS config menu
- Key -> Trigger an arbitrary key (e.g. "3" for the HOME key - see http://developer.android.com/referen.../KeyEvent.html for keycodes)
- Activity -> Trigger an arbitrary activity (e.g. "com.android.lmt.InfoActivity" for the LMT info page)
- WebPage -> Open an arbitry webpage (e.g. "http://forum.xda-developers.com")
- Script -> Open an arbitrary script (e.g. "/mnt/sdcard/sendevent.sh" for Home Longpress - see attached script sendevent.sh)
- KillApp -> Kill the current foreground app and switch to home screen
- KillAllApps -> Kill all apps and switch to home screen
- TaskerTask -> Start a predefined tasker task (You should avoid spaces in your task name)
- OpenNotificationBar -> Open the notification bar
- OpenQuickSettings -> Open the quick settings
- OpenKeyboard -> Open the soft keyboard
Download
http://www52.zippyshare.com/v/43104672/file.html
No comments:
Post a Comment
Thank you for Comment