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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,671
» Latest member: Maryam6778
» Forum threads: 16,247
» Forum posts: 117,152

Full Statistics

Latest Threads
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
27 minutes ago
» Replies: 0
» Views: 7
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:56 PM
» Replies: 3
» Views: 109
Pinebook Pro for sale
Forum: General Discussion on Pinebook Pro
Last Post: rfm83
Yesterday, 09:22 AM
» Replies: 0
» Views: 58
What is wrong with the Mo...
Forum: General Discussion on PinePhone
Last Post: Mahgue
Yesterday, 05:13 AM
» Replies: 0
» Views: 47
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
11-07-2025, 01:12 PM
» Replies: 12
» Views: 5,824
Wake up Call
Forum: General Discussion on PinePhone
Last Post: biketool
11-06-2025, 06:18 AM
» Replies: 6
» Views: 371
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
11-05-2025, 11:17 PM
» Replies: 0
» Views: 76
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-05-2025, 02:25 AM
» Replies: 0
» Views: 118
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,762
kivy app keeping focus wh...
Forum: Mobian on PinePhone
Last Post: Kevin Kofler
11-04-2025, 08:37 PM
» Replies: 1
» Views: 116

 
  Best Video Player for Android
Posted by: wappi - 11-27-2016, 12:49 PM - Forum: Android on Pine A64(+) - No Replies

I am not 100% sure if question was already raised.  What video player do you use with Android?  Kodi is working well and the video player from 5.1.1 releases is also okay. Any other player?

With MX player I do not have sound...


  Android 6.0 Tablet and TV (release candidate, maintained)
Posted by: ayufan - 11-26-2016, 03:15 AM - Forum: Android on Pine A64(+) - Replies (228)

