Asus Nexus 7 (tilapia)
The startingpoint was an install of Android 5.1.1 by Asus Service Australia.
I became 'Developer' and I unlocked the bootloader.
I have successfully downgraded to Android 4.4.4(nakasig-
The bootloader remains unlocked, and being 'Developer' is now a redundant step.
I followed the instructions starting from https:/
phablet-
cd ./phablet
. build/envsetup.sh
lunch
make -j1
At this point I utilised fastboot:
fastboot -w flash recovery /home/jonathan/
fastboot -w flash boot /home/jonathan/
fastboot -w flash system /home/jonathan/
fastboot -u flash userdata /home/jonathan/
My query regards this failure:
jonathan@
sending 'boot' (8998 KB)...
OKAY [ 1.453s]
writing 'boot'...
FAILED (remote: (InvalidSize))
finished. total time: 1.480s
For experimentation I tried:
fastboot -u boot /home/jonathan/
This resulted in an imediate freeze.
Is the following a relevent step for my situation?
$ fastboot boot out/target/
$ bzr branch lp:project-rootstock-ng
$ cd project-
$ ./rootstock-
I have been sitting on this problem for a few days, but these are the files that were last created:
jonathan@
-rw-rw-r-- 1 jonathan jonathan 375702 Oct 1 21:57 android-ramdisk.img
-rw-r--r-- 1 jonathan jonathan 9213952 Oct 1 23:15 boot.img
-rw-r--r-- 1 jonathan jonathan 4426255 Oct 1 23:15 ramdisk.img
-rw-rw-r-- 1 jonathan jonathan 2754570 Oct 1 23:15 ramdisk-
-rw-r--r-- 1 jonathan jonathan 7542784 Oct 1 23:15 recovery.img
-rw-r--r-- 1 jonathan jonathan 66685400 Oct 1 23:16 system.img
-rw-r--r-- 1 jonathan jonathan 106792464 Oct 1 21:59 userdata.img
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Jonathan Ferguson
- Solved:
- 2015-11-16
- Last query:
- 2015-11-16
- Last reply:
Ensure that you have a fresh install of the Android operating system prior to installing Ubuntu by utilising the instructions published by the creator of Android at https:/
Installing Ubuntu:
md5sum ubuntu-
"a169145429bac5
gunzip ./ubuntu-
fastboot -u flash boot ./ubuntu-
fastboot -u flash userdata ./raring-
fastboot continue
Plug in an OTG adapter along with a USB keyboard to be able to input your Wi-Fi password.
jonathan@
015d41d46b3bee15 fastboot
jonathan@
...
(bootloader) erasing userdata...
(bootloader) erasing userdata done
(bootloader) erasing cache...
(bootloader) erasing cache done
(bootloader) unlocking...
(bootloader) Bootloader is unlocked now.
OKAY [ 31.185s]
finished. total time: 31.185s
jonathan@
sending 'boot' (8192 KB)...
OKAY [ 1.330s]
writing 'boot'...
OKAY [ 0.343s]
finished. total time: 1.673s
jonathan@
sending 'userdata' (691753 KB)...
OKAY [111.088s]
writing 'userdata'...
OKAY [ 41.265s]
finished. total time: 152.353s
jonathan@
resuming boot...
OKAY [ 0.020s]
finished. total time: 0.020s
jonathan@

