2016-02-05 00:19:23 @kido you should enable CONFIG_TTY_PRINTK and CONFIG_ANDROID_RAM_CONSOLE in your kernel defconfig and redirect the output of commands to /dev/ttyprintk 2016-02-05 00:20:31 @kido if you reboot to android with the same kernel you will be able to access your asteroid's logs from /proc/last_kmesg 2016-02-05 00:47:29 @kido a service is probably broken... you should start by checking asteroid-launcher.service and android-init.service the problem is probably here 2016-02-05 00:49:03 @kido if you have time during the week end (or even tomorow in the afternoon) we could try to cook a custom ramdisk with an adbd session before booting up so that you can have a shell before systemd gets executed and modify/log the things you want 2016-02-05 03:28:42 randomstyle # 2016-02-05 03:36:02 randomstyle + 2016-02-05 12:22:22 @kido hi taaem 2016-02-05 14:10:45 taaem kido: hey 2016-02-05 20:50:26 wake-fake My wtch is dumb 2016-02-05 21:02:27 TheAppleMan let's get debugging! 2016-02-05 21:03:37 TheAppleMan how do i know that the block devices (mmcblk0p??) are correct? 2016-02-05 21:26:08 @kido ah 2016-02-05 21:26:27 @kido wait a minute 2016-02-05 21:26:56 @kido hi lizzie 2016-02-05 21:27:27 lizzie hi kido! 2016-02-05 21:28:06 lizzie I booted asteroid os but the only app seemed to be a screenshot app and I got bored :P 2016-02-05 21:29:10 @kido TheAppleMan: on android with adb shell as root "ls -la /dev/block/platform/msm_sdcc.1/by-name/" and you get the corresponding partition 2016-02-05 21:29:21 @kido lizzie: oh you got your image from xda-devs 2016-02-05 21:29:47 @kido it is really outdated, I should contact the author so that he modify the post 2016-02-05 21:30:43 @kido you can get a newer image from the asteroidos' website, and don't expected not to get bored because it is still in development so if you want to hack some qml code it will be a lot of fun but if you expect something really "usable" we are not there yet :) 2016-02-05 21:35:09 lizzie kido: ohhh ok! thanks for the tip! 2016-02-05 21:35:26 lizzie kido: does it at least support bluetooth? 2016-02-05 21:36:19 @kido only in an experimental way (I mean from a terminal I was able to scan devices so the chip is up and running but no UI allows to easily do that yet) 2016-02-05 21:36:50 @kido I've got to go afk once again, I'll be back later in the night and I will be more available during the week end 2016-02-05 21:38:32 @kido TheAppleMan: if you feel like modifying the ramdisk tonight take a look at src/meta-smartphone/meta-android/recipes-core/initrdscripts/initramfs-boot-android/init.sh and modify it to get adbd 2016-02-05 21:39:04 TheAppleMan kido: will do! 2016-02-05 21:39:10 @kido sorry I meant src/meta-bass-hybris/recipes-core/initrdscripts/initramfs-boot-android/init.sh 2016-02-05 21:39:17 TheAppleMan ah 2016-02-05 21:39:32 @kido there are some tweaks with functionfs for adb 2016-02-05 21:43:08 @kido I'm afk, see you later :) 2016-02-05 23:16:33 TheAppleMan okay, rebuilt with enable_adb. got a shell, but i don't see systemd