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
  Why projects like PinePhone matter – feedback and encouragement Gary2003 6 5,712 7 hours ago
Last Post: tantamount
  Can use PlayStation on Pinephone? willharper 7 8,125 Today, 12:30 AM
Last Post: ChaiLetters
  Pinephone Pro Neural Processing Unit biketool 1 3,442 09-01-2025, 02:05 AM
Last Post: biketool
  Want to buy second hand PinePhone 3G version rudi.timmermans 2 2,908 08-31-2025, 07:18 AM
Last Post: Fish
  Pinephone Pro not in store? bubulux20c 1 1,329 08-08-2025, 02:12 AM
Last Post: P. Siera
  PinePhone Pro EU no warranty P. Siera 0 1,054 07-21-2025, 12:08 AM
Last Post: P. Siera
  US Mobile, via T-Mobile, won't support Pinephone Pro - SOLVED, SIMPLY jovval 14 13,767 07-18-2025, 04:24 PM
Last Post: dchang0
  Pinephone visibly losing power while plugged in Hiraghm 2 1,970 05-23-2025, 12:30 PM
Last Post: Kevin Kofler
  contact sales pinephone janjansen1312 2 2,290 03-17-2025, 07:29 PM
Last Post: tllim
  PinePhone Pro P. Siera 4 3,866 03-14-2025, 07:00 PM
Last Post: Kevin Kofler

Forum Jump:


Users browsing this thread: 4 Guest(s)