Based on my work for Android 7.0 (http://forum.pine64.org/showthread.php?tid=2136) I did downgrade to 6.0.

Download: https://github.com/ayufan-pine64/android-6.0/releases

It takes about 10 minutes for first boot to finish.

Report all issues here: https://github.com/ayufan-pine64/android-6.0/issues

What does work?

It seems to work nicely and be more responsive then 7.0 build.

Widevine DRM L3 does work, so you should be able to use Netflix.

It also allows you to update SuperSU binary, so rooting is OK too.

What does not?

- So far it seems to be OK.

This is alpha build, so do not complain Smile

If something doesn't work:
- try to see logs (adb logcat, adb shell dmesg),
- try to compile and fix it by yourself,
- when you find solution create a Pull Request for one of this repositories: https://github.com/ayufan-pine64/

How to compile?

https://github.com/ayufan-pine64/local_m...arshmallow

You can also see my Jenkins compilation script:
https://github.com/ayufan-pine64/android...enkinsfile

Download:

https://github.com/ayufan-pine64/android-6.0/releases

Install:

The builds are designed to be used with Pine A64 1GB or 2GB on at least 4GB sdcard.

Use Etcher to write images: https://www.etcher.io/

The build automatically resize data partition on first boot to use sdcard space.

LCD:

To enable LCD, edit uEnv.txt from BOOT partition and uncomment:

Code:
pine64_lcd=on

HDMI resolution:

Edit uEnv.txt and select one. You can find all supported in uEnv.txt:

Code:
disp_mode=1080p60

Ethernet speed:

Edit uEnv.txt and select desired speed, by default it uses auto-negotiation.
For example to limit to 100Mbps:

Code:
eth0_speed=100

Google Apps:

Android Regular and TV already has Google Apps installed.


  About the SoPine A64 and the Pinebook
Posted by: Terra854 - 11-25-2016, 10:59 AM - Forum: General Discussion on PINE A64(+) - Replies (29)

Just noticed that there are two new products stated in the Pine64 website, the SoPine A64 and the Pinebook.

Is there any information on when will these products be available for purchase?


Information LCD Technical Documentation
Posted by: pfeerick - 11-24-2016, 09:47 PM - Forum: LCD and Touch Panel - Replies (9)

For anyone fiddling with the LCD display, this is where the technical documentation will be sticked / bookmarked as it collected for reference. Please feel free to point out any good sources of information and I'll add them to this main post when I get time.


From the pine64 wiki:


Elsewhere:


  VESA 100 Arm mounts
Posted by: rickseiden - 11-24-2016, 03:36 PM - Forum: Enclosures - Replies (11)

I designed a very simple system of mounting a Pine64 to the back of my monitor with four little arms.  You attach one arm to each corner of the Pine64, then each arm goes to a VESA 100 hole.  It takes less than 10 minutes to print, and less that 5 minutes or so to mount.

http://www.thingiverse.com/thing:1915430



Attached Files Thumbnail(s)
           

  Android 7.1 Tablet and TV (alpha, proposal)
Posted by: ayufan - 11-23-2016, 04:58 PM - Forum: Android on Pine A64(+) - Replies (50)

Based on my work for Android 7.0 (http://forum.pine64.org/showthread.php?tid=2136) I did bump the version to 7.1.

Here's the video: https://goo.gl/photos/1XKM9eGS3vDPFef17

Download: https://github.com/ayufan-pine64/android-7.1/releases

Report all issues here: https://github.com/ayufan-pine64/android-7.1/issues

N.B. Do not update SudoSu - it breaks the installation

What does work?

I see that some things do work, but I didn't really test that.
I did only apply changes of 7.1, compile and do two test runs.

I believe that this build is very similar to 7.0 and has the same limitations.

What does not?

- Definitely not Widevine DRM. So no Netflix.

This is alpha build, so do not complain Smile

If something doesn't work:
- try to see logs (adb logcat, adb shell dmesg),
- try to compile and fix it by yourself,
- when you find solution create a Pull Request for one of this repositories: https://github.com/ayufan-pine64/

How to compile?

https://github.com/ayufan-pine64/local_m...nougat-7.1

You can also see my Jenkins compilation script:
https://github.com/ayufan-pine64/android...enkinsfile

Download:

https://github.com/ayufan-pine64/android-7.1/releases

Install:

The builds are designed to be used with Pine A64 1GB or 2GB on at least 4GB sdcard.

Use Etcher to write images: https://www.etcher.io/

The build automatically resize data partition on first boot to use sdcard space.

LCD:

To enable LCD, edit uEnv.txt from BOOT partition and uncomment:

Code:
pine64_lcd=on

HDMI resolution:

Edit uEnv.txt and select one. You can find all supported in uEnv.txt:

Code:
disp_mode=1080p60

Ethernet speed:

Edit uEnv.txt and select desired speed, by default it uses auto-negotation.
For example to limit to 100Mbps:

Code:
eth0_speed=100

Google Apps:

Android Regular and TV already has Google Apps installed.


  Lcd panel's pixels are not square
Posted by: bokeer - 11-22-2016, 08:08 PM - Forum: LCD and Touch Panel - No Replies

the official lcd panel  is 1024*600  with active area 154.21mm*58.92mm , (1024/600)/(154.21/85.92)=0.95089    Sad Pixels are not square 。 what can i do to solve it or anyon3 else has connected other lcd panel to the dsi port  ,i found a lcd panel 7'' 1280*800  152.72mm*94.2mm is there any possible to  connect the lcd to the dsi port



Attached Files
.pdf   MTF070ICN-PB1-SPEC.pdf (Size: 1 MB / Downloads: 590)

  bluetooth low energy
Posted by: dworkin - 11-22-2016, 05:19 AM - Forum: POT modules - Replies (1)

Hello,
I try to emulate a Beacon balise with the Pine64 (I currently use Android 5.1), but that seem to doesn't work.
Does someone has successfully use the Pine64 to emulate a beacon on Android or Another system?
Regards
Dworkin


  Vysor on Pine64
Posted by: Charles - 11-21-2016, 10:10 PM - Forum: Android on Pine A64(+) - Replies (1)

Hi All,

Does anyone try Vysor(Chrome's extension) on Pine64? Vysor can operate Android UI functions on the laptop remotely, but it requests adb connection via USB port. If you don't have LCD or TV on hand, this utility should be grate for developing.

Charles


  Ethernet connection issues
Posted by: jpnh - 11-21-2016, 09:05 PM - Forum: Ubuntu - Replies (2)

I ordered two Pine64s and am connecting them via Ethernet to the same router. Using the Ubuntu Xenial base image. I worked through an issue where both cards had the exact same MAC address by doing the following:

- edited /etc/network/interfaces.d/eth0:

Code:
iface eth0 inet dhcp
 hwaddress ether 00:00:00:00:00:00

For 00:00...00:00 I put a custom mac address. I then rebooted the Pine. This exact process seemed to work for one Pine board, but not the other. It's strange because for the second Pine board, I can connect fine using the default mac address, but once I change the address by editing the interface file and reboot, the ethernet fails to connect (I get no lights period from the ethernet port).

Can anyone explain to me what might be the issue? Since I am flashing both pines with the same image and executing the same steps, I can only assume there is some hardware issue that I am encountering.