[DEV][5/5/10] LMT Launcher 0.8 - Windows Mobile Software Development

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.
Installation
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)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Learning gestures
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...
Settings
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.
Changelog 0.8
Fixed rotation feature
Controller button "R" now toggles between: Portrait (fg app touchable) -> Landscape (fg app touchable) -> Portrait (full screen lock) -> Landscape (full screen lock)
Added Mario feature in controller mode: The areas between A and B, C and D and X and Y will lead to both keyevents. When you e.g. run in Mario Bros. with button "C" and jump with button "D" you can run with "C" and then slide your finger right. Then "C" and "D" will be both pressed. Mario will run and jump...
Fixed rotate and exit button in controller mode (no interference with fg app)
Added dword reg value "ShowOverlay": 0=overlays deactivated, 1=overlays activated with default time, >1=overlays activated with custom time (ms)
Optimized square gestures
Removed arrow gestures
Added 5 new mt gestures: Double Diamond and Swipe left/right, right/left, up/down, down/up
Added 1 st gesture: Diamond
Added \Windows\services.exe to BlackListClose
Set new defaults for gestures (see registry!)
LMT is now rotation arware and works also in landscape mode (only 270°)
Controller supports now real landscape mode (e.g. for flash games)
See full changelog in changelog.txt attached!

thx for this work.
Just installed on hd2 and soft reset but doesnt work

Currently doing a lot of work on this, closing the thread for now... It will be good when its finished!

Due to the fact that I had the same idea than l3v5y to develop a multitouch gesture launcher based on the PenTrac approach, we decided to develop LMT together. This is our first alpha version:
LMT is able to launch and close processes with multitouch gestures. The following gestures are currently supported (see gestures.jpg in attachments):
- DoubleSquare: Close LMT
- DoubleQuestionMark: Learn mode; the following gesture will be connected to the process related to the foreground window. Next time the gesture is done, LMT will start the connected process
- DoubleLineUp: Close the current process
- DoubleLineDown: Connect e.g. to TaskFacade as a “Multitouch Taskmanager”
- DoubleLineLeft, DoubleLineRight
- DoubleArrowLeft, DoubleArrowRight
We decided to support only special multitouch gestures to not interfere with normal scrolling gestures or the HTC pinch to zoom feature. I hope someone can try our first version and give us a bug report, comments to new features, etc…

After installing that cab, i cannot get any of the gestures you have installed to work. Even after a softreset. Something Im missing/doing wrong?

Same for me...

Hi,
works fine on my HD2.
Is there a possibility to define some exclusions?
Like S2U2?
It crashes when I swipe up when s2u2 is on and also when the quicklinks on manila mainscreen are up
manuel

Hm, I reinstalled the cab and everthing works fine. Can you please check the following things:
1) file \windows\PenTrac.dll exists
2) file \Program Files\LMT\LMT.exe exists
3) When starting LMT, the reg value HKLM\HARDWARE\DEVICEMAP\TOUCH\MultiTouchDemo is set to "1". For testing set value to "0" and then to "1" while LMT is active. Does LMT work?
4) Correct gesture? Gestures are all multitouch gestures, e.g. swipe two fingers down
5) Which ROM version are you using? Can you please post \windows\touch.dll from ROM dump?
If it still won't work I have to add logging support in PenTrac.dll and LMT.exe to see what's wrong...

Hi Senfsaft,
good to hear the app is working on one HD2 except mine! Exclusion list? Not yet, but not a problem for upcoming releases.

noname81 said:
Hm, I reinstalled the cab and everthing works fine. Can you please check the following things:
1) file \windows\PenTrac.dll exists
2) file \Program Files\LMT\LMT.exe exists
3) When starting LMT, the reg value HKLM\HARDWARE\DEVICEMAP\TOUCH\MultiTouchDemo is set to "1". For testing set value to "0" and then to "1" while LMT is active. Does LMT work?
4) Correct gesture? Gestures are all multitouch gestures, e.g. swipe two fingers down
5) Which ROM version are you using? Can you please post \windows\touch.dll from ROM dump?
If it still won't work I have to add logging support in PenTrac.dll and LMT.exe to see what's wrong...
Click to expand...
Click to collapse
After running LMT the registry value was still set to 0. Changing it to 1 has fixed the issues i had

noname81 said:
Hi Senfsaft,
good to hear the app is working on one HD2 except mine! Exclusion list? Not yet, but not a problem for upcoming releases.
Click to expand...
Click to collapse
i'm using artemis 3.0 rom

noname81 said:
Due to the fact that I had the same idea than l3v5y to develop a multitouch gesture launcher based on the PenTrac approach, we decided to develop LMT together. This is our first alpha version:
LMT is able to launch and close processes with multitouch gestures. The following gestures are currently supported (see gestures.jpg in attachments):
- DoubleSquare: Close LMT
- DoubleQuestionMark: Learn mode; the following gesture will be connected to the process related to the foreground window. Next time the gesture is done, LMT will start the connected process
- DoubleLineUp: Close the current process
- DoubleLineDown: Connect e.g. to TaskFacade as a “Multitouch Taskmanager”
- DoubleLineLeft, DoubleLineRight
- DoubleArrowLeft, DoubleArrowRight
We decided to support only special multitouch gestures to not interfere with normal scrolling gestures or the HTC pinch to zoom feature. I hope someone can try our first version and give us a bug report, comments to new features, etc…
Click to expand...
Click to collapse
I would be more than glad to test this out and give you feedback.
I think you will have heaps more to do testing with pleasures.
Again thanx for the efforts of this apps.

HTCHD2_2010 said:
I would be more than glad to test this out and give you feedback.
I think you will have heaps more to do testing with pleasures.
Again thanx for the efforts of this apps.
Click to expand...
Click to collapse
Ok i 've quickly stole sometimes from work to do some testing as i am very anxious.
Firstly, i had to reinstall the LMT v0.1.cab twice because first time it did not
write in to the registry setting as 1.
2ndly, when it was installed properly as mentioned in ur checklist, everytime i am in an application and do a double down swipe, i can see momentarily the
LMT appl icon displayed then disappeared but then nothing happened.
So i went to the home screen then tried same thing again that was when
the HD2 froze and now is in reset mode.
Oh, i am running Duttys Leo Sense 2.5.x Holy Grail V0.6 release on 3 Feb.
I hope this will help.

