| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,202
» Latest member: realtemp03
» Forum threads: 16,383
» Forum posts: 117,595
Full Statistics
|
| Latest Threads |
Single-board computers an...
Forum: General
Last Post: Spaker
15 minutes ago
» Replies: 0
» Views: 1
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
9 hours ago
» Replies: 9
» Views: 8,316
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
Yesterday, 01:32 AM
» Replies: 1
» Views: 12,763
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 100
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 164
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,571
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 361
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,020
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 161
|
Default password
Forum: PineTab Hardware
Last Post: dissimilar_goose
08-20-2026, 05:02 AM
» Replies: 0
» Views: 238
|
|
|
| My phone does not see my sim |
|
Posted by: JosephB - 12-07-2020, 12:55 PM - Forum: Manjaro on PinePhone
- Replies (2)
|
 |
I got my Manjaro Pinephone about a month ago now when they first shipped this edition. I didn't really care for Phosh so I flashed KDE and have been doing updates almost daily. Early on the phone recognised the sim and I was able to both make and receive calls on KDE. Although the updates are progressing nicely, and many things are working as they should, my phone has not recognised my sim now for the last couple of weeks. This is the same sim that I run in my daily driver. Any ideas??
|
|
|
|
| Spare parts out of stock? |
|
Posted by: marcih - 12-07-2020, 03:09 AM - Forum: PinePhone Hardware
- Replies (1)
|
 |
I see that quite a few parts are out of stock, some of them being out of stock for a considerable amount of time (was out of stock before, during and after the Manjaro batch). How often are those restocked? I would have expected they would be manufactured and restocked along with a new batch but that doesn't seem to be the case.
|
|
|
|
| PineTab and keyboard package for sale |
|
Posted by: yugami - 12-06-2020, 05:12 PM - Forum: General Discussion on PineTab
- Replies (3)
|
 |
I bought this as part of the early adopter but I'm just not in a place where I want to be on the cutting edge. I just need a basic tablet personally. I have the original packaging.
$150 shipped CONUS. I'll work with you on shipping overage if you're someplace else.
|
|
|
|
| Playing video files |
|
Posted by: Zebulon Walton - 12-06-2020, 01:58 PM - Forum: General Discussion on PinePhone
- Replies (13)
|
 |
I mentioned this in a post on the Mobian board but there were no responses. I don't know if this issue is only with that distribution or if it's more general to the Pinephone's video capabilities.
What I've found is that when playing local video files on the Pinephone it cannot keep up with 1080p, or even 480p playback (though the latter is better). To make videos play smoothly I've had to transcode them down to 240p. (Admittedly I have not tried 360, that might work as well, but 240 looks surprisingly good on the phone's small screen.) This is the case whether using Mobian's default video player or the VLC video player.
Is this something that is likely to improve as development continues, or is it just a limitation of the video hardware?
For anyone else running into this issue, I put together a quick-and-dirty shell script that uses ffmpeg to transcode the video to 240p H.264, preserving the aspect ratio, and copies the audio, from the source mp4 and mkv files in the current directory. The resulting reduced resolution files are placed in a "240" subdirectory.
Code: #!/bin/sh
mkdir 240
for file in *.m??
do
echo '----------------------------------------'
echo Processing $file...
ffmpeg -i "$file" -c:v libx264 -c:a copy -vf scale=-2:240 "240/$file"
echo '----------------------------------------'
done
|
|
|
|
| SOLD! US: Selling ANSI Pinebook Pro |
|
Posted by: qchapter1 - 12-06-2020, 01:42 PM - Forum: General Discussion on Pinebook Pro
- Replies (11)
|
 |
Hi Y'all,
I have way too many tech toys, and I'm downsizing. I have an ANSI Pinebook Pro with a 500GB nmve ssd installed. I'm looking to sell to someone here in the US that's part of the community. I'll also throw in the eMMC usb adapter. Send me an offer in a DM if you're interested.
Kevin
SOLD
|
|
|
|
| Buying used vs next pre-order of Manjaro Convergence? |
|
Posted by: tgz - 12-06-2020, 01:11 PM - Forum: Manjaro on PinePhone
- Replies (2)
|
 |
Hello, pardon if this is the wrong place to post this. I see Manjaro KDE Pinephone is what is now offered in the store for pre-order. If a buyer specifically wanted the Manjaro Convergence package, is finding one on the used market pretty much the only option right now? Any projections on the next pre-order availability of Manjaro Convergence Pinephone?
thank you
|
|
|
|
| Pinebook pro no longer boots |
|
Posted by: xsquared93 - 12-06-2020, 10:02 AM - Forum: General Discussion on Pinebook Pro
- Replies (7)
|
 |
Hello,
I was following these instructions to install Arch Linux ARM on my pinebook:
https://www.bencode.net/posts/pinebook/
and when I got to the last step I tried to reboot the computer by turning it off and this triggered the red LED light to turn on.
I tried typing “reboot” but failed because I was inside chroot.
I have tried to boot from an sd card but failed.
I have tried holding the power button for 20 secs but failed.
Any help will be appreciated.
|
|
|
|
|