**** BEGIN LOGGING AT Tue Jul 10 03:00:02 2018 Jul 10 07:44:59 eeLektriciTee was added by: eeLektriciTee Jul 10 10:45:49 abozz was added by: abozz Jul 10 15:15:16 clear Jul 10 15:15:28 why did I write that here -.- Jul 10 15:17:15 I am at Fixing mount points and added the text regarding my files but i cant get it to succeed... i get `sed: no input files` Jul 10 15:17:31 am i supposed to add a file in the argument? Jul 10 15:19:00 no Jul 10 15:19:24 also my arm arch is wrong when I start make mkboot Jul 10 15:19:51 @abhishek_01what am I supposed to do then... Jul 10 15:20:01 @abhishek_01 what am I supposed to do then... Jul 10 15:22:28 see what others have done in that file in the past Jul 10 15:23:34 in git? Jul 10 15:23:41 https://github.com/Halium/android_device_wingtech_wt88047/blob/halium-7.1/rootdir/etc/fstab.qcom this is a fstab file from a device, Jul 10 15:24:14 then on the phone with root acccess Jul 10 15:24:21 readlink -f /dev/block/bootdevice/by-name/system Jul 10 15:24:54 yeah i got that far... Jul 10 15:25:37 I changed the mount points Jul 10 15:25:40 so what i got from running that command ,,, it put it like this https://github.com/Halium/hybris-boot/blob/ead5e7f80f0601b27efed0a241cd9e83dfd5d7c6/fixup-mountpoints#L620 Jul 10 15:26:40 i think i explained it will in layman's language :P Jul 10 15:26:58 ubptgbot: yep... done the same... wait... let me share the sed part Jul 10 15:27:16 ubptgbot: yeah you did but unfortunately problem is after that :P Jul 10 15:27:38 pastebin what you have done Jul 10 15:28:19 https://pastebin.com/rtn2sjdR Jul 10 15:29:01 here it is... btw why doesnt pastebin ever keeps me logged in... its really annoying Jul 10 15:29:30 and give me the link to you fstab file Jul 10 15:30:39 ubptgbot: aye aye captain... a minute please... Jul 10 15:31:15 ubptgbot: https://github.com/LineageOS-R4A/android_device_xiaomi_rolex/blob/cm-14.1/rootdir/fstab.qcom Jul 10 15:33:07 you missed boot, Jul 10 15:33:21 recovery Jul 10 15:34:40 its says emmc... guide says to skip that Jul 10 15:35:01 every line in fstab where the type is not auto, emmc or swap Jul 10 15:35:44 i am pretty sure you need boot and recovery ... Jul 10 15:35:57 maybe @bhushanshah can shed some light on it Jul 10 15:38:23 ubptgbot: looking at the other cases, there is a boot location but not recovery Jul 10 15:44:11 ubptgbot: ok... boot is not in all device fixes Jul 10 15:46:46 ubptgbot: after adding boot i still get: Fixing mount-points for device rolex sed: no input files Jul 10 16:07:37 just add boot and recovery ... hybris-boot looks for userdata and boot part mainly ... i have no idea about emmc part Jul 10 16:26:09 RachelBirdy was added by: RachelBirdy Jul 10 16:29:53 Hey. … I'm following the instructions trying to port this to my tablet. I get as far as syncing to get the source, but it always fails with "Fatal: Couldn't find remote ref refs/heads/(whatever revision of the remote I'm using)." Anyone have any idea what I could be doing wrong? Jul 10 16:31:37 syncing device trees or halium sources ? Jul 10 16:31:54 Could we get the line in your local manifest, and the repository it matches up to? Jul 10 16:32:59 Currently it's `` using the built in lineageos remote Jul 10 16:34:00 The specific error from that is `fatal: Couldn't find remote ref refs/heads/cm-14.1` Jul 10 16:34:12 @RachelBirdy, you only have cm13.0 , halium requires 5.1 or 7.1 Jul 10 16:34:54 @abhishek_01, so repo is unable to fetch 14.1/7.1 Jul 10 16:35:25 I'm running LineageOS 14.1 on the tablet now though. o.o … So should I use 5.1 instead of 7.1? Jul 10 16:36:25 @RachelBirdy, is it officialy supported? If no, look for sources at xda Jul 10 16:36:29 @RachelBirdy, look for sources of that 14.1 somewhere else ... maybe the person who started that xda Jul 10 16:36:38 @ar7ch, 1 sec too late Jul 10 16:36:56 Ah, understood. Thank you ❤️ Jul 10 16:48:40 Hello, everyone! Jul 10 16:55:54 Hello Jul 10 17:19:49 I couldn't find a 7.1 source that worked so I decided to try building 5.1 instead, so I cleaned and started again but that failed to fetch the halium source Jul 10 17:34:27 @RachelBirdy, is it samsung galaxy tab s Jul 10 17:34:28 ? Jul 10 17:35:40 Yeah Jul 10 17:36:13 Sm-t807t specifically Jul 10 17:41:16 @RachelBirdy, is there any 7.1 custom rom for your device ? Jul 10 17:41:30 if yes .. can you give me the link to that thread Jul 10 17:44:06 https://forum.xda-developers.com/galaxy-tab-s/development/rom-lineageos-14-1-sm-t807t-t3647066 … I tried the source listed in there though and it gave the same unable to find remote ref error Jul 10 17:45:39 so you do have cm-14.1 , Jul 10 17:45:57 create a remote in the manifest file Jul 10 17:47:56 something like `````` Jul 10 17:48:16 [Edit] `````` Jul 10 17:50:01 and instead of using ```remote="los"``` Jul 10 17:50:14 use ```807t``` Jul 10 18:05:44 ...I was using `android_device_samsung_chagallltetmo` as the revision when I set up the remote. Derp. That worked, thank you ❤️ Jul 10 18:40:51 ubptgbot: upon running fixup-mountpoint i still get no input file Jul 10 18:41:19 ubptgbot: i run it like this: ./halium/hybris-boot/fixup-mountpoints rolex Jul 10 18:42:48 You don't need to run it manually Jul 10 18:42:52 It's run by the build system Jul 10 18:43:12 Just add your device's entry. Run breakfast again and mka halium-boot Jul 10 18:43:50 ubptgbot: oh... Jul 10 18:44:09 ubptgbot: btw mka vs make... is ther eany difference Jul 10 18:47:42 ubptgbot: im getting this error now: device/xiaomi/rolex/doze/Android.mk:49: frameworks/base/packages/SettingsLib/common.mk: No such file or directory Jul 10 18:52:38 also there is no file: frameworks/base/packages/SettingsLib/common.mk - which the error states.... Jul 10 18:52:46 @echo_salik, Yep, mka is configured to use multiple threads by default Jul 10 18:52:59 For make you need to use -j flag manually Jul 10 18:53:03 So well use mka Jul 10 18:54:29 ubptgbot: thanks... anything regarding the error? Jul 10 21:19:18 Slowly making progress. … I'm getting the signapk.jar error. The guide says to get rid of apks and jars, and "The setup script will take care of this for you normally." What setup script is that? Jul 10 21:36:20 @RachelBirdy, Go to your vendor blobs, and comment out the jar/apk stuff from the makefiles Jul 10 21:39:29 Hi everyone! I'm stuck Jul 10 21:45:33 Hi everyone! I' m stuck on http://docs.halium.org/en/latest/porting/debug-build/logging-in.html , particularly on getting ssh connection to device. Nmap says that host is down. However, I can telnet to device in debug mode. syslog: https://pastebin.com/MQA3Zp7d last_kmsg: https://pastebin.com/NVfiqkpj kernel config: https://pastebin.com/EHUFkfMR Any advice? Jul 10 21:46:19 device: samsung A520F(A5 2017) Jul 10 21:48:00 And I'm getting USB debug message 'GNU/Linux devices on rndis0 10.15.19.82' Jul 10 21:55:06 Telnet into it Jul 10 21:55:25 er... Jul 10 21:55:41 @VeryOriginalUsername, 10.15.19.82 is ssh addr Jul 10 21:55:53 you can't telnet into it Jul 10 21:55:56 Uh I shouldn't try to help @ 12pm Jul 10 21:55:57 Sorry Jul 10 21:59:36 Dzmitry Sankouski was added by: Dzmitry Sankouski Jul 10 21:59:42 @Dzmitry Sankouski, welcome Jul 10 21:59:52 were you the one to email me about some samsung phone? Jul 10 22:00:46 Hi Ivan, yes that was me Jul 10 22:01:08 that was weird :P so well you have trouble getting into ssh Jul 10 22:02:09 try to disable networkmanager on your system and manually set up a route for 10.15.19.82 Jul 10 22:03:13 [Edit] that was weird :P so well you have trouble getting into ssh though telnet works and there is a "usb: Manufacturer: GNU/Linux Device" entry in dmesg Jul 10 22:04:14 will try it and write back tomorrow Jul 10 22:04:34 nm loves to mess with routes Jul 10 22:05:05 (Document) https://irc.ubports.com/ZX0jfoYP.null Jul 10 22:05:07 also try this script Jul 10 22:05:22 assuming you're using the reference halium rootfs with hybris-boot Jul 10 22:06:03 you should do that first before messing with halium-boot and ubports Jul 10 22:25:42 Grah, now I'm getting this error … `ninja: error: '/home/rachel/src/halium/out/target/product/chagallltetmo/obj/SHARED_LIBRARIES/libion_exynos_intermediates/export_includes', needed by '/home/rachel/src/halium/out/target/product/chagallltetmo/obj/SHARED_LIBRARIES/libbinder_intermediates/import_includes', missing and no known rul Jul 10 22:25:42 e to make it` Jul 10 23:24:13 @echo_salik, Try this: https://paste.ubuntu.com/p/MWcBrkrBhy/ Jul 10 23:28:15 @jasousa, Maybe not the same files, you have xiaomi, I have samsung Jul 11 00:23:11 ubptgbot: jasousa: thanks! Jul 11 02:37:47 NS1647 was added by: NS1647 **** ENDING LOGGING AT Wed Jul 11 03:00:02 2018