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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,546
» Latest member: IsaiHuels
» Forum threads: 16,209
» Forum posts: 116,954

Full Statistics

Latest Threads
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
Yesterday, 06:41 AM
» Replies: 0
» Views: 370
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
09-09-2025, 04:14 AM
» Replies: 7
» Views: 6,891
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 2,104
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:51 PM
» Replies: 4
» Views: 4,081
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 1,929
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
09-08-2025, 09:26 AM
» Replies: 2
» Views: 2,186
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 3,288
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 2,418
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 10,283
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 4,630

 
Photo how to build Stock Android Oreo 8.1 from source code for rock64?
Posted by: frankwz - 11-26-2018, 03:35 AM - Forum: Android on Rock64 - Replies (4)

i build the Android source 8.1,but not succcess boot from sd card,anybody know why ??
i just want to run the sdcard boot image for rock64 board by build it myself by http://files.pine64.org/os/sdk/ROCK64/RO...8.1.tar.gz source code.
rock64 img from (http://wiki.pine64.org/index.php/ROCK64_...d_8.x_eMMC) this is ok,
but why myself build is not work

any guy know why?
how  should i do , or change something?

I have a rock64  board(mem  1g),and i have download the ROCK64 Android Oreo ver8.1 SDK from link http://files.pine64.org/os/sdk/ROCK64/RO...8.1.tar.gz.
i have setup the android build environment for ubuntu16.04.1 LTS desktop,and build the source success
source build.sh

and i get the image in rockdev/Image-rk3328_box
vps@ubuntu:~/rk3328v81_box$ uname -r
4.15.0-39-generic
vps@ubuntu:~/rk3328v81_box$ uname -a
Linux ubuntu 4.15.0-39-generic #42~16.04.1-Ubuntu SMP Wed Oct 24 17:09:54 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
vps@ubuntu:~/rk3328v81_box$ ls -al rockdev/Image-rk3328_box/
total 2727264
drwxrwxr-x 2 vps vps       4096 Nov 23 07:49 .
drwxrwxr-x 3 vps vps       4096 Nov 23 07:47 ..
-rwxrwxr-x 1 vps vps    1048576 May 15  2018 baseparameter.img
-rw-rw-r-- 1 vps vps    1491516 Nov 23 07:47 boot.img
-rw-rw-r-- 1 vps vps   18970644 Nov 23 02:44 kernel.img
-rw-rw-r-- 1 vps vps     162126 Nov 23 02:31 MiniLoaderAll.bin
-rwxrwxr-x 1 vps vps      49152 May 15  2018 misc.img
-rw-rw-r-- 1 vps vps     168060 Nov 23 07:49 oem.img
-rwxrwxr-x 1 vps vps        981 May 15  2018 parameter.txt
-rw-rw-r-- 1 vps vps      49152 May 15  2018 pcba_small_misc.img
-rw-rw-r-- 1 vps vps      49152 May 15  2018 pcba_whole_misc.img
-rw-rw-r-- 1 vps vps    9260688 Nov 23 07:47 recovery.img
-rw-rw-r-- 1 vps vps      95232 Nov 23 02:50 resource.img
-rw-rw-r-- 1 vps vps 1201701108 Nov 23 07:48 system.img
-rw-rw-r-- 1 vps vps    4194304 Nov 23 02:31 trust.img
-rw-rw-r-- 1 vps vps    4194304 Nov 23 02:31 uboot.img
-rw-rw-r-- 1 vps vps 1396378072 Nov 23 07:49 update.img
-rw-rw-r-- 1 vps vps  154861692 Nov 23 07:49 vendor.img

but when i flash the update.img to sd card,
Win32DiskImager or SD_Firmware_Tool.

the board could note boot success!
[Image: rock64.jpg]


Question Will the next BTO batch include 1080p screens?
Posted by: heywire - 11-25-2018, 03:49 PM - Forum: Pinebook Hardware and Accessories - Replies (1)

Hi,

I am very interested in an ARM based laptop that I can tinker with (bare metal, osdev, etc). However, my primary machines use a 4K and 3200x1800 display, so going back to 1366x768 would be quite painful. 

Is the next batch of 11” Pinebooks expected to have the 1080p screens?


  Trackpad research
Posted by: bbraun - 11-25-2018, 03:00 PM - Forum: Pinebook Hardware and Accessories - No Replies

I have been trying to understand the trackpad in the pinebook, and this is an attempt to document what I've observed.
The wiki has a link to a trackpad datasheet.
I've setup wireshark's USB capture and attempted to replicate the gestures in the datasheet to understand what's going on.

First, there the USB descriptor.  The trackpad identifies its self as a USB mouse consisting of 5 buttons and 4 axes.  That's a 5 byte USB HID report consisting of 1 byte of buttons, and 1 byte each of X, Y, Z, and W axes.
Button 1 ("left click") can be activated by single tap or depressing the bottom left corner (there's a physical switch).
Button 2 ("right click") can be activated by double tap or depressing the bottom right corner (again, physical switch).
X and Y axes are the usual single finger drag in X and/or Y axis of the trackpad.
Z axis is two-finger drag up or down.
W axis is two-finger drag left or right.

Pinch-zoom is an interesting case because it first generates a keyboard event of the left control button being depressed, followed by + or - Z axis mouse events, ending with a left control button up keyboard event.

3 and 4 finger taps generate a null mouse report (a report is generated with all buttons up, no movement on any axis).  Given the datasheet and the zoom behavior, I would have expected these to generate a keyboard report.  IMO, it would be nice if these were buttons 3 and 4.
3 finger drag appears to report the same as 1 finger drag (X and Y axes reported).  Given the datasheet, I would have expected these to generate combination keyboard/mouse events as well.

The trackpad does not appear to ever report both buttons being down simultaneously.  A button 1 down, button 2 down, should generate a usb report with both buttons down, then button up events as each is released.  However, that does not seem to be the case.  This seems to make 2 button emulation of a 3rd button not work.  This seems like a bug.

Despite the USB descriptor reporting 5 buttons, I could only ever activate 2.


  Netflix on Pinebook
Posted by: podcastlinux - 11-25-2018, 10:12 AM - Forum: Linux on Pinebook - Replies (2)

Hi everybody.
I try to watch Netflix on Firefox or Chromium in Kde Neon but not work.
Netflix Code error: F701-1003
Is it DRM issue?
Can we fix it?
Thanks!!!
Sorry my english.


  Install Telegram Desktop in KDE Neon
Posted by: podcastlinux - 11-25-2018, 09:01 AM - Forum: Ubuntu - Replies (2)

Hi everybody.
I try todo install Telegram Desktop un Kdeneon.
But not work. Dependecie errors.
Is It posible fixing.
Sorry my enghish.


  Is it possible to run x86 binaries on Pinebook via QEMU user space emulation?
Posted by: UltraBloxX - 11-25-2018, 08:31 AM - Forum: General Discussion on Pinebook - Replies (6)

QEMU has an interesting mode, where it can emulate only machine instructions of usermode binaries and not an entire machine with own kernel. This should allow transparent execution of x86 binaries in theory. Has anyone tried this with a Pinebook? And if yes, what's the performance like.

https://ownyourbits.com/2018/06/13/trans...nfmt_misc/


  Lid switch not working
Posted by: jschall - 11-25-2018, 07:11 AM - Forum: General Discussion on Pinebook - Replies (9)

New 1080p Pinebook, running Q4OS/TDE from the EMMC. Logged in as administrator.

When I close the lid (without logging out) nothing happens. The display stays on, and eventually the screensaver starts.

How can I test to see if the lid switch is actually working?


  Is my board dead? (again)
Posted by: duckkcud - 11-25-2018, 07:11 AM - Forum: General Discussion on ROCKPRO64 - Replies (8)

Running 7.1.2 Android for the past two days.

Woke up this morning and it was off.

Unplugged it, plugged it back in.

The only light I see is by the power barrel. It's not steady. Sometimes it's solid for a little bit, sometimes it flickers.


Exclamation OMV over Ubuntu 18.04 LXDE Desktop
Posted by: Neo2018 - 11-25-2018, 06:57 AM - Forum: General Discussion on ROCKPRO64 - Replies (11)

Hello members.
My question: Is it possible to install OMV in addition to Ubuntu 18.04 LXDE Desktop?
So, for example, all programs like can use ---> (etc Scratch, tungsten, LibreOffice, web browser ....). And beside it OMV !?

I use a Raspberry Pi 3B + / Raspbian Stretch with desktop / Debian. It works without problems !!!

Is this synonymous with RockPRO64 / Ubuntu 18.04 Bionic LXDE Desktop aarch64 [microSD / eMMC Boot] [0.7.9] ???


[Image: 2NvnH.jpg] xrdp Remote Desktop. That's the way it should be.


I used this: Install OMV3 on Debian for Raspbian. Does this work with RockPro64?

Please help!


  Installer does not work for me
Posted by: Tofu - 11-25-2018, 12:59 AM - Forum: General Discussion on Pinebook - Replies (4)

   
Hello,

I read the thread here:
https://forum.pine64.org/showthread.php?tid=4661

downloaded installer and tried to flash my 128 gb micro sd card ( sandisk class 10)
 I get an error every time i try to  flash anything to the sd card

I wanted to try something like q4os or android as some websites take a while to load on kde neon.

I am using the windows installer and running windows 8.1 pro 64 bit

My pinebook is a 11.6'' 1080p version

as a side note how can i get hdmi to work on kde neon? It doesn't seem to work