I found this thread in the process of working on parallel project it seems lol. Anyway I have found that i directly out of android kitchen it always gives error status 0 but i sorta found a fix that allowed it to boot on mine.
i used this in the edify_defs file
Code:
# Google Nexus 7 by ASUS (Wi-Fi Only)
change_mnt=yes
param1=ext4
param2=EMMC
param1_sdcard=vfat
param2_sdcard=
sys_mnt=\/dev\/block\/platform\/sdhci-tegra.3\/by-name\/APP
cache_mnt=\/dev\/block\/platform\/sdhci-tegra.3\/by-name\/CAC
boot_mnt=\/dev\/block\/platform\/sdhci-tegra.3\/by-name\/LNX
data_mnt=\/dev\/block\/platform\/sdhci-tegra.3\/by-name\/UDA
sdcard_mnt=\/dev\/block\/sda1
The key thing that made mine boot was changing the following items manually:
1. Change the boot line to the following (taken from cm 10.1 nightly)
Code:
package_extract_file("boot.img", "/dev/block/platform/sdhci-tegra.3/by-name/LNX");
2. use the update-binary from a recent cm nightly.
If you do that it SHOULD work.
Google Galaxy Nexus ~ I90250: TWRP 2.4.1.0, PrimeLC03 Bootloader, i90250XXLH1 Radio
Google Nexus 7 ~ ME370T: TWRP 2.4.4.0, Grouper-4.18 Bootloader
Google Nexus S ~ I9020A: TWRP 2.4.1.0, I9020XXLC2 Bootloader, I9020XXKB3 Radio
My Roms/Mods: http://kcomputerzone.ca/pages/downloads/android.php
|