Open mmirg opened 6 years ago
Thanks for the detailed report. Yes, it seems that something's not right there. I wonder if the script is failing to get the correct CPU architecture for Intel devices, for some reason. Unfortunately I only have an ARM Chromebook to test with.
I have suggested to someone who appears to have encountered the same issue that they might like to try this version of script 1, in which
ARCH="`uname -m`"
has been changed to
ARCH="`printf "getprop ro.product.cpu.abi" | android-sh`"
I'll post back once I know whether this works or not.
I'm actually having this same issue, I'm using a Kabylake, EVE, pixelbook. You may be onto something with it being intel based pixelbooks.
Same issue with hp x360 14" Intel i3 chromebook.
Yeah this is fixed by Smartguy1196 code update....
This seems to be not unlike the errors I received when testing aroc on a Pixelbook in issue #2 but the scripts seem to be using sparse files and shouldn't have a space issue anymore as per the allocation that I see in the script.
Something seems to be odd in the creation of the blank image.
However the blank image seems to be 1800000 which corresponds to arm7. Increasing the count to 2200000 for arm7 allows the android files to be copied successfully but the script still fails downloading busybox and SuperSU.