[Q] Disable gestures in WM6.5.3 for an application - Windows Mobile Software Development

I am working on a .NET 2.0 application targetting the WM5 SDK, what is the correct way to disable the gesture functionality when running on a WM6.5.3 device that only affects the forms I am using?
This is causing an issue when I have a signature capture control inside a tab control - when the signature is entered it's quite common for the tab control to switch tabs as WM6.5.3 picks it up as a gesture.
I don't want to disable the gesture functionality device wide, nor can I upgrade the application to target the WM6.5.3 SDK as it still needs to work on older devices.
Cheers

Related

[Req] Map Hardware Buttons to Notification Manager

Since the top bar in the wm 6.5.3 builds is smaller, it has become harder to press and open the notification manager and task managers. I haven't been able out how to map a button the the notification manager of the device, as its a dll and not an application, can anyone give me any hints as to how to do this?
thanks.
o btw, I'm using htc's notification enhancement
no one else interested in this or have any ideas?
I dunno. I don't have any issues activating the Notification manager. Just roll your finger from the outside edge of the screen, down... so the first thing you make contact with is the very top of the screen.
My Diamond 2 lacks many hardware buttons and lately I haven't been cooking Notification manager in because the new WM6.5.x notifications are neat.
is there a simple way to do this with mortscript or something?

[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.
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.

Glitch...loophole?

Not sure (probably so) if anyone has found or noticed, but the lockscreen is easily bypassed on some builds. My build is HTC TP2(TMO) Energy ROM OS version 5.2.23569(23569.5.5.0), Manilla version 2.5.20121225.0.CFC, ROM version 28.MAY.2010 WWE, Radio 4.49.25.91 . With the latest 1.8.0 CoOKie home tab, plus 1.8 CHT. Upon hitting the power button to turn on the phone and activate the lock screen, you can just "slide" the phone open to expose the keyboard, close it again and...tahdah! You now have access to the Menu button in which you can change lockscreen settings or any other setting for that matter. I am not sure which software is the culprit, just wanted to give a heads up. Kind of defeats the purpose of having the lockscreen at all. Thank you for your time, and great programming work!

[APP] Go To Sleep

Puts the device into sleep mode (or suspends the device). I've created this app because sometimes is difficult to press the power button on my HD.
It was tested on HTC Touch HD with WM 6.1 and 6.5.3.
It DOES NOT require .NET Compact Framework. Just install the cab and launch the shortcut from Programs.
SUPER COOL toggler Work Perfect and is Very very FAST put the phone in sleep mode IMIDEATELY without any delay.
Working fine my htc mini ,thanks

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