Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
found a number of other issues in the cypress code, which my partner and I have fixed. I will upload these changes soon. So the Kernel compiles properly, I now need to create a boot image for the device.
~Ivy
It's Huawei code. the part that fails to compile.
SikYou, which eabi did you use to compile? 4.2.1, 4.3.1, or 4.4.0?
I'm trying with 4.2.1, and lets see if it will compile =)
watching the make output now =)
~Ivy
well without a ramdisk (boot.img) it won't do much, so I'm just getting some things for me to create the ramdisk.
~Ivy
Now just to remove any other possibilities, I've gone back to the bestbuy build. (and none of my apps to sd scripts.)
When I try and use fastboot with the following:
fastboot boot /home/ivy/kernel/arch/arm/boot/zImage
creating boot image...
creating boot image - 2355200 bytes
downloading 'boot.img'... OKAY
booting... OKAY
The screen stays dark for about 30 seconds, then flashes the Huawei S7 Logo, and shuts down.
I just wish I had some way to monitor what was going on during this period, and I'd be all good.
But alas I'm flying blind here.
~Ivy