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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,499
» Latest member: miklofnejMoope
» Forum threads: 16,201
» Forum posts: 116,904

Full Statistics

Latest Threads
What's stopping you from ...
Forum: General Discussion of PinePhone Pro
Last Post: biketool
2 hours ago
» Replies: 7
» Views: 469
Pinephone (Pro) Keyboard ...
Forum: PinePhone Accessories
Last Post: zetabeta
9 hours ago
» Replies: 3
» Views: 1,914
keyboard pogo pins part n...
Forum: General Discussion on PineTab
Last Post: starpp
11 hours ago
» Replies: 0
» Views: 103
google will take control ...
Forum: General
Last Post: zetabeta
Yesterday, 03:14 PM
» Replies: 22
» Views: 9,522
Booting Issues
Forum: PineNote Software
Last Post: serenopolveroso
Yesterday, 11:14 AM
» Replies: 19
» Views: 5,241
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: Woazboat
08-23-2025, 02:58 PM
» Replies: 1
» Views: 451
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:23 PM
» Replies: 3
» Views: 2,513
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:19 PM
» Replies: 9
» Views: 1,246
Multiple NEMA 17 stepper ...
Forum: General
Last Post: Harry
08-22-2025, 12:24 AM
» Replies: 0
» Views: 337
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
08-21-2025, 03:11 AM
» Replies: 2
» Views: 487

 
  Changing android build.props
Posted by: krystian - 02-23-2018, 09:33 AM - Forum: Android on Rock64 - Replies (2)

Hello

I would like to use a touch screen I bought off aliexpress, but unfortunately, the input is rotated by 90 degrees. Rotating the image does not solve the issue - input rotates with it.
I have tried changing the build.props rotation to 90, but unfortunately it works just like regular rotation, input rotates as well.

In the android docs, I have found:


Quote:touch.orientationAware
Definition: touch.orientationAware = 0 | 1

Specifies whether the touch device should react to display orientation changes.

If the value is 1, touch positions reported by the touch device are rotated whenever the display orientation changes.

If the value is 0, touch positions reported by the touch device are immune to display orientation changes.

The default value is 1 if the device is a touch screen, 0 otherwise.

Since this is not in the build.props file, I have added this entry on my own, but unfortunately, ROCK64 will not boot after this change

Could anyone point me to some guide or something that could help me (open my eyes) on how to achieve this?

I am using the regular ROCK64 distro, since I have to use it from SDCard (still waiting for my emmc) and ayufan's android will not boot from sdcard for me.

Thank you
Krystian


  Pine64 LTS - DOA
Posted by: harcrow - 02-23-2018, 08:10 AM - Forum: General Discussion on PINE A64-LTS / SOPINE - Replies (8)

Hello -

I recently purchased a Pine64 LTS, but it does not boot.  The green power light comes on, but that is it.  I have two others from the kickstarter campaign, and a third board for a research project.

Any ideas how going about getting as replacement?

