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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,485
» Latest member: mintab
» Forum threads: 16,198
» Forum posts: 116,884

Full Statistics

Latest Threads
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: alchemist
10 hours ago
» Replies: 1
» Views: 74
Armbian images available
Forum: Linux on RockPro64
Last Post: Shraunfnq
Yesterday, 10:16 AM
» Replies: 61
» Views: 114,523
Bare metal on Pinephone P...
Forum: PinePhone Pro Software
Last Post: alain
08-19-2025, 07:58 AM
» Replies: 0
» Views: 129
Seeking Contributors: Apa...
Forum: PinePhone Pro Software
Last Post: geometrylitegame12
08-19-2025, 01:38 AM
» Replies: 4
» Views: 4,031
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: KC9UDX
08-18-2025, 06:15 PM
» Replies: 5
» Views: 325
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: Kevin Kofler
08-18-2025, 04:30 PM
» Replies: 8
» Views: 631
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: Jite
08-18-2025, 02:57 PM
» Replies: 2
» Views: 174
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
08-18-2025, 04:12 AM
» Replies: 5
» Views: 1,043
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 223
Compatible U.S. carriers ...
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
08-15-2025, 07:34 PM
» Replies: 2
» Views: 273

 
  is it possible to install a pinephone pro mainboard in a pinephone
Posted by: hannescam - 01-22-2023, 01:09 PM - Forum: PinePhone Pro Hardware - Replies (7)

i would like to know if it is possible to install a pinephone pro mainboard in a pinephone for an upgrade of the cpu, ram and storage


  Article: NuttX RTOS for PinePhone: Boot to LVGL
Posted by: lupyuen - 01-21-2023, 08:53 PM - Forum: PinePhone Software - Replies (2)

Apache NuttX RTOS (Real-Time Operating System) now boots on Pine64 PinePhone and runs Touchscreen Apps! All we need is a microSD Card for booting NuttX on PinePhone. NuttX won’t touch the eMMC Storage in PinePhone.

In this article we shall…

1. Make a Bootable microSD with NuttX inside

2. Configure NuttX to boot an LVGL App

3. Make LVGL Apps more Touch-Friendly on PinePhone

4. Take a peek at the LVGL Demo Apps available for PinePhone

And explore how we might create our own Touchscreen App for PinePhone.

NuttX RTOS for PinePhone: Boot to LVGL


  Hard reset
Posted by: Nootaku - 01-21-2023, 02:41 PM - Forum: Manjaro on PinePhone - Replies (1)

Hello,

I bought my phone 2 or 3 years ago, but back then it didn't really work out for me.
I want to try again since the software has been updated.

Problem is I really don't remember my password.

So it's impossible to sudo or root.

Which I why I would like to format the phone and do a factory reset.

Any idea how this can be done ?
I could not find it in the documentation.

Thanks in advance.


  What is the easiest way to login?
Posted by: shengchieh - 01-21-2023, 01:31 PM - Forum: Manjaro on PinePhone - Replies (2)

Hi!

I brought an "open box" pinephone (convergence; default OS - Manjaro KDE Plasma Mobile) last week. 
It turned out the seller fiddled around with it and entered a PIN #s.  He does not remember the PIN
#s, thus I can not unlock the phone.  Is there a way to get in and unlock the phone other than
reinstalling Manjaro KDE Plasma Mobile?  Is there a way to factory reset - will that work?  If
I use another bootable iso and change some #s, will that work? 

Bottom line: what is the most easy way to "login".  All I did so far is charge the phone, power it
on, and find I cannot unlock the phone.  There is nothing in the phone - no SIM or micro cards, no
nothing.

Thank in advanced for your help.

Sheng-Chieh Huh


  .CSV Without Nextcloud
Posted by: food - 01-19-2023, 02:24 PM - Forum: Manjaro on PinePhone - Replies (5)

Hi Pinephone users,

Has anyone found a way to manually import a .csv file into contacts? I don't want to have to install a cloud-based server for my phone numbers.

Wellwishes,
food


  Issue with booting Manjaro from encrypted NVMe drive on pbp
Posted by: Cs137 - 01-19-2023, 01:47 PM - Forum: Linux on Pinebook Pro - Replies (1)

I am trying to operating a pbp with a system booted from an encrypted NVMe drive, but I stuck at the same step and would appreciate any help:

  •  I use an unencrypted partition on the eMMC acting as boot partition that holds the kernel and an initramfs. The latter was build taking among others the hooks `plymouth`, `plymouth-encrypt` and `lvm2` into account.
  • I am trying to boot a Manjaro (22.12) system which is located on a btrfs filesystem within the encrypted container on the NVMe.
  • As bootloader I use Two-Boot (on 1st partition of eMMC), which works and allows me to interrupt the foreseen boot process in order to boot from SD. If I do not interrupt it and try to boot via eMMC from the NVMe, the image file is provided (which is the only thing I get since a dialogue is shown just very shortly). Then it stucks with a black screen and a green power led.

I append the following options via the `extlinux.conf` file:

