Any way to disable rounded corners on Pie?

ToastyGhostie

Member
Aug 11, 2017
7
0
0
Taking a screenshot just removed the edges from it. But I'm talking about the edges of the phone screen. I'm running LiquidRemix and I swear I remember the screen corners were also rounded during the 5 minutes of running stock Pie.
 

altwu

Senior Member
Dec 16, 2014
123
48
28
try this adb command.
Code:
adb shell settings put secure sysui_rounded_size 0
if 0 doesn't work, try other values to see if it gives you what you want.

i haven't tried using this command, but i have used a similar one to get rid of the icon padding on the status bar.
Code:
adb shell settings put secure sysui_rounded_content_padding 0
more info here. http://www.xda-developers.com/google-pixel-2-rounded-screen-corners/
 
  • Like
Reactions: usamaiqbal1177