Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
What's stopping you from ...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
Today, 12:27 AM
» Replies: 2
» Views: 110
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: Woazboat
Yesterday, 02:58 PM
» Replies: 1
» Views: 195
|
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:23 PM
» Replies: 3
» Views: 2,256
|
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:19 PM
» Replies: 9
» Views: 908
|
Booting Issues
Forum: PineNote Software
Last Post: serenopolveroso
08-22-2025, 11:36 AM
» Replies: 18
» Views: 4,923
|
Pinephone (Pro) Keyboard ...
Forum: PinePhone Accessories
Last Post: anernest
08-22-2025, 09:21 AM
» Replies: 1
» Views: 1,592
|
Multiple NEMA 17 stepper ...
Forum: General
Last Post: Harry
08-22-2025, 12:24 AM
» Replies: 0
» Views: 106
|
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
08-21-2025, 03:11 AM
» Replies: 2
» Views: 217
|
Bare metal on Pinephone P...
Forum: PinePhone Pro Software
Last Post: alain
08-19-2025, 07:58 AM
» Replies: 0
» Views: 241
|
Seeking Contributors: Apa...
Forum: PinePhone Pro Software
Last Post: geometrylitegame12
08-19-2025, 01:38 AM
» Replies: 4
» Views: 4,123
|
|
|
Wireless Printer |
Posted by: Ernst - 04-26-2016, 05:42 AM - Forum: Pine A64 Projects, Ideas and Tutorials
- Replies (1)
|
 |
Hee Guys,
Is it possible to make a usb cabled printer wirelles using the Pine? For example, connect the printer to the usb on the pine and make a network on the pine?
I would like to print wireless, just like you can do at a Apple Time Capsule
|
|
|
Programming the Pine64 |
Posted by: cookeys - 04-26-2016, 05:27 AM - Forum: General Discussion on PINE A64(+)
- Replies (2)
|
 |
Hi, I would like to know how I can programming my Pine64 ; I explain :
For example I would like to turn on led connected to my Pine64 ( on GPIO port I guess ) when it's 10pm.
How I can do that and in general how I can create instructions to execute for him ?
Thanks
Have a nice day
Cookeys
|
|
|
Google Play Services Crashes |
Posted by: balornt - 04-26-2016, 01:10 AM - Forum: Android on Pine A64(+)
- No Replies
|
 |
I booted up the 20160303 Android image, connect via WIFI (worked great), and start Chrome to test internet connectivity. It crashes so I check the forums which say to uninstall+reinstall Chrome. I open up google play, search for chrome, uninstall it from google play, and reinstall. Everything is working fine so far. I can open chrome without crashing, BUT it says that to use Chrome I must have the most recent version of Google Play Services.
I ignore the "Google is enforcing their verified devices, DON'T DO IT" feeling in my gut and update Google Play services. Chrome now works, but Google play crashes whenever I try to search for apps or open details of an app saying "Unfortunately, Google Play Store has stopped".
I have made a bug report for this issue (can't seem to link to my specific bug report but it has the same title as this thread), but figured I should post here as well so the community can hack at it too.
|
|
|
Can't download Android Images |
Posted by: anddev - 04-25-2016, 11:54 PM - Forum: Android on Pine A64(+)
- Replies (1)
|
 |
Hi,
The Android image links both freeze at some point and the download fails.
Can anyone please provide links to a more stable source?
I'm having problems downloading them for a whole two days :/
Also - is the 8gb image for DD suitable for a 32gb SD card? And what's the best way to DD it using OS X?
Thanks!
|
|
|
Andoid issues |
Posted by: waterboy - 04-25-2016, 09:23 PM - Forum: Android on Pine A64(+)
- Replies (6)
|
 |
Have looked in the forum, and did not see a similar issue.
I have a 1gb and 2gb board- both exhibit the same behavior. Have tried both Android builds 21060303 and 20160216. Have imaged both with windisk imager and the Phoenix utility, rebuilding multiple times. In each case the result is the same:
- Android loads
- Android recognizes keyboard and mouse input
- Android recognizes Ethernet input (one thing I see is time updated automatically)
Buy as soon as I attempt to launch an app or take any action, the screen goes black. No way to get it back except for rebooting.
Has anyone else experienced this? Any suggestions?
I am stumped at this point
Thanks.
|
|
|
possible to set a static IP using uEnv.txt? |
Posted by: cplr - 04-25-2016, 03:59 PM - Forum: Ubuntu
- Replies (2)
|
 |
Hi everyone,
I tried googling this, but came across a lot of different information that doesn't seem to work for me.
I'm interested if there's a way to use uEnv.txt to set up a static/manual IP? ideally i'd like to configure ip, gateway, subnet and hostname. The reason I want to do this in uEnv.txt and not the usual way, is I am trying to configure the Pine64 using a link-local connection to my computer. It's directly linked to it using a single ethernet cable, so there is no DHCP server. If everything is set up manually it should still work this way...
i tried using the following, but it does *not* work (from http://textuploader.com/xodk)
Code: ipaddr=192.168.0.101
serverip=192.168.0.100
gateway=192.168.0.1
netmask=255.255.255.0
hostname=pine64.local
ip=${ipaddr}:${serverip}:${gateway}:${netmask}:${hostname}:eth0:off
|
|
|
|