Touch Key Brightness app (restoring on boot) - tech info - LG Optimus 2x

{
"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"
}
I've created a little app that lets you set the touch key brightness, but most significantly, restores your settings on boot.
It's 99p and you can find it in the Market.
This thread is to give some background for those who like to hack around... the backlight value is read / written at '/sys/devices/platform/star_touch_led/wled'. The normal values made available are 00-20, you can program higher but it's probably not a good idea!
The default level can also be changed in the kernel.
Cheers!
P

Nice job there Paul.
This should be a step on the way to have a solution to make buttons as notification lights i guess?

Inebriatef said:
Nice job there Paul.
This should be a step on the way to have a solution to make buttons as notification lights i guess?
Click to expand...
Click to collapse
It certainly feels like it should be possible.
P

What value do you recommend?
Sent from my Nexus S using Tapatalk

I use 200 personally!
P

You just sold one.
Sent from my 2x

Interesting...
Hmmm almost interesting enough to start developing for andoid myself... but I'm currently too busy with other things....

I just tried to edit the value directly in the file using root explorer. When I saved and exited, the lights turned off. I tried other values, but it seems like the value only changes ones and that is to the value 0ua. Any edit after that doesn't change anything.

Aduck79 said:
I just tried to edit the value directly in the file using root explorer. When I saved and exited, the lights turned off. I tried other values, but it seems like the value only changes ones and that is to the value 0ua. Any edit after that doesn't change anything.
Click to expand...
Click to collapse
I had the same problem as you.
It is because you have to detete all of the text(wled: 2000uA) and write "6uA" (00-20aU ; 20uA is default)
then android will translate:
1uA = 100uA
2uA = 200uA
3uA = 300uA
n...uA = n...00uA
I'm recommending 6uA with a 30% screen brightness

I had buy your apps! it 's fix the Touch key to light problem.
If it 's can auto set on boot, will better.

xos84292 said:
I had buy your apps! it 's fix the Touch key to light problem.
If it 's can auto set on boot, will better.
Click to expand...
Click to collapse
It does!
P

thanks to make useful apps. I purchased.
Sent from my LG-SU660 using XDA App

Any chance of using the keys for notification?
Sent from my LG-P990 using XDA Premium App

racermussen said:
I had the same problem as you.
It is because you have to detete all of the text(wled: 2000uA) and write "6uA" (00-20aU ; 20uA is default)
then android will translate:
1uA = 100uA
2uA = 200uA
3uA = 300uA
n...uA = n...00uA
I'm recommending 6uA with a 30% screen brightness
Click to expand...
Click to collapse
Thanks!

racermussen said:
I had the same problem as you.
It is because you have to detete all of the text(wled: 2000uA) and write "6uA" (00-20aU ; 20uA is default)
then android will translate:
1uA = 100uA
2uA = 200uA
3uA = 300uA
n...uA = n...00uA
I'm recommending 6uA with a 30% screen brightness
Click to expand...
Click to collapse
This works for me also:
Code:
while true; do
echo 0 > /sys/devices/platform/star_touch_led/wled
sleep 1
echo 20 > /sys/devices/platform/star_touch_led/wled
sleep 1
done

Hmm, maybe you can use similar code to apps like SMS popup, to only light touch keys on notifications! Please try it...when the G2x for tmobile (rebranding with stock android) comes out, i'd DEFINITELY pay $5 for it.
Sent from my T-Mobile G1 using XDA App

racermussen said:
I had the same problem as you.
It is because you have to detete all of the text(wled: 2000uA) and write "6uA" (00-20aU ; 20uA is default)
then android will translate:
1uA = 100uA
2uA = 200uA
3uA = 300uA
n...uA = n...00uA
I'm recommending 6uA with a 30% screen brightness
Click to expand...
Click to collapse
How do you save it? File restores it self on reboot.

You can add a startup script that sets the value as you specified it
Having the button backlight "follow" the screen backlight seems like a trivial tweak tho...

I dont want to be a arse but isnt this a free feature in hiddenmenu?????
send from mah magic toaster

dazzle999 said:
I dont want to be a arse but isnt this a free feature in hiddenmenu?????
send from mah magic toaster
Click to expand...
Click to collapse
Hidden menu doesn't save settings on reboot.

Related

Change Your HTC Home Tabs!

