Sunday, April 28, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 1989  / 1 Year ago, sat, march 18, 2023, 4:50:22

Because of this bug https://bugs.launchpad.net/mir/+bug/1238695 Ubuntu Touch on the Google Nexus 7 (grouper), Touch randomly freezes, and flickers.



It is bad enough that I cannot do anything except restart the device.



I was just wondering how to workaround this, can I switch back to the "surfaceflinger" that Touch previously used - as this was working nicely on previous versions?


More From » ubuntu-touch

 Answers
2

Connect your Nexus to your Ubuntu desktop machine, check if it is connected with



adb devices


(a line "[device ID] device" should be returned) and then issue the commands



adb root


(maybe it tells you that you're already 'root') and



adb shell rm -f /home/phablet/.display-mir && adb reboot


I just did it successfully. Of course, the fallback to Android's surfaceflinger is not a fix but it's a temporary workaround.






Alternatively, run



adb shell
su
rm -f /home/phablet/.display-mir && reboot

[#28977] Sunday, March 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
istmasted

Total Points: 287
Total Questions: 130
Total Answers: 153

Location: Burkina Faso
Member since Thu, Dec 23, 2021
2 Years ago
istmasted questions
;