2016-06-21 00:14:47 @kido Asara: I'm back 2016-06-21 00:14:55 @kido mhhhh, can you get to TWRP? 2016-06-21 02:01:58 Asara i'm heading home for now 2016-06-21 02:02:01 Asara will check back tomorrow 2016-06-21 02:13:20 @kido ok 2016-06-21 04:21:12 Asara I wish i worked on more open source projecs 2016-06-21 04:21:15 Asara projects even 2016-06-21 04:21:23 Asara I am happy i'm getting a chance t owork on this 2016-06-21 04:21:32 Asara most of the time it is too deep for me to grasp 2016-06-21 04:21:36 Asara but i got this shit aw ye 2016-06-21 04:21:41 * Asara hopes 2016-06-21 11:36:36 @kido Asara: that would be great yeah :) there are many points where you can contribute, with increasing difficulty and I think it is an exciting project ;) 2016-06-21 15:55:38 Asara so kido how should i proceed? 2016-06-21 15:56:06 @kido for ? 2016-06-21 15:56:26 Asara i can indeed get into twrp 2016-06-21 15:56:42 Asara installing asteroid directly to the device's data/system partitions 2016-06-21 15:57:18 @kido " stuck on bootloader and not showing up in adb" 2016-06-21 15:57:38 @kido I don't get it anymore, does the loop file boot or not ? 2016-06-21 16:00:24 @kido I still believe we would need to use ext4.fastboot to create a flashable fs. I won't be hope for hours so you can experiment with make_ext4fs directly 2016-06-21 16:00:38 @kido won't be home* 2016-06-21 16:01:19 @kido run bitbake android-tools-native 2016-06-21 16:01:29 @kido it might even already be built 2016-06-21 16:06:46 @kido your rootfs is stored in build/tmp-glibc/bass.../asteroid-image/.../rootfs 2016-06-21 16:08:24 Asara yeah so when i specified ext4.fastboot in the file itself I got an error saying No IMAGE_CMD defined for IMAGE_FSTYPES entry 'ext4.fastboot' 2016-06-21 16:08:41 Asara When i built it by changing it to ext4 it built, but I couldn't write it to the watch 2016-06-21 16:09:41 @kido Asara: btw https://github.com/Tasssadar/device_lge_bass/blob/android-5.1/BoardConfig.mk#L41 2016-06-21 16:10:17 @kido Yes with ext4 it is not packed correctly 2016-06-21 16:10:42 Asara ah. 2016-06-21 16:11:28 @kido and we need to figure out why it doesn't find IMAGE_CMD https://github.com/shr-distribution/meta-smartphone/blob/shr/meta-android/classes/android_image_types.bbclass#L7 2016-06-21 16:12:09 @kido We probably need to inherit android_image_types in the device conf 2016-06-21 16:12:34 @kido Or image conf 2016-06-21 16:12:47 @kido Bbl 2016-06-21 16:14:10 Asara iight iight i'll do some fuckery 2016-06-21 16:14:13 Asara i mean 'hacking' 2016-06-21 18:18:14 Asara have any of you compiled make_ext4fs? 2016-06-21 18:33:34 @kido Asara: I'm back, let me try 2016-06-21 19:09:11 @kido Asara: add BBCLASSEXTEND += "native" 2016-06-21 19:09:29 @kido to meta-smartphone/meta-android/recipes-android/android-tools/android-tools-conf_1.0.bb 2016-06-21 19:10:10 @kido and change RDEPENDS_${PN} = "${PN}-conf" by RDEPENDS_${PN} = "android-tools-conf" 2016-06-21 19:10:25 @kido in meta-smartphone/meta-android/recipes-android/android-tools/android-tools_4.2.2.bb 2016-06-21 19:34:36 Asara iight iight 2016-06-21 19:36:35 Asara alright its gonna take like an hour to build 2016-06-21 20:01:45 @kido why? 2016-06-21 20:01:48 @kido it should be fast 2016-06-21 20:05:32 Asara oh because I deleted everything of cuorse 2016-06-21 20:05:39 Asara because i'm stupid 2016-06-21 20:05:47 Asara (had to move my work off that server) 2016-06-21 20:06:22 @kido it's a native tool it shouldn't take long to build 2016-06-21 20:06:43 Asara oh wait no i meant the image 2016-06-21 20:06:48 Asara not the android tool 2016-06-21 20:07:01 Asara but yeah the asteroid git doesn't include make_ext4fs either 2016-06-21 20:07:14 Asara (which is needed to make ext4fs images) 2016-06-21 20:41:25 Asara hm. 2016-06-21 20:41:26 Asara it built. 2016-06-21 20:41:43 Asara oh wait 2016-06-21 20:41:45 Asara i'm stupid 2016-06-21 20:49:53 Asara er... how do you force it to rebuild? 2016-06-21 20:51:57 @kido why do you want to rebuild? if you modify a recipe it knows what to rebuild 2016-06-21 20:52:20 Asara it doesn't rebuild it though 2016-06-21 20:53:06 @kido after changing android-tools-conf_1.0.bb and android-tools_4.2.2.bb you can't run bitbake android-tools-native ? 2016-06-21 20:53:15 @kido android-tools-native isn't supposed to be shipped to your watch 2016-06-21 20:53:32 @kido so if you change thoses recipes it won't recompile asteroid-image 2016-06-21 20:53:41 @kido because nothing has changed in asteroid-image 2016-06-21 20:56:20 Asara i changed the bass.conf 2016-06-21 20:56:30 Asara to spit out a ext4.fastboot instead of ext2 2016-06-21 20:56:40 Asara but i got it 2016-06-21 20:56:44 Asara i was just being stupid (as usual) 2016-06-21 20:58:39 Asara NOTE: Running image creation script for ext4.fastboot: /gcloud/amar/asteroid/build/tmp-glibc/work/bass-oe-linux-gnueabi/asteroid-image/1.0-r0/temp/create_image.ext4.fastboot ... 2016-06-21 20:58:42 Asara ERROR: Error: The image creation script '/gcloud/amar/asteroid/build/tmp-glibc/work/bass-oe-linux-gnueabi/asteroid-image/1.0-r0/temp/create_image.ext4.fastboot' returned 136: 2016-06-21 20:58:45 Asara /gcloud/amar/asteroid/build/tmp-glibc/work/bass-oe-linux-gnueabi/asteroid-image/1.0-r0/temp/create_image.ext4.fastboot: line 107: 4525 Floating point exceptionmake_ext4fs -s -l 1073741824 -b 131072 /gcloud/amar/asteroid/build/tmp-glibc/deploy/images/bass/asteroid-image-bass-20160621185650.rootfs.ext4.fastboot /gcloud/amar/asteroid/build/tmp-glibc/work/bass-oe-linux-gnueabi/asteroid-image/1.0-r0/rootfs 2016-06-21 20:58:51 Asara now i'm stuck. 2016-06-21 21:08:37 @kido mhhh now this is tricky 2016-06-21 21:26:07 Asara kido: alright i think the problem was with make_ext4fs 2016-06-21 21:26:34 Asara wehy is there no good tutorial/guide on how to get ext4_utils built god damn it 2016-06-21 21:39:32 @kido because it's not used a lot:) 2016-06-21 21:40:38 Asara any idea hwo to get that shit compiled? 2016-06-21 21:44:51 Asara WOO 2016-06-21 21:44:52 Asara got it compiled 2016-06-21 21:44:53 Asara alright 2016-06-21 21:44:54 Asara lets do this. 2016-06-21 21:48:38 Asara alright 2016-06-21 21:48:42 Asara so it is totally a floating point exception 2016-06-21 21:49:11 @kido yes but how are we gonna debug that :) 2016-06-21 21:49:50 Asara er... idk :x 2016-06-21 21:55:56 Asara http://pastebin.com/6Aa93QpQ 2016-06-21 21:56:09 @kido by the way, I'm tired of the white background in asteroid apps, it just looks like an unfinished proof of concept so today I tried to bring more joy to the UI and here is my current attempt at making the apps "flashy flatty" http://pix.toile-libre.org/upload/original/1466538908.png I really want to know what you think of it 2016-06-21 21:56:19 @kido (by you I mean everyone here) 2016-06-21 21:56:37 Asara Juin? :P 2016-06-21 21:56:38 Asara June? 2016-06-21 21:56:41 Asara What language is that? 2016-06-21 21:56:46 Asara but it looks very nice 2016-06-21 21:56:50 Asara imo at least 2016-06-21 21:56:53 @kido french 2016-06-21 21:57:00 Asara nice :) 2016-06-21 21:57:04 @kido Asara: https://www.google.com/search?q="Floating+point+exception"+"make_ext4fs" you seem to be the only one 2016-06-21 21:59:00 Asara welp. 2016-06-21 23:08:28 Asara okay 2016-06-21 23:23:40 Asara i give up for today 2016-06-21 23:23:42 Asara adios 2016-06-21 23:56:53 @kido adios, you can still keep the loop file