working fine! i love this app! thanks so much
I am also able to re-connect doublelinedown to taskmgr.exe instead of taskfacade coz i havnt installed it.
the tweak i have done to make it run correctly:
1. installed the cab
2. run LMT in the start menu
3. when LMT is running, change the regkey hklm\hardware\devicemap\touch\multitouchdemo from 0 to 1
rom: dutty leo multi lang 1.8
os: 21891
manila: 2.5.20112328
thanks again~

cshuwing said:
working fine! i love this app! thanks so much
I am also able to re-connect doublelinedown to taskmgr.exe instead of taskfacade coz i havnt installed it.
the tweak i have done to make it run correctly:
1. installed the cab
2. run LMT in the start menu
3. when LMT is running, change the regkey hklm\hardware\devicemap\touch\multitouchdemo from 0 to 1
rom: dutty leo multi lang 1.8
os: 21891
manila: 2.5.20112328
thanks again~
Click to expand...
Click to collapse
Oh wow, i did exactly the same and has similar set up in ROM as you do.
Strange my did not work.
So this at least give me some hopes. Trying again now. I noticed you didn't even need to reset to make it work.
Cheers.

cshuwing said:
working fine! i love this app! thanks so much
I am also able to re-connect doublelinedown to taskmgr.exe instead of taskfacade coz i havnt installed it.
the tweak i have done to make it run correctly:
1. installed the cab
2. run LMT in the start menu
3. when LMT is running, change the regkey hklm\hardware\devicemap\touch\multitouchdemo from 0 to 1
rom: dutty leo multi lang 1.8
os: 21891
manila: 2.5.20112328
thanks again~
Click to expand...
Click to collapse
HTCHD2_2010 said:
Oh wow, i did exactly the same and has similar set up in ROM as you do.
Strange my did not work.
So this at least give me some hopes. Trying again now. I noticed you didn't even need to reset to make it work.
Cheers.
Click to expand...
Click to collapse
Yes, I tried again and it did work.
However, i know it a bit too much to request as this is a huge effort already
but is there a way i can configure it to switch or looping through all the loaded apps currently in the task manager by repeatedly double down action swiping each time?
Cheers.

i dont get it? im following the above procedure..
install .cab
run LMT from start menu
edit registry of multitouchdemo to 1
save registry and exit
it appears that whnever i do a two finger swipe down the gesture appears but nothing will happen
if i swipe up it will close the application..
i tried restaring the HD2 but still the same.
my rom, duttys holy grail 1.6

din0_22 said:
i dont get it? im following the above procedure..
install .cab
run LMT from start menu
edit registry of multitouchdemo to 1
save registry and exit
it appears that whnever i do a two finger swipe down the gesture appears but nothing will happen
if i swipe up it will close the application..
i tried restaring the HD2 but still the same.
my rom, duttys holy grail 1.6
Click to expand...
Click to collapse
I think you must have accidentally set the registries by doing a double swipe question mark.
Now go to your registry to check what is your HKLM\Software\LMT\TopToBottomLineDouble currently set to and then change the value back to what you want eg: "\windows\TaskMgr.exe" , means double swipe down will take you to your TaskMgr no matter where you are.
Hope I can help out.

Simply amazing! Exactly what I was looking for
Great work guys! Unleashing the true power of HD2 and Windows Mobile

double swipe down will execute taskfacade by default.
if ur device doesnt have taskfacade installed, double swipe down will do nothing.
thats why i re-connect double swipe down with taskmgr.exe
as suggested by above, u can maually edit the regkey...
or follow this:
1. open the program that u want LMT link to
2. On the screen showing your program, Double swipe question mark
3. Then, double swipe your desired gesture. (Read the supported gestures)
4. It's done.

Related

RollR Discussion

I'm starting to get used to this new trackball (RollR), but it is definitely different than normal cursor pads on most devices.
It's OK outside of gameplay. I tried the new Raging Thunder racing game on my P3300, and while it plays just fine performance-wise, the RollR ball is much too sensitive to be used for this game.
I also find it a bit more difficult to scroll in PIE with the new trackball and outside clockwise/counterclockwise scroller.
How does everyone else feel about this new feature?
I feel like I could get used to it, but you dont need to use the mouse all the time. Does anyone know of a way to attach the mouse toggle program to a hardware button.
for me at the beggining the feel was not very good but when i used to it i think now is a very good suprise.i can do all the works just in one hand very easy even serfing internet
another thing that is excellent for me is the wifi connecting distance.now i can go also to my second floor of my apartment and have internet connection
without a problem and this is something i could not do with my qtek 9000
so far i,m very happy for the device.
*my english is not very good hope you understand me
neptune said:
I feel like I could get used to it, but you dont need to use the mouse all the time. Does anyone know of a way to attach the mouse toggle program to a hardware button.
Click to expand...
Click to collapse
Copy the file \Windows\MouseMode.exe and paste a shortcut in the \Windows\Start Menu\Programs. Then go to Start - Settings - Buttons and set it on a hardware button
I'm definitely getting used to it after almost a week. Game playing is still a challenge with the sensitivity of this ball compared to a regular pad, though.
mindk33p3r said:
Copy the file \Windows\MouseMode.exe and paste a shortcut in the \Windows\Start Menu\Programs. Then go to Start - Settings - Buttons and set it on a hardware button
Click to expand...
Click to collapse
Thanks for the suggestion, but is there any way to skip that screen where you have to make an extra click. Its no so much a deal when activating the mouse, only when trying to turn it off.
What do you guys think of the scroll ring, or whatever the chrome part is called?
I really like using it to scroll through all of the messages in my inbox, or when browsing web pages, but it doesn't always work as expected. Some times it scrolls smoothly, and other times it jumps to the next link. Anybody figured this out?
If you go into HKLM\Software\HTC\HTCCPL\Applet8 you can change the value of CmdLine to SETMOUSEMODE and the icon in the cpl will start and stop with one press.
mixmaven said:
If you go into HKLM\Software\HTC\HTCCPL\Applet8 you can change the value of CmdLine to SETMOUSEMODE and the icon in the cpl will start and stop with one press.
Click to expand...
Click to collapse
great my friend thanks a lot for that.....
now can you tell me how can we change the size of the cursor and put a smaller one?
To Dinario
I'am using it for 2 days and I agree with you. I don't find the wheel very useful and in fact I only use track ball with is more convenient with its 4 directions.
According to me, the wheel is only design for big jumps, and the trackball is more efficient for small jumps. But maybe in a few days we will take full control of this alien
mixmaven said:
If you go into HKLM\Software\HTC\HTCCPL\Applet8 you can change the value of CmdLine to SETMOUSEMODE and the icon in the cpl will start and stop with one press.
Click to expand...
Click to collapse
I did that instead :
- I Created a shortcut "mousemode.lnk" into \windows\start\programs (for my french one it is "\windows\menu demarrer\programmes")
- I edited the shortcut mousemode.lnk as below : "\windows\mousemode.exe" SETMOUSEMODE
Now, I can quickly activate/deactivate the mouse mode by cliking the icon, and I still can edit the mouse settings in the control panel.
I can activate it with one click of the icon, but how do i do the same by clicking a hardware button. I've went into settings/buttons and assigned a key, but when i press it only takes you to the config page where you have check enable.
Has anyone any ideas please?
Thanks,
BPP
I hate exactly the same problem, if someone can help. Thanks
Big Purple Penguin said:
I can activate it with one click of the icon, but how do i do the same by clicking a hardware button. I've went into settings/buttons and assigned a key, but when i press it only takes you to the config page where you have check enable.
Has anyone any ideas please?
Thanks,
BPP
Click to expand...
Click to collapse
You must write inside the register
HKLM-software-microsoft-shell-keys
i.e. 40c1 then ab(default)
["\Windows\MouseMode.exe" SETMOUSEMODE] without the []
What registry program is used to do this?
mixmaven said:
If you go into HKLM\Software\HTC\HTCCPL\Applet8 you can change the value of CmdLine to SETMOUSEMODE and the icon in the cpl will start and stop with one press.
Click to expand...
Click to collapse
What registry program is used to do this?
str8upn2 said:
What registry program is used to do this?
Click to expand...
Click to collapse
resco explorer
resco registry
Anyone knows how i can set rollr sensibility in "d-pad mode"?
does anybody know how to disable rollr on HTC P3300 by registry trick? I have some problems with it - sometimes it becomes mad and starts to scrolling the screen even when I am not touching it. It is absolutely impossible for me. Any help appreciated.
I thought I should share how I make use of the ring and the ball.
The wheel basically moves the highlighting position up and down on the screen (there is no left and right movement). When the mouse cursor is enabled, pressing the ball will mean pressing the location where the mouse pointer is pointing (not where highlighted). Hence, I am using a button-mapping software (AEBPlus) to get the benefits of both world:
- OK button becomes "enter"
- long pressing OK button becomes "close application"
- right softkey button becomes "move cursor to right"
- left softkey button becomes "move cursor to left"
- media key single press becomes left softkey
- comm manager key single press becomes right softkey
And, I have the mouse cursor always enabled. Generally moving the highlighting position by the wheel is easier than the mouse.
Hence, with this setup, I use the wheel most of the time to move the highlighting position to where I want and then I press the OK button to select it. When typing text, I use the right/left button to move around the typing position for editing, deletion, etc. I will use the mouse to point to those location where highlight can't go to, for instance, the input pad, or those icons at the top task bar ...
Therefore, it is now almost one-handed operation and I hardly need the stylus.
Cursor colours?
Anyone know how to change the colour/size of the arrow?

