| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,107
» Latest member: yt808
» Forum threads: 16,362
» Forum posts: 117,533
Full Statistics
|
| Latest Threads |
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
1 hour ago
» Replies: 2
» Views: 134
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
Yesterday, 11:02 AM
» Replies: 0
» Views: 71
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,028
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 228
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 121
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,591
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,203
|
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 273
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 194
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,669
|
|
|
| Delivery date. Very rough estimate will do :) |
|
Posted by: xemute - 11-28-2020, 02:04 PM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Hi,
Sorry if i've missed this in any of the stickies. I was just wondering if there's somewhere i can check on the progress of delivery of my pinephone? When i ordered it (21st Nov, and i'm in the UK), I wasn't given a courier option like i've seen some people talk about on here, nor was i given any kind of reference number for the order, just an email that the order is being processed. I'm not demanding 'where is my pinephone' or anything like that (i'm a very patient bloke ), just asking if there's anyway i can see updates and stuff like that?
Once again, apologies if this is in a sticky post somewhere and i've not noticed it.
Many thanks,
mute
|
|
|
|
| Pinetab Mobian optimization |
|
Posted by: tomoqv - 11-28-2020, 08:00 AM - Forum: PineTab Software
- Replies (13)
|
 |
I am starting thread for tips about optimizing Mobian on the Pinetab. As built-in RAM is limited and the Pinetab seems to suffer significantly from it, I would like to find the settings that yields the best possible performance for running firefox, geary and other programs and apps.
Here are my current settings, which I think give some performance improvements although my Pinetab is quite laggy still at times and even freezes occassionally.
/etc/default/zramswap
Code: PERCENT=100
#SIZE=512
PRIORITY=100
CORES=1
/etc/sysctl.conf
Code: vm.vfs_cache_pressure=500
vm.swappiness=100
vm.dirty_background_ratio=1
vm.dirty_ratio=50
Please tell me if these settings are of any help to you or if you have other settings that makes the Pinetab faster and more responsive.
Here are some memory stats with the above settings:
After a fresh reboot:
Code: ~$ free -h
total used free shared buff/cache available
Mem: 1,9Gi 795Mi 443Mi 56Mi 690Mi 938Mi
Swap: 1,9Gi 0B 1,9Gi
With firefox running:
Code: ~$ free -h
total used free shared buff/cache available
Mem: 1,9Gi 1,3Gi 63Mi 161Mi 551Mi 319Mi
Swap: 1,9Gi 16Mi 1,9Gi
With firefox and geary running:
Code: ~$ free -h
total used free shared buff/cache available
Mem: 1,9Gi 1,3Gi 66Mi 180Mi 542Mi 294Mi
Swap: 1,9Gi 330Mi 1,6Gi
|
|
|
|
| Writing an image to on-system emmc |
|
Posted by: fmotta - 11-28-2020, 02:15 AM - Forum: General Discussion on PinePhone
- Replies (3)
|
 |
I see great tools and extensions to others for creating bootable SD cards - thanks!
I am still fuzzy on flashing on-system emmc. So far I am guessing it involves something like Jumpdrive and then the command below?
wget 172.16.42.2/u.img -O - | dd bs=4M conv=noerror,sync of=/dev/mmcblk2
Thanks for clarification. I cannot seem to see another and the trial to 'dd' a live SD card were as stable as expected.
Cheers
|
|
|
|
| Python3-yoyo errors |
|
Posted by: Ireallyhateuaernames - 11-28-2020, 01:23 AM - Forum: Mobian on PinePhone
- Replies (4)
|
 |
I installed Mobian to the emmc on my pinephone. After resizing the partition on it's first boot, I decided to do a full system upgrade with
Code: sudo apt update && sudo apt upgrade
Unfortunately, I encountered an error with dpkg trying to unpack python3-yoyo.
I am unsure of where to look to find more information about this error as a Google search doesn't bring up any results, so any help would be greatly appreciated.
|
|
|
|
|