Hi foks,
I was playing around with the registery and I found a way to change the HTC Home tabs.
In some cases you could go to Start-Settings-Today and edit the HTC Home tabs it there.
But my TyTN II did not have that functions (Al tho it had it before a hard-reset recently ).
The Tweak:
Go to: HKLM\Software\HTC\HTCHome\TabSetting (If you don't have the string TabSetting, Create a new String and name it to "TabSetting" and give it the values you want.)
There you will see the value: 1,2,3,4,6 (Each of these is a tab.)
1 = Home (Time + Date)
2 = Contact shortcuts.
3 = Weather
4 = Program shortcuts.
5 = Music schortcut. (Originaly it's hidden with this tweak you can active it.)
6 = Profile Manager.
The only thing you have to do is changing the values in TabSetting.
You can add or delete the tabs when you have no use of it.
Mine is now: 1,3,4,5,2,6 (But i'm thinking to remove 6 cause I never use it.)
{
"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"
}
Uhmmm why not using Kaiser Tweak or HTC Home Customiser??
I got a bug using these applications. My TyTN II font changed without me changing it. The only way to fix it was a HARD-Reset. So I don't wanna do that again! I don't wanna take any risk!! (Topic about font change: http://forum.xda-developers.com/showthread.php?t=339305 )
Yours Sincerely, Mohammad "Xmoo" M
or you could just use the HTC Home Customiser...
captainsensible2002 said:
or you could just use the HTC Home Customiser...
Click to expand...
Click to collapse
OR some people get a bug with that!
Also you can use the Kaiser Tweak.
BUT SOME POEPLE GET BUG!!
Font change in Comm Manager.
Screenshots Added!
my tytn shows 8 values
kms108 said:
my tytn shows 8 values
Click to expand...
Click to collapse
:S
Make a screenshot of your Today screen then! (Use MyMobile -> www.MyMobiler.com)
yeah,really work for me !
appreciate your work
thank you !
Cheers
Sheng
woohyuksheng said:
yeah,really work for me !
appreciate your work
thank you !
Cheers
Sheng
Click to expand...
Click to collapse
Don't forget to rate this thread.
xmoo said:
Don't forget to rate this thread.
Click to expand...
Click to collapse
LOL. Pls tell me about your findouts which work on HTC home version 2.07 and under (e.g 1.5) then I rate it as "6 stars"
The simple things is you install version 2.08.xxxx, therefore, the changeable tabs func is a built-in feature.

Doom for g1!

DOOM
There is DOOM available in the android marketplace, seems pretty fast, but there is no sound, and the controls are unstable, yet you can still shoot lol.
{
"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"
}
There is a short video demo on our site: http://www.androidandme.com/2009/03/videos/doom-ported-to-android-quake/
If you like Doom, you should consider donating to help bring Quake to Android: http://www.androidandme.com/2009/03/contests/android-bounty-ii-mobile-quake/
The Framerate is not so good! There is no Sound! But Yes, its good to see 3D Shooter for the G1, hope there is coming Sound soon, than i Donate!
As usual I can't download it!
Since i live in france i'm unable to download the good games even if they are free
Any kind people to gimme the apk ?
i cant see it... where is it???
They seem to have taken it off the market. Probably got pissed off with all the idiots complaining about key mappings. Either that or they protected it or are are now charging for it.
The key mappings are fine as long as you adjust them to something suitable. Yes, the same old doom key mapping menu is present (from in game press BACK --> Options --> Setup --> Key bindings). Note: the skull does not move when you go down the menu, but it DOES WORK.
lbcoder said:
They seem to have taken it off the market. Probably got pissed off with all the idiots complaining about key mappings. Either that or they protected it or are are now charging for it.
The key mappings are fine as long as you adjust them to something suitable. Yes, the same old doom key mapping menu is present (from in game press BACK --> Options --> Setup --> Key bindings). Note: the skull does not move when you go down the menu, but it DOES WORK.
Click to expand...
Click to collapse
It's back in the market, I assume they pulled it to do a few fixes. The update in the market that fixed the key mappings to at least have a default. The skull does work! press back to pull up menu, then the trackball to navigate, then ENTER to change options if specified to do so on the screen.
the left up arrow = forward
magnifying glass = look left
@ = look right
space = action (open doors)
camera, or menu = shoot
/ = strafe right
? = strafe left
1-10 = change weapons
Also, the framerate is pretty fast, I changed the video settings to OpenGL in the settings.
dixxa said:
As usual I can't download it!
Since i live in france i'm unable to download the good games even if they are free
Any kind people to gimme the apk ?
Click to expand...
Click to collapse
as requested. apk is in the zip file since i couldn't attach as an apk.
Has anyone had any trouble getting this to load. I get it to download the files to SD and then it closes. I reopen and select play and it just closes. The dev told me he only tested for firmware 1.0 and I have 1.1 which I thought was the latest. He keeps telling me to update to latest Firmware. Can someone verify this for me? I really want to play this
just wanted to note, i've got a german G1 wit JF143 lucidmodded RC9
and it works fine
andonnguyen said:
It's back in the market, I assume they pulled it to do a few fixes. The update in the market that fixed the key mappings to at least have a default. The skull does work! press back to pull up menu, then the trackball to navigate, then ENTER to change options if specified to do so on the screen.
the left up arrow = forward
magnifying glass = look left
@ = look right
space = action (open doors)
camera, or menu = shoot
/ = strafe right
? = strafe left
1-10 = change weapons
Also, the framerate is pretty fast, I changed the video settings to OpenGL in the settings.
Click to expand...
Click to collapse
thanks for the video settings info. looks way better now
You can edit the controlls simply by opening up prboom.cfg with a text editor. Note that it is a Unix file so you can NOT use Notepad. Use www.metapad.com (Notepad replacement, single file, no installation necessary)
Code:
key_up 0x77 // W
key_down 0x73 // S
key_left 0x61 // A
key_right 0x64 // D
key_strafeleft 0x71 // Q
key_straferight 0x65 // E
key_fire 0x9d // Menu
key_menu_escape 0x1b // Back
Here's the file if you just want to drag and drop it in:
http://www.speedyshare.com/369463519.html
Some other random keys I found out if you're interested in the mappings:
0x2c = ,
0x2e = .
0x20 = space
Delete this, double post
Ran smoothly for me the first time. I'm on JF RC33
its available in market, edit controls in the game menu options. SO AWESOME!
http://forum.xda-developers.com/showthread.php?t=499169
andonnguyen said:
The skull does work! press back to pull up menu, then the trackball to navigate, then ENTER to change options if specified to do so on the screen.
Click to expand...
Click to collapse
Skull works fine on the primary menus, not on the settings menus.
andonnguyen said:
Also, the framerate is pretty fast, I changed the video settings to OpenGL in the settings.
Click to expand...
Click to collapse
Where do you find this opengl setting?
I like this. Finaly a good game for the g1 but this a lot of stuff done to it. Like trackball suport if that's possible. And I changed the controls by counting how many times I scrolled so it easy. But still its akward as all get out to use a keybord to look around.
woops haha.

[XAP] Tweak 'n' Toggle 2.0 Updated 03-11-2013 [XAP]

Tweak 'n' Toggle for windows Phone ®.by SilverDragon24 (a.k.a IonT)
This app lets use toggle some settings on wp7 that the O.S does not allow natively
Compatibilty:
Windows Phone ® 7.1
Windows Phone ® 7.5
Windows Phone ® 7.8
Features:
Enable or Disable the little sound played when you plug in the charger also called the Charging Chime.
On WP7.8 you may have noticed that the volume keeps resetting to 19 on reboot. This app lets you enable or disable that feature.
Enable or Disable instant resume (thanks to JaxBot's Dehydration Hack).
Enable or Disable Software shutter button in camera.
Set Max Volume Segemetation while In Call.
Set Max Volume segmentation for the Entire UI
Set Low, Medium and High Brightness Percentages. (Change Brightness from Brightness settings to see effect).
This app wouldn't have been possible for me without the DllImport Project (thanks fiinix) and WP7 Root Tools (thanks Heathcliff74).
This app will work on any Interop unlocked device (at least works perfect with my Lumia 710) with WP7 Root Tools and Full Unlocked Devices.
Download XAP file from Atttachmnet or here or here
Please reply with your feedback. Don't forget to click thanks if this helped you
{
"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"
}
Wow, thanks great idea.
Greetz,
WP 7.8 Dynamics / HTC HD7:
View attachment 1794645
Except this error on opening it seems to work.
Also please set InitVol to not more than 60 at HKCU\ControlPanel\Sounds\BatteryCharging. 100 is too loud for such notification.
maya79 said:
WP 7.8 Dynamics / HTC HD7:
View attachment 1794645
Except this error on opening it seems to work.
Also please set InitVol to not more than 60 at HKCU\ControlPanel\Sounds\BatteryCharging. 100 is too loud for such notification.
Click to expand...
Click to collapse
Think I uplded the pre-release xap by mistake.... i'll update the post and attachments....
SilverDragon24 said:
Think I uplded the pre-release xap by mistake.... i'll update the post and attachments....
Click to expand...
Click to collapse
Updated the post with the new XAP. Now I gotta update it in the bazaar.... did the same there.... Sorry folks...
2.0 will inlcude user control on the charging chime volume....... Right now gotta be on my Hack OS X for a few days so can't update.
I mixed Up between Pre-Release and Release XAPs real bad but I sorted it out but the one at the Bazaar got worse so I'll have to sort that out...... Updated the app to 2.0..... Tweak 'n' Toggle 2.0 Includes user control over charging chime volume... enjoy guys.... I've updated the 1st post with links to TnT 2.0
and can anyone please tell me how to update the title of my thread?
nvm, did it...
I really like this tool because of the brightness functionality. It works great on my Nokia Lumia 710.
What do you alter to change the brightness? Is it a regkey? If so, what regkey? I searched high and low to find such a setting but I was unable to.
Could you please provide me this information?
Also I have my minimal brightness on 2% however when the "timeout brightness" kicks in it is higher then 2%.
So after a minute of inactivity the brightness of my screen lits up. Also when wake the phone from sleep, the screen lits up for a second and goes back to the 2% brightness.
Is it possible to add the "timeout brightness" to the tool? Also if it's possible what do you change in the system? Regkeys? If so which ones?
Thanks in advance and I hope you keep the tool updated.
I didn't think about the timeout brightness as i alway keep my phone on never timeout.... i'll look into dat... looks like 3.0 coming soon..... as for the brightness reg keys here they are
Low Brightness
HKCU\ControlPanel\Brightness\LowBrightness
Medium Brightness
HKCU\ControlPanel\Brightness\MediumBrightness
High Brightness
HKCU\ControlPanel\Brightness\HighBrightness
SilverDragon24 said:
I didn't think about the timeout brightness as i alway keep my phone on never timeout.... i'll look into dat... looks like 3.0 coming soon..... as for the brightness reg keys here they are
Low Brightness
HKCU\ControlPanel\Brightness\LowBrightness
Medium Brightness
HKCU\ControlPanel\Brightness\MediumBrightness
High Brightness
HKCU\ControlPanel\Brightness\HighBrightness
Click to expand...
Click to collapse
Aah super, you're my hero! I'm looking forward to 3.0 curious how you fix the time-out brightness as there isn't a regkey value for it...
Any idea what the regkey BrightnessChanged does? The value is 0.
if there is no regkey for it, it maybe possible with native code, which means i'm going to have to get deeper understanding of the os...
brightnesschanged stores current brighness setting
0= Low
1= Medium
2= High
3= Auto
Brightness error
Hi, thanks for your work.
LGE900 7.8+root tools
I have this message on app start-up
View attachment 2270401 View attachment 2270402
And aftet an initial perfect working, the brightness setting doesn't work anymore. Now Low and medium setting are the same brightness (the medium default) regardless the value i choose. The auto brightness still work well.
Any suggestion to restore the functionality?
just change the brightness settings to different values and it'll b back
Sent from my Galaxy Nexus using xda premium

[KEYLAYOUT] Hacker Keyboard for Droid 4

Hacker Keyboard
As the Droid 4 already has a great keyboard I decided it would be even better if it included all the keys.
I tried to keep the keys as close to the original ones as possible and to make the replacements easy to remember.
Functionality
Caps Lock: Replaced with left CTRL key. You can have Caps Lock by pressing Shift 2 times.
Additionally you can work easier with the clipboard:
CTRL+A: Select all
CTRL+X: Cut
CTRL+C: Copy
CTRL+V: Paste
OK: Replaced the OK key with ESC. ENTER was similar to OK anyway.
Additional functionality:
ESC: can be used as BACK in menus
ALT+ESC: HOME
CTRL+ESC: MENU
SYM: Replaced the SYM key with ALT.
Now ALT can be used for key combinations.
ALT+ENTER: to access the SYM Menu
ALT+BackSpace: Delete all line
ALT+Space = SEARCH
ALT+' = ` (backtick)
ALT+q = ~ (tilde)
ALT+j = | (pipe)
ALT+/ = \
ALT+k = [
ALT+l = ]
ALT+o = {
ALT+p = }
ALT+. = >
ALT+, = <
Instalation
Extract the contents of the archive in: /system/usr/ then reboot
You will need root.
Credits
This was inspired by:
tliebeck: http://forum.xda-developers.com/showthread.php?t=2095547
LuH: http://forum.xda-developers.com/showthread.php?t=1932387
Preview
{
"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"
}
CM12
For CM12 see @Puppymang post here
will this work with cm11/other custom roms or is it only for stock?
I am using it on CM11 and it works.
so i tried out your keyboard mod and it doesnt really work for me
basicly my caps lock, SYM, and OK keys become non functional
shift key works but double/single tapping has no function as in i need to hold shift to get it to work which is pretty uncomfortable if i wanna make ! or @
shift , and . actually do < and > now so i guess thats some success?
im using CM11 M10
any ideas?
oh and the phone no longer wakes up with key presses only with the power button and sliding it open
i tried reverting the original files but its still non functional
Hi,
I'll look into it and try to resolve the problem.
For me it works on Cyanogen Mod CM11 M11. Also your keys should work after a reboot.
i followed your instructions including the reboot and this was the end result
not quite sure what went wrong. although i enjoy being able to use > < i also miss being able to quickly make sad/happy faces
Puppymang said:
not quite sure what went wrong. although i enjoy being able to use > < i also miss being able to quickly make sad/happy faces
Click to expand...
Click to collapse
I understand. The option to type smiley faces and other chars quickly is the reason to have a full QWERTY keyboard
I'll look into it and post back when it's fixed.
This mod's CTRL key doesn't seem to function during use in VNC sessions (DesktopVNC, RealVNC) with Linux Deploy-created images, although everything else seems to work properly outside of that. Any clue what could cause this? Do I have to make a keymap adjustment in the OS in the image as well?
Hey thank you for the keyboard!
Is there a way to do an exclamation mark [!] without putting both thumbs to the left hand side to hold [shift] and [1]?
It doesn't work just pressing shift and then 1?
Yes it does but shift and 1 are on the same side of the keyboard, there is no shift on the right making it a little awkward. Its a problem of the hardware design really.
If you press shift twice it will be locked as caps lock
okay so i finally got this to work
this time instead of just overwriting the files i edited the permissions to match the ones the other files have with the entire row of R being checked and only ownner for W (first row). everything else unchecked
Lollipop 5.0.2
Hi. Has anyone successfully applied this patch on Lollipop 5.0.2? I tried all the same things that I did on 4.4.4 - copy files, set permissions, but nothing happens, keyboard layout stays the same - no Alt and Ctrl keys. Can't figure out why. Everything was fine on 4.4.4, and now this useless SYM key is back.
i'm sharing what i'm using for CM12.1 (5.1.1) since the the one posted in the OP doesn't work with CM12.x
all i really did was change WAKE_LOCK to WAKE using PSPAD editor
Puppymang said:
i'm sharing what i'm using for CM12.1 (5.1.1) since the the one posted in the OP doesn't work with CM12.x
all i really did was change WAKE_LOCK to WAKE using PSPAD editor
Click to expand...
Click to collapse
Thanks for the update @Puppymang.
Unfortunately I can't test it on CM12 as my Droid is having issues with receiving calls.
mo0n_sniper said:
Thanks for the update @Puppymang.
Unfortunately I can't test it on CM12 as my Droid is having issues with receiving calls.
Click to expand...
Click to collapse
i noticed you changed the OP but you may wanna be a little more specific (not that it matters much though) about CM12.1 due to wakelock differences between 12.0 and 12.1
see: http://forum.xda-developers.com/showpost.php?p=60274949&postcount=484
Thanks guys, this makes sense. I'm going to try it now, will post results later.
UPD: It works! Thank you all once again, I'm finally moving to CM12.1
thanks a lot
so this one for the latest nightly?
http://forum.xda-developers.com/attachment.php?attachmentid=3277294&d=1429768884
??

[EXPERIMENTAL] About screen refresh rate

!!! WARNING !!!
Some of the users reported they are having issues with Google gestures / OOS gestures navigation after enabling mode 0 described below
and that the only way that worked to fix them was to perform a factory reset. Use at your own risk and always have a backup plan.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
While implementing a QS tile for switching screen refresh rate into GravityBox I came across some interesting facts during reverse engineering.
Refresh rate has in fact 3 modes already although settings app shows only 2 of them (60Hz/90Hz).
Code:
.field private static final ONEPLUS_SCREEN_REFRESH_RATE:Ljava/lang/String; = "oneplus_screen_refresh_rate"
.field private static final OP_60HZ_MODE_VALUE:I = 0x1
.field private static final OP_90HZ_MODE_VALUE:I = 0x0
.field private static final OP_AUTO_MODE_VALUE:I = 0x2
90Hz mode as can be seen in the settings is in fact mapped to AUTO_MODE (0x2) which most likely is the reason why we can observer some auto-switching which is
based on screen content (e.g. video playing, etc.). Using mode 0 should in theory enable full-time 90Hz without auto-switching.
I can't confirm exactly as I'm using it for a short period of time.
Anybody willing to experiment it should be possible to switch modes using adb shell:
Code:
adb shell settings put global oneplus_screen_refresh_rate [mode]
where [mode] is 0 for 90Hz, 1 for 60Hz and 2 for Auto mode
When using mode 0, none of the existing options in the settings will be selected.
Also, option summary text in Display settings will show 60Hz which is a bug - simply they did not account for a fact that somebody can change the value to something else from outside.
Thanks for the input mate, cheers.
Tried the input but it didn't work. Maybe I missed something.
MaKuRoZuMK2 said:
Tried the input but it didn't work. Maybe I missed something.
Click to expand...
Click to collapse
adb command not recognized ? or dont see any changes ?
Once its activated, in settings - display - refresh rate , both options will not be selected .
JJay666 said:
adb command not recognized ? or dont see any changes ?
Once its activated, in settings - display - refresh rate , both options will not be selected .
Click to expand...
Click to collapse
Don't see any changes mate
ps. Running on Hydrogen OS 9.5.5 maybe it matters but it should not
Mega improvement. We are in 90hz. Strange that in gui it set option to 2 (auto). They know it will consume 5 to 10% battery more [emoji16]
MaKuRoZuMK2 said:
Don't see any changes mate
ps. Running on Hydrogen OS 9.5.5 maybe it matters but it should not
Click to expand...
Click to collapse
Not sure then, its smooth on all apps now.
Roll back to Oxygen OS and got it, nvm
Also do not get mistaken by option in Settings app showing 60Hz when mode is set to full 90Hz.
It'a s bug in the Settings app - simply they did not account for a fact that somebody can change the value to something else from outside.
Thank u so much ....I noticed that the apps were stuttering while scrolling sometimes but now it's perfect
What's the recommended setting?
Wow, works like a champ, I was getting this weird thing where PoGo would open at 90hz refresh, then when I left and came back it would drop to something much lower.
ledvedder said:
What's the recommended setting?
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"
}
What recommended settings are you referring to ? There's only 0, 1 , 2
Either you wan't it to be 90 all the time, 60 or auto
On a side note. Already have these brand new beautiful tiles in GravityBox
I guess I'm a bit confused. The OP says 0 = 90Hz. But then it says when using mode 0, none of the existing options will be selected.
2 sets it to 90Hz, 1 sets it to 60HZ, and 0 sets it to no options.
Is 0 really the auto setting?
Sent from my GM1915 using Tapatalk
ledvedder said:
I guess I'm a bit confused. The OP says 0 = 90Hz. But then it says when using mode 0, none of the existing options will be selected.
Is 0 really the auto setting?
Sent from my GM1915 using Tapatalk
Click to expand...
Click to collapse
adb shell settings get global oneplus_screen_refresh_rate
You ll see in which mode you are
C3C076 said:
On a side note. Already have these brand new beautiful tiles in GravityBox
Click to expand...
Click to collapse
I don't see it in your app, is there a new version of it ?
ledvedder said:
I guess I'm a bit confused. The OP says 0 = 90Hz. But then it says when using mode 0, none of the existing options will be selected.
2 sets it to 90Hz, 1 sets it to 60HZ, and 0 sets it to no options.
Is 0 really the auto setting?
Click to expand...
Click to collapse
Mode 2 is auto but it is shown as 90Hz in the Settings on purpose - that's how devs decided to cover up existing auto mode as it's probably not fully finished. Native 90Hz is mode 0. But mode 0 is not mapped in the Settings to any option that's why none is selected.
JJay666 said:
I don't see it in your app, is there a new version of it ?
Click to expand...
Click to collapse
It's work in progress
C3C076 said:
It's work in progress
Click to expand...
Click to collapse
Ah, no wonder. Thanks.
This is genuinely an amazing tip, the scrolling on sites which included videos was horrible.
Extremely happy with this :good:

Categories

Resources