2016-02-01 12:57:48 kido` vgrade: actualy my build directory uses 77gb but I'm pretty sure you wouldn't need so much, I did a lot of work on it and a great part of that is not necessary 2016-02-01 16:08:30 vgrade kido: ok, good to know the max size. 2016-02-01 18:01:55 lokoalex looking to see if anyone has tried to port this to Motorola Motoactv 2016-02-01 18:03:35 @kido lokoalex: nop, never 2016-02-01 18:05:23 lokoalex The motoactv bootloader supports fastboot and odin 2016-02-01 18:05:39 lokoalex so im assuming it should work 2016-02-01 18:07:15 @kido indeed, but I can't find what the soc is 2016-02-01 18:10:55 lokoalex im checking 2016-02-01 18:11:59 lokoalex MOTO ACTV has a 600 MHz OMAP 3630 processor 2016-02-01 18:12:24 locusf omap ... 2016-02-01 18:13:15 lokoalex 600 MHz OMAP3 (3630) ARMv7 CPU supporting ARM extensions thumb, vfp, vfpv3, edsp & neon 2016-02-01 18:14:08 @kido do you have the source code for the kernel? 2016-02-01 18:16:15 lokoalex http://sourceforge.net/projects/motoactv.motorola/files/MOTOACTV-Americas/1.7.11/ 2016-02-01 18:16:25 lokoalex http://sourceforge.net/projects/motoactv.motorola/files/MOTOACTV-Americas/4.53.50/ 2016-02-01 18:16:57 locusf this is a non-android watch 2016-02-01 18:17:07 lokoalex this is android 2016-02-01 18:17:32 locusf ah yes 2016-02-01 18:17:38 locusf but its too old 2016-02-01 18:17:43 locusf 2.3.4 2016-02-01 18:20:49 lokoalex So it cant be done? 2016-02-01 20:37:26 @kido lokoalex: I think the android version is too old, you would have troubles running libhybris on it :/ 2016-02-01 20:37:33 @kido hi TheAppleMan 2016-02-01 20:37:56 TheAppleMan hi kido 2016-02-01 20:54:38 TheAppleMan when building the /system tarball, where can i find the /include header files? 2016-02-01 21:11:07 @kido TheAppleMan: oh good question 2016-02-01 21:11:31 @kido so you're following this readme: https://github.com/AsteroidOS/meta-dory-hybris/blob/master/README-system-dir ? 2016-02-01 21:11:48 TheAppleMan yes 2016-02-01 21:13:44 @kido TheAppleMan: in libhybris there is a extract-headers.sh script https://github.com/libhybris/libhybris/blob/master/utils/extract-headers.sh 2016-02-01 21:14:00 @kido use it at the root of your android build tree 2016-02-01 21:14:10 @kido and it will extract the required headers 2016-02-01 21:14:38 @kido if I remember it right some headers are missing so I grabbed them from AOSP at the same version 2016-02-01 21:14:59 @kido not sure about that though, try to run the script first and then to compile libhybris against those headers 2016-02-01 21:18:46 TheAppleMan ah cool, that seems to get them 2016-02-01 21:19:43 @kido feel free to add a line or two about that in the readme and to pull request, it's a good observation 2016-02-01 22:09:28 @kido TheAppleMan: good job :) 2016-02-01 22:09:37 @kido so you got your own system.tar.gz ? 2016-02-01 22:09:58 @kido it's been month I haven't touched those things so I'm curious to know if everything still works as expected 2016-02-01 22:13:51 TheAppleMan I feel I'm getting closer, but we won't know until it boots :) 2016-02-01 22:15:55 @kido sure :)