Lmt launcher windows phone
Описание:
LMT это утилита для HD2 которая с помощью сингл или мультитач жестов по экрану позволяет запускать программы. Вы можете повесить на жесты внутренние команды и внешние программы. Короткое видео
Установка:
Скачайте каб, установите его во внутреннюю память. Запустите LMT. Вы не увидите никакого интерфейса так как LMT работает в фоне. Попробуйте сначала двойной жест вверх и если все работает хорошо, то вы увидите след и закроется открытая программа (closeApp является дефолтной командой на двойной жест вверх).
Итак жесты:
SwipeRightDouble (двойной вправо)
SwipeLeftDouble (двойной влево)
SwipeUpDouble (двойной вверх)
SwipeDownDouble (двойной вниз)
SwipeRightLeftDouble (двойной вправо влево)
SwipeLeftRightDouble (двойной влево вправо)
SwipeUpDownDouble (двойной вверх вниз)
SwipeDownUpDouble (двойной вниз вверх)
QuestionmarkDouble (двойной знак вопроса)
SquareDouble (двойной квадрат)
DiamondDouble (двойной алмаз)
Square (start gesture top left cw) (квадрат — жест начинать из верхнего левого угла по часовой)
Diamond (start gesture at the bottom cw) (алмаз — начинать жест снизу по часовой)
Delete (start gesture top left) Удалить (начинать жест слева сверху)
Обучать жесты:
Есть две возможности повесить команды на жесты: Первый с помощью «обучающего жеста» после которого вводите жест на который хотите повесить открытую в данный момент программу — метод простой, но имеет недостаток: нельзя повесить внутреннюю команду или аргумент процесса.
Второй вариант- через реестр: HCKU\Software\LMT и далее вы видите перечень программ повешенных на жесты и можете поменять настройки. Для назначения внешних программ указывайте полный путь к ним, в том чтсле можно использовать аргументы: [Full path to exe],[arguments], например: «\Windows\tmail.exe,-RunInBKG». Для назначения команд используйте следующие командные стринги:
Команды:
”CloseLMT” -> close LMT
”CloseApp” -> close the foreground app
”Learn” -> activate learn mode
”Back” -> send back key
”Start” -> start menu
”Lock” -> lock phone
”Phone” -> start Phone app
”Up” -> send Dpad up
”Down” -> send Dpad down
”Left” -> send Dpad left
”Right” -> send Dpad right
”PrevApp” -> switch to previous app (Alt-Tab feature)
”NextApp” -> switch to next app (Alt-Tab feature)
”Home” -> switch to Homescreen
”Rotate” -> rotate screen
”Controller” -> activate the controller mode
Программа может использоваться как контроллер для игр:
Use the controller as a generic gamepad for e.g. FPSEce, morphgear or flash games. The controller is multitouch capable and converts the touches to key events. You can define the keys to be sent via registry value «ControllerKeys»: Down, up, left, right, 1, 2, A, B, C, D, X, Y. The button «R» toggles between portrait and landscape mode and partial and full screen lock. The button «X» deactivates the controller mode. The registry value «ControllerVibrate» defines the vibrate status: 0=off, 1=default, >1=time in ms. To quickly install and configure LMTs controller with FPSEce and morphgear I made a fpse.ini file and a registry file for morphgear. The howto:
FPSEce:
install FPSEce on internal memory
before first start replace the existing fpse.ini with the attached one
now start FPSEce
load a rom, start LMTs controller and have fun!
Morphgear:
install morphgear and e.g. the generator plugin on internal memory
start morphgear and close it again
import the attached registry file
now restart morphgear again
load rom, start LMTs controller and have fun!
These aren’t the perfect settings since I only patched the key inputs to work properly with LMTs controller but it’s a good base for further settings. If anyone has better settings, it would be nice if he could post them here. 🙂
Настройки:
There are 3 blacklists available to exclude processes from taskswitching (BlackListSwitch), from the closeApp feature (BlackListClose) and to deactivate LMT when the process is the current foreground app (BlackListAll). Just add the full path to the process to the multistring. There is also 1 whitelist available: WhiteListBack. If Opera 9 is the current foreground app and you activate the internal command ”Back”, LMT will send a special key to navigate back in Opera.
With the registry value ”SingleTouchGestureSupport” you are able to activate or deactivate the single touch gestures (Square, Diamond and Delete) and with the registry value ”TapAndHoldGestureSupport” you can activate a special feature where you can draw all dual touch gestures with one hand: Just tap with one finger somewhere on the screen and draw «one part» of the multitouch gesture with another finger. Then release the tapped finger and the gesture will be recognized.
Совместимость: WM 6.5
Скачать:
Версия 0.8.5 CAB: LMT_v0.85.CAB изменения — спасибо KoT
Версия 0.8 CAB: 
Сообщение отредактировал dmand — 05.09.10, 22:45
[DEV][5/5/10] LMT Launcher 0.8
LMT is a tool for the HD2 that launches a program when perform single touch or multitouch gestures on the screen. You can connect internal commands and external apps to any gesture LMT supports. See a video here.
Download the latest version, copy it to your HD2, start the cab via file explorer and install LMT on internal memory. After installation start LMT. You won’t see any GUI since LMT is a background process. Try at first the double swipe up gesture. If everything works fine, you’ll see the corresponding overlay and the foreground process will be closed (closeApp is the default action for double swipe up).
Gestures
- SwipeRightDouble
- SwipeLeftDouble
- SwipeUpDouble
- SwipeDownDouble
- SwipeRightLeftDouble
- SwipeLeftRightDouble
- SwipeUpDownDouble
- SwipeDownUpDouble
- QuestionmarkDouble
- SquareDouble
- DiamondDouble
- Square (start gesture top left cw)
- Diamond (start gesture at the bottom cw)
- Delete (start gesture top left)
There are two ways to connect apps to gestures. The first one is to draw the “learn gesture” on the screen and afterwards the gesture, you want to connect the current foreground app with. This method is easy but has some limitations. You cannot assign process arguments or assign internal commands to gestures. The second way is to configure LMT via registry. Navigate with your preferred registry editor to HCKU\Software\LMT. Here you can see which commands are currently connected to a gesture and you can edit any gesture/app relation. To assign an external app to a gesture insert the full path to the process: [Full path to exe],[arguments]. E.g. «\Windows\tmail.exe,-RunInBKG». To assign an internal command to a gesture insert on of the following command strings.
Commands
- “CloseLMT” -> close LMT
- “CloseApp” -> close the foreground app
- “Learn” -> activate learn mode
- “Back” -> send back key
- “Start” -> start menu
- “Lock” -> lock phone
- “Phone” -> start Phone app
- “Up” -> send Dpad up
- “Down” -> send Dpad down
- “Left” -> send Dpad left
- “Right” -> send Dpad right
- “PrevApp” -> switch to previous app (Alt-Tab feature)
- “NextApp” -> switch to next app (Alt-Tab feature)
- “Home” -> switch to Homescreen
- “Rotate” -> rotate screen
- “Controller” -> activate the controller mode
Controller Mode
Use the controller as a generic gamepad for e.g. FPSEce, morphgear or flash games. The controller is multitouch capable and converts the touches to key events. You can define the keys to be sent via registry value «ControllerKeys»: Down, up, left, right, 1, 2, A, B, C, D, X, Y. The button «R» toggles between portrait and landscape mode and partial and full screen lock. The button «X» deactivates the controller mode. The registry value «ControllerVibrate» defines the vibrate status: 0=off, 1=default, >1=time in ms. To quickly install and configure LMTs controller with FPSEce and morphgear I made a fpse.ini file and a registry file for morphgear. The howto:
FPSEce:
- install FPSEce on internal memory
- before first start replace the existing fpse.ini with the attached one
- now start FPSEce
- load a rom, start LMTs controller and have fun!
Morphgear:
- install morphgear and e.g. the generator plugin on internal memory
- start morphgear and close it again
- import the attached registry file
- now restart morphgear again
- load rom, start LMTs controller and have fun!
These aren’t the perfect settings since I only patched the key inputs to work properly with LMTs controller but it’s a good base for further settings. If anyone has better settings, it would be nice if he could post them here. 🙂
There are 3 blacklists available to exclude processes from taskswitching (BlackListSwitch), from the closeApp feature (BlackListClose) and to deactivate LMT when the process is the current foreground app (BlackListAll). Just add the full path to the process to the multistring. There is also 1 whitelist available: WhiteListBack. If Opera 9 is the current foreground app and you activate the internal command “Back”, LMT will send a special key to navigate back in Opera.
With the registry value “SingleTouchGestureSupport” you are able to activate or deactivate the single touch gestures (Square, Diamond and Delete) and with the registry value “TapAndHoldGestureSupport” you can activate a special feature where you can draw all dual touch gestures with one hand: Just tap with one finger somewhere on the screen and draw «one part» of the multitouch gesture with another finger. Then release the tapped finger and the gesture will be recognized.
Лаунчер для Android в стиле Windows Phone всё ещё обновляется
Специфический Launcher 10, привносящий в устройства на Android интерфейс Windows Phone, получил крупное обновление версии 2.1.5. Помимо стандартных исправлений ошибок и повышения производительности, разработчики добавили новые функции. Теперь дизайн Launcher 10 практически ничем не отличается от интерфейса оригинального Windows Phone.







Недавнее обновление Launcher 10 привнесло в приложение следующие нововведения и изменения:
- исправление большого количества багов, повышение стабильности и производительности;
- уведомления на плитках теперь отображаются поверх фонового изображения, если оно есть;
- возможность выбора размера иконки и её типа для каждой плитки;
- добавлены незначительные отступы от краёв;
- поддержка поворота экрана;
- события календаря теперь показываются в живой плитке только в том случае, если пользователь включил их отображение.
Фанатам мобильной Windows остаётся надеяться, что разработчики Launcher 10 и дальше будут поддерживать свой пользовательский интерфейс. В таком случае, поклонники Windows Phone смогут практически «безболезненно» перейти на Android, сохранив при этом полюбившиеся приложения от Microsoft и любуясь дизайном оболочки.





