bkerler / android_universal

Universal android boot to root
MIT License
262 stars 67 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'tmp/rd.gz' #2

Closed chinen222 closed 3 years ago

chinen222 commented 3 years ago

Vanilla running the script, and it doesn't create the archive. Using Linux Mint 20.

bkerler commented 3 years ago

That happens if the boot image doesn't have a ramdisk, for example on android 10-11 images.

chinen222 commented 3 years ago

Aaah ! Ramdisk is in recovery for non A/B devices , Thanks