| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,205
» Latest member: Karen68
» Forum threads: 16,384
» Forum posts: 117,596
Full Statistics
|
| Latest Threads |
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
Yesterday, 07:19 PM
» Replies: 0
» Views: 40
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 71
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,384
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,775
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 131
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 197
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,635
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 398
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,043
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 176
|
|
|
| USB current limit |
|
Posted by: fernando_c_m - 07-01-2020, 01:47 AM - Forum: Mobian on PinePhone
- Replies (12)
|
 |
Hi,
is there any way to change the usb current limit?
it is currently set after apt-get upgrade to 0,5 A, which is not enough to charge the phone.
I used the same charging setup yesterday and the current limit was 1,5 A then.
Thanks
|
|
|
|
| Python IDEs in Manjaro on the PBP |
|
Posted by: phuzy - 06-30-2020, 09:31 PM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Linux novice looking to do some python development on my PBP.
On Windows, I primarily use Sublime Text or Spyder.
Unfortunately, Sublime Text does not appear readily available on aarch64 and I have been encountering errors when trying to launch Spyder in Manjaro (I suspect it is an unsupported qt version).
What python IDEs would this community recommend?
|
|
|
|
| The Story of Pine64 |
|
Posted by: rbma - 06-30-2020, 02:35 PM - Forum: General
- Replies (2)
|
 |
I am interested in the story of pine64 --- who are the people behind pine64, how did it get started, how many people work there, etc?
Does that story exist somewhere? I can't seem to find anything related to that on the website,
Candidly, it seems amazing to me that a group of people could build the PBP, the Pinephone, a watch, etc given that such broad skills are required to make all of this stuff work.
Ultimately, I am impressed and want to learn more.
|
|
|
|
| Red Pinephone USB-C cable.. just for charging, right? |
|
Posted by: djvinniev77 - 06-30-2020, 01:55 PM - Forum: PinePhone Accessories
- Replies (3)
|
 |
Hi everyone,
Just wanted to check in and see what others have found with the cable received with the PinePhone. Mine is red, I thought it was a standard USB-C cable but it turns out it only works for charging. I tried plugging in this cable to an android phone and linux PC, the lsusb command comes up with nothing/can't find device. Switched to another cable to find that it does work as a standard usb cable, data transfer/charge capable.
Hopefully it is as designed, just for charging.
Thanks
|
|
|
|
| pplockd: Simple power management/CRUST daemon for X11 GUIs on PinePhone |
|
Posted by: Subsentient - 06-30-2020, 09:38 AM - Forum: PinePhone Software
- Replies (1)
|
 |
So now that I've gotten it working how I want, I'll post the daemon I'm using on Fedora XFCE to handle power management, CRUST, etc.
It's written with the following assumptions: - You're on an Xorg desktop-oriented GUI on a real Linux distro
- You don't wanna have to set up essential apps to use wakelocks and all that stuff
- You can run something as root
- You have the Xorg utilities xset, xinput, and xrandr installed
- You have set your DE's power manager to ignore the power button
- You have Python 3.6 or above. Fedora 32 etc use 3.8 by default.
You can run it from its git repository directory, just ./pplockd, or ./pplockd --nodaemon to keep running in foreground.
You can also copy 'components' to /usr/local/share/pplockd/components, and PPConfig.py to /etc/pplockd/PPConfig.py.
You will need to edit the default user in PPConfig.py, the config file, which also handles the triggers for different buttons.
By default, the buttons are mapped as follows:
- Hit up then down volume keys to rotate screen from portrait to landscape, including touchscreen input (in sequence, since hardware doesn't allow vol up+down at same time)
- Hit power button to 'soft lock', leaving the phone running, e.g. if you're playing music but keep the phone in your pocket. This shuts off all but 1 core and scales the remaining one to 600Mhz, in addition to shutting off the screen and touch input. It sets monitor inactivity to 5 seconds (changeable in PPConfig.py) to prevent battery wasteage, since it seems the modem is 'chatty', sending random events quite often, which light up the screen.
- Hit vol down + power (at same time) to 'hard lock', this does everything soft lock does, but puts the phone to sleep as well. It should wake on incoming calls and texts if you've configured your modem properly. You are given (changeable in PPConfig.py) 30 seconds to hit the power button, then the phone sleeps again.
- In any case, you can always wake the phone fully using the power button.
Here's the repo: https://github.com/Subsentient/pplockd
|
|
|
|
| Changing regulatory domain (CRDA) on the wifi adapter |
|
Posted by: newton688 - 06-30-2020, 07:56 AM - Forum: Linux on Pinebook Pro
- Replies (3)
|
 |
Hello,
The wifi has been particularly bad with the PBP in my house, but not my other devices. I've been having issues with dropping connections and very slow connections here. Someone explained to me on IRC that the regulatory domain (CRDA) may be set incorrectly on the wifi so the signal levels and frequencies may not be lining up correctly.
So, this is what I did to get the regulatory domain set correctly to Canada with Manjaro:
1) Install the wireless-regdb package with 'sudo pacman -Syu wireless-regdb'
2) Edit the /etc/conf.d/wireless-regdom uncommenting the line with the correct two letter country code for your area
3) Reboot
You can confirm the regulatory domain of your wifi by running 'sudo iw reg get'
If it shows "Country <your_two_letter_code>: ..." then it is now set.
However, if it shows "Country 00" then it is set to a worldwide default, which may not be optimal.
I hope that this helps others to improve the wifi on the PBP.
Chris
|
|
|
|
| cell phone film on PinePhone |
|
Posted by: xinyiman - 06-30-2020, 06:51 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Goodmorning everyone. I have a question. I received the PinePhone in the past few days and I immediately removed the film that is provided in the packaging. But looking at the cell phone carefully there seems to be a second film to protect the display. It's possible?
|
|
|
|
| desktop apps on Manjaro |
|
Posted by: dawg161 - 06-30-2020, 05:41 AM - Forum: Manjaro on PinePhone
- No Replies
|
 |
Hello!
First I want to say thank you for the alpha 5 image- this is a nice implementation of plasma.
I'm most excited about the pinephone as a convergence device, and I feel like this is one of the most likely projects to realize that goal. I've thus been trying to install desktop apps and had some success and a lot of failure.
I've managed to get xorg-xcalc to work so well it might be my default calculator from now on. I got the simple text editor Leafpad to install and all mouse actions work great, but I can't get the plasma keyboard to input info to it. I can't get Libreoffice to load at all.
Does anyone have any tips and tricks, or is this just a crazy use of the pinephone where it's at right now
Thanks
|
|
|
|
|