| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,925
» Latest member: Kuletlou
» Forum threads: 16,330
» Forum posts: 117,424
Full Statistics
|
| Latest Threads |
Best Stainless Steel Cook...
Forum: General
Last Post: Briar4
Yesterday, 11:38 AM
» Replies: 0
» Views: 42
|
Best Stainless Steel Cook...
Forum: General
Last Post: Briar4
Yesterday, 11:36 AM
» Replies: 0
» Views: 37
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,597
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 118
|
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,130
|
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,780
|
Prohibit Pinecil from goi...
Forum: Pinecil Software
Last Post: snorkel
03-13-2026, 01:56 AM
» Replies: 2
» Views: 204
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-12-2026, 04:49 AM
» Replies: 2
» Views: 606
|
Looking for PineTime user...
Forum: General
Last Post: Mitrax
03-11-2026, 02:50 PM
» Replies: 2
» Views: 382
|
reset wifi hardware/drive...
Forum: Mobian on PinePhone
Last Post: baptx
03-10-2026, 04:43 PM
» Replies: 5
» Views: 5,061
|
|
|
| Battery charge threshold |
|
Posted by: xNix - 04-11-2021, 01:27 PM - Forum: Linux on Pinebook Pro
- Replies (1)
|
 |
Is there any way to set battery charge threshold to something like 80% or so?
For example, ThinkPads have such option to set battery charge threshold:
Code: echo 60 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
I did not see similar options for the Pinebook Pro, so I tried to search in the arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts kernel file, but the only thing close to a battery charge limit I've found was this:
Code: charge-full-design-microamp-hours = <9800000>;
I guess I could lower it and probably achieve such effect, but maybe there is a better solution than lying to the system about the actual battery design full charge?
|
|
|
|
| minor instructions update(s) |
|
Posted by: D4rkh0rs3 - 04-11-2021, 01:13 PM - Forum: General Discussion on PineTime
- No Replies
|
 |
Just got my new sealed watches. Not going to program on them so going to try to do good testing.
Minor issues I found with the directions.
The easy to find firmware update directions all seemed to be for amazingfish. Under android Nrf Connect was slick and easy (did take six tries).
Good directions I somehow had trouble finding:
https://github.com/JF002/InfiniTime/blob...Started.md
Every version of the companion app directions I found says:
"You can download gadgetbridge from fdroid."
That's misleading.
You MUST download gadgetbridge from fdroid to get a new enough version to pair with pinetime/infinitime.
|
|
|
|
| Selling my Pinebook Pro |
|
Posted by: brent.thierens - 04-11-2021, 11:13 AM - Forum: General Discussion on Pinebook Pro
- Replies (10)
|
 |
