Skip to content

pocketblue/recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orange fox recovery for nothing phone 1

flashing orangefox

fastboot --set-active=a
fastboot flash boot_a boot.img
fastboot flash vendor_boot_a orangefox-nothing-spacewar.img
fastboot reboot recovery

uninstall orangefox and get working lineage os back

fastboot --set-active=a
fastboot flash boot_a boot.img
fastboot flash vendor_boot_a vendor_boot.img
fastboot reboot

bugs

  • touchscreen not works
  • battery status not works

features

getting working touchscreen

adb shell
mount -t erofs -o ro /dev/block/mapper/vendor_dlkm_a /vendor_dlkm
insmod /vendor_dlkm/lib/modules/fts_tp.ko

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published