Cancel my complete order #8161801. Due to long led time before shipping, I have made other arrangements. Do not build my order, do not charge my CC. Please send cancellation confirmation to my e-mail on file.
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
Hi,
I've got my pine64 with 2G RAM , together with lcd. I can boot successfully with android img for lcd version, and it worked well. But it failed with Ubuntu img. The lcd doesn't light up. So I 'd like to know if the Ubuntu img support the lcd or if somebody would add the lcd driver?
I am wondering if anyone has the 3d printed pine logo case. I saw this one on instagram and a white one. I really like the white one. If you have the file, could you send me the link? Thank you in advance! I am sorry if it was posted in this forum, I already tried looking for it.
I hope to be receiving my Pine any day now, but I have yet to find a good alternative battery that can be purchased in Canada (the official one can't be shipped here, AFAIK). I'm new to buying batteries and don't want to get the wrong one and have everything blow up, so I'm hoping someone can help point me in the right direction.
To note, I've also ordered the LCD screen and PlayBox enclosure, with the hope of making a tablet of sorts. Ideal would be a battery that fits into the enclosure, like the 'official' one does. I don't need anything hugely powerful -- even just an hour or two of juice would suit my uses for now.
I do have a battery pack that I can use in a pinch until I find something better, but I'd prefer something that can be charged whenever the Pine is plugged in, plus fits in the case and doesn't take up a USB port.
I got my Pine64 two days ago. Thanks to Pine64 team!
But I have trouble in setting up the OS in Pine64. I tried using RemixOS (both Phoenix and DD image) and also Android 5.
The write to SD card is working fine and successful. But when I connect Pine to my TV (Samsung LA27S71B), it says "Mode Not Supported". After hours of searching, people said its due to resolution problem. But how can I fix resolution problem if I cannot have it displayed? THis is working fine with my Raspberry Pi 3 (OpenElec).
Any idea how to fix this? I have no other monitor or TV around here.
I also did try to run it in virtualbox to boot from SD card. But it says no bootable medium found.
Hi, first off I am brand new to this. I just got my Pine64 this week. Also, I have a Mac and I have tried putting RemixOS and Android on the SD card with the Mac using Apple Pi Baker. Both times, I see the logo (either android or pine64) and then it shows a box that looks very pixelated. It tries to reboot once and then after that it shuts itself off.
I just want to make sure I don't have any other problem. I am currently downloading RemixOS on my Windows laptop and I am going to try PhoenixCard. It is a really slow computer so it is taking a much longer time than my Mac did. I just wanted to see if anyone had any quick thoughts about what could be going on.
I'll try to answer as many questions as I can and I am really trying to learn all of this. I'm not new to computers, but I am new to Pine and I am not a developer.
I got my order 2 days ago and first thing I did was to try if everything works right.
I got 4 Pines (2GGB version).
After I successfully created 3 Sandisk 16GB (uhs-1 uU3) android sd cards with the latest build, I started testing them
All 4 booted flawlessly within seconds. However, only 2 of them can browse the internet and connect to Play Store.
They do get an IP assigned while date and time get also synchronized, nevertheless it is like if they are not connected to the internet at all! I'm unable to browse any site (not even Google) and Play Store displays connection error.
After I saw this behaviour by 2 of my Pines, I decided I will run all 4 under the same circumstances (same 20awg usb lead, Anker 2.4A PSU, connected to my Gigabit switch with a specific 50cm Cat7 Ethernet cable, same microSD)
The same 2 that initially had problems, persisted the same behaviour (got IP and date/time but no internet)
I subsequently tried the Wifi/BT module with those 2 and successfully connected to the internet.
At this point, I started believing there is a problem with their Gigabit chip. It was then that I thought I had to try another OS. I burnt an image with xbuntu (latest longsleep's version). The 2 specific Pines booted within seconds and connected to the internet successfully. I browsed the internet with Pidora and they were quite responsive.
However, when I tried a speed test (speedtest.net) I got only 0.5/5 and 5/5 respectively while my usual speeds are 74/5.
That said, upload speed doesn't seem to be affected. Download is hammered though!
I have seen some users recommending one should push the Gigabit network to 100Mbit in order to achieve decent download speeds. Despite I don't know how am I supposed to be doing this, I am willing to try.
The question is why 2 of my Pines perform excellent within my Gigabt network while the other 2 don't?
Is there a possibility those 2 being faulty? With just 30 days of warranty I don't have much time to experiment or wait for updates. If there is no solution soon I'll have to send those 2 back as they clearly underperform under pretty much all conditions.
ANY RECOMMENDATIONS BEFORE I PRONOUNCE THEM FAULTY?
By the way the board exceeded my expectations. I was expecting something MUCH WORSE judging by all these posts lately with dozens of different problems users have faced as of now. However, latest Android works really smooth and fast for me with no crashes whatsoever. I can see smooth 1080p YouTube videos through YouTube app and browsing the internet is flawless. Ubuntu worked also quite well during the few minutes I tested it. I suggest all those who face any kind of problems to use a good quality SD card, burn a rooted DD image of the size of their card with Win32diskimager, use short 20AWG charging cables and a known-branded PSU rated over 2A. Provided you do all these, I doubt you will have problems or instability issues.
Good job guys. I can see some serious potential on the Pine. This thing can only get better from now on!
Has anybody found a way to mount a network share using either NFS or CIFS under Android?
I have a NAS with various shares on which I'd like to make accessible to my Pine64. This would give me far greater storage capacity than an SD Card, plus it makes sharing files between other devices easier. I realise that apps such as ES Explorer can access network shares, however mounting is preferable since it would then mean the data is accessible immediately without having to ES Explorer to upload/download first.
I have Android rooted and I've installed the Termux terminal emulator app. Normally I would be able to use the following mount command but it fails with a "No such device" error:
mount -t nfs [ip address]:/[share] /mnt/nfs
I suspect this is because the kernel does not have NFS or CIFS support, since running "cat /proc/filesystems" does not include either nfs or cifs in the list. Are these available for download as kernel modules somewhere?