MobileMagic: G-Enabled, Button mapper and more - Beta available

Further development will be done on the HD2:
MobileMagic for HD2
Obviously Touch HD and other HTC will be still supported!
MobileMagic is supposed to make your life with your HTC easier.
in the following I try to provide a quick overview what the
software can do:
In general it activates automatic G rotation for any app!
Buttons and Events that can be assigned to actions:
Rotation of your device triggers special actions
(Eg FaceDown turns screen of)
Stylus In
Stylus Out
Power button (short)
Power button (long)
Volume Up (1 to 3 time)
Volume Down (1 to 3 times)
Take Call (1 to 3 times)
Home -> Not supported yet
Backspace (1 to 3 times)
Hang Up (1 to 3 times)
GPS Fix Found
GPS Fix Lost
Portrait During Call -> Not supported yet
No Portrait During Call -> Not supported yet
Actions that can be assigned:
Start Application
Play Sound
Save window info -> Not supported yet
Screen On
Screen Off
Screen Toggle
DenyRotate (this is in particular for App rules see below)
Rotate Potrait
Rotate RevPotrait
Rotate Landscape
Rotate RevLandscape
Lock Screen
Soft Reset
Hard Reset
Show MobileMagic
Hide MobileMagic
Power Off
Show Home
Show Dial
Vol Up
Vol Down
DPad Left
DPad Right
DPad Up
DPad Down
LightUp
LightDown
GPS On
GPS Off
BT Off
BT On
BT Discoverable
BT Toogle (On)
BT Toogle (Disc)
Wifi On,Off,Toggle
Phone On, Off, Toggle
Activate Stay On
Deactivate Stay On
App Rules:
This are rules that deactivate rotation for specific apps or
force them to a particular rotation.
Be aware of that only DenyRotate, Rotate Potrait, Rotate RevPotrait, Rotate Landscape
Rotate RevLandscape are considered as valid rules.
So as of right now you cannot assign playing a sound when a certain app opens.
Seperate app profiles:
For using the seperate app profiles do the following:
1. Create App rule for the application you target
2. Select "Seperate Profile for App"
3. Save App rule
4. Select profile and edit
Options:
AutoStart MobileMagic
Start hidden
Stay On
Speed/Cache optimizer
GPS
GPS while power off
How to install:
You need to install .NET compact framework 3.5
Afterwards you can just copy the contents of the attached ZIP
onto your device.
Be aware of that many options only get active after you explicitly exit
MobileMagic and you restart it.
Public beta is available now!
Please be advised: You use this software at your own risk.
I deny any responsibility or liability.
v 0.9.9.25p features:
Solved "not supported dialog" issue.
Solved "Start hidden" issues.
It should work now for all devices.
v 0.9.9.2 features:
Little fix for "Close Active Application"
Should not kill apps anymore that it is not suposed to.
v 0.9.9.1 features:
Action "Close Active Application" added
Allowing to use some additional actions on WindowEvents/AppRules
which before were only available for button assignment.
(This is still limited since you can only choose actions, but you
cannot configure parameters)
v 0.9.9.01 features:
Fix for AppRule
please sign me in
Awesome!
Please do also consider an option to use the G-Sensor as D-Pad like GController (http://forum.xda-developers.com/showthread.php?t=429569).
That would make it possible to use any app and play any game with the G-Sensor, which, IMHO, would be really awesome!
Good to see people working on apps.
Thanks and good luck!!
Count me in please.
I won't mind testing as well once i get my phone
maati said:
Awesome!
Please do also consider an option to use the G-Sensor as D-Pad like GController (http://forum.xda-developers.com/showthread.php?t=429569).
That would make it possible to use any app and play any game with the G-Sensor, which, IMHO, would be really awesome!
Click to expand...
Click to collapse
Yes, that would be a much better solution than mapping buttons as d-pad substitute.
Happy if I can help you.
Count me in!
count me in too
Since this is my business device I can't afford to risk problems. But I'm posting in support of your app!
That would be GREAT. In particular, I hate that the volume keys work even after the screen is locked. It would be great to remap them (to nothing)...
A softkey (command line parameter) to power off/reset/standby would be nice.
Thanks!
good
please sign me in
regard
ciao
you can count me in also.No probs to do testing
Beta phase starting
For all who want to participate in the first beta test.
Please send an email to [email protected].
I will reply with the current version of the software,
additional idea:
pick up a phone call by "shaking"
switch on / switch of by turning (front to rear / rear to front)
and... maybe more
First post updated.
Interesante aplicacion, esperando impaciemte para probarlo
Sounds great !
Would like to test it for you.
I got some feedback from the first beta testers.
Thanks for that!
In a couple of days I plan to release a public beta which
is taking care of some of the issues reported +
a couple of new features...
Stay tuned...
Background for all Tabs
Any chance of creating a Background for all Tabs option to browse for a file and changes the background picture for the tabs?
Happy to test too...

Morphgear problem

I know alot of threads has been made but i really cant find anything about this ? Maybe im dumb or whatever, but when i go into global settings, i cant change anything. Whatever i do, the option gets automatically put back to "standard".
Do i have to register to be able to do this ? Is this a glitch ?
PS. i hate my Touch Pro 2 now!
Try pushing the "arrow" Hardware Button right beside your "hang-up" button. That should save your morphgear settings. I had the same problem a while back
It is kind of a glitch, since morphgear was made for Windows Mobile 6.X - the "ok" button wont show up when using WM 6.5.X
I'm afraid that's not the problem I have.
When I tap the new value I want to change to, I don't even get the new value shown. It just pops back into the standard value at once.
Example:
I go into global settings, and wish to change Display - Driver from Auto to GDI. Now when I activate the pulldown, i tap GDI. The pulldown is deactivated and I am suppose to be left with GDI in the value-field, but instead mine says Auto once again.
Any ideas ?
sacro84 said:
I'm afraid that's not the problem I have.
When I tap the new value I want to change to, I don't even get the new value shown. It just pops back into the standard value at once.
Example:
I go into global settings, and wish to change Display - Driver from Auto to GDI. Now when I activate the pulldown, i tap GDI. The pulldown is deactivated and I am suppose to be left with GDI in the value-field, but instead mine says Auto once again.
Any ideas ?
Click to expand...
Click to collapse
Ah, i see - did you try double tapping your selected option? That did it for me.
If that doesnt work, try opening the dropdown menu (preferably with your keyboard enter button) and use your keyboard arrow keys to select the one you want and press the enter button again to confirm your value.
I hope one of those options works for you.
Arrows and enter enabled me to be able to select my options.
Now only to find out how to make the gameframe show correct on landscape
I am currently experiencing some trouble with the frame being out of my screen. Any ideas on how to make this work on NES games ?
Yes i changed options on screensize, this changes the size of corse but the frame is still off my screen
EDIT:
Actually nevermind... Im not gonna pay for a program i need to costumize myself, when its not even working properly Tnx for your help though!
If you want to fix your Landscape problem, I would really recommend reading through fire_z's post found here:
http://forum.xda-developers.com/showthread.php?t=565163
For example a part of it here:
It is interesting to note that using the RawFramebuffer as a Driver gives better speed than GDI,(based on my M900)which works effortlessly in Portrait. But making it work in Landscape mode full screen is a little bit tricky.
To use Rawframebuffer in landscape:
B. Rawframebuffer Landscape: (Full Screen)
1. Repeat step 3 (of the above GDI guide)
2. Do step 4 (above) but change set settings to:
Driver: RawFramebuffer
0rientation: East
uncheck- use virtual pad
Check- Enable Sound
CPU Throttle: High
3. Soft Reset Device
4. When device resumes, slide to reveal keyboard (this will automatically sets screen to landscape).BUT BEFORE running MorphGear, with/while keyboard slided out, change Orientation to Portrait.
5. Run MorphGear. Check if the settings icons are vertically situated in the LEFT side and the MorphGear logo horizontal (if this is the case you're in the right track).
6. Repeat step 7 (above)
7. Now the tricky part, in mapping controls remember that the directions are not what they seem. For example if your using keys W-A-S-Z as UP-LEFT-RIGHT-DOWN (IN GDI landscape mode), WHEN using Rawframebuffer, UP=LEFT,RIGHT=UP, LEFT=DOWN, DOWN=RIGHT.
Yup it's a little bit confusing, but it's the only way to get logical direction controls. If you want to use W-A-S-Z, just set it this way:
UP-A
LEFT-W
RIGHT-Z
DOWN-S
And click ok.
8. Locate and Choose ROM.Tap screen to set Full Screen. Enjoy Game. (Refer to Step 9 above)
9. If you want to play another console rom (like gba,snes,genesis etc.) just repeat steps 6 to 8 on this Rawframebuffer guide.
NOTE: One important thing to remember is NEVER activate the device's LANDSCAPE mode WHILE using the RawFramebuffer or you'll end up a jumbled display. If this happens, just totally exit Morphgear via exit button or via task manager, switch to portrait mode while the keyboard is slided out and run MorphGear.
To sum up things, if you want to have Playable Games in Full Screen Landscape.
1. For TurboGrafx-16,NES,MasterGear,Gameboy GB and GB ROMs,use GDI.
2. For SNES,Gameboy Advance and Genesis ROMs,use RawFrameBuffer(TurboGrafx-16,NES,MasterGear,Gameboy GB and GB ROMs works great in RawFramebuffer too, but as I said, it's a little bit tricky.)
To have more speed.
1. Adjust screen size to Fit Window or Smaller.
2. Disable Image Smoothing.
3. For even more speed, play Games in Portrait Mode ( just set Global Settings/Orientation= North, applicable for both GDI and RawFramebuffer.) But why bother portrait, games are still playable in landscape,and our device have a KEYBOARD remember? (reminds me of the upcoming PSP GO)
Enjoy!
Click to expand...
Click to collapse
Try going through his settings and your games should be running without any problems. I'm finally able to run nearly any snes game mostly full speed, except for Seiken Densetsu 3 and Super Metroid. (And except for sound, since morphgear is just way too old and our processing power sucks when emulating snes sound)
His instructions might seem a little complicated at first, but his settings work great for me. The only thing you have to consider, is that when opening your keyboard, our screen automatically turns to landscape. I assigned my "long press send button" to rotate my screen back to portrait mode when my keyboard is out. That way im able to use the settings (Orientation east) that fire_z posted.
Which brings me to the point where morphgear is too old... im not going to motivate people looking for "alternate ways" to a piece of software...
...but paying for a piece of software that is old as hell and hasnt been updated in years - i would strongly suggest to spend your money in other great WM software out there. I find it outrages, that spicy pixel still offer there products in such a ripoff of a price. (At least the SNES module is for free)
Too bad nobody is coding any new snes emulators on WM - that would be something i would definitely be paying for.

[Q] S-Pen aided screenshot - a service that can be disabled?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(picture hosted by slashgear, don't have my device with me right now, will upload my own)
Basically what you see above is what I'm trying to get rid of, to allow software like Papyrus to use the S-Pen's button for gestures. I've tried to play around with things as much as I'm comfortable with *nix systems, but I can't find how Samsung implemented this feature. And is this something that can be removed from the ROM itself? I don't know where to start.
kevincop said:
(picture hosted by slashgear, don't have my device with me right now, will upload my own)
Basically what you see above is what I'm trying to get rid of, to allow software like Papyrus to use the S-Pen's button for gestures. I've tried to play around with things as much as I'm comfortable with *nix systems, but I can't find how Samsung implemented this feature. And is this something that can be removed from the ROM itself? I don't know where to start.
Click to expand...
Click to collapse
If you're just asking about the wheel that pops up you can turn that off by going to: settings - controls - spen; Then under the header "Air View" is the option to turn off "Air Command", which is the function that brings up that wheel when you are hovering and click the button.
Withut root I don't know about turning off the s pen actions for the lasso screen shot (holding button while circling an area), or full screen shot (holding butting an tapping screen). But, if you were rooted, then the app GMD spen control allows you to "overtake" samsungs gestures to use the apps predefined spen gestures or to use custom defined gestures (only for when the pen is touching the screen and button is pressed, not for hover gestures).
mmcnulty said:
If you're just asking about the wheel that pops up you can turn that off by going to: settings - controls - spen; Then under the header "Air View" is the option to turn off "Air Command", which is the function that brings up that wheel when you are hovering and click the button.
Withut root I don't know about turning off the s pen actions for the lasso screen shot (holding button while circling an area), or full screen shot (holding butting an tapping screen). But, if you were rooted, then the app GMD spen control allows you to "overtake" samsungs gestures to use the apps predefined spen gestures or to use custom defined gestures (only for when the pen is touching the screen and button is pressed, not for hover gestures).
Click to expand...
Click to collapse
It's great that Air View can be disabled.
Cool. Thank you! GMD is a great workaround. I appreciate it.
I am still open to learning how to do away with the lasso screenshot feature altogether, at the ROM level.
mmcnulty said:
If you're just asking about the wheel that pops up you can turn that off by going to: settings - controls - spen; Then under the header "Air View" is the option to turn off "Air Command", which is the function that brings up that wheel when you are hovering and click the button.
Withut root I don't know about turning off the s pen actions for the lasso screen shot (holding button while circling an area), or full screen shot (holding butting an tapping screen). But, if you were rooted, then the app GMD spen control allows you to "overtake" samsungs gestures to use the apps predefined spen gestures or to use custom defined gestures (only for when the pen is touching the screen and button is pressed, not for hover gestures).
Click to expand...
Click to collapse
I finally rooted the device on stock firmware and installed GMD sPen Control. It doesn't allow Papyrus to use the sPen buttons however. It does disable the screenshot feature and enables other sPen gestures, but that's not quite what I'm after.
Thank you once again for the suggestion.
​
kevincop said:
I finally rooted the device on stock firmware and installed GMD sPen Control. It doesn't allow Papyrus to use the sPen buttons however. It does disable the screenshot feature and enables other sPen gestures, but that's not quite what I'm after.
Thank you once again for the suggestion.
Click to expand...
Click to collapse
The below may be helpful to you regarding each of the tabs/pages in GMD spen (especially User gestures):
1 ) -Gestures - Pre defined gestures with the app that you can turn on or off, as well as disabling samsungs gestures. (I personally turn off most of these so I have more gestures available as custom gestures.
A helpful gesture to keep is when holding the button and swiping down from the top of the screen, which will pause gmd gestures (not take their input) and activate samsungs gestures again. So if you want to do a lasso screen shot just by holding the button and circling, first pause the gestures, then do that, then unpause.
2) -User Gestures - Create your own gestures. Heres an example that may help you: Select "+ Path". --> In the field for Gesture Path write "T-T" --> For action select Action then Samsung Note Actions then Air Command --> For starting zone select bottom half of screen. Save it. Then repeat this but for action go through the same menu and pick Action Memo, and for starting zone select top half of screen.
Now whenever you double tap with the button in the top half - Action Note pops up, in the bottom half, the air command wheel pops up.
Obviously you can do this however you want, this was just an example.
3) -Launchpad - Just a menu of pre selected (by you) apps/shortcuts you can bring up with a gesture.
4) Blacklist - Select apps that when they are opened up and active GMD spen will pause your gesture commands (not take them as inputs), but I think this will then activate samsungs gestures inside that app.
5.) Settings
***Blacklist - List apps
mmcnulty said:
​
The below may be helpful to you regarding each of the tabs/pages in GMD spen (especially User gestures):
1 ) -Gestures - Pre defined gestures with the app that you can turn on or off, as well as disabling samsungs gestures. (I personally turn off most of these so I have more gestures available as custom gestures.
A helpful gesture to keep is when holding the button and swiping down from the top of the screen, which will pause gmd gestures (not take their input) and activate samsungs gestures again. So if you want to do a lasso screen shot just by holding the button and circling, first pause the gestures, then do that, then unpause.
2) -User Gestures - Create your own gestures. Heres an example that may help you: Select "+ Path". --> In the field for Gesture Path write "T-T" --> For action select Action then Samsung Note Actions then Air Command --> For starting zone select bottom half of screen. Save it. Then repeat this but for action go through the same menu and pick Action Memo, and for starting zone select top half of screen.
Now whenever you double tap with the button in the top half - Action Note pops up, in the bottom half, the air command wheel pops up.
Obviously you can do this however you want, this was just an example.
3) -Launchpad - Just a menu of pre selected (by you) apps/shortcuts you can bring up with a gesture.
4) Blacklist - Select apps that when they are opened up and active GMD spen will pause your gesture commands (not take them as inputs), but I think this will then activate samsungs gestures inside that app.
5.) Settings
***Blacklist - List apps
Click to expand...
Click to collapse
I appreciate it very much. I went through these options and test blacklisting an app as well. Unfortunately Papyrus still doesn't "see" the gestures. GMD does, and when paused, Samsung screenshot feature does.
I also read up on the rest of the app documentation and can't seem to find a viable way to do this. I did message the app creator for clarification, hopefully I'll get a reply.
kevincop said:
I appreciate it very much. I went through these options and test blacklisting an app as well. Unfortunately Papyrus still doesn't "see" the gestures. GMD does, and when paused, Samsung screenshot feature does.
I also read up on the rest of the app documentation and can't seem to find a viable way to do this. I did message the app creator for clarification, hopefully I'll get a reply.
Click to expand...
Click to collapse
If you are talking about air gestures, you did go into the tablets settings and turn off air command correct?
If you are talking about gestures while touching the screen, then you should just be able to disable any of the built in GMD gestures that are creating the conflict. If they are still things you'd like to be able to do, then just assign different gestures that dont conflict.
I use hover commands in Lecture Notes without any issue.
mmcnulty said:
If you are talking about air gestures, you did go into the tablets settings and turn off air command correct?
If you are talking about gestures while touching the screen, then you should just be able to disable any of the built in GMD gestures that are creating the conflict. If they are still things you'd like to be able to do, then just assign different gestures that dont conflict.
I use hover commands in Lecture Notes without any issue.
Click to expand...
Click to collapse
I am not talking about any gestures per say, just free usage of the spen inside third party apps such as papyrus. I did disable air command, although it has nothing to do with it.
Basically I was expecting that once I disable the Samsung gestures it would somehow disable the service that Samsung runs that gets in between the spend button usage and the application. But that layer is not disabled, it's just it's actions that are prevented from running by GMD.
Hope this makes sense.
Thank you!

