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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,470
» Latest member: pandrhola
» Forum threads: 16,196
» Forum posts: 116,873

Full Statistics

Latest Threads
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: zetabeta
1 hour ago
» Replies: 1
» Views: 21
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
6 hours ago
» Replies: 2
» Views: 42
Compatible U.S. carriers ...
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
08-15-2025, 07:34 PM
» Replies: 2
» Views: 91
Long dialpad keypress to ...
Forum: Mobian on PinePhone
Last Post: Zebulon Walton
08-15-2025, 06:48 PM
» Replies: 3
» Views: 69
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: Kevin Kofler
08-15-2025, 06:20 PM
» Replies: 4
» Views: 888
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
08-15-2025, 12:27 PM
» Replies: 6
» Views: 305
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
08-15-2025, 04:22 AM
» Replies: 3
» Views: 131
prototyping to help someo...
Forum: General
Last Post: xerosenex
08-14-2025, 02:31 AM
» Replies: 0
» Views: 92
Password reset via u-boot...
Forum: PineNote Software
Last Post: lunnabae
08-13-2025, 01:17 AM
» Replies: 6
» Views: 1,740
incorporate a multimeter ...
Forum: General
Last Post: lalisa12
08-13-2025, 01:14 AM
» Replies: 2
» Views: 519

 
  Raspberry pi + Pinetime
Posted by: Markdanni123 - 03-03-2021, 04:01 PM - Forum: General Discussion on PineTime - Replies (3)

Would the raspberry pi be able to sync the time and date on my time? I’d yes would anybody be able to recommend any apps that would be able to do it? I have heard of gadgetbrodge but I don’t think that is on the pi or I haven’t seen any videos or info on it


  Data downloading not working with SIM
Posted by: IMSAI8080 - 03-03-2021, 02:02 PM - Forum: General Discussion on PinePhone - Replies (4)

Hello,

