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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,114
» Latest member: farukvaiking1234
» Forum threads: 16,363
» Forum posts: 117,536

Full Statistics

Latest Threads
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
Yesterday, 07:01 PM
» Replies: 12
» Views: 38,473
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
Yesterday, 04:47 PM
» Replies: 16
» Views: 11,034
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
Yesterday, 07:28 AM
» Replies: 0
» Views: 58
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 207
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 111
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,059
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 280
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 158
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,618
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,230

 
  Error! Android Rockchip tools method
Posted by: BowerR64 - 09-18-2020, 08:12 PM - Forum: Android on Rock64 - No Replies

Couple of weeks ago a seller on Amazon had a bunch of the Rock64 board kits for $7.99 (SBC board, supply case and SD card) i got 4 of em and ive been trying all of the files in the downloads section.

I ran into an issue with one called "Android 9.0 Stock Image [eMMC Boot] using ROCKChip tools method [20190617]" 

The directions says to use the "android tool" put the board into maskrom mode with the jumper then when the tool sees the board pull the jumper off, then flash it. I kept having issues with errors when it went to "check" if the flash was ok it would error out. Then by accedent i downloaded a different version of the tool "2.65" and it actually worked i was trying different eMMc modules, differnt cables, i even thought maybe it was the USB3 and tried USB 2 then by accedent i tried the 2.65 and it worked.

The instructions give a link for version 2.38 and i tried and tried that version with no luck then by accedent i tried the 2.65 because i already had it on my PC from another device and i didnt know it was a different version


  Where to find a PDF viewer (and other software) compatible with aarch64?
Posted by: mjc - 09-18-2020, 07:55 PM - Forum: Linux on Pinebook Pro - Replies (8)

I just tried and failed to install foxitreader. Is there anything available?

Also, I get the impression I'm going to have to post on the forum like this for most pieces of software. I was pleased to find https://privacyshark.zero-credibility.net/# earlier as a source of compatible VOIP software. Are there similar places to go for other aarch64 Linux software?


  Selling PineTab
Posted by: Superfroggman - 09-18-2020, 06:13 PM - Forum: General Discussion on PineTab - Replies (2)

Hello!
This is my first post here so please tell me if I'm breaking any rules.

I bought a PineTab and tried it out for a bit but felt like it wasn't quite for me. I feel like it will be in better use with someone else.

Price ~ 120$ + shipping.
I threw away the original box but everything else is included.
Shipping from Sweden, so I would prefer the buyer to be from Europe.

I think my account is too young to allow private messages so please reply here instead, as I made it to post this post.


  location tracking
Posted by: ergo owl - 09-18-2020, 06:04 PM - Forum: Mobian on PinePhone - Replies (39)

"Location services turned off - No applications can obtain local information"

Thats what it says on my phone under privacy settings yet, here I sit looking at the pre-installed Maps application showing my position on the map with a 100 meter accuracy.

Whats up with that?


  Software apps not supported
Posted by: HLing - 09-18-2020, 05:41 PM - Forum: Mobian on PinePhone - Replies (1)

Do I have to have Flatpak in order for the Gnome apps to work on my Pine Phone? For some reason, just about all of the APPS  i have tried to install either don't install, is unsupported, or doesn't do anything when I launch it. (Definitely, without FLatpak nothing seems supported)

I was just looking for something to play videos.  Within Firefox ESR the videos play great, but do play the video I shot with the camera I could not find anything. Thanks!


  video connector
Posted by: brentashley - 09-18-2020, 05:36 PM - Forum: PineTab Hardware - Replies (3)

The Pine64 site's PineTab page specifications say that the video port is microHDMI.  Looks to me like a miniHDMI connector (I have a microHDMI cable and it does not fit).  Before I go and buy another cable and it's wrong, can someone confirm exactly what connection I should get?


  Programming
Posted by: AppDeveloper - 09-18-2020, 05:21 PM - Forum: General Discussion on PinePhone - Replies (1)

1) How should I access the camera from my program? Is the camera V4L-compatible, requiring C-level programming? Or can I access it with higher level languages like Java?

2) On a related note, how should the hardware be accessed in general? Is everything accessed through the kernel API's, or are there higher level API's?


  Let's talk about safety of Pinephone
Posted by: megous - 09-18-2020, 04:43 PM - Forum: General Discussion on PinePhone - Replies (34)

https://xnux.eu/log/#017


  USB Device Mode
Posted by: R0b0t1 - 09-18-2020, 12:12 PM - Forum: General Discussion on ROCKPRO64 - Replies (3)

I've a kernel build with DWC2/3 drivers and dual-role support enabled. I'm unable to see any devices in /sys/class/udc. Is there anyone who has worked on this? As I understand I need:

CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_DUAL_ROLE=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y
CONFIG_USB_ETH=y


I see two controllers:
# ls /sys/bus/platform/drivers/dwc3
bind  fe800000.usb  fe900000.usb  module  uevent  unbind

I'm not able to get any more information by inspecting that filesystem. For my config, I have:
# cat .config | grep USB_DWC3
CONFIG_USB_DWC3=m
# CONFIG_USB_DWC3_ULPI is not set
# CONFIG_USB_DWC3_HOST is not set
# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_DUAL_ROLE=y
CONFIG_USB_DWC3_HAPS=m
CONFIG_USB_DWC3_MESON_G12A=m
CONFIG_USB_DWC3_OF_SIMPLE=m


# cat .config | grep USB_GADGET
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
# CONFIG_USB_GADGET_XILINX is not set
CONFIG_USB_GADGETFS=m


# cat .config | grep USB_CONFIGFS
CONFIG_USB_CONFIGFS=m
CONFIG_USB_CONFIGFS_SERIAL=y
CONFIG_USB_CONFIGFS_ACM=y
CONFIG_USB_CONFIGFS_OBEX=y
CONFIG_USB_CONFIGFS_NCM=y
CONFIG_USB_CONFIGFS_ECM=y
CONFIG_USB_CONFIGFS_ECM_SUBSET=y
CONFIG_USB_CONFIGFS_RNDIS=y
CONFIG_USB_CONFIGFS_EEM=y
# CONFIG_USB_CONFIGFS_PHONET is not set
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
CONFIG_USB_CONFIGFS_F_LB_SS=y
CONFIG_USB_CONFIGFS_F_FS=y
CONFIG_USB_CONFIGFS_F_UAC1=y
# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set
CONFIG_USB_CONFIGFS_F_UAC2=y
CONFIG_USB_CONFIGFS_F_MIDI=y
CONFIG_USB_CONFIGFS_F_HID=y
CONFIG_USB_CONFIGFS_F_UVC=y
CONFIG_USB_CONFIGFS_F_PRINTER=y


  Don't know password -- Community Edition pmOS
Posted by: Linuxnub - 09-18-2020, 11:27 AM - Forum: PinePhone Software - No Replies

Hi everyone,

I received my pinephone a while ago however I didn't really have time to fiddle around with it.  I set a password for pmOS but I can't seem to remember it, or maybe I mistakenly touched a different number during password creation.

I bought a 128gb SD card from sandisk, flashed the pureOS image onto the SD using balena etcher ( I also tried with Mobian), but I cannot format the phone to factory settings. I cannot get past the lockscreen, I've seen posts where people have said to chroot, but I don't know how and I don't need any information that is on the phone. I just want to erase the old OS completely and make a new password for pureOS. There's a reset button behind the phone, but it does nothing.

During launch it says "PureOS for Pinephone" but...

As of right now, I am just stuck on the lockscreen of the phone.

Thanks!