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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,205
» Latest member: Karen68
» Forum threads: 16,384
» Forum posts: 117,596

Full Statistics

Latest Threads
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
11 hours ago
» Replies: 0
» Views: 28
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 66
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,381
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,775
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 127
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 193
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,630
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 395
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,042
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 175

 
  Pinephone OS Backups (System Images)
Posted by: ThrillGates - 09-08-2020, 03:59 PM - Forum: PinePhone Software - Replies (6)

Because I find the "need" to flash new OS images to SD cards and the eMMC of the phone, there is an equal need to backup these images. I think that we would all like to save ourselves the trouble of reconfiguring from scratch if it can be avoided. I've found some Windows desktop applications to accomplish this task, and each has its strengths and weaknesses. Connect SD card directly to PC or use Jumpdrive for eMMC. I will continue to update with new tools as necessary.

After some testing, I have to recommend Win32DiskImager as the best overall product for backups, assuming you have the storage space for it.

Win32DiskImager

  • Best overall product. Simple UI with fastest transfer speeds.
  • Strength: Saves images in standard .img format.
  • Weakness: Direct copy results in images being the same size as the drive, which in this case is 30 times as large as Aomei.
  • Note: The partitions will be listed as separate drives, but it will read and save the entire drive if you pick one of them. I pick the first one to be safe.
  • Bonus: Balena Etcher can fail when writing to eMMC from a Windows PC and using Win32DiskImager resolves this issue.

Aomei Backupper
  • Best for systems with limited storage.
  • Strength: Intelligent sector copy only saves info for blocks that have data written to them and also features compression. Mobian on a 64GB sd card takes up less than 2GB as an image.
  • Weakness: Saves images in proprietary .adi format and need paid option for functionality


Passmark ImageUSB
  • Best for people afraid of CLIs. It's a slower Win32DiskImager with a prettier UI and some extra features.


  My Daily QA - 2020-09-08
Posted by: plainenough - 09-08-2020, 03:58 PM - Forum: UBPorts on PinePhone - No Replies

Be aware, these tests are being executed using an out-of-box testing methodology. All tests are preformed with minimal interaction/setup of devices outside of: OS imaging/updating, SIM installation, Wifi Configuration, and Power Cycling the devices.

Results: ubports/2020-09-08-TMobile

Conclusion: This OS is not ready for the device to become a daily driver.

Notes: Still open to the idea that the camera button is to reverse the image not switch to the 'selfie camera' if anyone can confirm either way I would appreciate it. Failed 4G outbound call still an issue; the failed call no longer kills audio on all other calls. Other issues still persist. Boot time was good. Still an issue with lock mode.

Issues:
Unable to send 3G SMS Since Dev-158
4G outbound calls broken.
Phone gets stuck in a weird lock state when spamming power button.


  TIP: Removing protective film from Touchpad
Posted by: nomasteryoda - 09-08-2020, 03:56 PM - Forum: Linux on Pinebook Pro - Replies (6)

If any of you Pinebook Pro new users want to know how to get the slick film off your touchpad, just take a bit of strong tape such as Duct-tape and apply to the middle of the touchpad.
Like magic, the film is removed.

You're welcome.


  Keyboard issues?
Posted by: hedlund - 09-08-2020, 01:53 PM - Forum: General Discussion on PineTab - Replies (4)

I received my Pinetab today and I'm looking forward to playing around with it. However, when connecting the keyboard it just flashes for a couple of cycles, and then seems completely dead. No backlight, and neither keys nor trackpad works. Am I missing something that I need to do to get it working, or is it simply DOA?


  manjaro pacman desktop?
Posted by: jcarty - 09-08-2020, 01:35 PM - Forum: General Discussion on Pinebook Pro - Replies (2)

Hello,

just received my pinebook. Trying some things with setting it up at the moment and I was wondering is there a desktop or alterative ui for pacman?


  HackRF on Pine64...
Posted by: mh4it - 09-08-2020, 01:12 PM - Forum: PostmarketOS on PinePhone - No Replies

Cant really find any information about HackRF on Alpine online.

Shooting for this first..
https://github.com/pavsa/hackrf-spectrum-analyzer

