SecondScreen icon indicating copy to clipboard operation
SecondScreen copied to clipboard

this app screwed the phone screen

Open wyup opened this issue 5 years ago • 5 comments

Just installed the app on a Xiaomi Mi 8 stock rom, rooted. Created a profile and the screen was shrinked to the center of the display. I can't touch any button. I have uninstalled the app from adb pm uninstall but still the screen is unusable and shrinked. I can only reflash my phone. Disappointed.

wyup avatar Jun 17 '20 14:06 wyup

Found a solution: From adb shell, type:

wm size reset wm density reset

wyup avatar Jun 17 '20 15:06 wyup

Hi, I also have the same problem as you on the Xiaomi Mi 9T, thanks for the solution.

armadeas avatar Nov 09 '20 18:11 armadeas

Hi @farmerbb , Could you please help if you can? Second Screen made my phone go into permanent loop boot... Any tips on how to exit the boot loop? I do not seem to get the brief access to adb shell, but I might be doing something wrong... https://android.stackexchange.com/questions/234549/bad-screen-resolution-permanently-crashes-poco-f1

milos1986 avatar Mar 11 '21 16:03 milos1986

Found a solution: From adb shell, type:

wm size reset wm density reset

Hi @farmerbb , Could you please help if you can? Second Screen made my phone go into permanent loop boot... Any tips on how to exit the boot loop? I do not seem to get the brief access to adb shell, but I might be doing something wrong... https://android.stackexchange.com/questions/234549/bad-screen-resolution-permanently-crashes-poco-f1

Thanks, this really helped me. I was unlucky that my Mi8 always fails to boot and then rebooted into TWRP after applying a 720p profile with this app, even removing this app with TWRP adb didn't work, then I saw this and spammed these commands on my PC connected to my phone during the boot

adb shell wm size reset
adb shell wm density reset

and it worked!

Blue-Beaker avatar Aug 22 '22 16:08 Blue-Beaker