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

Username
  

Password
  





Search Forums



(Advanced Search)

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: 45
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 75
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: 133
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 200
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,640
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 401
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: 177

 
  How to preorder?
Posted by: KaylaMarie81 - 06-10-2020, 09:54 AM - Forum: General Discussion on Pinebook Pro - Replies (3)

I'd like to preorder a Pinebook Pro from the next batch but when I try to add it to my cart it says "You cannot add "14″ PINEBOOK Pro LINUX LAPTOP (ANSI, US Keyboard)" to the cart because the product is out of stock." 

How do I go about getting it ordered?

Thanks!


  Haptic Feedback
Posted by: lllsondowlll - 06-10-2020, 09:29 AM - Forum: UBPorts on PinePhone - Replies (3)

I seem to not have any haptic feedback when typing on the digital keyboard in Ubuntu Touch. Is this normal behavior? I haven't felt vibration in the phone at all except at one point the phone got stuck vibrating randomly until I rebooted it.

Is the keyboard supposed to give haptic feedback or is there something wrong with my vibration motor?


Question Where is fusermount? (rclone mount error)
Posted by: davemaps - 06-10-2020, 08:25 AM - Forum: Linux on Pinebook Pro - Replies (1)

I’m attempting to mount some cloud storage using rclone mount, but it is complaining about fusermount not being found in $PATH. Running “which fusermount” yields nothing. Fuse seems to be installed, but how do I get or find fusermount? I’m on a new Pinebook Pro running the stock Manjaro install. I installed rclone using “curl https://rclone.org/install.sh | sudo bash” Thanks!


  Does Miracast work?
Posted by: mercrapper - 06-10-2020, 08:00 AM - Forum: UBPorts on PinePhone - Replies (1)

I haven't received my one phone yet, but was wondering if Miracast was working.


  Which is the easiest way to access the external SD card of a Pinephone from a PC?
Posted by: Peter Gamma - 06-10-2020, 07:36 AM - Forum: General Discussion on PinePhone - Replies (7)

Since I m writing a lot, a appreciated to ability to have all my files on an Android phone on the external SD card. But starting from Android 5.0 it was not possible anymore in an easy way to write to the SD card on Android, nor to access the SD card from a PC.



I went pack to a Samsung Galaxy S5 and Android 4.4, which was the last version of Android which allows an easy way to write to the external SD card.



One of the main reason for me personally to buy a Pinephone would be to have a writing machine with SD card in my pocket, which allows access of the SD card from a PC. SD cards are practical storage devices, which allows easy back up, no need to sync over the Internet etc.



On older Android Phones it was possible to plug in the phone into a PC, and it was a storage drive. But from Android 5.0 it was not possible anymore. I did not even manage to get access to the files on my phone over a wifi network.




All these options are gone. How is it with the Pinephone? Which is the easiest way to access the external SD card of a Pinephone from a PC?


  How to update the RTC date (time set to last timestamp before shutdown)
Posted by: JasonG-FR - 06-10-2020, 07:04 AM - Forum: Pinebook Pro Tutorials - Replies (1)

After using my PineBook Pro for a few days, I noticed that the time was wrong (set to the exact date and time of the shutdown) when it was booted without being connected to the internet.

I don't know if it's a rare issue or not, but since I couldn't find any fix for this I figured I'd make a small tutorial in case someone else have the same issue in the future.

After searching for a bit, I found that the PineBook Pro have a Real Time Clock (RTC) so it should be able to keep track of time while being powered off.

My RTC date and time wasn't apparently set correctly (it was set to an arbitrary date in 2007) which confused the system that decided to use the last known timestamp instead. Thankfully, the fix is easy:

1. Check if the RTC date and time match the actual date and time by running:

Code:
sudo hwclock -r

2. If the value isn't correct, make sure that the system date and time is correct by running the `date` command:
Code:
date

3. If the system date and time isn't correct, either change it manually or connect to the internet so the clock adjusts automatically.
4. To set the RTC date and time to the system date and time, run the command:
Code:
sudo hwclock -w

5. Check that the RTC date is now correct by running the `sudo hwclock -r` command again.
6. Your PineBook Pro will now have the correct date and time, even offline.


  Bluetooth low energy & ANT+ sports sensors Pinephone distro?
Posted by: Peter Gamma - 06-10-2020, 06:22 AM - Forum: PinePhone Software - Replies (34)

There is an instruction from Adafruit to build up a BLE bike based on the Adafruit CLUE chip:

https://github.com/PeterGamma/Pyloton-Ci...g-Computer

The Adafruit Clue chip is Arduino compatible. There are instructions how to run Arduiono code on a Rasperri PI. And as far as I found out there is no reason why Rasperri PI code should not run also on a Pinephone.

The Pinephone would be a better platform for a bike computer than the Adafruit Clue. Replacable batteries, large display, 3G or 4 G connection, etc.

The Adafruit instruction to build up a Pyloton bike computer is great. Is it possible to migrate the code for the Pyloton bike computer to a Pinephone?


  Keyboard Layout
Posted by: guenther - 06-10-2020, 04:36 AM - Forum: PineTab Hardware - Replies (2)

Hi folks!

Does anybody know, if it's possible to swap the keys on the optional keyboard without damage, to creating a "QWERTZ" layout?

regards, guenther


  PineTab Pre-Orders are up!
Posted by: Luke - 06-10-2020, 01:34 AM - Forum: News - Replies (22)

PineTab pre-orders are up!

There are two SKUs available:

  1. Standalone Tablet
  2. Tablet + Keyboard


  Preorders appear to be live!
Posted by: quipacorn - 06-09-2020, 11:54 PM - Forum: General Discussion on PineTab - Replies (10)

https://store.pine64.org/?product=pineta...t-keyboard

Now for the long wait...