Does anyone have information about getting HackRF running?
I have found alternative APK equivalent packages for LibUSB, FFTW, and default-jdk.

Linux:

  1. To run, ensure these packages are installed (exact name depends on distro):

    libusb-1.0 libfftw3 default-jdk
  2. Newer openjdk might work also, not tested. On Ubuntu 18.04:

    sudo apt install libusb-1.0 libfftw3-bin default-jdk
  3. Follow the HackRF USB permissions setup - you have to add rules to udev to allow hackrf library to open the HackRF USB device, it does not work by default.
  4.   --> "(The following things have been tested on Ubuntu and Gentoo and may need to be adapted to other Linux distributions. In particular, your distro may have a group named something other than plugdev for this purpose.)
    To do that, you need to create a new rules file in the
    Code:
    /etc/udev/rules.d
  5. folder. I called mine
    Code:
    52-hackrf.rules
  6. . Here is the content:
    Code:
    ATTR{idVendor}=="1d50", ATTR{idProduct}=="604b", SYMLINK+="hackrf-jawbreaker-%k", MODE="660", GROUP="plugdev"
    ATTR{idVendor}=="1d50", ATTR{idProduct}=="6089", SYMLINK+="hackrf-one-%k", MODE="660", GROUP="plugdev"
    ATTR{idVendor}=="1fc9", ATTR{idProduct}=="000c", SYMLINK+="hackrf-dfu-%k", MODE="660", GROUP="plugdev"
  7. "
"



See Also: https://github.com/mossmann/hackrf


  nvme drive disappears after about an hour of uptime
Posted by: codebreaker - 09-08-2020, 12:58 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (24)

About a month ago I installed an intel 660p 2280 2tb nvme drive using the adapter available on the pine64 store. It has worked great and I even moved my home directory to it. Two days ago the drive disappeared which caused manjaro to kick me to a login screen which would not allow me to login. Rebooting put me into a command prompt saying home folder wasn't available. I thought it might be the ribbon cable so I re-seated it and rebooted, and the drive was back. But an hour later it disappeared again. This cycle repeated many more times, with me thinking the ribbon cable and connectors were the problem, and constantly re-seating the cable. I have a second nvme adapter, so I swapped it, and I get the same behavior. I also happened to have received another 660p for another project, so I swapped it in, to confirm that the issue was not with the drive, and yes, the drive is fine because the same behavior occurs with the new drive.

The nvme drive ran fine for about a month, but now I can't go beyond about an hour without it disappearing from the system. Perhaps the issue may be related to heat, since if I immediately reboot after the drive disappears, no drive but if I wait a while, the drive appears normally.

Any help or insights are greatly appreciated. Thanks.


  Can't find "sudo gedit" alternative
Posted by: mh4it - 09-08-2020, 12:50 PM - Forum: PostmarketOS on PinePhone - Replies (3)

How can I edit a admin text file with Phosh?  Cant seem to find how to edit a file as root.


  Trackpad/Mouse & Camera Problem
Posted by: BassUK - 09-08-2020, 11:56 AM - Forum: PineTab Hardware - Replies (5)

Hi Folks

Just wondering if anyone is having track pad problems

My track pad does not travel from corner to corner it only covers around 3/5th of the screen - I have connected a usb mouse but it is still the same and have tried connecting a blue-tooth mouse but no joy in getting it synced up, I have updated the system

The cameras are not working not that I am bothered but just adding it to the blurb in case someone has the same problem are it is connected

Many Thanks


  Horrible energy consume on Pinephone/UB-Touch
Posted by: firefox-58 - 09-08-2020, 11:34 AM - Forum: UBPorts on PinePhone - Replies (9)

Whilst UB-Touch being a reliable and well running OS the energy consumption is horrible!

Fully reloaded to 100%, phone lies on my office desk, Wlan is strong and 4G also strong here  ---> after 7 hours of NO USE battery is empty. After normal use with 2-3 calls and 2 times checking mail battery is empty in maximaum 2-3 hours.

Horrible, only usable ATM with a big powerbank in Your pockets or a always connected charger in the office.

Are there any changes planned for this in the future ?