Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.27 KB

notes.md

File metadata and controls

28 lines (18 loc) · 1.27 KB

Various notes on porting

wlan

  • Sometimes indicator-network starts too early and doesn't detect wlan properly leading to wifi menus not appearing in settings

The issue with wlan not loading properly (as well as everything else) was firmware parts not being mounted... See this commit.

Haptics

SIM card stuff

Brightness

  • Need patched repowerd to use sysfs instead of HAL for brightness control as HAL is broken on op6.

Resizing system image

simg2img system.img system.img.raw
resize2fs -f system.img.raw 732160
e2fsck -fy system.img.raw
img2simg system.img.raw system.img.small