| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,118
» Latest member: Samiha
» Forum threads: 16,363
» Forum posts: 117,536
Full Statistics
|
| Latest Threads |
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,516
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,066
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 84
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 238
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 125
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,089
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 321
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 179
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,633
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,250
|
|
|
| Verizon on pinephone |
|
Posted by: MHT719 - 08-15-2020, 10:33 PM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Hi everyone, I right now am using Verizon and would like to get a pinephone and wondered if anybody had any experience using verizon with it and if it works partially, fully, or not at all. Please include what OS as if I do get one I will most likely swap around a lot.
|
|
|
|
| Dangerous OTA behaviour between build 143 and 145 |
|
Posted by: Cree - 08-15-2020, 12:02 PM - Forum: UBPorts on PinePhone
- No Replies
|
 |
It seems something about build 143 changed the OTA updates to not only auto download but attempt to automatically install on reboot. Not my personal settings, just what it did. For my the update attempt was triggered on charging after a flat battery. As can be expected, it wasnt initialized properly and the update froze. Had to do hard reset. This seems dangerous as far as potentially corrupting devices especially with the known firmware vulnerability in the modem. Wanted to warn the dev team about this. Better keep our PPs safe and only install upon click.
|
|
|
|
| VPN |
|
Posted by: lyssa - 08-15-2020, 11:13 AM - Forum: General Discussion on Pinebook Pro
- Replies (11)
|
 |
Has anyone any experience with running a VPN on the PBP? I use ExpressVPN, and it has some Linux installation options, not for PBP, of course, but I don't want to mess around until I hear from this query. The PBP is running great, and I don't want to throw a spanner into the works.
|
|
|
|
| How do I get into Loader mode to flash an image? |
|
Posted by: olivercfc - 08-15-2020, 07:33 AM - Forum: Android on Rock64
- Replies (1)
|
 |
I'm following the guide at https://github.com/ayufan-rock64/android-7.1 but failing at step 3
Step 1 is to d/l and compile rkflashtool (done)
Step 2 is to connect a USB A-to-A cable to the upper USB2 port on the Rock64 and my computer (I assume any old male-to-male / A-to-A cable will do)
Step 3 is to put the Rock64 into Loader mode but no matter what I do, it just goes through the normal boot process and ends up at a ' => ' prompt
The specific steps are
i) press and hold recovery button
ii) press reset button
iii) stop holding recovery button after 3 seconds
Is there any visual change I should be seeing on the console to let me know it's in Loader mode?
When I run 'rkflashtool n' to verify it tells me 'fatal: cannot open device.' I'm also not seeing anything in 'dmesg' (but maybe that's normal)
My Rock64 is microSD only, no eMMC.
|
|
|
|
| File transfer mode no longer working? |
|
Posted by: Zweitaktmotor - 08-15-2020, 07:31 AM - Forum: UBPorts on PinePhone
- No Replies
|
 |
In older update versions of Ubuntu, I could start file transfer mode by holding the volume up key during boot. When I connected the phone to my PC, all partitions would show up and the content could be edited.
I can still do the volume up procedure, but on the phone, I get "Awaiting command" and the partitions no longer show up on my pc.
I can probably do something in Terminal, but I regret that this functionality has been lost.
UPDATE: Panic over. They are there, but not automatically mounted. You have to do this by hand now.
|
|
|
|
| How to add an external power button? |
|
Posted by: foresto - 08-15-2020, 03:06 AM - Forum: RockPro64 Hardware and Accessories
- Replies (6)
|
 |
Does the RockPro64 have header pins (or something similar) for an external power button? I would like to add such a button, since the on-board one can be difficult to use.
I see four holes at the corner of the board near the headphone jack. They're at the bottom right of this close-up view. One of those contacts is labeled PWR. Does that mean it's for delivering power, or will grounding it act like pressing the power switch? (The other contacts are labeled GND, REC, GND.)
If those holes are the contacts I need, what size header will fit them?
Is there a better way to do this?
|
|
|
|
| Funny Conky like script to monitor your PBP state |
|
Posted by: as400 - 08-14-2020, 08:39 AM - Forum: Linux on Pinebook Pro
- Replies (1)
|
 |
I found it this script useful. So I'm sharing it.
It monitors CPU/GPU frequencies, temperatures and gives basic info from top.
Code: #!/bin/bash
a53=$(cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq | awk '{print $1 / 1000000}')
a72=$(cat /sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq | awk '{print $1 / 1000000}')
cpu=$(cat /sys/class/thermal/thermal_zone0/temp)
gpuf=$(cat /sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu/cur_freq | awk '{print $1 / 1000000}')
gpu=$(cat /sys/class/thermal/thermal_zone1/temp)
echo CPU temperature '>' ${cpu::2}C
echo GPU temperature '>' ${gpu::2}C
echo A53 Little frequency '>' ${a53}Ghz
echo A72 Big frequency '>' ${a72}Ghz
echo GPU frequency '>' ${gpuf}Mhz
echo ""
top 1 -bn1 | head -10
Copy code, save as eg. script.sh. Then:
If you want to refresh information every 0.5 seconds:
Code: watch -n 0.5 script.sh
Every 2 seconds:
Code: watch -n 2 script.sh
|
|
|
|
|