got a PP KDE CE and started using p-boot[url=https://xnux.eu/p-boot-demo/][/url] bootloader to compare OOSS.

Using my SIM, I'm experiencing trouble with data downloading Huh

Of course, searched for the right APN on the (Italian) carrier website and write it in the Manjaro / Phosh beta2-20201119 OS, Manjaro / Plasma201122 and Ubuntu Touch settings page.

The message is always the same (Manjaro / Plasma201122 and Ubuntu Touch):

"ERR_NAME_RESOLUTION_FAILED",

and (Manjaro / Phosh beta2-20201119 OS):

"...
If the address is correct, here are three other things you can try:
Try again later.
Check your network connection;
If you are connected but behind a firewall, check that Firefox has permission to access the Web".

On the other side, WI-FI, calls and SMS never gave me problem with the OOSS above.

No treads on this issue, I guess.

Any help?

Many thanks.


  update on out of stock products?
Posted by: Calamity - 03-03-2021, 12:38 PM - Forum: Getting Started - Replies (4)

How can i get updates on when some products will be on stock again in the store without manually checking every day? Do the Pine64 newsletter cover this? Or is there any RSS i can follow?
Thank you in advance!


  Selling Phone. New KDE Community Edition
Posted by: lael - 03-03-2021, 11:07 AM - Forum: General Discussion on PinePhone - Replies (4)

Hello All,

Received my KDE Plasma Community Edition two days ago.  Pretty exciting...however I realize it is is over my head and requires more tinkering time than I can currently afford.

I was able to perform the updates and was successful in sending and receiving calls with an AT&T sim.   So far only receive texts but not send.  In general I have had success with the the port / all usb, Ethernet and HDMI.   I know there have been issues in that dept.  Otherwise the phone is still pretty much as received.

At any rate...I would just like to recoup cost not looking to make a profit.  It should of course just be in more capable and deserving hands.  I am in New Mexico, USA so would prefer making arrangements with someone here in the U.S.


  Product Idea: USB Flash Drives
Posted by: barray - 03-03-2021, 05:57 AM - Forum: General - Replies (104)

Hi Pine64'ers Smile

Update: There is now a wiki where ideas from this thread are consolidated: https://wiki.pine64.org/wiki/PineFlash

I had a crazy random idea, but I think it is worth exploring. Open to some feedback.

I propose Pine64 looks into creating custom open-source flash drives. I think these are devices we all use regularly and I think there is some great opportunity to improve on them!

# Why?

Currently, flash drives are almost exclusively closed-source. This poses a few major problems:

1. Security: You have zero idea what is running on the drive. It would be exceptionally easy for example to change a file at will. Imagine this happening to an SSH key for example, which is quite easily recognizable.

2. Corruption: We've all been in this scenario where a flash drive suddenly fails without warning.

3. Encryption: Some drives offer "encryption", but this rarely includes the memory itself and if it does, it's all done client side. And then you have to trust this is actually robust and trust the implementation.

4. Planned Obsolescence: In theory a drive could purposely give out after so many writes or reads, forcing you to go out and buy another.

# Opportunities

I think there are tonnes of opportunities to improve on existing designs:

1. RAID: If you were to use several lower-capacity flash chips (which could also end up cheaper), the community could explore RAID to increase either speed, redundancy or both! This would need a minimum of two chips, ideally four.

2. Cache: It could be possible to do some intelligent caching - for example if you know a particular format is being used, you could cache the file table.

3. Encryption: Of course the big one could be some form of encryption. This could make this an attractive option for people who travel or want some protection! You may even want the drive to display something entirely different until some password is provided to reveal the real contents.

One way this could be done is to have it first present a small blank file system, where either the user or some script copies a key (possibly in response to some content already there) to the drive. The drive could then unmount and remount as the full drive and use this to decrypt the rest of the contents.

4. Wear Leveling: Just because companies claim to have really good wear-leveling, doesn't mean they actually do.

5. Compression: It might be possible to compress certain types of data. There are a few algorithms, such as LZ4 that don't really add too much overhead if they are unable to compress some data, but could yield large returns on compress-able data.

6. SMART: The drive could provide a SMART table to provide information about disk wear (the same thing SSDs do). This could even be calibrated to temperature and time for example.

7. Type A & Type C USB: Type C is likely the future, but there is also tonnes of devices still using type A. It would be cool to have a device that is robust for both.

8. Casing: A nice little piece of positive PR with the Pine64 logo Smile

# Expectations

I imagine the first version will realistically only support USB 2 speeds at most, possibly USB 1, but I expect this community to be capable of getting up to USB 3 speeds after a few iterations.

There are some flash chips and USB controllers that already do most of the work, so this could greatly reduce the risk of v1 not working at all and to work on one problem at a time.

# Long-term

I suggest this could lay some ground-work for a custom M.2. drive, something some current Pine64 devices support and something I think future Pine64 devices will make more use of.

Open to ideas!


  Firefox bar and content outside screen
Posted by: 112113101098101077 - 03-03-2021, 02:59 AM - Forum: Manjaro on PinePhone - Replies (5)

For those who have isses with the Firefox adress bare as described here:

https://wiki.postmarketos.org/wiki/Phosh...ooks_weird

make shure the mobile-config-firefox package is installed (is in by default)
create a directory ~manjaro/.mozilla/firefox/<profile>/chrome/
copy /etc/mobile-config-firefox/userChrome.css to ~manjaro/.mozilla/firefox/<profile>/chrome/


  Running Windows apps on PBP
Posted by: moonwalkers - 03-03-2021, 12:33 AM - Forum: Pinebook Pro Tutorials - No Replies

Not much of a tutorial, but...
If you're running Debian (or something Debian-based like Ubuntu) running 32-bit Windows applications is pretty easy, though performance obviously is not the best. There is no need for chroot, no complications. Simply...

  • add i386 as a foreign arch (and update APT repositories afterwards):
    Code:
    dpkg --add-architecture i386

  • install the following packages:
    Code:
    wine wine32:i386 qemu-user qemu-user-binfmt

Now, I haven't been able to get Windows binaries execute by installing wine-binfmt the way I've been able to do that on amd64, but simply doing
Code:
wine <app>.exe
works well enough for me, allowing to run some not too resource-hungry applications that don't have suitable Linux replacements like Calculators 3000


  Issue: nf modules not found in kernel?
Posted by: theD0ctor - 03-03-2021, 12:04 AM - Forum: Arch Linux on PinePhone - Replies (5)

I've been trying to get UFW started on Arch arm, but been having issues ufw initiating:

Result from sudo ufw enable

Code:
ERROR: problem running ufw-init
modprobe: FATAL: Module nf_conntrack_ftp not found in directory /lib/modules/5.10.19-1-danctnix
modprobe: FATAL: Module nf_nat_ftp not found in directory /lib/modules/5.10.19-1-danctnix
modprobe: FATAL: Module nf_conntrack_netbios_ns not found in directory /lib/modules/5.10.19-1-danctnix
iptables-restore v1.8.7 (legacy): Couldn't load match 'limit':No such file or directory

Result from uname -r
Code:
5.10.19-1-danctnix

Result from pacman -Q linux
Code:
linux-pine64 5.10.19-1

I ls'd into the module directory and did no see anything related to nf modules.

Things I've tried:
Rebooted many times, power cycled, sudo reboot, etc
Re-installed ufw, iptables, etc
Iptables disabled from systemd

I'm starting to guess that this is not enabled in the kernel? ie. modules aren't configured in the kernel to be enabled?

Any thoughts?


Shocked Is there a RIght and Wrong MicroSD?
Posted by: SpaceLord - 03-02-2021, 09:49 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (4)

Howdy y'all!
Got another question for you lovely folks.  The wiki compatibility list for micro SD cards is pretty empty, so it seems a good thing to ask.
Is there a right or wrong choice? Do all the class's really make a big difference? Are some brands more buggy then others?

I was thinking about picking up a Patriot 128gb x2 pack from amazon. Link: Patriot 128gb MicroSD - Amazon
Any thoughts or recommendations? Id love to hear them Smile


  Mobian Support and bug reporting
Posted by: cybercrypt13 - 03-02-2021, 08:04 PM - Forum: General - Replies (2)

Can anyone point me to a page to learn more about reporting bugs to the Mobian group?  I found their blog but it has very little info on it and so far have found nothing about reporting issues to them.

thanks,