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 won't boot. spha 13 3,045 9 hours ago
Last Post: Richy_T
  Pinephone boot. Richy_T 5 234 Yesterday, 03:35 PM
Last Post: Richy_T
  eSIM on PinePhone just_a_q 4 2,764 05-14-2024, 01:35 PM
Last Post: Kevin Kofler
  PinePhone - boot from microSD laserpyramid 9 967 05-03-2024, 10:09 AM
Last Post: laserpyramid
  pinephone virtual keyboard aular 4 480 04-10-2024, 03:45 PM
Last Post: aular
  PinePhone Doesn't Boot LED Doesn't Show Any Signs When Charging dorkydev 1 326 04-02-2024, 11:50 AM
Last Post: Kevin Kofler
  2020 PinePhone Manjaro CE EU for sale, name your price astrojuanlu 7 2,000 02-14-2024, 04:51 PM
Last Post: astrojuanlu
  pinephone is not bootble for the box. ijij 1 713 01-19-2024, 01:29 PM
Last Post: fxc
  Multiple issues with the Pinephone MTXP 12 2,672 12-28-2023, 07:55 AM
Last Post: MTXP
  pinephone repair shop shengchieh 0 575 12-26-2023, 02:42 PM
Last Post: shengchieh

Forum Jump:


Users browsing this thread: 4 Guest(s)