Thanks
Harry


  Running debian testing, web video blows :(
Posted by: dougunder - 02-22-2018, 02:52 PM - Forum: Linux on Rock64 - Replies (2)

Hey,

I'm running Debian testing and and using Ayufan's PPA (kernel, video driver, gstreamer plug-in, mpp etc)
My desktop performs alright (Bugdie) Firefox Quantum is alright (firefox-esd is a dog)

Video's play ok via Parole (gstreamer) but web video (youtube el at) is unusable.

Is the video driver really this crappy or do I have something amiss?


  ADB support
Posted by: krystian - 02-22-2018, 12:39 PM - Forum: Android on Rock64 - Replies (6)

Hello

First off, I wanted to say that I've tried searching for other threads, but ADB is not a good keyword on the boards (min. 4 characters...) and google didn't really bring up anything.

I have to use ADB (preferrably over network) to debug my apps on the Rock64.
I have tried seraching for it but nada, can't call ADB using terminal, I assume it's just not there.

Is there any way I could get it installed?
I am using the latest Android 7.1 stock booted from SD card.
Without it, I'm actually lost. I can't profile nor debug my apps, and I can see some sluggish mp4 playback, and I don't know why.

It's not only for that, android development without ADB is barely possible.

Thank you 
Krystian


  Youtube TV experience/ screen resolution issues
Posted by: gubaguba - 02-22-2018, 09:12 AM - Forum: Android on Pine A64(+) - No Replies

Hi Guys,

Running Pine 64 2GB as streaming device mostly. Have 6.1 Android version installed and it has been pretty stable. Kodi runs nicely for the most part though sometime craps out and I need a reboot. Been able to stream from other apps as well without much trouble, ESPN etc.

So today I downloaded Youtube TV. Streams ok though seem to get a glitch about every 11 seconds like a paused frame. Big problem though is for some reason it doesn't fit the screen, app extends off the screen and its impossible to navigate. Overall was really disappointed with youtube tv as other streaming apps seem much better. Wondering what others have experienced.


  How do you improver your website performance?
Posted by: nilesh7 - 02-21-2018, 08:39 PM - Forum: General - Replies (1)

Guys,

Sorry for my off topic here. I need your help for one of my website issue. I have a new website based on clipart. Now I would like to increase website performance. What do you do to increase your website performance? Any suggestion is highly appreciate.

Thanks in advance.


  IR remote for rock64
Posted by: Nelly - 02-21-2018, 03:52 PM - Forum: Rock64 Hardware and Accessories - Replies (3)

Hello does this remote from store work with rock64? Thanks. 

https://www.pine64.org/?product=pine64-b...dia-remote


  Docker-CE on a Pine64
Posted by: amarbl - 02-21-2018, 06:23 AM - Forum: General Discussion on ROCK64 - Replies (3)

Hello, this is my first post on this forum and I have quite a perplexing problem. I’m trying to get Docker installed on my Pine64. The Pine is running Ubuntu Base 16.04.2 Xenial with everything up to date.

I did these commands:

$ sudo apt-get install 
apt-transport-https 
ca-certificates 
curl 
software-properties-common

$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg1 | sudo apt-key add -

$ sudo apt-key fingerprint 0EBFCD88

$ sudo add-apt-repository 
“deb [arch=amd64] https://download.docker.com/linux/ubuntu4 
$(lsb_release -cs) 
stable”

$ sudo apt-get update

I had no error up until this point. Then I had to install Docker-CE

sudo apt-get install docker-ce

This is where I get the error (ubuntu unable to locate package). I’ve turned the internet upside down trying to find an answer but no luck. Hope someone can help a noob in need. Cheers


  SOC getting very hot; no boot.
Posted by: dtkenmo - 02-20-2018, 04:31 PM - Forum: Rock64 Hardware and Accessories - Replies (1)

Hi all:

My employer ordered several Rock64 units for possible app development. One of these that I have been working with has developed a heat problem with the SOC (Rockchip). It was getting too hot to touch under idle conditions, so I mounted a heatsink to the chip but it still got super hot. Then it stopped booting and is now dead. Anyone have any idea what may have caused this? I used the standard PSU that came with it (puts out 5.1 v.). I had no hardware connections to it other than HDMI & USB. So I replaced it with one of the working units (which does not get more than warm to the touch running our app) and have had no problems with that unit.  I'm wondering if maybe the supply regulator for the SOC had shorted internally.


  Flashing problems USB -> eMMC adaptor
Posted by: pinerock - 02-20-2018, 02:19 PM - Forum: Android on Rock64 - Replies (3)

Hello community,

I have problems with USB -> eMMC adaptor flashing.

I tryed the rooted regular Android stock image.
Android do not load, I wait more than 30min. no devices attached to the board.
Android regular from ayufan, the same, doesn't load.

I tryed Etcher and discimager, nothing.

Libreelec by Raybuntu Leia 23 works, the image boot well.
The android TV by ayufan works fine.
That means I don´t make too many mistakes with flashing.

Connect the eMMC to the adaptor,
plug in windows pc,
start Etcher or discimager,
flash.
safe unmount,
put it on the rock64,
power,
wait.

Is that the right way ?!??

But I´m looking for a rooted regular version!!
Where is the problem??
Why the regular versions doesn´t work?

Hope someone can help.

Thanks a lot,
pinerock