Awesome news--maybe is possible somehow use their Android on Orange Pi boards with H3 CPU? Since CPUs are the same---H3--possibly it could work on Orange Pi without any modifications.
We only need people to check on it.
I hope this Tronsmart Draco H3 will give possibility to freely download their Android 4.4 to people and we could possibly use it...
I's nice, thanks. Got 500Mo already.
I have not the board yet, just want to try to compile it for the moment !
Edit: you're sure for this git depo? I see only A23 support, not H3 (or quad A7)
1. MKIMAGE
compiled and "installed" mkimage with sun8iw7p1_config
Code:
cd /home/opi/droid/lichee/brandy/u-boot-2011.09
make sun8iw7p1_config
make
sudo cp /home/opi/droid/lichee/brandy/u-boot-2011.09/tools/mkimage /usr/local/bin/mkimage
sudo chmod 777 /usr/local/bin/mkimage
2. BUILDING KERNEL
Code:
cd lichee
./build.sh config
3. BUILDING ANDROID
cd /home/opi/droid/android
source build/envsetup.sh
lunch
extract-bsp
make -j 2