Permanant Landscape Mode - 8525, TyTN, MDA Vario II, JasJam ROM Development

hey does anyone know i can get my Black Majik to stay permanently in landscape mode unless I change the settings? I don't like the delay in the screen when i open the keyboard and I'd rather the screen just always be in landscape mode unless i absolutely need to read something in portrait (rarely).
Thanks.

ive been looking for this since i got a ppc

Do you think this is a Hermes issue or all WM6 htc phones? I just think that its sad that the interface to type and look up contacts on my old sidekick is faster than my Hermes!

I think, it's not possible, unless you remove the magnet between the case and the keyboard.
Here are some settings:
HKLM->System->GDI->Rotation
and here are some tweaks:
Hide/Show Screen orientation icon
If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
HKLM\Services\?ScreenRotate\ShowIcon = 0 (DWORD decimal)
HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
And to show it again:
HKLM\Services\?ScreenRotate\ShowIcon = 1 (DWORD decimal)
HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)
If this doesn't work, you can try:
HKLM\Services\screenrotate = 0 (DWORD decimal)
And to show it again:
HKLM\Services\screenrotate = 1 (DWORD decimal)
Note that this icon and its feature may not be available on your device at all.

lynxxx said:
I think, it's not possible, unless you remove the magnet between the case and the keyboard.
Here are some settings:
HKLM->System->GDI->Rotation
and here are some tweaks:
Hide/Show Screen orientation icon
If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
HKLM\Services\?ScreenRotate\ShowIcon = 0 (DWORD decimal)
HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
And to show it again:
HKLM\Services\?ScreenRotate\ShowIcon = 1 (DWORD decimal)
HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)
If this doesn't work, you can try:
HKLM\Services\screenrotate = 0 (DWORD decimal)
And to show it again:
HKLM\Services\screenrotate = 1 (DWORD decimal)
Note that this icon and its feature may not be available on your device at all.
Click to expand...
Click to collapse
Well the orientation problem is with hermes. I saw other models of HTC and they are accepting the changes very well. And asked to make it fixed not to remove the icon from the settings.

