**** BEGIN LOGGING AT Fri Jul 27 03:00:01 2018 Jul 27 04:27:20 I'll do a minor change in the device port template, basically adding a new field about the current major kernel version on device. Jul 27 06:01:35 ping me when you do, i'll take my time to update existing port issues @bhushanshah Jul 27 06:09:17 Tofe: yes, we do. system.img is called android-rootfs.img and is mounted at / Jul 27 06:09:46 I also had to introduce a dirty hack in the kernel to ignore skip_initrams Jul 27 06:11:48 Tofe: https://github.com/Sergobot/android_kernel_google_marlin/commit/4bccf4233ff1209406c7cbfbbcbb2f3cd22dde81#diff-b49aa35faf1090522cc097a74378f3b1 Jul 27 06:11:57 It also skips root= and dm= Jul 27 06:13:31 And afaik skip_initrams is not about secure boot, it's because there's no recovery partition so normally recovery is in initrams Jul 27 06:13:48 And to boot into Android you obviously need to skip it Jul 27 07:34:24 I just noticed something in my documentation for rolex. Recovery is Press Volume Up + Power button, not Press Volume Up + Volume Down + Power button to enter recovery mode. Jul 27 07:34:24 So should i edit in my repo and send another pull request? Jul 27 07:46:54 yes Jul 27 08:00:29 Sergobot: ah interesting, thanks. On my side I made it skip it by ending my cmdline with "--". Your solution is cleaner... Jul 27 08:38:03 @vanyasem: were you able to identify the reason of that libandroid error? Jul 27 08:38:31 no, and i probably won't :P Jul 27 08:39:15 Marxomik was added by: Marxomik Jul 27 08:39:19 @vanyasem: so.... no hope? Jul 27 08:39:19 Hi! Jul 27 08:40:26 echo_salik: i told you, ask bhushan. i did everything i could. that's it, no need to ping me every 12 hours. that's very annoying Jul 27 08:41:48 Why i get mount: mounting /dev/sda6 on /data failed: Invalid argument in early init? Jul 27 08:42:17 I'm trying port chine phone Jul 27 10:41:58 oh i thought you'd ask bhushan... sorry Jul 27 10:42:54 ofc i can ask bhushan, but as you're the one with the issue, you could provide more details (like ls some of the libraries, check mounpoints, etc) Jul 27 10:43:09 What Jul 27 10:43:17 these flashes get enumerated as sd* now? Jul 27 10:43:58 nothing bad, because mmcblk* actually uses bsd-like notation which is not that good at times Jul 27 10:44:09 especially when you have a shitton of those Jul 27 10:46:56 I understand. Thanks. Jul 27 10:52:12 @K31j0, it depends on the device Jul 27 10:55:31 Can someone help me parse rild logs? :) Jul 27 11:04:37 @echo_salik[m], What's up? Jul 27 11:05:54 Fwd from echo_salik[m]: strace: Jul 27 11:05:54 Fwd from echo_salik[m]: https://paste.ubuntu.com/p/kFF457mqNP/ Jul 27 11:05:55 Fwd from echo_salik[m]: ok... logcat: Jul 27 11:05:55 Fwd from echo_salik[m]: https://paste.ubuntu.com/p/DSzz7MP66W/ Jul 27 11:05:55 Fwd from echo_salik[m]: systemctl status: Jul 27 11:05:56 Fwd from echo_salik[m]: https://paste.ubuntu.com/p/HR59htJYBD/ Jul 27 11:05:56 Fwd from IvanSemkin[m]: `State: starting` signals that android hasn't fully started Jul 27 11:05:57 Fwd from IvanSemkin[m]: and `library "libandroid_runtime.so" not found` seems to be the issue. lineage fails to start a lot of times in the logcat Jul 27 11:06:15 (sorry for forwarding a bunch of messages @bhushanshah ) Jul 27 11:06:16 @bhushanshah: well I had some errors, vanyasem had pointed out that android had lot loaded completely. Jul 27 11:12:40 Hm libandroid_runtime and imscmservice things sounds unrelated. Jul 27 11:13:31 Can you comment imscmservice from init.*.rc to reduce some noise and get logcat again? Jul 27 11:16:24 OK. I'll do that as soon as i get home. Jul 27 12:17:02 Hi! Jul 27 13:28:32 bhushanshah: just to confirm, the inits in the device's rootdir... right? Jul 27 13:28:52 rootdir/etc correct Jul 27 13:28:54 next to your fstab Jul 27 13:29:14 thanks Jul 27 13:30:40 and i can comment via # right? same base format? Jul 27 13:30:41 *bash Jul 27 13:31:00 better disable the service by adding "disabled" Jul 27 13:31:04 instead of commenting it out Jul 27 13:32:34 what if the last line is disabled? Jul 27 13:33:06 is it already disabled? Jul 27 13:33:28 https://pastebin.com/mnPSVU3W Jul 27 13:33:56 it is disabled and has a start as well... so should i stop it or replace start with disable? Jul 27 13:34:10 huh, weird Jul 27 13:35:00 so.... now? Jul 27 13:35:46 i don't really know. comment out both the service itself and the start line xD Jul 27 13:36:53 ok... Jul 27 13:37:39 and now do i have to build the system or just hybris-boot? Jul 27 13:38:14 you need to only build system.img Jul 27 13:38:29 ok... Jul 27 13:39:10 and would it need those changes that were made? or was that part of rootfs? Jul 27 13:39:20 what? Jul 27 13:40:21 the changes we've made so far on the system. like adding that package source etc. will i have to to that again? Jul 27 13:40:32 no .. Jul 27 13:40:45 or system image is just the android part of the halium? Jul 27 13:41:11 system.img get read-only mounted, and contains android stuff Jul 27 13:41:16 your OS is in the rootfs Jul 27 13:41:27 nice... thanks... Jul 27 13:43:38 and after that i should just push that image via adb or use that tool? Jul 27 13:43:57 you need to simg2img it and push to /data Jul 27 13:44:02 because i think that tool push both files Jul 27 13:44:10 ok... Jul 27 13:44:26 don't forget to simg2img it though Jul 27 13:44:47 you need to be sure that the image you push says "ext4" and not "sparce" when you run `file system.img` Jul 27 13:44:52 yep... Jul 27 13:45:27 ok... will report back after that is done Jul 27 14:47:49 @Marxomik, somebody can help me? Jul 27 15:23:22 @bhushanshah: as you requested. Jul 27 15:23:22 https://paste.ubuntu.com/p/YgxThgGtfc/ Jul 27 16:08:04 hey @bhushanshah... Jul 27 17:02:13 Please be patient, devs can't reply 24/7 Jul 27 17:02:27 They have personal life and stuff :/ Jul 27 17:02:30 Thank you Sergey, I was waiting for someone to say that Jul 27 17:02:46 :) Jul 27 17:06:29 I understand. Im just really curious... Jul 27 17:07:05 It's my first porting experiment... so excited and curious.... Jul 27 22:10:42 dmesg contains "binder: 1164:1164 transaction failed 29189, size 0-0" and lxc doesn't start Jul 28 02:49:53 hey devmaster64 here. I am porting the nextbit ether and I am stuck as halium-install. This is the output: https://pastebin.com/3CA5LV3F Jul 28 02:52:14 weirdly enough /data is 25GB and it completely empty **** ENDING LOGGING AT Sat Jul 28 02:59:59 2018