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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,632
» Latest member: inzhenerna_dwEr
» Forum threads: 16,229
» Forum posts: 117,074

Full Statistics

Latest Threads
Pinetab-V boot rescue
Forum: General Discussion on PineTab
Last Post: anoduck
4 hours ago
» Replies: 1
» Views: 38
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
6 hours ago
» Replies: 75
» Views: 39,103
trixie update poll questi...
Forum: Mobian on PinePhone
Last Post: anonymous
6 hours ago
» Replies: 3
» Views: 172
Revisit and check current...
Forum: General Discussion on PinePhone
Last Post: KABA
Yesterday, 08:00 AM
» Replies: 0
» Views: 46
bookworm vs trixie discus...
Forum: PinePhone Pro Software
Last Post: biketool
Yesterday, 01:20 AM
» Replies: 19
» Views: 12,042
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: Labinkled
10-17-2025, 09:48 PM
» Replies: 6
» Views: 3,901
Question about firmware u...
Forum: General
Last Post: tllim
10-16-2025, 10:41 PM
» Replies: 1
» Views: 145
Minimum temperature Pinec...
Forum: General Discussion on Pinecil
Last Post: tllim
10-16-2025, 10:40 PM
» Replies: 1
» Views: 140
[Manjaro] Fixing /etc/fst...
Forum: Linux on RockPro64
Last Post: Dendrocalamus64
10-16-2025, 05:58 PM
» Replies: 0
» Views: 66
How-To: Remote Control Yo...
Forum: PinePhone Software
Last Post: biketool
10-16-2025, 06:55 AM
» Replies: 16
» Views: 5,574

 
  Horizon GO
Posted by: Pepe - 05-28-2016, 05:11 AM - Forum: Android on Pine A64(+) - Replies (7)

Hello guys,
Before I'll buy Pine 64 I need to know if Horizon GO (from Liberty Global) is working on it.
Because some newer chips from Amlogic isn't supported by that app it shows error 6667.


  Pine A64+ 2gb for sale Netherlands
Posted by: acidsalive - 05-28-2016, 02:21 AM - Forum: General Discussion on PINE A64(+) - Replies (2)

I'am selling my Pine A64+ 2gb with plexi case and original adapter for sale in the Netherlands
 
I live in the netherlands so I prefer a dutch buyer.

Voor die dutch buyer.
Verzendkosten 8,50 
Je kan ook langskomen hij draait nu remix os als je hem werkend wilt zien.

http://link.marktplaats.nl/m1055065359


Exclamation wifi chip
Posted by: dominator18 - 05-27-2016, 11:45 PM - Forum: Accessories - Replies (5)

Hi, I ordered the pine64 512 mb version. I received my order and proceeded to download debian, the initial boot went flawlessly. But, I cant seam to get Wi-Fi to work AT ALL. I purchased the add-on "on board" Wi-Fi chip from the pine64 kickstarter page. And now that I have it booted up and all I can't even find how I am supposed to access Wi-Fi on the pine64 Huh . Please help. Thank you in advance for any help ya'll can provide.


  MIDI Sprout
Posted by: pelgrim - 05-27-2016, 11:37 PM - Forum: Accessories - Replies (2)

Just want to report my small success (thanks to the ubuntu kernel updates from longsleep)

I got a MIDI Sprout connected to pine64, fully functional.
https://www.kickstarter.com/projects/dat...ion-device


  KODI???
Posted by: mcc1961 - 05-27-2016, 09:17 PM - Forum: Android on Pine A64(+) - Replies (6)

Which is better to run Kodi,Android or Remix OS?


  pine64 SDK/library
Posted by: capnOfdShip - 05-27-2016, 09:14 PM - Forum: Getting Started - Replies (8)

is there some library for pine64 like what Rpi has where you can read and write information to the io ports?  I believe there is I just couldn't find it.


  32bit Apps on Pine
Posted by: djinn5150 - 05-27-2016, 08:33 PM - Forum: Debian - Replies (2)

Anyone got any tips for running a precompiled 32 bit app in 64bit environment?  Basically I can get it to install but it does  not see the file as a exectuable.  I have a feeling I am missing some libraries or something but can't seem to get any headway.  The app in question is Repetier Server https://www.repetier-server.com/.  I have been in contact with the developer and tried a few suggestions he had but no go.  Final suggestion was to run kvm but I cant imagine that would be very efficient.


  18GB Android tarball - source code done wrong
Posted by: jonsmirl - 05-27-2016, 02:38 PM - Forum: Android on Pine A64(+) - Replies (1)

You don't need a 18GB tarball for Android source. That is a truly awful way to distribute Android source code.

Odroid-C2 is a good example of an Android repository done right.

http://odroid.com/dokuwiki/doku.php?id=e...ng_android

NanoPi Android build is similar
http://wiki.friendlyarm.com/wiki/index.p...le_Android

The basic idea.... get the core Android source code from Google's servers using the repo tool. That will be 95% of the code. Then you make up another set of repositories with your A64 specific changes.  Those repositories will be small and will easily fit on Github where you can store them for free.  


I am not sure yet what was done in the 18GB dump. It looks like some use of the repo tool was made, but this is definitely not the right way to do it. You guys need to get this sorted out, it is very difficult to split this tarball back into repositories belonging to Google, Allwinner and Pine64.

When you get this setup right you will only need to do this....

mkdir android && cd android
repo init -u https://github.com/pine64/android_manifest.git -b pin64-lollipop
repo sync


The repo sync tool will download all of the source code, 95% will come from Google's servers and the rest will come from Github. 

Is Allwinner using the repo tool or are they dumping a tarball to you?

This is the key bit...

 <remote  name="aosp"
          fetch="https://android.googlesource.com" />

 <remote  name="origin"
          fetch="."
          revision="refs/heads/s5p4418-lollipop-mr1" />

 <default revision="refs/tags/android-5.1.1_r6"
          remote="aosp"
          sync-j="4" />


See how it is fetching most of the code from the public AOSP servers?

You have this, which must be some internal git server.

  <remote  name="exdroid"
           fetch="/git_repo/A64/5.1/android" />
  <default revision="develop"
           remote="exdroid"
           sync-j="4" />


  Multiple SD cards for multiple OS's?
Posted by: montero65 - 05-27-2016, 02:35 PM - Forum: Android on Pine A64(+) - Replies (11)

So I've got a functional Android build already working, but I'd like to try a few different things as well.  I'd like to give Remix a shot, as well as some of the other images people have posted like TV64.  Rather than re-write my SD card each time, I was thinking of getting a few cards, and each one having different OS so I could swap between them .  I'm mainly wondering about size though.  I know that storage space is needed in addition to any OS images, but not sure how much.  Basically looking for advice on if I should buy 8GB cards, 32GB, or or go up to 64GB.  Obviously, there is a cost difference between these cards, which is why I'm asking for opinions on what size I really need.  Thanks for the input.


  Got my shipping notification
Posted by: mcmillanbs - 05-27-2016, 02:24 PM - Forum: General Discussion on PINE A64(+) - Replies (16)

about twenty minutes ago.

I am backer #1238.

I had order the playbox kit with the LCD screen.  I added on an extra Pine64, both are 2gb.

Was promised late May and it is.

Can't wait for delivery.