Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,629
» Latest member: Ronaldpag
» Forum threads: 16,227
» Forum posts: 117,062
Full Statistics
|
Latest Threads |
Question about firmware u...
Forum: General
Last Post: tllim
6 minutes ago
» Replies: 1
» Views: 87
|
Minimum temperature Pinec...
Forum: General Discussion on Pinecil
Last Post: tllim
8 minutes ago
» Replies: 1
» Views: 96
|
[Manjaro] Fixing /etc/fst...
Forum: Linux on RockPro64
Last Post: Dendrocalamus64
4 hours ago
» Replies: 0
» Views: 20
|
How-To: Remote Control Yo...
Forum: PinePhone Software
Last Post: biketool
Today, 06:55 AM
» Replies: 16
» Views: 5,417
|
No updates on pinetab2 ar...
Forum: General Discussion on PineTab
Last Post: TcCoy
Today, 02:57 AM
» Replies: 8
» Views: 256
|
Chatty stop receiving SMS
Forum: PostmarketOS on PinePhone
Last Post: kbkhan
Today, 01:14 AM
» Replies: 3
» Views: 3,993
|
does the Joplin note taki...
Forum: PineNote Software
Last Post: mamta25
Yesterday, 06:17 AM
» Replies: 5
» Views: 2,159
|
Pine Phone Pro audio on p...
Forum: PinePhone Pro Software
Last Post: Habbytm
10-13-2025, 07:46 AM
» Replies: 50
» Views: 41,068
|
bes2600 driver
Forum: PineTab Hardware
Last Post: biketool
10-13-2025, 02:21 AM
» Replies: 63
» Views: 41,929
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
10-11-2025, 07:01 AM
» Replies: 10
» Views: 5,353
|
|
|
Quectell M95A-02-NCH-STD |
Posted by: muhammet.51 - 03-16-2025, 08:23 AM - Forum: General
- Replies (1)
|
 |
Merhaba, yaşadığım sorundan bahsetmek istiyorum. 100 veya daha fazla sahip olduğum bu modülde IMEI sorunu yaşıyorum. Ülkemizde 1 yıl boyunca sinyal alamayan cihazlar bakanlık tarafından otomatik olarak kapatılıyor. Ve bunu açmak için ithalatçı olmanız gerekiyor ancak biz bu ürünleri ikinci el aldık. Şimdi IMEI'yi değiştirmem gerekiyor. Bunu nasıl ve hangi uygulamalarla kullanıma açabilirim?
|
|
|
Flashing |
Posted by: chris.burmajster - 03-15-2025, 10:59 AM - Forum: General Discussion on PineTime
- Replies (2)
|
 |
Hello Everybody,
Please don't get mad, but exactly how do I flash my PineTime? I have it here with my Linux computer and my Volla X23 Ubuntu phone and I can't figure out how to flash it. Please help.
Chris
|
|
|
best way to get a stuck sd card out? |
Posted by: elix - 03-13-2025, 02:41 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (3)
|
 |
so i have always had problems with the micro sd card in my pinebook pro.
the micro sd card is now stuck and i wanna switch distros.
i tried the old knife method, etc. but ended up screwing up the outer part of the card.
is my next bet to the case off and get it out that way?
not sure its even safe to use the card at this point.
thanks
|
|
|
PinePhone Pro disable Volume Buttons when malfunctioning |
Posted by: ArchBene - 03-12-2025, 05:51 PM - Forum: PinePhone Pro Hardware
- No Replies
|
 |
Hi together,
here comes a solution for a problem I had with the PinePhone Pro, hoping that it helps someone else. When I started installing different distributions, there was the same problem all over again. The volume buttons were randomly sending signals to the phone although I didn't press them, constantly changing the volume. This was very annoying as the pop-up message interrupted anything I wanted to do on the phone. After some research I found the following work around. Tested it on Arch with Phosh and on Manjaro with Plasma Mobile, but should work on other distros too. The solution works by unbinding the volume keys from the driver. The volume keys will stop working then, but the power key can still be used normally. Up to now I didn't miss the volume keys, as it can easily be adjusted in the settings. You can find more information about driver unbinding in this article: https://lwn.net/Articles/143397/
First open a terminal and issue the following command to stop the nuisance:
Code: sudo echo -n "adc-keys" > /sys/bus/platform/drivers/adc_keys/unbind
Now to permanently deactivate the volume keys on startup we can create a systemd-service.
All of the following code-snippets should be executed as root-user.
First create the shell-script, for example in /opt or wherever you like to have it:
Code: cat > /opt/unbind-adc-keys.sh << EOF
#!/bin/bash
echo -n "adc-keys" > /sys/bus/platform/drivers/adc_keys/unbind
exit 0
EOF
Don't forget to give execute permissions:
Code: chmod a+x /opt/unbind-adc-keys.sh
Now create the systemd service unit:
Code: cat > /etc/systemd/system/unbind-adc-keys.service << EOF
[Unit]
Description=Unbinds the Volume Keys on startup
[Service]
ExecStart=/bin/bash /opt/unbind-adc-keys.sh
[Install]
WantedBy=mulit-user.target
EOF
Now enable the service unit:
Code: systemctl enable unbind-adc-keys.service
From now on the volume keys should be disabled from startup and you can again enjoy your PPP :-)
|
|
|
Pinebook pro bricked? |
Posted by: michaelmoua - 03-11-2025, 09:04 PM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hello,
my pinebook pro stopped working. When I plug it in, the red light on the connector turns on, but pressing the power button does nothing. Here’s what I’ve tried:
- Holding the power button down for over 30 seconds
- Bypassing the battery by disconnecting it and bridging the two connectors
- Removing the eMMC and attempting to boot from an SD card
None of these solutions have worked, and the power light remains off (neither red nor green). Any assistance would be appreciated!
|
|
|
Pinenote + PinePhone Pro USB-C Docking Bar with USB Keyboard |
Posted by: Badgery - 03-10-2025, 12:40 PM - Forum: PineNote Accessories
- No Replies
|
 |
I have a wireless USB keyboard that when connected to the Pinenote via a USB-C adapter works fine, including the trackpad.
The problems is when I connect the keyboard to the Pinenote via a PinePhone Pro USB-C docking bar I get no response. I also tested it with my Android phone, and same thing, recognises the keyboard via adapter but not the docking bar.
I was starting to wonder if it is a faulty docking bar, but when used with my linux laptop running KDE, then the keyboard does work via the docking Bar.
Any idea what could be going on?
|
|
|
|