**** BEGIN LOGGING AT Wed Apr 11 03:00:04 2018 Apr 11 12:37:09 https://www.theregister.co.uk/2018/04/11/life_with_gemini/ Apr 11 12:46:32 FYI i've written a small script to 'fix' gemini linux side goo.gl/R9UNBT Apr 11 12:46:58 wget goo.gl/R9UNBT and then bash R9UNBT Apr 11 12:53:37 cos-: looks good, might want to add a password change? Apr 11 12:54:16 yep, that's a good idea Apr 11 12:54:30 maybe the script could be put in github somewhere Apr 11 12:56:08 this should be a short term measure, I'm hoping there will be a TP2 with most of the niggles fixed in the next couple of weeks Apr 11 13:06:05 I added the password change to the script. Maybe someone could test it before i publish it more.. Apr 11 13:49:33 ok it's now in github https://github.com/gemian/gemini-scripts/blob/master/linuxsetup.sh Apr 11 14:05:59 got in twrp! Apr 11 17:39:59 alright, finally on irc with gemini running sailfish Apr 11 17:41:22 that involved lot of hacking, especially due ebay microsdcard which corrupted files.. Apr 11 17:42:35 cos-: where did you get the sailfish image? Apr 11 17:47:06 from someone on this channel. it's not released yet. Apr 11 17:48:26 the installation was pain but it's much more finished than debian. Apr 11 17:49:13 so far everything except camera has worked. it's also lightning fast even compared to jolla phone. Apr 11 17:52:37 booting to android still works.. not sure what it would take to boot back to debian Apr 11 17:53:00 sounds good Apr 11 17:54:49 cos-: does the phone work? Apr 11 17:55:13 it should work, but i haven't tested with sim yet Apr 11 17:55:21 gps doesn't seem to work thouhj Apr 11 17:56:29 display also tends to go upside down, if device is tilted forward. i think the accelerometer is in the keyboard part and that confuses it Apr 11 17:59:40 https://z-m-scontent-arn2-1.xx.fbcdn.net/v/t1.0-9/30581578_10155237097646594_7022232328793489408_o.jpg?_nc_cat=0&_nc_ad=z-m&_nc_cid=1388&oh=c195a6476b081816f71fb3b5725f7da4&oe=5B74DBC7 Apr 11 18:22:33 cos-, reflashing linux_boot from Debian Apr 11 18:25:53 can it be reflashed from sailfish? Apr 11 18:27:35 some method of switching between sailfish & debian would be great Apr 11 18:27:43 dd if=linux-boot.img of=/dev/disk/by-partlabel/linux_boot as root should work Apr 11 18:28:29 in theory lk could be modified to allow fourth boot partition :) Apr 11 18:28:42 but that complicates partition setup... Apr 11 18:28:48 yep, it seems to be visible in sailfish also Apr 11 18:33:16 should be possible to a script or even a gui app to switch between os's Apr 11 18:41:08 mmcblk0p29 aka debian root can be mounted from sailfish to access anything there Apr 11 18:47:41 yes, works as expected. i could boot back to linux with the original linux_boot image Apr 11 19:12:23 hm gdm doesn't seem to work, after login the screen stays gray forever and the desktop doesn't start Apr 11 19:13:15 it might be difficult to recover from this if i can't access shell in any way Apr 11 19:16:47 cos-, it's configured to provide USB network on connection to PC Apr 11 19:17:11 if DHCP doesn't work, you can do sudo ip addr add 10.15.19.1/24 dev usb0; sudo ip link set usb0 up Apr 11 19:17:16 then ssh gemini@10.15.19.82 Apr 11 19:17:37 (usb0 can be renamed into something else by udev, check dmesg) Apr 11 19:18:42 is there a way to modify the kernel parameters? Apr 11 19:19:02 TheKit: oh, good to know Apr 11 19:20:31 akik, you can unpack/repack abootimg (the format of boot/linux-boot) with https://github.com/vianney/bootimgtool Apr 11 19:21:18 TheKit: i meant on the device, maybe through the usb connection? Apr 11 19:22:28 well... compile that tool on device, copy linux-boot partition to file, modify, copy it back Apr 11 19:22:47 no easier way due to cmdline being embedded into boot.img Apr 11 19:23:02 ah ok Apr 11 19:25:41 bookmarked :) **** ENDING LOGGING AT Thu Apr 12 03:00:05 2018