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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,483
» Latest member: intriguedoves
» Forum threads: 16,198
» Forum posts: 116,883

Full Statistics

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

 
  ANSI Pinebook Pro for sale
Posted by: Hemogoblin - 10-01-2021, 11:22 AM - Forum: General Discussion on Pinebook Pro - Replies (8)

Posting this in a new thread so it's easier to see, tried piggybacking on another thread but not sure anyone will see it

I've got a ANSI Pinebook Pro for sale, $200 shipped in the US.  It's hardly ever been used and as such, is in excellent condition.  I liked the device but I've not had nearly the freetime I had hoped to be able to learn Linux and ARM so would happily like to help this neat little machine find a worthy new owner.  I've attached a couple pics but can take more if needed, no bezel cracking or other issues present thus far and no dead pixels that I have seen.  Never been taken apart so only has the 64gb of storage that comes standard.  Will throw in a little laptop sleeve along with the original box and barrel plug charger.


[Image: 00G0G_euWbLWJONy2z_0ak07K_600x450.jpg]
[Image: 00Z0Z_eipuxxn3zsPz_0ak07K_600x450.jpg]


  sub forum for Android on Quartz64?
Posted by: dieselnutjob - 10-01-2021, 10:51 AM - Forum: General Discussion on Quartz64 - Replies (2)

Hi
Why is there no subforum somewhere under Quartz64 for discussing Android? like there is for Linux?
Please can we have one?

or is there someone place or site that people talk about it?

thanks, DNJ


  Mounting / unmounting drives from the Index app (Plasma)
Posted by: theResonant - 10-01-2021, 10:36 AM - Forum: Manjaro on PinePhone - Replies (3)

I opened an encrypted SD card using a USB card reader connected to the phone. It appeared in the Index app, which showed the "mount" button and then I could enter the passphrase. But now I don't know how to unmount & lock it. The Index app doesn't have the usual unmounting icon like Dolphin has. I had to unmount via the terminal.

Is there a direct way to unmount & lock a card via the Index app? Or in Settings, or somewhere else?


  Encrypting only /home?
Posted by: theResonant - 10-01-2021, 09:38 AM - Forum: Manjaro on PinePhone - No Replies

I'd like to create a new flashable Manjaro+Plasma image, but with an encrypted partition dedicated to the /home folder and a corresponding entry in /etc/crypttab. When the phone boots up, I would expect a passphrase prompt (will it happen?). How would I be able to type in a passphrase on the screen, given that it the OS hasn't booted up completely yet? Is there a way to add a virtual keyboard at boot time?

Or better yet: is it possible to delay the decryption until after the phone boots up, but just before the first lock screen? That way, a virtual keyboard would be more feasible. This is how Sailfish X did it, anyway. Any ideas would be very welcome.


  Now Russians have a better reason to use PinePhone
Posted by: KNERD - 10-01-2021, 09:09 AM - Forum: General Discussion on PinePhone - Replies (8)

Apple, Google remove opposition app as Russian voting begins


https://apnews.com/article/europe-russia...74d3999568


  Launching OS in the SD card from p-boot in MMC
Posted by: chuso - 10-01-2021, 09:02 AM - Forum: PinePhone Software - No Replies

Hi,

I'm using p-boot as the boot loader and it's awesome. Much more convenient and easy than UBoot.

I thought I could have an SD card inserted with an OS but without a boot sector and install p-boot to the MMC card and have two boot entries, one to boot the MMC OS and the other for the SD one, so I can easily switch between both OSs without having to remove and insert the SD card.

I almost got it working. So although the SD card is inserted, since it doesn't have a boot sector, the boot sequence fails back to MMC and loads p-boot with the boot entries for MMC and SD. The MMC one works and boots the MMC OS, but the SD one just leads to a black screen.

This is my boot.conf file:

Code:
no          = 0
  name      = MMC card
  atf       = ../../usr/share/p-boot/fw.bin
  dtb       = ../../boot/dtbs/5.12.19-MANJARO-ARM/allwinner/sun50i-a64-pinephone-1.2.dtb
  linux     = ../../boot/vmlinux-5.12.19-MANJARO-ARM
  bootargs  = loglevel=4 console=tty0 console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 consoleblank=0 root=PARTUUID=dffd8215-02 rw rootwait quiet bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
  splash    = ../../usr/share/p-boot/pboot2.argb

no          = 1
  name      = SD card
  atf       = ../../usr/share/p-boot/fw.bin
  dtb       = ../../boot/dtbs/5.12.19-MANJARO-ARM/allwinner/sun50i-a64-pinephone-1.2.dtb
  linux     = ../../boot/vmlinux-5.12.19-MANJARO-ARM
  bootargs  = loglevel=4 console=tty0 console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 consoleblank=0 root=PARTUUID=42516a04-02 rw rootwait quiet bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
  splash    = ../../usr/share/p-boot/pboot2.argb

I tried using either the PARTUUID as the root parameter as shown above or also /dev/mmcblk0p2, but none of them worked.

What am I doing wrong? Or am I trying something impossible?


  Phosh: Idles to Lockscreen Without Powering Off Display
Posted by: Merc - 10-01-2021, 06:35 AM - Forum: PinePhone Software - Replies (1)

I have my Pinephone with Arch+Phosh installed set to turn off the display after one minute, the problem is that instead of turning off the display it will switch to the lock screen and stay powered on indefinitely. This is remedied when I restart Phosh with

Code:
# systemctl restart phosh.service
then it will behave as expected and power off the screen after one minute and the problem is gone until I reboot.

I've re-installed Arch+Phosh but the problem persists. It's a custom build so it could be one of a hundred things causing this to happen.

I looked to see if anyone else was having this problem but I couldn't find anything about it. I played around with the phosh.service file thinking  the problem had something to do with the order Phosh is started but I haven't gotten anything to work. Anyone have this problem?

Edit: I solved the problem, it was caused by
Code:
/usr/bin/gjs /usr/share/gnome-shell/org.gnome.ScreenSaver
running at boot causing conflict with the screen turning off. I renamed org.gnome.ScreenSaver to org.gnome.ScreenSaver.bak effectively disabling it and the problem went away.


  screen doubling
Posted by: ommm - 10-01-2021, 05:19 AM - Forum: General Discussion on PinePhone - Replies (2)

hi...just received my new phone..right out of the box every image and character is doubled (a sort of wobbling mirror image just next to the original one) so its very hard to see and select anything at all...tried several distros...all have the same problem ...its everywhere whatever I try to run...so would this indicate a hardware issue?...the screen or its connections?.....disappointing if so as its brand new......or perhaps there is something I can do to fix it?
At a bit of a loss and haven't even crossed the start line yet!
thanks for any clues....


  Night shift for arch-phosh wayland
Posted by: pineuser0 - 09-30-2021, 06:06 PM - Forum: Arch Linux on PinePhone - Replies (1)

I've tried gnome night light through both gui and gsettings in terminal, which had no effect on the screen, and after trying redshift and looking around the internet, it almost appears that there's no available night shift application for wayland that works in arch-phosh.



Question: How can I get a night shift application running on arch-phosh wayland?


  Mobian-installer on bookworm?
Posted by: juju - 09-30-2021, 05:33 PM - Forum: Mobian on PinePhone - Replies (4)

Latest image is mid-Aug and includes bullseye
https://images.mobian-project.org/pineph...ller/test/

Any information for a release with bookworm?

Not found the repository under https://gitlab.com/mobian1

Thanks