| Welcome, Guest |
You have to register before you can post on our site.
|
| 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
07-10-2026, 02:21 PM
» Replies: 3
» Views: 322
|
Real women, real desire, ...
Forum: General
Last Post: Spaker
07-10-2026, 01:04 AM
» Replies: 0
» Views: 69
|
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,546
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,141
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 127
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 158
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,120
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 372
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 210
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,658
|
|
|
| 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?
|
|
|
|
| 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:
2. If the value isn't correct, make sure that the system date and time is correct by running the `date` command:
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:
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
|
|
|
|
| Software options for thermal throttling? |
|
Posted by: e1337 - 06-09-2020, 09:59 PM - Forum: General Discussion on PinePhone
- Replies (5)
|
 |
Are there any daemons, kernel tweaks, ... available to have more aggressive thermal throttling on the PinePhone? It does get very hot if running demanding tasks, and I don't like it both for my hands as well as the possible impact on battery lifetime. However, making sure to limit all tasks one by one is lots of work, it'd be nicer if the whole system just throttled earlier when temperature crosses a certain threshold over a certain amount of time.
Does somebody happen to know if some throttling tweaks like that are available in the kernel or in some power management daemon that can be tweaked for use on the PinePhone? Or would any of you know a good place to request this for consideration?
|
|
|
|
|