| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
Yesterday, 08:44 AM
» Replies: 0
» Views: 46
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,493
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 113
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 65
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 215,644
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 115
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 184
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,017
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 894
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 574
|
|
|
| looking to Run UBuntu 18.xx.x.xx on pine |
|
Posted by: d45050 - 06-27-2020, 03:29 PM - Forum: PinePhone Software
- No Replies
|
 |
hello guys !
I've been looking for a method to write a uboot compatible image of Ubuntu ,
trying (failing ) to follow this
installing other ARM64 distributions
Warning: Distributions not on this page may not even boot after you follow this section. In the best case, they will be barely usable. This is more for fun, or if you would like to port a new distribution to the PinePhone.
Note: This section uses megi's kernel releases, and not the official ones from PINE64. While it is possible to use the official (and in the future, mainline) kernel, megi provides binary releases, which makes it very easy.
If you would like to see specific commands for how to complete these steps, see https://github.com/nikhiljha/pp-fedora-sdsetup
(an example for Fedora) or https://xnux.eu/howtos/install-arch-linux-arm.html
(an example for Arch Linux).
Create a boot (from 4 MB to about 252 MB) and root (from 252 MB to the end of the card) filesystem on the SD card.
Format the boot partition with vfat, and the root partition with f2fs.
Extract the root filesystem from your distribution's ARM image into the root filesystem on the SD card. Do not copy the partition, copy the files (in archive mode: like rsync -ar).
Edit /etc/fstab to match your partitions.
Grab megi's kernel from https://xff.cz/kernels/
(you probably want 5.6 or later).
Follow the README instructions, which involves copying the kernel modules into the SD card rootfs and writing u-boot and the bootloader.
(https://wiki.pine64.org/index.php/PinePhone_Software_Releases
with no luck , have you succeded trying to write other images than posted on
I've seen that Rpi 3 and 4 uses similar Uboot stuff but no clear how I can create a boot and appropriate IMG for the pinephone
as you can see I am very new to this , hope you can share some
)
|
|
|
|
| Stuck trackball / trackpad issue |
|
Posted by: charlespine - 06-27-2020, 03:27 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
I'm currently using an old Kensington trackball with my PBP. It works great, but several times a day, it doesn't work correctly; It will either get stuck, select text (even though don't select anything, or some fields on a website won't work like clicking on a checkbox).
In order to fix it, I have to tap my trackpad. After that, everything works well for hours. This issue happens several times a day.
I've tried multiple fixes from the wiki and I'm using the factory version of Manjaro. I've also tried using a different USB port and turning off the trackpad using Fn+F7. No difference.
uname -a:
Linux pinehost 5.7.6-1-MANJARO-ARM #1 SMP Fri Jun 26 18:30:57 PDT 2020 aarch64 GNU/Linux
Any tips?
|
|
|
|
| My pinephone problems/questions |
|
Posted by: xinyiman - 06-27-2020, 11:03 AM - Forum: General Discussion on PinePhone
- Replies (3)
|
 |
Hi everyone. Finally my pinephone has arrived. Seems to be working well, I only have 3 questions.
1. The camera does not work, is it normal? Is it a known bug?
2. I can't activate developer mode. Why?
3. I am unable to send files from ubuntu to the pinephone via bluetooth, even if the two devices are properly connected.
Anyone know how I can solve my problems? Thank you
|
|
|
|
| Spotify clients |
|
Posted by: vicky - 06-27-2020, 08:58 AM - Forum: Mobian on PinePhone
- Replies (2)
|
 |
I successfully build librespot. (https://github.com/librespot-org/librespot) I just followed the normal building process but I also had to install cargo. I am using a UBtouch Edition. (You will need a Spotify Premium account in order to use it)
Edit: I tried installing it just using cargo install but I got an error that way. So I recommend building it like I did.
My experience with building it:
I used ssh and built everything on my phone. Remember that building takes much time, so make sure that your phone receives at least 0.5A during the whole process and has at least a third of the battery capacity left. With 0.5A your battery will only drain slowly. The device will get very hot so I recommend not using a case, opening the back plate, keeping it inside in the shade by room temperature and on a flat surface.
After building I was able to start playback by selecting it as a speaker using Spotify Connect on my desktop. (I guess it should be able from any other normal spotify client. I didn't have any problem with the playback when I plugged in headphones and when I unplugged them again. But if you accept a call while using librespot all audio playblack will stop and your audio won't work. I was just able to make calls again and use everything normally again after I had rebooted my PinePhone.
Librespot needs to run the whole time in the terminal. While playing music it uses ~18% CPU according to top. Just being idle uses about 7% CPU. But while librespot is not playing music the speakers will be on with a high pitched noise.
Here's how I built it:
Code: sudo apt update
sudo apt install build-essential libasound2-dev git cargo
mkdir build
cd build
git clone https://github.com/librespot-org/librespot.git
cd librespot
cargo build --release
The built files will be in ~/build/librespot/target/release
So in order to run it you need to start librespot from there, move it to where you want to use it or create a symbolic link to it.
Here are the options for running it: https://github.com/librespot-org/librespot/wiki/Options
If you want to update you need to build it again.
|
|
|
|
| Latest Version / Download Link |
|
Posted by: someGermanGuy - 06-27-2020, 05:13 AM - Forum: UBPorts on PinePhone
- Replies (3)
|
 |
Hi, i installed a .img from the jenkins/ci of ubports. When i checked the version, it was (iirc) Ubuntu Touch version 3.
I tried to switch to the dev channel but this was horribly messed up (multiple dev/edge channels etc.).
Also, it did not save the setting and sometimes tried to update and sometimes not.
Now the device is pretty broken (the sd...). So i thought i could just install the latest .img to SD and be fine.
But i am not sure where i can find it?
https://ci.ubports.com/job/xenial-mainli...tfs-arm64/ - i guess thats not correct, isnt it?
|
|
|
|
| Mobile Reception |
|
Posted by: Timitch - 06-27-2020, 01:25 AM - Forum: PinePhone Hardware
- Replies (3)
|
 |
Hi,
Now I've been playing with my phone for a few days my one gripe is that the mobile/phone signal reception is not good, I guess the antenna isn't the best. While the signal isn't brilliant here I've always managed to get a connection.
Is there a port for adding an external antenna - can't immediately see one? Or has anyone tried adding an antenna?
- T
|
|
|
|
|