- releases - https://github.com/pocketblue/recovery/releases
- device tree - orangefox_device_nothing_Spacewar
- building script - nothing-spacewar/orangefox.sh
- workflow - .github/workflows/release-nothing-spacewar.yml
- download
boot.imgfrom lineage os build - download
orangefox_nothing_spacewar.imgfrom releases
fastboot --set-active=a
fastboot flash boot_a boot.img
fastboot flash vendor_boot_a orangefox-nothing-spacewar.img
fastboot reboot recovery- download
boot.imgfrom lineage os build - download
vendor_boot.imgfrom lineage os build
fastboot --set-active=a
fastboot flash boot_a boot.img
fastboot flash vendor_boot_a vendor_boot.img
fastboot reboot- touchscreen not works
- battery status not works
- hardware gui control works
- adb shell works
- userdata decryption works
adb shell
mount -t erofs -o ro /dev/block/mapper/vendor_dlkm_a /vendor_dlkm
insmod /vendor_dlkm/lib/modules/fts_tp.ko