Are you using the Pinephone as your daily driver?
#45
(07-07-2021, 06:34 PM)Old_Mil Wrote:
(07-07-2021, 01:55 PM)d0n601 Wrote: The phone is for people that want to support the development of Linux phones. If you'd have read up on the status of what is and isn't functioning on various operating systems you'd have known what you were getting yourself into. I don't think "Beta" ever means "flawless and 100% reliable" in any way at all. It's a shame to see Pine64 getting returns when in my opinion they've been pretty up front about the device they're selling.

Beta doesn't mean flawless and 100% reliable.  I never said that it does.  However, if you're going to ship a smartPHONE, it had best be able to send and receive calls and texts at a bare minimum and store contacts.  At least that functionality should be better than a BQ running Ubuntu Touch in 2017. But this works worse.

A Beta version is "an early release of the offering that’s almost ready but might have bugs that can only be found when a wide user base tries it out."

The GUI update manager failed for broken dependencies out of the box.  Fine, I fired up the terminal and updated it from the command line.  No worries.  It's slow - fine, I wasn't expecting a flagship.  But the cellular modem's connection isn't something I can babysit throughout the course of my day.




Taking an ideal sounding definition of "beta" from somewhere else on the internet is obviously going to leave you disappointed. Pine64 states the following on their store's page for the Pinephone.






Quote:Beta Limited Edition PinePhones are aimed solely at early adopters. More specifically, only intend for these units to find their way into the hands of users with extensive Linux experience.





Users with "extensive Linux experience" means that doing the following to fix the issue with the modem should be no big deal. 


source






Code:
#!/bin/bash
FILE=/dev/ttyUSB2

if ! test -c "$FILE"; then
  systemctl restart eg25-manager
fi





Then in order to check this regularly I suggest using `cron` jobs as root:






Code:
sudo crontab -e






and set the following rule that executes every minute





Code:
* * * * * /home/mobian/bin/test-and-connect-modem.sh
  • PinePhone BraveHeart, needs modem replaced, used for experimenting with new OS's.
  • PinePhone Manjaro Community v1.2b 2G/16Gb Daily Driver
  • Pinebook Pro Arch Linux, Daily Driver
  Reply


Messages In This Thread
RE: Are you using the Pinephone as your daily driver? - by d0n601 - 07-08-2021, 10:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone - boot from microSD laserpyramid 6 522 Yesterday, 02:22 AM
Last Post: bongosunny
  pinephone virtual keyboard aular 4 327 04-10-2024, 03:45 PM
Last Post: aular
  PinePhone Doesn't Boot LED Doesn't Show Any Signs When Charging dorkydev 1 221 04-02-2024, 11:50 AM
Last Post: Kevin Kofler
  2020 PinePhone Manjaro CE EU for sale, name your price astrojuanlu 7 1,759 02-14-2024, 04:51 PM
Last Post: astrojuanlu
  pinephone is not bootble for the box. ijij 1 592 01-19-2024, 01:29 PM
Last Post: fxc
  Multiple issues with the Pinephone MTXP 12 2,321 12-28-2023, 07:55 AM
Last Post: MTXP
  pinephone repair shop shengchieh 0 487 12-26-2023, 02:42 PM
Last Post: shengchieh
  sudo nano file saving pinephone beta edition CharlesGnarley 4 1,661 12-22-2023, 03:44 PM
Last Post: Kevin Kofler
  Can't get Mobian on PinePhone to recognise USB-C docking bar duncan_bayne 9 6,923 12-04-2023, 02:14 AM
Last Post: Peter Gamma
  Pinephone not booting, always vibrating alexander12 7 4,946 11-22-2023, 06:46 PM
Last Post: Scary Guy

Forum Jump:


Users browsing this thread: 1 Guest(s)