2016-05-11 21:35:30 XperiaNeoV Hi 2016-05-11 23:14:49 @kido hi okias :) missed your messages until now, thank you! 2016-05-11 23:15:28 @kido indeed no one here has got a huawei watch so there isn't any port of asteroid for this platform yet 2016-05-11 23:15:49 @kido if you think you would have the skills for that we can help you along the way though :) 2016-05-11 23:16:11 okias kido: ok, what I need.. crosscompile kernel.. OK and what next? Do you have something prepared? 2016-05-11 23:16:31 okias or do I need compile everything (thats not problem, but prepare environment for it is always pain for me) 2016-05-11 23:16:55 @kido cross compiling the kernel will be done through the use of an openembedded recipe 2016-05-11 23:16:59 @kido did you compile asteroid yourself? 2016-05-11 23:17:21 @kido if you did then you might be aware of the basic steps that are needed for building the project 2016-05-11 23:17:40 @kido did you give a look at that page: https://github.com/AsteroidOS/asteroid/wiki/Porting-Guide ? 2016-05-11 23:17:42 okias no, did not tried yet 2016-05-11 23:18:12 @kido this is not completely exhaustive but basicaly you will start by setting up your kernel, it shouldn't be very hard. once you do that you should get an adb shell 2016-05-11 23:19:09 @kido if you want to make the UI work you need a part of the android's /system directory with some recompiled components so it will need a bit of wizardry to mix the parts from AOSP that need to be recompiled and the parts from your actual /system dir 2016-05-11 23:19:30 @kido however huawei watch has a known SoC so it shouldn't be a real issue 2016-05-11 23:20:31 @kido once you did that you just have to modify a set of "recipes" (which are files describing the build process to OpenEmbedded, cf: https://github.com/AsteroidOS/asteroid/wiki/OpenEmbedded ) inside a "layer" that will provide the "board support package" for your watch 2016-05-11 23:21:41 @kido actually this shouldn't be *very* hard but you will probably need some basic knowledge, if you feel you are comfortable enough with debugging boot process this should be ok :) 2016-05-11 23:24:27 okias I could try, but I don't enjoy much doing these things.. I'll check it, if it will go easily, I give shot to it 2016-05-11 23:24:39 @kido by the way, hacking asteroid won't modify your android wear installation so don't worry it won't hurt your watch 2016-05-11 23:25:00 okias well, it will set some warranty bit, anyway, right? 2016-05-11 23:25:13 @kido unlocking the bootloader will most likely loose the warranty indeed 2016-05-11 23:25:51 okias I guess I could sell these and get some without warranty 2016-05-11 23:26:02 okias but in that case I'd try get some already supported 2016-05-11 23:27:04 @kido I can understand 2016-05-11 23:31:43 okias kido: anyway, thank you for responce, I'll be counting with Asteroid OS on my next watches ;) 2016-05-11 23:49:31 @kido great! keep us updated :)