PINE64
Is there a functional o/s for pinephone!? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Is there a functional o/s for pinephone!? (/showthread.php?tid=14400)



Is there a functional o/s for pinephone!? - Rainer - 07-10-2021

Hello,
I've been troubleshooting pinephone patiently, to the best of my limited ability, for 3 months. I thought I had a basic functioning phone with Phosh 11 but an update hung it on login and with the new Phosh 12 I no longer receive sms messages. I didn't have huge expectations for the pinephone but a basic functionning cell network, phone/sms/data, was one of them. You know, not pretty but working - sound quality on phone in Phosh 11 was acceptable with earphones. I reinserted the sim card into my old blackberry z30 to confirm that sending and receiving sms still works on my network, telus/koodo Canada. And yes it does. So my question is, is there something that can do this right now? It seems like there are 50 flavours for pinephone that are semi-broken? I wonder what would happen if they all got together to work on one o/s? Right now I need a phone that works reliably so I'll stick to the old blackberry which at least does the cellular network stuff. I still have a shred of hope that a decent system will pop up in the next couple of months/half-year and I'll monitor this forum. Thanks for all the help! I know a lot of people are making a big effort but at the end of the day, I need a phone that works at least at a basic level.


RE: Is there a functional o/s for pinephone!? - TRS-80 - 07-10-2021

You mentioned what shell you are using (phosh), but I did not see which OS?  I ask because I am on Mobian which I think a lot of people would consider daily driver material, and I was pretty happy with, however something broke for me recently as well, and now my phone hangs on boot.  Sad


RE: Is there a functional o/s for pinephone!? - Uturn - 07-11-2021

did you try Lomiri / Ubuntu touch? There are many apps, and even Internet accounts work with a workaround / activation.


RE: Is there a functional o/s for pinephone!? - kqlnut - 07-11-2021

Have you checked with mmcli if there are any missing SMS listed and if the pipe maybe has been clogged up by an MMS? This can happen since MMS handling isn't properly implemented yet. You can check the queue with
Code:
mmcli -m any --messaging-list-sms
read any of those SMS specified by its index with
Code:
mmcli -m any --sms=[index]
and delete it by
Code:
mmcli -m any --messaging-delete-sms=[index]
So if there are any messages in the list, delete them and when the queue is empty, check if receiving SMS works again.


RE: Is there a functional o/s for pinephone!? - Rainer - 07-11-2021

(07-11-2021, 04:40 AM)kqlnut Wrote: Have you checked with mmcli if there are any missing SMS listed and if the pipe maybe has been clogged up by an MMS? This can happen since MMS handling isn't properly implemented yet. You can check the queue with
Code:
mmcli -m any --messaging-list-sms
read any of those SMS specified by its index with
Code:
mmcli -m any --sms=[index]
and delete it by
Code:
mmcli -m any --messaging-delete-sms=[index]
So if there are any messages in the list, delete them and when the queue is empty, check if receiving SMS works again.

thanks for this. i vaguely remember seeing this solution somewhere before but couldn't find it. i'm using an image called 'manjaro-arm phosh beta12' for the person who asked. when i put the sim back in the blackberry it cleared the queue and downloaded all my old messages from the pinephone. right now, for the sake of my sanity, i don't want to put the sim back in the pinephone. i will bookmark this and try again in a while.

thanks for this. i vaguely remember seeing this solution somewhere before but couldn't find it. i'm using an image called 'manjaro-arm phosh beta12' for the person who asked. when i put the sim back in the blackberry it cleared the queue and downloaded all my old messages from the pinephone. right now, for the sake of my sanity, i don't want to put the sim back in the pinephone. i will bookmark this and try again in a while.
[/quote]


RE: Is there a functional o/s for pinephone!? - TRS-80 - 07-11-2021

(07-11-2021, 03:54 AM)Uturn Wrote: did you try Lomiri / Ubuntu touch? There are many apps, and even Internet accounts work with a workaround / activation.

EDIT: Not sure if you were talking to OP or me, but since I replied already (and I feel it's relevant) I will leave my original response (below) after all. /EDIT

Thanks for the suggestion.  No I never did.  Because Debian (and thus, Mobian) are much more in line with my political beliefs re: Free Software (this is most important, for me personally).  Also, I am a Debian user everywhere else for a few years now (desktop, laptops, several SBCs running Armbian, etc.) and so I am most familiar there.[0]

In addition, the following (IMO, excellent) article I read some time ago from amosbatto really convinced me that Phosh seemed like "the right horse to back" so to speak:

The strategic advantages of Phosh for mobile Linux

And the more time passes (so far) only seems to bear out the predictions he made (now getting on almost 1 year ago).

[0] In fact, I hope to incorporate this new mobile platform into the rest of my dotfiles eventually.  Wouldn't that be nice?!  I know we are still in early days here, and there are rough edges, but it's things like that which get me very excited!  For instance, I just compiled the feature/handy branch of Dino (XMPP client) directly on the PinePhone!  Stuff like that is simply not possible on Android (without learning a lot of Java crap, which I am not interested in).  Anyway, I digress...  Smile


RE: Is there a functional o/s for pinephone!? - Rainer - 07-12-2021

interesting article! and yes, i got the pinephone primarily because i didn't like the M.O. of the Big Mobile. i used to use slackwareand hava a lot of respect for debian and their politics and historical contribution to linux. i tried mobian and all the desktop icons suddenly disappeared so i quickly switched back to phosh manjaro-arm.


RE: Is there a functional o/s for pinephone!? - TRS-80 - 07-12-2021

(07-12-2021, 08:09 AM)Rainer Wrote: I tried mobian and all the desktop icons suddenly disappeared so i quickly switched back to phosh manjaro-arm.

I have read a lot of comments saying Mobian is one of the more stable distros at this time, and this has been my experience as well. So that sounds like something may have been going on there, but who knows.

We are certainly in early days (of this Linux phone ecosystem in general), big improvements can happen in span of only months. I read/watch some of these guys who do reviews on GNU/Linux phones, and they often seem to comment to that effect when circling back to some distro they last tried some months ago.

I already confessed to being Debian partisan, but maybe you prefer Arch based distro (many do, to each their own, it's OK, I hope we can still be friends, LOL).