support icon indicating copy to clipboard operation
support copied to clipboard

🐛 [BUG] - Chuwi HI12 rotation (fix described)

Open 2018robert opened this issue 8 months ago • 2 comments

Description

I'm running bliss os 14 on my chuwi hi12. Mostly really great but rotation in one direction is inverted. I followed the instructions here: https://docs.blissos.org/knowledgebase/troubleshooting/touch-orientation/ here https://docs.blissos.org/knowledgebase/troubleshooting/remount-system-as-read-write/ and https://youtu.be/hA1SjE3kTfQ

All that needs to happen is that line 632 of init.sh here is edited:

https://github.com/BlissRoms-x86/device_generic_common/blob/arcadia-x86/init.sh#L632

should change from:

*Hi10*plus*|*T*0*TA*|*M80TA*|*TECLAST*X16*)

to

*Hi10*plus*|*T*0*TA*|*M80TA*|*TECLAST*X16*|*HI-12*)

I was initially unable to test this. Then I figured out that I had to:

  1. boot in debug mode
  2. work from the first prompt and not from termux after full boot
  3. mount the system.img in the /src folder
  4. go to the mount folder (I used /tmp) then /etc
  5. finally I could edit init.sh in nano.
  6. then unmount /tmp

The fix WORKS.

I don't know how to contribute this back to github. I don't have permission.

This is similar to: #46 #44

probably others!

Reproduction steps

Install 14.10.2 on chuwi hi 12 and boot into bliss
tilt along the long side of the tablet
observe incorrect rotation

Category

Display

OS Version

14.x

2018robert avatar Jun 15 '24 04:06 2018robert