Code:
cryptdevice=UUID=<ID-OF-NVME-DEV>:<LABEL-AS-APPEARS-IN-MAPPER>:allow-discards root=/mnt/mapper/<LABEL-AS-APPEARS-IN-MAPPER>/ rootflags=subvol=@ rw rootwait audit=0 plymouth.ignore-serial-consoles

The ID, label and subvolume I use is the correct one, but I have to admit that I am unexperienced so far regarding btrfs.

The fact that I am not prompted for the passphrase indicates me that the hook is either not implemented correctly in the initramfs, or not called correctly.`mkinitcpio` did not show an irregular behaviour during the creation of the initramfs (build via chroot from within the system I try to boot). In another approach I tried the `enrcypt` hook instead of `plymouth-encrypt` which did also not succeed. Moreover, I read here that one should use`plymouth-encrypt` if plymouth is in use, which is the case for Manjaro.

Something that I recognised is that the initramfs is not build using the kernel sources of the system:
Code:
mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k 6.0.12-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
...

Code:
cat proc/version
Linux version 6.1.2-1-MANJARO-ARM ...

I would be happy for any hint that might be helpful to solve my issue.


  No longer waking up from sleep after recent update
Posted by: gamerminstrel - 01-18-2023, 06:56 PM - Forum: General Discussion on PinePhone - Replies (2)

I recently reflashed the latest stable image of Manjaro/Plasma Mobile on my pinephone, and now pretty regularly when it goes to sleep there's a pretty solid chance it wont wake up until I hold the power button and reboot.

I did some looking online and saw this: https://xnux.eu/log/#077


it's saying that some linux distros are improperly using the latest version of megi's Pinephone Linux Kernel, resulting in the CPU IDLE functionality is broken. Is anyone else having this issue?


  SD card slot in Quartz64 model B
Posted by: psic4t - 01-18-2023, 11:28 AM - Forum: Quartz64 Hardware and Accessories - Replies (1)

My Quartz64 model B just arrived today.

Sorry for the dumb question, but I really struggle to find the SD card slot. M.2 is there, eMMC is there but no SD.

Are there models without a SD slot? Some older pictures of model B look pretty different from mine.

TIA


Question Earpiece has no sound
Posted by: UltraBlack_ - 01-18-2023, 06:16 AM - Forum: General Discussion of PinePhone Pro - Replies (2)

Hey there,
since I bought my PPP I've never managed to get the internal earpiece to work. Whenever I set pipewire to use the earpiece, no sound can be heard, even at maximum volume. Same thing in the phone-call configuration (What is that even for)? The connections exist, so I have no idea what else it could be.

I'm currently running a reasonable up-to-date Archlinux ARM (DanctNIX) installation using megi's kernel.

Does anyone have an idea what's going on? Is this a known problem? I have not heard of anyone else with this problem

Thanks!


Bug PinePhone modem keeps "disappearing"
Posted by: Kevin Kofler - 01-17-2023, 05:50 PM - Forum: PinePhone Hardware - Replies (14)

[UPDATE: TL;DR: The resolution is that the hardware is faulty (in fact, not just the modem, but the entire USB subsystem except charging), and that I just bought a new PinePhone which works.]

Since late December (so for the last 3 weeks or so), I have been struggling with a strange issue on my PinePhone (Beta Edition). The modem keeps going down for some reason, making it just "disappear" from the PinePhone's point of view. eg25-manager tries to restart it, and sometimes it succeeds, but often the restart also fails, or eg25-manager gets stuck waiting for a long time and does not even try a reset even though the modem device is not visible to ModemManager or anything else (I cannot even see the device node). Sometimes, the modem does not even come up on boot, and even rebooting several times does not necessarily fix it.

It did happen in the past (before December) that the modem had to be restarted, but that was around once a day, and the auto-restart (in eg25-manager and ModemManager) had been just working for weeks now. (And I believe that was a known issue, which is also why the auto-restart had been implemented.) But now, the modem often goes down every 5 minutes, and the auto-restart does not reliably work anymore either. (Sometimes it does, often it does not.)

The first thing I would have suspected would be the latest software updates. (I run Manjaro Plasma Mobile, the one that was preinstalled on the Beta Edition, but continuously upgraded from the stable repository using pamac-gtk. FYI, Discover is just broken for system updates on Manjaro, so I gave up on using that one long ago, but that is not the issue here.) But if that were the case (i.e., if it were a software regression), the issue would have hit more users, would it not? Yet, I have not seen any other report of this happening. Or does anybody else see the same thing?

The behavior looks a lot like a wrong contact on the USB connection, but the modem is soldered onto the mainboard, is it not? So how can it possibly make a loose contact?

The remaining suspect then was the battery, also considering that the PinePhone modem is connected directly to the battery on the PinePhone. So I bought a replacement battery (a Samsung EB-BJ700CBE, which is documented as fitting) from a local retailer today. And well, yes, the battery fits, and yes, the battery works in principle. But the modem issue is the same whether I use the replacement battery or the original PinePhone battery (that I have now put back in), it makes no visible difference.

So at this point, I am stuck. I am completely out of ideas.

I am pretty annoyed at this point because I was using the PinePhone as my daily driver just fine, but now this issue makes it extremely unreliable (since without the modem, it is really just a tablet!) and I have no idea how to resolve the issue.