PINE64

Full Version: New Phosh image - first impressions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Just found the latest phosh image for download. I will give it a more in-depth test tomorrow, but one thing I noticed is that when I try and dial a number, it says "ModemManager unavailable". Consequently, SMS does not work either.

A step backwards? Is this an attempt to address the battery drain?

On the other hand, the inclusion of the Midori browser is a welcome addition. It seems to work well.
Probably worth adding 20200218 to the thread title, hope there will be lots more latest releases :-)

Main change seems to be 5.5 kernel. It didn't immediately recognise my SIM either which seems to be regression but I am still trying to sort a testing SIM to reduce the amount of swapping I am doing.
Where do you get this image from? Do you know if it's possible to upgrade an existing pmos install?
(02-18-2020, 06:27 AM)hk135 Wrote: [ -> ]Where do you get this image from? Do you know if it's possible to upgrade an existing pmos install?

http://images.postmarketos.org/pinephone/
(02-18-2020, 06:27 AM)hk135 Wrote: [ -> ]... Do you know if it's possible to upgrade an existing pmos install?

I think not - AFAIK the bleeding edge will be the latest demo image. Of course between those apk update & upgrade can keep other bits neatly trimmed.
Came here to find light on the same issue: ModemManager unavailable. Sounds like the thing to do is just wait for the situation to clarify? ??

Are there any command line options to set up the modem manually?
(02-19-2020, 01:10 AM)quixote Wrote: [ -> ]Came here to find light on the same issue: ModemManager unavailable. Sounds like the thing to do is just wait for the situation to clarify? ??

Are there any command line options to set up the modem manually?


Code:
sudo apk update
sudo apk upgrade
sudo apk add modemmanager
gets modem manager installed but the dialler still shows it as missing.

Before that the standard

Code:
ofonoctl poweron
ofonoctl online
sudo ofonoctl wan --connect --append-dns
brings up the modem ok but again phosh is pretty unaware of it so in fact SMS and mobile data don't work.

That's as far as I could play with this so far.
(02-19-2020, 01:27 AM)dukla2000 Wrote: [ -> ]
(02-19-2020, 01:10 AM)quixote Wrote: [ -> ]Came here to find light on the same issue: ModemManager unavailable. Sounds like the thing to do is just wait for the situation to clarify? ??

Are there any command line options to set up the modem manually?


Code:
sudo apk update
sudo apk upgrade
sudo apk add modemmanager
gets modem manager installed but the dialler still shows it as missing.

Before that the standard

Code:
ofonoctl poweron
ofonoctl online
sudo ofonoctl wan --connect --append-dns
brings up the modem ok but again phosh is pretty unaware of it so in fact SMS and mobile data don't work.

That's as far as I could play with this so far.

I have to start the service,


Code:
/etc/init.d/modemmanager start



Also start at boot


Code:
rc-update add modemmanager


This gives me calls and sms at boot
Beginners question, will
Code:
sudo apk update
sudo apk upgrade
keep pmos up to date or do I still have to download and flash new images as they emerge?

I´m currently distro-hopping like crazy, but pmos+phosh seems nice enough to flash to emmc.
(02-19-2020, 05:34 AM)murak Wrote: [ -> ]... or do I still have to download and flash new images as they emerge?

It will keep you up to date between releases. But at the moment the pmOS demo images are more advanced than the standard pmOS chain and so I guess if/when there is a new image we will need to re-flash.

Yup I have it on my eMMC, under 30 seconds to a desktop screen and that includes the 10s lag in low-level uboot or whatever.
Pages: 1 2 3 4 5 6