6.18 | GROM_FTE9K_MATE Unicom version _EMUI2.0_B927_SP1 | multitasking hung window |

highly customization rom with great performance and good developer support.:good:
i had the previous release and it was really fast and stable.the only cons is the Grom advance setting is only in chines or i was not lucky to find english .
FTE9K works: GROM_MATE Unicom version _ EMUI 2.0_B927_FTE9K_S P1 optimize the enhanced version
-GROM Advanced Settings | Powerful Custom | virtual back button right home | virtual power button
- the virtual navigation bar highly customizable | sliding gestures HOME
- Global Sliding Back | Multi- Task split screen | depth optimization
-2014-6-18 released by fte9k
If you have any comments on the ROM function or demand can go to my microblogging exchange
GROM group, Fte9k: http://weibo.com/fte9k
Note: This rom applicable only MATE Unicom customized version and bare-metal version of
Mobile customized version MATE can not brush this rom! !
FTE9K_MATE Series ROM exchange group: 215 682 164
Disclaimer:
A recommended reading underneath ROM instructions, you may need to actually function GROM advanced settings already had
two. prohibit direct extraction GROM advanced settings and related components, please respect the labor of others!
3 prohibits all based on this re-release ROM for secondary packaging acts, please respect the author's work Fruit Chan!
4. Reprint this ROM, please indicate the source and author!
ROM Name: GROM_FTE9K_MATE (Unicom Edition) _EM UI 2.0_B927_SP1 wire brush pack
ROM Size: 537MB
ROM version: EmotionUI2.0 JB4.2.2
GROM B927 SP1 update
=================================
1. reconfigurable embedded system applications Advanced Settings interface improve the efficiency
2. reconstruction Advanced Setup program to improve the efficiency
3. Based on the latest official version EmUI2.0 B927 custom
GROM basic briefing
===================== ============
1 This package applies to Unicom version and the bare metal version MATE ~ ~! ! !
2 This package is based on the official China Unicom version 4.2.2 EMUI 2.0 B927 customized
3. This package can completely update the kernel, system partition, cust partition and recovery partition
4. added full support for Root permissions and Busybox commands
5. introduced more than 60 senior GROM Set exclusive enhancements
6 all the new features and self-realization through the embedded code written ToolBox_fte9k.apk applications
7. absence of any direct implantation of third-party applications to increase its functionality
8.ToolBox_fte9k.apk gadget at least three times more reconstruction and optimization of several
9. streamline all the official part of the built-in applications and systems to promote the application of
10. adjust the default application Sort Home
11. added full Google services, but also can be customized switch, delete the Google services
12. join Since writing ToolBox_fte9k.apk program, integrating the advanced settings, widgets and a key lock screen function
13. supports virtual back button navigation bar Left Right Custom
14 with a high degree of freedom in this ROM customization features, for those who like to toss oil
15. subsequent version updates will add more customization features, so stay tuned ~!
GROM Original Features
=================================
[global] sliding function returns
1. This function can be through gestures Exit the current program can liberate the return key
2. gesture support from left to right, right to left, while supporting more than three gestures from the bottom up, and
3. This feature supports all applications, simply specify the procedures to join the "global Sliding return white list "to open
4. global support custom slide switch returns, custom slide to return the gesture and added a sliding return custom whitelist program
[multitasking] split-screen function
on a multi-task split-screen feature that screens can simultaneously accommodate two simultaneous operation procedures
such as QQ and can also open a web browser to navigate, more user-friendly
2 Multi Task split screen frame transplanted from omni, mokee open source code, to express my gratitude!
3 Press the task list can be started by a long way the task icon split screen multitasking
4 Example: Start SMS program, call up the task list, press the messaging task icon, the pop-up menu, select "Add to multi-task split screen"
to The SMS program running in a multitasking split-screen mode
5 new split-screen multitasking suspension windowed mode
6. started multitasking split-screen interface for each program will be a "window to adjust the position", "adjust the window size" and "Close the window "three icons
7 points, respectively, to support multi-tasking position adjustment screen under the program window, resize the window closes and
8 multi-Task window split screen mode supports multi-window suspended operations support multiple windows simultaneously superimposed
9. suspension Adaptive window button screen mode and normal mode, normal mode is automatically suspended hidden window button
10. floating window mode to the user experience similar windows program
11. simply by way of multi-tasking split screen to start the program starts automatically suspended windowed mode
[ System Advanced Settings category]
1 added into the "test mode" feature
two adjustable mobile phone network and view wifi, battery information.
3 Open 2G/3G band lock function.
4 "GROM Advanced Settings" -. "Test Mode" - "mobile phone Information "-" Set preferred network type "is set to
5.GROM Advanced settings support the white, black theme switching
6.GROM Advanced Settings tab style theme switch supports three
top seven optional text labels, indicators, and the bottom end of the Minister. Short indicator style
gesture control [Class]
1. slip on adding HOME gestures
. slip up by the virtual navigation bar area 2, there will be semi-circular control area
3. slide to the semi-circular control area can be let go at the exclamation icon HOME slip on the active gestures
. 4 HOME sliding gestures on the feature set adding
5 users can slip on a custom HOME pointing gestures.
sliding gestures support 6.HOME: kill the current program, the voice assistant, quick screen capture, fast lock screen and flashlights and other custom
7.HOME slip on gesture kill the current program, the background no residue
8 Set the default white list program, the program will not be slippery whitelist gesture killed on HOME.
9 whitelist programs include:. GROM Senior settings, desktop clock, phone dialing and MeWidget widgets
. 10 slide on adding custom gestures HOME switch function
returns 11 to join global slide switch.
12 ways to join global slide return custom features support: from left to right, right to left , from the bottom up, and any slide way
13. adding custom slide return whitelist feature
14 to enable the sliding function to specify a custom program returns
15. sliding return whitelist feature scans all system applications and applications installed
16 Support boot process is handled automatically whitelist
17. global slide returns may be compatible with some applications there is a problem, such applications simply can not whitelist
18. fix global problems moving the slide to return next topic interface layout
19. repair global slide return Screen rotation failures
20. repair global slide Back Log under Huawei account fc problem
[advanced functional class]
1. adding "Customize Google services"
2. default on a full Google service, users can customize the open, close, and completely remove Google Services
3. adding "Power Music" switch function, the user can customize the switching power of music
4. adding "virtual key right home" function
5. default at the bottom of the navigation bar back button to the right home state
6. Users can customize their virtual back button left home or the right home
. 7 virtual power button to join the navigation bar, support for custom display / hide;
8 default virtual power button to turn on the navigation bar;
9 to join navigation bar background color customization features;
10 supports two virtual navigation bar at the bottom of the menu Custom background;
11 default color is black;
12 optimize virtual navigation keys returned home right function
key has always centered virtual HOME handle
13 to join "VM virtual machine optimization" feature
. 14 adding "kernel parameter optimization" function
15 Join "battery parameter optimization" function
16. above three function switches support boot from the response of the state
[Class] ringtones and dial
1. adding "mute an incoming call shake" function
(2) When an incoming call, the user can turn off call by shaking the phone to ring
3. adding "call mute sensitivity adjustment" function
4. Users can customize the shake sensor sensitivity, support for 8-speed adjustable
5. smaller the value, the stronger the shaking sensor sensitivity
6. adding "Ringtone crescendo" function
7. calls When can increase the interval time set by the user according to the ringer volume
8. supports the largest ring setting that tone crescendo maximum volume
9. supports enhanced interval setting, that one second, three seconds or five seconds later raise a volume level
10 Join "two-way automatic call recording" function
11. monitor current call state, when outgoing or receive calls dialed automatically when automatically start recording function
12. turned on automatically when the recordings and transcripts will be prompted to turn off automatically
13. adding call recording tips from define switch function
14. Users can customize whether automatic recording tips
15. adding "go electric shock" feature is turned on when the power will go vibrating alert
and SMS lock screen [class]
1. adding "unlock interface switching" feature
2 Support users in Google Native unlock and Huawei unlock between real-time switching
3. adding "Huawei unlock vibration settings", the user can customize the vibration switch Huawei unlock screen unlock feedback
4. Huawei unlock vibration settings, support for Huawei topic all unlocked style
5 add volume + / - wake up the screen features
6 customizable wake-up feature is turned on or off the volume.
7 adding "New SMS bright screen prompt" function, when a new message automatically bells screen 5000ms.
8 by adding "SMS bubbles. Style Settings "function
9. supports eight bubble style messaging for users to choose, in a timely manner after the effective date set
10. adding SMS functionality attribution right message displays number attribution
11. added SMS attribution color customization
[Status Bar High Set Class]
1. adding five new status bar shortcut keys, shortcut keys are currently a total of 20 buttons
2. newly added 5 status bar shortcut keys shortcut button position also supports custom features
3 original 14 key state official bar shortcut added five new shortcut keys keys based on
4 were added to enhance the shortcut keys as follows:
(1) notify management: Click to enter notification management interface
(2) Driving mode: Click Start driving mode
(3) Power Management: Click exhaled Power Management Interface
Long press to enter the system setup interface
(4) reboot option: Click exhaled reboot menu, can be a normal restart, fast reboot, reboot to recovery and fastboot mode
GROM long press to enter the advanced settings interface
(5) Flashlight: Click button to automatically switch lights flash
5. adding "drop-down status bar background color settings" function
6. adding "top status bar color settings" function
7. Users can easily set the status bar color palette and transparency through
8. adding "Status Bar Digital clock display "Switch Function
9. adding "digital clock status bar color settings" function
10. adding "network standard status bar displays" function, the default status bar displays the leftmost operator network standard
11. Users can also customize the status bar switch network standard
12. adding "status bar network standard color settings" function
13. adding "network standard custom status bar" feature, the user can edit the text of the operator
14. adding, "The status bar displays speed" function, real-time after opening Displays the current downlink speeds
15. default network speed status bar
16. adding "status bar speed color settings" function
17. adding "status bar battery icon shows" feature can be customized switch battery icon
18. adding "status bar battery icon Style Settings "function
19. provide 14 power icon style for users to choose, after setting the timely entry into force
20. adding, "The status bar displays the percentage of power" function, you can customize the status bar at the percentage of power switch
21. adding "status bar battery percentage color settings "function
22. adding "status bar icon shows the signal" function, you can customize the display / hide the status bar signal icon
23. adding "status bar signal icon color settings" function, you can customize signal, wifi signal icon color
24. join state bar status icon to show / hide custom features
such as: Bluetooth, mute and alarm clock icon the user can customize the display / hide
the status bar status icon 25 added color custom features.
, such as: Bluetooth, mute and alarm icon user can customize the color of the icon
26 . status bar at the top of the right-most new power button, click and long press to support the action;
27 Click the lock screen, long press exhaled shutdown options;.
28 power button on the top right side of the status bar to support custom show / hide;
GROM Brush Description
================================
wire brush:
"GROM_FTE9K_MATE Unicom version _EMUI2.0_B927_SP1.rar" for the line Brush Pack, brush off the assembly line using fastboot mode
(1) computer installed Huawei Device Driver
(2) Download Brush Pack and unpack
(3) Mobile opens "USB debugging" mode
(4) mobile phone with the power link computers
(5) runs flash_all.bat file within the package Brush Brush carried out according to the guide (6) Brush the end, hold the phone volume + and press any key on the computer automatically restart the phone, when you see the Huawei logo when the phone volume + button and then release the phone will automatically double clear, double clear is completed automatically restart and boot into the system
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
download link : pan.baidu.com/s/1bnjFSn1
original post : http://cn.club.vmall.com/thread-908002-1-1.html
Dera friend i cant download file form this link .. please help me . can you give me a different link (not chine). thx.
lkomel said:
Dera friend i cant download file form this link .. please help me . can you give me a different link (not chine). thx.
Click to expand...
Click to collapse
i hope this pic helps you..its the same page translated by google chrome..just click on that buttons and have your download...
DPI (Screen Resoluation) and GROM settings
Dear OP and HAM users, Salaam!
I've installed this ROM yesterday which I downloaded form different portal* needrom.com.
Title: Ascend Mate 4.2.2 | Listed: 06/19/2014 4:02 am | ROM Version: ROM Android 4.2.2
FTE9K_MATE_Unicom_Edition_EMUI2.0_B927_SP1 with size of 537MBs
After installation, I've been facing two (yet known) problems.
1- DPI or display resolution. I'm having low resolution so that icons and complete interface is big. I tried an application to change the DPI/Resolution which made display bit problematic and my keyboard gone insane. Will someone guide me that how to make things better? I think current settings are 720x1280 320DPI. My status bar is most annoying thing.
2- What is this GROM thing about which everyone talking about. It's complete in Chinese. So I haven't got any tiny idea that how it can help me? In addition, how to activate multi-window feature in it?
Kindly guide me.
Looking forward.
---
Dr Faryal Saeed Abdal, Pakistan
[email protected]
* http://www.needrom.com/mobile/ascend-mate-4-2-2/comment-page-5/#comment-74989
faryal said:
Dear OP and HAM users, Salaam!
I've installed this ROM yesterday which I downloaded form different portal* needrom.com.
Title: Ascend Mate 4.2.2 | Listed: 06/19/2014 4:02 am | ROM Version: ROM Android 4.2.2
FTE9K_MATE_Unicom_Edition_EMUI2.0_B927_SP1 with size of 537MBs
After installation, I've been facing two (yet known) problems.
1- DPI or display resolution. I'm having low resolution so that icons and complete interface is big. I tried an application to change the DPI/Resolution which made display bit problematic and my keyboard gone insane. Will someone guide me that how to make things better? I think current settings are 720x1280 320DPI. My status bar is most annoying thing.
2- What is this GROM thing about which everyone talking about. It's complete in Chinese. So I haven't got any tiny idea that how it can help me? In addition, how to activate multi-window feature in it?
Kindly guide me.
Looking forward.
---
Dr Faryal Saeed Abdal, Pakistan
[email protected]
* http://www.needrom.com/mobile/ascend-mate-4-2-2/comment-page-5/#comment-74989
Click to expand...
Click to collapse
In setting you will have to find the language & Input icon. It should look like a keyboard key shape box. Then pick the first option and you should see English. 2nd You will need to find build.prop file in the System folder using a file browser that has root permission such as root browser. Open it with a text editor. Look for the command line ro.sf.lcd_density=320. Change 320 to a lower number. Around 280 should be ok, but you can pick something more suited to your viewing needs. Save and restart you device. If second option is to complicated, I believe they have dpi changing apps in the play store. I never use them, so you will have to Google and or search play store for the apps.
sglscovill said:
In setting you will have to find the language & Input icon. It should look like a keyboard key shape box. Then pick the first option and you should see English. 2nd You will need to find build.prop file in the System folder using a file browser that has root permission such as root browser. Open it with a text editor. Look for the command line ro.sf.lcd_density=320. Change 320 to a lower number. Around 280 should be ok, but you can pick something more suited to your viewing needs. Save and restart you device. If second option is to complicated, I believe they have dpi changing apps in the play store. I never use them, so you will have to Google and or search play store for the apps.
Click to expand...
Click to collapse
i installed this rom and had not such problems you mentioned. but grom advance setting as i said before was in chinese so i flashed a fresh russian b907 and then b927 v1 on top of it and every thing is ok.
mazi_v said:
i installed this rom and had not such problems you mentioned. but grom advance setting as i said before was in chinese so i flashed a fresh russian b907 and then b927 v1 on top of it and every thing is ok.
Click to expand...
Click to collapse
Means groom is available in english or german too?
Sent from my MT1-U06 using XDA Premium 4 mobile app
Grom advance setting is in chinese but rom and rom setting are in english.
hi mazi_v.
i have installed the b927 dev edition emui 2.0 you shared at the other thread.
seems this rom does have big difference. can you review or shared some differences. this grom rom is also based on b927 sp1 like the dev edition as i can see the same name on it.
thanks.
[email protected]
hi
did anyone install this rom?
is it in full english?
[email protected]
theoppositeman said:
hi
did anyone install this rom?
is it in full english?
[email protected]
Click to expand...
Click to collapse
hi my friend
i installed this rom and everything but grom advance setting was in english.and of course it have some extra chines app that you can remove them by rootunistaller.
mazi_v said:
hi my friend
i installed this rom and everything but grom advance setting was in english.and of course it have some extra chines app that you can remove them by rootunistaller.
Click to expand...
Click to collapse
thanks friend.
i thought the grom settings etc was in chinese.
i downloaded this rom but its not a zip format actually.
can you share guide on how you install it using the flash_all.bat ?
the original translated guide seem non understandable..
........
btw there is one other rom i tested from the same chinese site of ths ftek grom (shuaji.com).
its a color os 2.0 rom. its one of my favourite rom from oppo but the priblem i get is netqork problem. there is no network shown. maybe the modem or radio?
[email protected]
theoppositeman said:
thanks friend.
i thought the grom settings etc was in chinese.
i downloaded this rom but its not a zip format actually.
can you share guide on how you install it using the flash_all.bat ?
the original translated guide seem non understandable..
........
btw there is one other rom i tested from the same chinese site of the ftek grom (shuaji.com).
its a color os 2.0 rom. its one of my favourite rom from oppo but the problem i get is network problem. there is no network shown. maybe the modem or radio?
[email protected]
Click to expand...
Click to collapse
its very easy.just enable usb debugging and plug your ham to computer.run flash-all.bat and hit 1.then devices will restart to bootloader mode and installer will write all part one by one.this would erase internal memory so dont forget backup your valuable staff.

Categories

Resources