Monday, 2020-02-03

OksanaWhen I am trying to do step "fastboot set_active a", I get "error: Could not get suffixes." https://community.fxtec.com/topic/2467-community-build32120updated-jan-20-sailfish-os-for-fxtec-pro1/04:52
r0kk3rzwhich device?04:53
OksanaFxtec Pro1.04:53
OksanaProduct_Name - msm899804:54
OksanaDevice State - unlocked04:54
r0kk3rzyou might be able to skip that step, but maybe wait for @adampigg or Mister_Magister04:56
OksanaWaiting05:04
OksanaThank you. I am impatient, but I do not want to brick the device05:06
r0kk3rzyou wont05:06
r0kk3rzits just to do with the A/B partitions05:06
OksanaWhich I know nothing about...05:06
OksanaDisclaimer: I am running "sudo fastboot set_active a", because without sudo, fastboot doesn't see device at all.05:08
rinigusOksana: sudo is needed if fastboot is not configured to be used by user05:34
OksanaNo idea how to configure that. As long as sudo doesn't interfere with fastboot doing what it needs to do...05:35
OksanaDownloaded platform-tools from Google's website - newer version than adb in Debian repositories. Works!05:49
OksanaRunning installation script...05:53
OksanaAt least, battery is 94%05:54
OksanaSomething Something /vendor05:55
OksanaBut did say "Done!" So I am now booting into Sailfish OS.05:56
OksanaAurora wallpaper is brilliant!05:59
T42<Ege %lastname%> repo sync fails at checking out jdk8 https://paste.ubuntu.com/p/Rjxz6QCSm6/, how can i fix this?10:56
*** Oksana_ is now known as Oksana12:18
Mister_Magisterr0kk3rz: i helped!15:49
DylanVanAsschespiiroin: Are you here?18:08
T42<Akatsu %lastname%> Can i place droid-hal-device, droid-config-device and droid-hal-version-device inside of local_manifest and after hybris init go straight to building hybris-hal and then build_packages.sh?18:29
vknecht@Akatsu %lastname, guess you could, but there'd not be much gain in that when following the ยซ sfos way ยป where generally/ideally, you only build droid-hal locally, then upload it to OBS and then all other packages get built automatically from git repos20:59
vknechtthe manifest only reflects the android base20:59
T42<adampigg> mal: my current logs from pulse https://paste.gnome.org/psmbigo6522:02
T42<adampigg> and this is the config i have butchered together https://paste.gnome.org/pvfqf1irh22:03
T42<adampigg> no volume control, infact, nothing is working really ... but it does load the cards, sinks etc22:03
T42<adampigg> if you have any siggestions, pls let me know ;)22:03
mal@adampigg neither of those links work22:17
T42<adampigg> mal: huh, odd, try https://bpaste.net/CVKQ22:19
T42<adampigg> and https://bpaste.net/PQNQ22:19
malwhat does pactl tell, get all info from it22:20
malcan't remember the exact command parameter22:21
T42<edp_17> Hi everyone.22:30
T42<edp_17> Can somebody help me with the missing IMEI number? Where should I start looking? As my last resort I thought go back to Android and check whether this is an issue or not. Is not there any other thing that I can do in Sailfish? Thanks.22:32
malchecking logcat and logcat -b radio and also anything related to ofono in journal22:36
T42<edp_17> Thank you.22:38
T42<edp_17> I only found this in journal: 'localhost ofonod[1790]: Slot 0 IMEI query error: REQUEST_NOT_SUPPORTED'22:41
T42<edp_17> What is responsible for the 'mnt-\x2elfs.mount'?22:48
T42<edp_17> There is an error in the log about it and it still has the block in the partition definition in the file at 'What=/dev/block/mmcblk0p4'22:49
malhmm, that could be a problem in dhd submodule, need to check22:56
malbut not today22:56
malit's late already22:56
T42<edp_17> I have changed the What to /dev/mmcblk0p4 and now I am getting 'Cannot add dependency job, ignoring: Input/output error' :https://pastebin.com/DpFLqTvD23:03
malthat partition is probably not the problem23:10
malyou should show all the logs I mentioned and there is something there23:10
T42<edp_17> Okay, then I am changing that back to how it was.23:10
malthat 'localhost ofonod[1790]: Slot 0 IMEI query error: REQUEST_NOT_SUPPORTED' looks odd23:10
T42<edp_17> Okay, the journal is there. Here is the logcat: https://pastebin.com/7UtwV5M923:12
T42<edp_17> Yeah, that is odd, that's why I mentioned earlier.23:13
T42<edp_17> And here is the logcat -b radio: https://pastebin.com/MyQ6WB5k23:15
mallooks like there are some other errors from ofono also, abour gprs23:22
malhopefully monich can have a look at those at some point23:23
malanyway I need to get some sleep now23:23
T42<edp_17> Okay, That would be really big help because the missing IMEI is the reason why I do not have data on the device.23:25
malI think it might not be the reason, there might be another issue with that, the data format23:27
monichedp_17: try to enable legacyImeiQuery in /etc/ofono/ril_subscription.conf if you haven't done that yet23:29
monichhttps://git.sailfishos.org/mer-core/ofono/blob/master/ofono/drivers/ril/ril_subscription.conf#L22523:29
T42<edp_17> Or I might should play with the allowDataReq values in the ril_subscription. That helped for the hammerhead.23:29
mal@edp_17 try adding legacyImeiQuery=true to ril_subscription.conf23:29
malheh, monich was faster23:30
monichhehe23:30
T42<edp_17> Thanks guys! ๐Ÿ˜„23:30
mal@edp_17 there could be some option in there for data issue also23:30
malbut we'll see what happens with that imei option23:32
T42<edp_17> I have added the legacyImeiQuery=true into ril_subscription.conf. Now rebooting. Fingers crossed.23:32
T42<edp_17> This fixed the IMEI issue!! Thank you! ๐Ÿ˜ƒ23:34
malany difference with data issue?23:34
T42<edp_17> Nope, still no data. I think that will be other one: allowDataReq.23:35
malif that still fails maybe try dataCallFormat=6 in ril_subscription.conf23:36
T42<edp_17> At least now I learnt there is no direct connection between the IMEI and mobile data. I thought it was.23:36
malor some other things in config23:36
T42<edp_17> Thank you. What does this 6 mean?23:36
malit's just number of ril data struct version23:37
malhttps://git.sailfishos.org/mer-core/ofono/blob/master/ofono/drivers/ril/ril_subscription.conf#L14823:37
T42<edp_17> Thanks.23:38
T42<edp_17> I have tried to set allowDataReq=off, but still no data.23:42
T42<edp_17> Now I use this as default and adding dataCallFormat=623:42
T42<edp_17> Is there a way to try these changes without restarting the device?23:43
malsystemctl restart ofono23:51
T42<edp_17> Nope, dataCallFormat=6 didn't do the trick either.23:51
malmaybe try 923:51
T42<edp_17> Thanks, this way will be quicker to check if I change something because the device is booting up very slooowly. ๐Ÿ˜„23:52
malif that also fails then remove the dataCallFormat and try https://git.sailfishos.org/mer-core/ofono/blob/master/ofono/drivers/ril/ril_subscription.conf#L95 assuming your device only supports some mobile technologies23:54
malif none of those work then just read what options there are in the ril_subscription.conf and see if anything could be relevant23:56
T42<edp_17> Thanks, I try this because the 9 didn't work either.23:56

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!