[ADB] Fullscreen 'Edge' Handle

Pedroc1999

Senior Member
Nov 22, 2012
362
75
0
I was always annoyed by how small the edge screen is even at its largest, so I crawled through the Global settings through ADB and found a setting that seemed relevant "edge_handle_size_percent"

I ran the command
Code:
adb shell settings put global edge_handle_size_percent 100.00
with ADB from a computer, I then opened the edge menu (Still the old size and position) and when I went into handle settings, it had become fullsize. This may also work on the Note and S7 series as well as ported roms, I have only tested this on my S8+.

Let me know if it worked for you! Screenshot as proof below.
 

Attachments

Last edited:

Has_anDroid

Senior Member
Jul 1, 2016
1,112
294
93
Smryne Izmir TURKEY
www.androidatesi.com
PS C:\Users\hasanben35\Desktop\platform-tools> adb devices
List of devices attached
ce------------------------- device

PS C:\Users\hasanben35\Desktop\platform-tools> adb shell
dream2lte:/ $ adb shell settings put global edge_handle_size_percent 100.00
/system/bin/sh: adb: not found

help
 

Pedroc1999

Senior Member
Nov 22, 2012
362
75
0
PS C:\Users\hasanben35\Desktop\platform-tools> adb devices
List of devices attached
ce------------------------- device

PS C:\Users\hasanben35\Desktop\platform-tools> adb shell
dream2lte:/ $ adb shell settings put global edge_handle_size_percent 100.00
/system/bin/sh: adb: not found

help
There is no need to run the adb shell command first. Its an all in one command. Just fire up adb and input it all.
 
  • Like
Reactions: Has_anDroid

Epic htc 1

Senior Member
Jan 29, 2015
77
50
0
I'll let you know shortly, I didn't read the whole forum and moved the slider and you guessed it!!! Back to default it went ....SOOOOOO I'm running the new command and will let you know very shortly