FINALLY... WHAT YOU HAVE ALL BEEN WAITING FOR
Originally posted from here
shlomki said:
I've come to notice that no one REALLY knew how to fully disable screen rotation on WM devices.
Some offered 3rd party apps to get the job done, some only knew how to disable automatic rotation, but when the device went into standby and woke up again - the screen rotated back. So that didnt really work.
So if you're as desperate as i was about screen rotation,
this is what you need to do:
1. Get dotfred's free taskmanager HERE, and run it.
2. Go to "Devices" tab, and look for "MIS1:" device (oem_misc.dll)
3. Long-Tap on it, and tap on "Stop"
4. Long-Tap on it again, and now choose "Set Manual"
5. Go to "Notifications" tab, and look for "Notifications\NamedEvents\VCPowerWakeupEvent"
6. Tap on it to make it selected
7. Disable it
(In dotfred's taskmanager, there should be a button for disabling it, but for some reason some devices couldn't see the button icons, although the buttons are still clickable. Under the notifications list there is an empty light-blue line - the buttons are there, eventough you can't see them.
The disable buttons is somewhere i the middle of that light-blue line, just tap the center until a message box popps up and asks if you'd like to disable this notification - Tap on yes.)​All those steps are a one time deal - they stick even after an SR.
This has been tested on htc universal and works great.
The screen will keep its orientation even if you flip your screen, take out your built in keyboard, or turn the device off and back on.
The only time your screen will revert back to the original orientation is when you soft reset your device.
Hope this helps
Click to expand...
Click to collapse

Related

calculator for s620

If I'm already releasing alpha software, why not this one, too...
SEE BUG REPORT AT END.
Here is a calculator for the dash. The idea is similar to Lygea 123 and 1-calc for the s620, in that it displays a replacement keyboard on the screen. This way one can use our dash almost like any other scientific calculator. Why did I make this one when the other two already exist?
Lygea 123 is not a scientific calculator, but instead just a financial/business calculator, so it didn't have the features I wanted. And I didn't like the interface of 1-calc....
It is very rough, and I'm sure has some bugs. But it is quite usable - it is the calculator that I use. The problem is that I don't have time to work on it now, but I think people might already enjoy it!
It might be a bit strange to use - it is a mixture of infix and prefix. You can use it as a regular calculator if you like, and everything should work as expected.
Here is an example of how it can be used:
say you want to calculate
2*sin(40+35)
you enter: 2 * sin ( 40 + 35 ) =
you can also enter: 2 * ( 40 + 35 ) sin =
(which would be like a regular calculator - infix)
to calculate sin(60) you can enter
60 sin =
or
sin 60 =
to calculate 1/4 +3 you can type
[1/x] 4 + 3 =
or
4 [1/x] + 3 =
Notice that because of this strange way to calculate things, the result of 4 [1/x] is only displayed when you type '+'. (maybe a later version will not have this 'problem')
the button 'ANS' recalls the last answer (the result of the last time '=' was pressed)
There is now prelimnary unit conversion. It isn't really optimal. What I'd really like is to be able to do
1 [m] + 3 [feet] =
Currently, it just switches the current number displayed. So to convert m to inches, do this:
2.5 [m] [inch]
To switch to unit conversion mode, press right. To switch back, press left.
To store in a memory location, hit STO, and then write the location. Valid locations are 0..99
memory locations 0..9 are displayed under the respective key.
STO+ STO- STO* STO/ do operations on those locations.
example:
1+4 = [STO] 9 =
memory location 9 now contains 5.
You can also do operations while doing calculations.
34 + 60 [STO] 3 =
displays 94, and 60 is stored in memory location 3.
To recall simply hit recall, and the location
34 [STO] 3 =
5 + [RCL] 3 * 9 + [RCL] 3 =
should give
5 + 34 * 9 + 34, i.e. 345.
The calculator still does not remember things across separate invocations.....
################################################
BUG:
There currently is a problem with using the calculator postfix.
So you can calculate
sin(60) by typing
60 sin =
or
sin 60 =
But there are problems with using two operations postfix.
sin(60^2) will give the wrong result if done like this:
60 [x^2] sin
but the right result if done like this:
sin [x^2] 60
So for now, if you envoke multiple functions in a row, use prefix - type the function before the operand.
This is especially annoying for RC, for doing calculations on stored values.
You have to type
sin RCL 2
and not
RCL 2 sin
------------------
update: now a cab file is available! And, new version will run only one instance at time.
------------------
update: keys have the letters on them now. Also moved keys a bit. Now / and * are in the right place.
------------------
update:
1. added a few functions (factorial, n choose k)
2. added deg-rad-grad for trigonometric functions. Switch between them with up-down
3. added preliminary unit conversion. Celsius<->Fahrenheit.
4. added preliminary unit conversion for lengths and weights. Switch between modes using left-right.
------------------
update: v2.01
The two current ugliest bugs fixed:
keys don't wander down any more on a long press (I kinda liked it...)
Pressing * twice doesn't crash any more.
In addition, a small change: You can leave the shift (yellow key) pressed when pressing another key. In this case the alternate
function is used, but the keys do not remained shifted. Pressing only shift leaves it locked.
------------------
update: v2.02
made a bit more stable. Can now calculate up to 170 factorial. Log window scrolls.
------------------
update: v2.03
Added memory functions.
To store in a memory location, hit STO, and then write the location. Valid locations are 0..99
memory locations 0..9 are displayed under the respective key.
STO+ STO- STO* STO/ do operations on those locations.
To recall, hit RCL, and then location.
------------------
update: v2.031: small cosmetic change.
I wll test it tomorrow. Good point anyway .
update: now a cab file
I uploaded new file: now it is a cab file.
And, now if program is running, it will be brought into the foreground when run again (instead of running a 2nd version).
I tried, Its hard to use it coz I am not sure what button what does.
/ is the simbol on my key, but in your calc is * - why?
And when I hit * twice I have some error exepton
littleclown said:
I tried, Its hard to use it coz I am not sure what button what does.
Click to expand...
Click to collapse
The layout on screen is supposed to be identical to the layout of the s620 keyboard. So don't look at the keyboard, only at the screen.
littleclown said:
/ is the simbol on my key, but in your calc is * - why?
Click to expand...
Click to collapse
Here I'm not sure what is better. If you really look only at the screen, and not at the keys, then my layout is better, because then the keys are in logical places - otherwise '-' would be somewhere on the right, '*' at the bottom-left.
But I also get confused by the '*' vs. '/' key. Maybe I'll just switch them in the layout....
littleclown said:
And when I hit * twice I have some error exepton
Click to expand...
Click to collapse
This is a bug....
Dude... its so no-user-friendly .
In many situation I must count buttons from left to right and to right to left to find my button - you may know it, put for new users is some kind of hell .
Can you combine this with cursor, to control with narrows some sqare to select buttons?
This is good idea to utilize Dash's keyboard, but counting which key to use makes it much harder then necessary. I suggest you can display keyboard letters on screen, in a small font or in background. It will make key-hunting much easier.
You are right, I'll try to add little letters to the buttons.
In the meantime - here is a hint: the numbers and the left black column are really no problem. The only problem are the middle block black of keys, such as
sin cos tan
x^2 exp 10^x
For these, you can use the top row as guides: + ( ) are all in the right place....
Very useful looking! The mental reinforcement of the glowing letters/symbols on the keypad is just too much for me to overcome, though.
Having '=' mapped to space is very practical, but I want to press enter. Are you up for feature requests? A base converter on one of the yet unused keys would be outstanding. bin/hex/dec? OF course, then you'd need more numeral keys... hmmm.
Or, it could be skinnable/mappable. Some shiny .png buttons, remapping options, and you would probably have the #1 Smartphone Calc. No, you definitely would.
OK OK - keys have labels.
I added labels with the letter to each key. This is not read from key mapping, though, so it only works correctly for QWERTY keyboard. I also moved the keys around a bit, so now / and * are in the right place.
What's the best way to read the keyboard mapping?
Much better now! Do you have time to add Memory functions and some basic unit conversion functions?
The following is a tiny calculator I wrote many years ago for REX6000. Still have that baby in my wallet today
Ahhhhh the Rex...
qaplus said:
Much better now! Do you have time to add Memory functions and some basic unit conversion functions?
The following is a tiny calculator I wrote many years ago for REX6000. Still have that baby in my wallet today
Click to expand...
Click to collapse
Wow! That is really cool! I got my wife a Rex for her birthday many years ago. Why don't they make this form factor any more? It was perfect!
Her second one died just last year
That's a cool calculator! If it had been my Rex, I would have installed it
added unit conversion and a few other things
Due to popular demand, I added unit conversions. I'm still not quite happy with the result. But I'm not quite sure how it should be done.
The best would be to be able to do
1 [m] + 3 [inch] =
and then pressing [feet] will give the result in feet.
This doesn't work now.
For now, just do unit conversion on the result of calculations... not during calculations.
So, you can do
1.54 [inch][m]
or
2 + 4*6 = [feet][km]
To switch to conversion mode, press .
See first post for other changes.​
Bugs:
The yellow square creeps down the screen if you hold alt. Fixes on relaunch.
The numeral keys do this as well.
Pressing + twice with no entry causes an exception.
This appears to happen with the * key as well.
Soft Key labels do not take Windows Button appearance.
---------------------
I really like the speed with which I can get to everything. Switching to units mode is elegant and going to be very handy at work, thanks!
I am curious as to why the temp conversion is on the scientific functions page rather than the units page.
May I make more requests? Automatic save on exit of last page used would be handy. Perhaps the Alt key should say alt and flash when clicked instead of movingMaking the ! match its keyboard location would be nice, I guess, too.
Profezza said:
Bugs:
The yellow square creeps down the screen if you hold alt. Fixes on relaunch.
The numeral keys do this as well.
Click to expand...
Click to collapse
This was quite ugly. I liked the fact that the program still worked correctly, but with a crooked keyboard...
Fixed now
Profezza said:
Pressing + twice with no entry causes an exception.
This appears to happen with the * key as well.
Click to expand...
Click to collapse
This is also fixed. Now you can correct your last operation.
3 [+] [*] 2 =
gives 6.
Profezza said:
Soft Key labels do not take Windows Button appearance.
Click to expand...
Click to collapse
This I don't understand. Do you mean that the shift key is not trapesoidal, like on the keyboard? Or that the key labels (i.e. the blue letters) don't move down?
Profezza said:
I am curious as to why the temp conversion is on the scientific functions page rather than the units page.
Click to expand...
Click to collapse
Simply ugly programming. First I just made a F->C and C->F button like qaplus' REX6000 program. Then I added my style of units as a different function.
But there is a problem that if I want the following to work later, then
3[m] - 2[mm] =
makes sense. But
98 F - 32 F =
is something special. It is not degrees F any more, but instead a difference between degrees, in F.
So
99 [F] - 90 [F] =
[C]
should eventually show a difference of 5 degrees C, and not
9 degrees F converted to C, which is (-12.777) degrees C.
Profezza said:
Perhaps the Alt key should say alt and flash when clicked instead of moving
Click to expand...
Click to collapse
It could say alt. Though on my keyboard, it is labeled FN (I have a dopod). But why flash instead of moving?
If you mean that the change shouldn't be permanent (i.e. not shift-lock), then now there are two ways to use shift:
press and hold, and press another key will not lock, just do the alternate function. Press and release shift with no interveaning keypress will lock the shift state.
Profezza said:
Making the ! match its keyboard location would be nice, I guess, too.
Click to expand...
Click to collapse
This will come later, when instead of ln, exp, log, 10^, log2, 2^, I will have just one key, and you can switch the log base as you do now with rad-grad-deg.
Currently I like that they are all together.
ghostwheel said:
This was quite ugly. I liked the fact that the program still worked correctly, but with a crooked keyboard...
Fixed now
This is also fixed. Now you can correct your last operation.
3 [+] [*] 2 =
gives 6.
This I don't understand. Do you mean that the shift key is not trapesoidal, like on the keyboard? Or that the key labels (i.e. the blue letters) don't move down?
Click to expand...
Click to collapse
That was fast! I was making a lighthearted reference to the fact that the bottom-of-screen captions for the "soft keys", meaning the two above the home and back <- keys, don't have the shiney/glowie look that they do in the native OS screens.
I imagine this is related to the software you are developing in, and not really important anyway.
ghostwheel said:
should eventually show a difference of 5 degrees C, and not
9 degrees F converted to C, which is (-12.777) degrees C.
Click to expand...
Click to collapse
Sounds like it will be really handy for doing several rapid temp related tasks! K would be nice too, if you can find space for it.
ghostwheel said:
It could say alt. Though on my keyboard, it is labeled FN (I have a dopod). But why flash instead of moving?
Click to expand...
Click to collapse
I was just thinking of other ways to communicate it's state, I didn't realize you would be able to stop the creep-bug so fast.
ghostwheel said:
If you mean that the change shouldn't be permanent (i.e. not shift-lock), then now there are two ways to use shift:
press and hold, and press another key will not lock, just do the alternate function. Press and release shift with no intervening keypress will lock the shift state.
Click to expand...
Click to collapse
That sounds consistent with xt9, so perfect to our existing habits.
ghostwheel said:
This will come later, when instead of ln, exp, log, 10^, log2, 2^, I will have just one key, and you can switch the log base as you do now with rad-grad-deg.
Currently I like that they are all together.
Click to expand...
Click to collapse
Then, I will keep watching on this thread for updates. I already am using it a bit in work and home Thanks!
FYI: It works perfectly with 6.1, but throws an alert on install. "made for older version, blah blah..."
Very very good job gentelman....!!!!!!!!!!!!!
nice job! thanks!
Let me try it for several days before posting feedback/requests
sorry for hang from your post. But will there be a financial calculator like the HP 17BII for 19bii for use with the S620?

Gyrator 2 and lock screen

Welcome
I am running Gyrator 2 but I have a problem with it. When reversed (horizontally) and locked the phone can not unlock the phone (screen is black). How to set up a program in the exceptions screen locked in an upright position to a locked phone?
Thanks for your
I have the same problem with gyrator.
Lockscreen is: gwes.
could you write for more details...
what and where you need to set...
Add gwes in the exceptions list.
for me this exception does not work either I'm doing something wrong.
In the menu choose Gyrator Exceptions, type in any name in the Application window, type a * gwes, Portrait orientation in the window, and in the Config window enet Orientation emphasize the new rule.
What is wrong?
What do you mean with "type a * gwes"? Write only "gwes" and set it only for portrait.
at the "aplication" window i wrote " *gwes " , now i change it for " gwes " and selec Portrait at Orientation window and still dont work event.
I wont disable rotation the lock screen. When a press upper button (turn on button) at landscape i can`t unlock phone becouse the screen is black then i must press turn off button again and turn on at portrait view, then i could unlock phone....
tell me what i do bad??
Try without spaces in front and behind it, save changing and make a soft reset.
I tried various command gwes records but to no avail
Do you use CHT or any lockscreen app?
No,
I have standard WM (5.2.23103) with Manila (2.5.20131825.3) but HTC Sens is turn off becouse i use SPB Shell.
When i wont lock phone a press turn of.off button then i have a digital clock and i must move it for unlock phone.
You had to write that you use Spb Shell.
"gwes" is for default lockscreen. For Spb Shell I don't know the exact name, because I don't use it.
may have an idea how to find out what process / application is responsible for the screen saver or the on / off button?
i tray changeScreen v2.78 and this aplication works wery good. There is option " show app Names" and for lock phone app is gwes.
I don`t know why gyrotor don`t work.
I also use ChangeScreen and it's much better than Gyrator. Have you succeed not to rotate lockscreen with it?
Yes i do this succes. I add exception gwes and select corect position of screen.

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.

How to disable soft-buttons altogether, for all apps, to use full!screen

I want to use full!screen in stead of the default buttons. Is there a way to disable the soft buttons for all apps, screens.
It's truely impossible to Google for this, as everyone writes "guides" to use the normal soft button settings.
It is, if you're rooted.
EDIT: Just seen your signature. Go to build.prop, find a line "qemu.hw.mainkeys = 0" (It's a little past the middle), change that zero to 1, save, reboot and you're done.
EDIT2: While we're at it; is there a simple way to hide the status bar, so it would show only on swipe from the top? Without installing additional apps?
You can do so through the settings.
Sent from my LG-H811 using Tapatalk

Tasker: Activate samsung multi window side bar

I'm just playing around with the multi window feature of my samsung stock rom.
I managed to open to apps side with tasker:
In short: tasker + "AutoShorkut" addin opens a "MW Shortcuts" shortcut.
This works just good and stable with one drawback: Apps seems to be closed before they are started in the side by side view.
For me, that was not enough.
Opening manually with the side bar wont close apps.
So I thought I want to automate the sidebar actions. I already can simulate touchscreen taps with the shell command "input tap x1 x2". I tried to use "input swipe ..." to bring the sidebar to the front but no luck... Is there any other chance to bring the side bar to the front out from a tasker script? I'm also wasn't able to simulate a long back button press. This seems to be the alternative to show the side bar beside a screen swipe.
I've found a solution:
1. Wait 500ms
2. Run Shell -> "input swipe 2559 700 700 700 500" -> timeout = 4 seconds -> use root = true
Afterwards I am selecting the app I wanna open with "input tap ...". The icon position of the app has to be constant, of course
So for here, I managed to automate samsung's split multi window feature. Hope it helps for you. (press thanks )

Categories

Resources