RabbitHoleEscapeR1 / r1_escape

321 stars 32 forks source link

A little help would be appreciated :D #2

Open ToastedPastry opened 3 months ago

ToastedPastry commented 3 months ago

Hi,

So I am probably out of my mind for trying this in the first place but I figured what the heck. Anyway I don't know if anyone else is having this struggle but I can't seem to get the img file to work correctly. I've gone about it in every way that I can and it gets all the way to what is apparently the end before it is suppose to reboot into the Android OS and then fails to load the img file. If it isn't apparent I am not very experienced at these things but I was hoping to make the Rabbit more useful and this sounded great. I even tried sideloading the img file itself via the adb option on the rabbits recovery mode but alas that failed as well.

ToastedPastry commented 3 months ago

Oh and I should add I'm also trying this from a windows machine...I know please don't hate me :D thanks again!

urfdvw commented 3 months ago

The released *.img.xz is a compressed version of the .img file, xz is usually used in linux and can be unzipped by unxz filename. On windows, you can use the 7z tool (https://7-zip.org/).