Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,347
» Latest member: Anthona
» Forum threads: 16,155
» Forum posts: 116,719
Full Statistics
|
Latest Threads |
invalid signatures
Forum: Getting Started
Last Post: Francus
Today, 08:56 AM
» Replies: 0
» Views: 4
|
Pinephone pro packet inje...
Forum: PinePhone Pro Hardware
Last Post: Kevin Kofler
Yesterday, 02:03 PM
» Replies: 3
» Views: 2,049
|
Modem Issues with the Pin...
Forum: PinePhone Hardware
Last Post: biketool
Yesterday, 12:50 PM
» Replies: 5
» Views: 1,499
|
Cannot make calls
Forum: PostmarketOS on PinePhone
Last Post: gregb49
07-01-2025, 09:39 AM
» Replies: 3
» Views: 757
|
baremetal via Zig on Pine...
Forum: PinePhone Software
Last Post: WhiteHexagon
07-01-2025, 05:33 AM
» Replies: 0
» Views: 48
|
cryptocurrency on mobian/...
Forum: Mobian on PinePhone
Last Post: biketool
06-30-2025, 02:57 PM
» Replies: 33
» Views: 49,604
|
Full desktop Surfing and ...
Forum: General Discussion of PinePhone Pro
Last Post: Dendrocalamus64
06-30-2025, 10:51 AM
» Replies: 8
» Views: 329
|
XLibre for Mobian
Forum: Mobian on PinePhone
Last Post: Haroldkent
06-30-2025, 01:38 AM
» Replies: 1
» Views: 155
|
Backing up data on Pineph...
Forum: General Discussion of PinePhone Pro
Last Post: Dendrocalamus64
06-29-2025, 02:46 PM
» Replies: 4
» Views: 204
|
Printing and scanning doc...
Forum: General Discussion of PinePhone Pro
Last Post: biketool
06-29-2025, 11:48 AM
» Replies: 4
» Views: 193
|
|
|
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.
|
|
|
Best O.S. to use Pine as MediaCenter and Browser? |
Posted by: marco97pa - 05-27-2016, 01:12 PM - Forum: Pine A64 Projects, Ideas and Tutorials
- Replies (12)
|
 |
I used Ubuntu for about one month. I was interested in learning Linux basics and have a Linux machine in my house. At this moment, playing a video on Ubuntu is difficult, as of lack of GPU support. Hardware acceleration helped, but not so much.
I am going to move on Android to use it as a MediaCenter and surf the net (using Ethernet). Before formatting my microSD, I ask you:"Is Android the real good choice to watch videos (from a USB key)? Are there issues with Ethernet connection?"
Thanks for your help.
P.S.: I saw a video of someone playing N64 games on Pine with Android: it could be really cool
|
|
|
Linux Support |
Posted by: UnixOutlaw - 05-26-2016, 11:45 PM - Forum: LCD and Touch Panel
- Replies (69)
|
 |
Got my 2 x 2GB Pine 64 and 7" LCD on Tuesday (backer 31,000ish) - I've got Debian XFCE running over HDMI on one of them successfully.
But - main question - I don't want to run Android to get touch-screen LCD support - I want to run "native" Linux.
And from what I can see - the only way to use the Pine supplied LCD touchpanel is to run the Android image built for the touchscreen? And I'm guessing it defaults to portrait (another thread somewhere else suggests the next build will include a DD image and rotate screen 180 degrees - thread was from last week, and it said "next week" - but haven't seen a new image for Android 5.1 touchscreen on the downloads via the wiki page)...
---------------------------------------------
Here : http://forum.pine64.org/showthread.php?t...5#pid10025
|
|
|
Remote power up |
Posted by: mFinnholm - 05-26-2016, 11:37 PM - Forum: Pine A64 Projects, Ideas and Tutorials
- No Replies
|
 |
Lazy as I am, I started thinking about a way to power up the Pine from the comfort of my couch instead of getting up and pressing the power button.
And I got a solution! (A theoretical atleast, until I get all needed hardware)
I´m going to use a Wemos D1 Mini with its Relay shield.
And that is controlled via wifi with the Blynk app from my smartphone.
I can post some pictures when I got it working
|
|
|
|