Hello all together,
Since I have not been using my Pinebook Pro as much as I expected, I have decided to sell it to someone who will have more fun with it than I have at the moment.
The Pinebook is from the first batch and therefore has the 128Gb eMMC. The laptop is in good shape (images attached) but on the screen edges the plastic has broken. However, this does not impair using the device.
I am selling the laptop for €200 plus DHL shipping. I live in Germany, so obviously for German people it will be cheaper to get it.
Photos: https://photos.app.goo.gl/DkTMZ9N9nw1jzy516
|
|
|
|
| Unlocking the cycle counter register. |
|
Posted by: CATFELLA - 04-11-2021, 08:06 AM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
Hello, I have a problem unlocking the cycle counter register on Pinebook Pro (or, even, rk3399 in general, from what I've gathered).
A common way to unlock it is to load a kernel module that executes an unlock command from the inside, however, the modules that I tried do not work (for example this one https://code.videolan.org/janne/arm64-cycle-cnt, which works on Raspberry Pi 4). I can only access the register inside the module that unlocked it, printing the value to dmesg for example.
One way of unlocking it is building a custom kernel that enables the register on startup, however, this is less than ideal for me, so I was wondering if anybody else encountered this issue.
|
|
|
|
| Wifi Troubles |
|
Posted by: IDEFK - 04-11-2021, 07:40 AM - Forum: General Discussion on Pinebook Pro
- Replies (17)
|
 |
I am new to Linux and computers in general. I have a Pinebook Pro ARM Manjaro with a plasma system j believe but I can't connect to the wifi. My killswitch Is good and I can see my wifi I can connect to it I type in password but then it tells me it's deactivated and can't find the device. I've asked Reddit and other places but there's nothing. Also it says waln0 no secrets were provided. Sorry if I don't know much I was handed this computer down and need it for courses.
|
|
|
|
| GTK Rust mobile Linux client for Signal |
|
Posted by: Be. - 04-10-2021, 10:15 PM - Forum: PinePhone Software
- Replies (14)
|
 |
Do not clutter this thread with criticisms of Signal. Take that discussion elsewhere please.
Hi,
I've been following the issue of getting Signal working on Linux smartphones for a while and I've come to the conclusion that it is probably best if we start a new client application. The Signal developers are uninterested in making their clients work for our use case. The Signal "Desktop" (Electron) client does not and will not support registering an account, is not designed for small screens, and does not build on ARM. The latter two issues may be fixed upstream (eventually), but they've specifically said they do not want to make the Electron client have feature parity with the Android and iOS clients. I doubt using the Android client in Anbox would be a good long term solution for battery or RAM usage.
So I think we need a native Linux client. I do not think Axolotl is a viable long term solution because it uses its own implementation of the Signal network protocol (written in Go). Reimplementing the cryptography and network protocol is a ton of work and will continue to be a ton of work as upstream adds more features. Axolotl has only just started reimplementing the new Signal groups protocol which was introduced Also, the security of a reimplementation is dubious.
Fortunately, the Signal developers are now using a new Rust library with bindings to C, Java, Swift, and TypeScript for their own clients. Currently this is undocumented and does not yet implement all the logic necessary to write a complete client. However, upstream has advised that using this new library would be the best option for starting a new client. Considering there is a C FFI (which I presume they implemented to implement the S, it may be possible to add Signal support to libpurple which is used by Chatty. However, I am doubtful that would work out well. libpurple was made in a different era when messaging didn't include audio and video calls, emoji reactions, or disappearing messages. Trying to cram those into the libpurple API may be more trouble than it is worth. I would also be concerned about starting a new project using such an old code base which I am guessing has quite a bit of legacy cruft.
So, I think the best way forward would be a new client using the Rust bindings for GTK so the upstream libsignal-client, zkgroup, and ringrtc Rust libraries can be used directly. I don't have much experience developing with Rust or GTK and I barely know anything about cryptography, plus I already maintain another very complex application, so I couldn't lead development of this but I'd be happy to test and contribute code where I can. I am starting this thread to try to organize people who are interested in working on this.
I propose this roadmap for implementing features:
1. Device registration
2. Sending and receiving text messages
3. Import contacts
4. Use the WebSocket API for notifications like the Android client does on Android with neither Google Play nor microG
5. File attachments
6. Voice calls
7. Video calls
8. Device linking. If we could get this application to link to itself, that could be an awesome way to have the primary installation on a PinePhone and use the same application on a Linux laptop.
9. Figure out a way to do notifications in a more battery friendly way. This will require cooperation with the Signal Foundation and we may need to write the changes for the server software ourselves. Maybe OpenPush? Or perhaps get Firebase push notifications working on Linux without Android?
10. SMS support
11. MMS support
I think the GUI design could largely copy the Android client.
|
|
|
|
| Phone Shell and Dismissing Notifications on Mobian |
|
Posted by: publiclewdness - 04-10-2021, 01:41 PM - Forum: Mobian on PinePhone
- No Replies
|
 |
I'm running Mobian on my Pinephone CE and every so often a notification will pop up for "phone shell" and there is no option to dismiss it, just to open it. When I tap open it opens the file manager. Is there a way to disable this or to dismiss ntoifications without opening them ?
|
|
|
|
| KDE plasma Pinephone not loading |
|
Posted by: Serolis - 04-10-2021, 08:48 AM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Hello everyone;
I finally managed to get my hands on a KDE plasma pinephone, I switched it on for first time three days ago, I updated it and everything was going well. Then yesterday I tried to use the docking bar for first time and the phone crashed, now when I start the phone it will stay on the logging command page and the only error I can see is this one:
at command 'at+QCFG="fast/poweroff"' returned error
The phone won't let me do anything at that point. Anyone has got any suggestions as to what I can do now? Do I need to install a new image?
Thank you for your help!
|
|
|
|
|