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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,120
» Latest member: benstoke
» Forum threads: 16,364
» Forum posts: 117,538

Full Statistics

Latest Threads
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
Yesterday, 02:21 PM
» Replies: 3
» Views: 293
Real women, real desire, ...
Forum: General
Last Post: Spaker
Yesterday, 01:04 AM
» Replies: 0
» Views: 55
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,534
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,110
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 111
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 146
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,111
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 356
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 201
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,650

 
  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?


  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?