Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,962
» Latest member: Andrey_voce
» Forum threads: 16,334
» Forum posts: 117,438

Full Statistics

Latest Threads
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
Yesterday, 08:44 AM
» Replies: 0
» Views: 43
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,490
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 112
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 65
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 215,631
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 113
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 182
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,016
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 893
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 574

 
  Arch Linux ARM on PinePhone
Posted by: Danct12 - 06-30-2020, 08:08 PM - Forum: Arch Linux on PinePhone - Replies (152)

What's working

  • Everything
What's not working (or not properly working)
  • You tell me.
Downloads:
User/Pass: alarm/123456
The same password is also how you unlock the device on first boot, this can be changed later in the settings.

All downloads are available on: https://github.com/dreemurrs-embedded/Pi...h/releases

Discussion Channels:
  • Discord: revoked
  • Matrix: #archlinux-pinephone:kde.org
  • Telegram: @archlinux_pinephone


  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.  Smile


  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


  If you are experinencing serious trackpad issues
Posted by: Luke - 06-30-2020, 12:02 PM - Forum: Pinebook Pro Hardware and Accessories - No Replies

If you are experiencing serious trackpad issues, manifesting as severe input delay and/or slow response, then the following two threads are worth investigating.

I suggest reading Thread 2 first.

Thread 1
Thread 2 [reddit]


  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


  Questions
Posted by: xinyiman - 06-30-2020, 03:25 AM - Forum: UBPorts on PinePhone - Replies (7)

Hello everyone, I have some questions.

1. I know that the camera is not yet supported by ubports. Do you know when this will happen?

2. I am unable to receive files via bluetooth even if the connection between the two devices is successful

3. Can't change APN settings. Is there a guide on how to do it? Thanks so much.

4. I can't activate the speaker during calls. How you do it?


  Flashlight application
Posted by: a-wai - 06-30-2020, 02:42 AM - Forum: Mobian on PinePhone - Replies (24)

Hi there!

I know we don't have a working camera yet, but there's no reason we shouldn't be able to use the flash LED, right?
So I've hacked a small app to do just that: turn the flashlight on and off.

You can install it with:

Code:
sudo apt install flashlight
(requires a reboot)

Source code is there (yes, it's a hack, like I just said)

Note: you need an up-to-date kernel, so please make sure you have installed the latest upgrades first