*** zbenjamin is now known as Guest47895 | 01:34 | |
*** zbenjamin_ is now known as zbenjamin | 01:34 | |
*** frinring_ is now known as frinring | 01:42 | |
vknecht | afaik, yes when device has multirom support ; otherwise still possible by fastbooting/flashing boot image | 06:41 |
---|---|---|
qdynamo | Hello, how difficult would it be for someone with no experience in porting Android custom ROMs to port Sailfish? | 11:56 |
qdynamo | +cnst | 11:57 |
qdynamo | oops | 11:57 |
faenil | hi guys | 11:58 |
qdynamo | hello | 11:58 |
faenil | It seems the update to 3.0.3.10 destroyed my cellulare connectivity :) my J1 can successfully register with the operator, but no calls/sms | 11:58 |
faenil | I tried removing the ofono configs and rebooting, but that didn't help | 11:58 |
faenil | anyone who can save me from spending Sat afternoon debugging that? :D | 11:59 |
r0kk3rz | qdynamo: its not like porting android roms so much | 12:07 |
vknecht | faenil, not sure how that applies to 3.0.3.10 & J1, but on some ports elros34 found we had to downgrade ofono: https://build.merproject.org/package/show/nemo:testing:hw:motorola:moto_msm8960_jbbl/ofono | 12:18 |
vknecht | maybe it's operator dependent | 12:20 |
mal | qdynamo: which device and android version does it have? | 12:44 |
qdynamo | mal: I want to port it to Xperia M2, it has an unofficial version of LOS 15.1 | 12:47 |
mal | probably should not be too difficult | 12:50 |
bionade24 | My aliendalvik is crashing at startup and I get a DBus error I don't understand. Can anyone pls help me? https://pastebin.com/TetBwVL7 | 15:41 |
mal | which device? | 15:44 |
bionade24 | mal: Xperia XA2 | 15:46 |
bionade24 | mal: I hoped it'll be fixed when I upgrade to 3.0.3.10 but the error remains | 15:47 |
bionade24 | mal: I also tried to reinstall aleindalvik, nothing changed | 15:47 |
mal | check journalctl -b for alien related messages | 15:48 |
bionade24 | mal: Can only see that alienaudioservice and alienkeyboardservice restart very often | 15:56 |
mal | how about showing the log | 15:59 |
bionade24 | mal: https://pastebin.com/WEwNSm7P | 16:10 |
mal | now enough log | 16:11 |
bionade24 | Seems like I miss /usr/bin/start-aliendalvik-preinit.sh. How could it disappear and is still missing after reinstalling android-support from Jolla Harbour | 16:29 |
mal | that is not needed | 16:35 |
mal | it's normally not there, it's for some special additional things | 16:35 |
bionade24 | mal: Thanks for this Info, didn't expected this. Here is maybe some interesting log, too. https://pastebin.com/E0G1G5uu I'll now read the initscript. | 17:35 |
mal | bionade24: just curious, do you have a lot of contacts in people app? | 17:38 |
bionade24 | mal: Depends on what are lots of contacts. Pobably >200, but I didn't added anyone since I use Sailfish | 18:01 |
bionade24 | mal: Do you have any ideas? | 18:40 |
mal | bionade24: do those contacts come from google account or something like that? | 18:42 |
mal | the logs you gave tell nothing | 18:42 |
mal | you can try to run "lxc-attach -n aliendalvik -- /system/bin/logcat" right after starting alien to get logs from it | 18:43 |
bionade24 | That's what I'm currently trying :) | 18:44 |
bionade24 | mal: Imported from a vCard | 18:45 |
mal | ok, there has been a few cases where a lot of contacts have caused alien to fail | 18:46 |
bionade24 | mal: I'm not 100%ly sure, but I definately didn't added more than 2 contacts, and it worked for over a month | 18:47 |
mal | hmm, ok | 18:47 |
bionade24 | mal: https://pastebin.com/8jPJKv8F | 18:49 |
mal | can't you get any more log | 18:50 |
mal | bionade24: have you installed any strange apps? | 18:50 |
bionade24 | The part above or the beneath? | 18:50 |
mal | hmm "There must be exactly one installer; found []" | 18:51 |
mal | above, older messages | 18:51 |
bionade24 | mal: I have an idea now. I tried to update the system Apps which were showm with update avaiable in the Android store. It was contacts and camera. Installations always failed. | 18:51 |
bionade24 | mal: Other Apps are WhatsApp, Keybase APKPure | 18:52 |
mal | do not try to update the internal apps | 18:54 |
bionade24 | mal: https://pastebin.com/4fGTm10B | 18:54 |
bionade24 | mal: Nowadays, I know this xD | 18:54 |
mal | so alien still fails for you now? | 18:54 |
bionade24 | mal: Yes, reinstalling Android Support and upgrade to latest OS didn't help | 18:55 |
mal | do you need the stuff in alien? | 18:57 |
bionade24 | mal: And this error is just normal | 18:57 |
mal | i.e. the files in it | 18:57 |
bionade24 | mal: Sadly, I need WhatsApp | 18:57 |
bionade24 | mal: https://pastebin.com/xHAANqe5 | 18:57 |
mal | those are not errors | 18:57 |
bionade24 | mal: When someone tries to enter a unavailable dir? This seems new to me. | 18:58 |
mal | bionade24: so one way it to backup /home/.android, then remove that, reinstall alien and copy back the things you need | 18:59 |
bionade24 | mal: Thanks, I'll try and investigate more | 19:00 |
mal | all installed alien data is in that folder so removing that will make alien new again, reinstalling after removing is probably needed as installation creates some files there | 19:01 |
bionade24 | mal: You mean android_storage, don't you? The other dir is deprecated | 19:03 |
mal | bionade24: no | 19:03 |
mal | from lxc configs | 19:06 |
mal | # Mount /data - always /home/.android now | 19:06 |
mal | lxc.mount.entry = /home/.android/data data none bind 0 0 | 19:06 |
bionade24 | mal: Take a look into start-aliendalvik.sh, this is my source | 19:06 |
mal | bionade24: you are confusing "/data" and the android storage, android_storage is where it stores the media stuff etc | 19:11 |
bionade24 | mal: Yes, sorry, your're right. Packed everything in a tar archive now. | 19:14 |
bionade24 | mal: Didn't work | 19:32 |
mal | bionade24: anything in logs now | 19:33 |
mal | you did reinstall alien? | 19:33 |
bionade24 | mal: When I deleted the folders, it was marked as uninstalled | 19:33 |
mal | but you need to reinstall the rpm | 19:35 |
mal | apkd rpms also | 19:35 |
mal | the ones that are installed | 19:35 |
bionade24 | mal: Yes, I'm currently removing, reboot and install | 19:35 |
bionade24 | mal: Aliendalvik now works | 20:02 |
bionade24 | mal: I'll now roll out the backup partly | 20:02 |
mal | bionade24: try to find only the whatsapp stuff in there | 20:03 |
mal | probably there are some instructions somewhere online | 20:03 |
bionade24 | mal: No problem with tar | 20:08 |
mal | bionade24: maybe not a good idea to copy all | 20:08 |
mal | just what you really need | 20:08 |
bionade24 | mal: That's what I ment | 20:09 |
bionade24 | mal: Try until I find the cause | 20:09 |
bionade24 | mal: Or it never appears | 20:09 |
bionade24 | mal: Thanks for everything, btw | 20:09 |
mal | no problem | 20:11 |
bionade24 | mal: The real Problem is that the Facebook assholes blocked the development of the inofficial WA Client with their lawyers | 20:15 |
mal | indeed | 20:17 |
mal | those closed services are like cancer | 20:17 |
bionade24 | mal: But converting them all to XMPP users is only a dream :( | 20:18 |
*** bionade24 is now known as tschunk24 | 20:40 | |
*** tschunk24 is now known as bionade24 | 22:38 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!