Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Libre Office on Pinetab2?
Forum: General Discussion on PineTab
Last Post: Anonymous1989
Yesterday, 07:48 AM
» Replies: 0
» Views: 26
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
Yesterday, 01:40 AM
» Replies: 0
» Views: 43
|
does the Joplin note taki...
Forum: PineNote Software
Last Post: Francus
08-05-2025, 08:11 PM
» Replies: 4
» Views: 1,355
|
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: Dendrocalamus64
08-05-2025, 06:40 PM
» Replies: 1
» Views: 88
|
Any updates on Bluetooth ...
Forum: General Discussion on PineTab
Last Post: biketool
08-05-2025, 06:38 AM
» Replies: 1
» Views: 84
|
Keyboard availability?
Forum: PinePhone Pro Accessories
Last Post: Peter Gamma
08-04-2025, 08:37 PM
» Replies: 9
» Views: 1,132
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: FEC
08-04-2025, 03:38 AM
» Replies: 0
» Views: 64
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
08-03-2025, 01:51 PM
» Replies: 4
» Views: 259
|
Trying to attach a serial...
Forum: RockPro64 Hardware and Accessories
Last Post: marietto
08-03-2025, 08:50 AM
» Replies: 0
» Views: 71
|
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
08-02-2025, 08:55 PM
» Replies: 1
» Views: 289
|
|
|
Bluetooth will not pair |
Posted by: jgpacc - 10-23-2016, 08:14 PM - Forum: Getting Started
- Replies (2)
|
 |
I tried using Ubuntu build initially but ran into problems getting wifi and bluetooth to work. Being impatient I swithched over to Debian to give that a try. Wifi started immediately but blue tooth was still a problem.
It will find my devices but will not pair. The bluetooth icon in the top panel changes color for about 3 seconds like it is connected but then goes back to black. Sometimes I get a banner travel accross the screen telling me to enter the key for the blurtooth keyboard. I enter it but it does not help.
I tried a few things I found in threads:
sudo /etc/init.d/bluetooth restart
[ ok ] Restarting bluetooth (via systemctl): bluetooth.service.
debian@pine64:~$ sudo hcitool dev
Devices:
hci0 34:C3 2:BF:85:78
debian@pine64:~$ hcitool scan
Scanning ...
00:10:61:00:AB:2F GT BT-Receiver
34:88:5D:5C:30:F0 Keyboard K380
I have tried to pair both devices but no deal.
Yes my gray cable is connected and wifi works using it now.
Would appreciate some help
Thanks
|
|
|
Power Ribbon for LCD Display |
Posted by: Plot - 10-22-2016, 11:38 AM - Forum: Getting Started
- Replies (3)
|
 |
Hi,
I put together my PINE with the LCD Touchpanel and everything works great. However now I have the enclosure and the original power ribbon is to short.... Does anyone know where I can get a longer power ribbon? I tried eBay and got a new one but now the Pine doesn't power on with it. I switched it out to the old ribbon and it powers on fine so I'm pretty sure I just got the wrong ribbon.
It says AWM 20624 80C 60V VW-1 on the ribbon. Any help would be appreciated.
|
|
|
Accessing the SD |
Posted by: Passiday - 10-22-2016, 02:21 AM - Forum: Android on Pine A64(+)
- Replies (1)
|
 |
I have successfully got the Android 7.0 running on my Pine64, I am using Samsung EVO Plus 64GB card (Used another Class 10 card before but that was a disaster, so the random I/O speed really is essential).
But the Pine is installed in place where there is very poor WiFi, so it takes ages to get large files on it. Of course, I could move the Pine board itself around but I'd like to move just the SD card instead.
So, I plugged out the Pine board power supply (pretty brutal, I know, without shutdown, but I honestly don't know hot to shut down the Android when you don't have a power button), and popped out the SD card.
But, to my dismay, the card, when put in my laptop, is not recognized anymore - no partitions are visible in GParted, nothing is mounted. Also when it is put back in the Pine64 board, it does not boot anymore. Can it really be the result of not properly shutting the Android down? Do I have to burn a new image now again?
|
|
|
NOOB: Z Wave discovery in OpenHAB help needed |
Posted by: JamesWatt - 10-22-2016, 01:43 AM - Forum: Getting Started
- Replies (2)
|
 |
Hi All,
I've bought the Pine64 2GB and Z Wave module (EU version) to automate my home using OpenHAB.
As I am a total NOOB at this, I decided to first create a small Z Wave network using 2 Domitech Z Wave smart LED light bulbs only.
I immediately got stuck:
- I've installed OpenHAB on my Pine64.
- In Paper UI on Configureation->Things page, I see the Z Wave Serial Controller: 'online' (connected to /dev/ttyS2).
- I then try to get the controller to get into discovery mode by pressing the big '+', select Zwave binding.
- For 30 seconds it shows a rotating arrow, within that time I put one bulb in discovery mode.
- The bulb does not get 'discovered'.
Am I doing something wrong?
Is there any way to tell if the Z Wave device is really in discovery mode?
Need help here...
|
|
|
Domoticz + PINE64 Z-Wave Module + Open Z-Wave |
Posted by: klliew - 10-22-2016, 12:55 AM - Forum: Pine A64 Projects, Ideas and Tutorials
- Replies (4)
|
 |
Domoticz is a very light weight home automation system that lets you monitor and configure miscellaneous devices, including lights, switches, various sensors/meters like temperature, rainfall, wind, ultraviolet (UV) radiation, electricity usage/production, gas consumption, water consumption and many more. Notifications/alerts can be sent to any mobile device.
Tested with PINE64 2GB(1GB and 512MB shall work well, anyone with this please help to test out), Debian Base
Remark:
If you flash new debian/ubuntu build, ensure your kernel/u-boot is up to date and also resize your root partition to max available space your SD card can provide
/usr/local/sbin/pine64_update_uboot.sh
/usr/local/sbin/pine64_update_kernel.sh
/usr/local/sbin/resize_rootfs.sh
1) First update your system:
sudo apt-get update
sudo apt-get upgrade
2) Install the development tools and libraries needed for compiling Domoticz:
sudo apt-get install build-essential nano cmake git libboost-dev libboost-thread-dev libboost-system-dev libsqlite3-dev curl libcurl4-openssl-dev libssl-dev libusb-dev zlib1g-dev
3) Build & Install Boost Libraries
a) If this is a clean system, continue at Now build and install the Boost library.
Its recommended that you use the latest Boost libraries - as of 8th August 2016 that is version 1.61.0.
For this we need to compile/install them by issuing the following commands:
These instructions can also be used on a Linux system.
[This first step is necessary because you will get linking errors if you don't remove the old Boost library]
Instructions here are for removing boost 1.55, on your system this might be another version, so adopt these commands to your need. It could also be you never installed boost on your system, do not worry, just execute the commands
sudo apt-get remove libboost-dev libboost-thread-dev libboost-system-dev libboost-atomic-dev libboost-regex-dev
sudo apt-get remove libboost-date-time1.55-dev libboost-date-time1.55.0 libboost-atomic1.55.0 libboost-regex1.55.0 libboost-iostreams1.55.1
sudo apt-get remove libboost-iostreams1.55.0 libboost-iostreams1.55.0 libboost-iostreams1.55.0
sudo apt-get remove libboost-serialization1.55-dev libboost-serialization1.55.0 libboost-system1.55-dev
sudo apt-get remove libboost-system1.55.0 libboost-thread1.55-dev libboost-thread1.55.0 libboost1.55-dev
sudo apt-get autoremove
b) build and install the Boost library.
mkdir boost
cd boost
wget http://sourceforge.net/projects/boost/fi...z/download
tar xvfz download
rm download
cd boost_1_61_0/
./bootstrap.sh
./b2 stage threading=multi link=static --with-thread --with-date_time --with-system --with-atomic --with-regex
sudo ./b2 install threading=multi link=static --with-thread --with-date_time --with-system --with-atomic --with-regex
cd ../../
rm -Rf boost/
4) Build Support for OpenZWave
sudo apt-get install libudev-dev
git clone https://github.com/OpenZWave/open-zwave open-zwave-read-only
cd open-zwave-read-only
git pull
make -j 3
5) Compiling/building the Domoticz binaries
cd ~
git clone https://github.com/domoticz/domoticz.git domoticz
cd domoticz
cmake -DCMAKE_BUILD_TYPE=Release .
make
6) Starting Domoticz automatically when the system boots
a) Copy startup script into /etc/init.d
cd domoticz
sudo cp domoticz.sh /etc/init.d
sudo chmod +x /etc/init.d/domoticz.sh
sudo update-rc.d domoticz.sh defaults
b) Edit Startup Script
sudo nano /etc/init.d/domoticz.sh
The lines you usually need to change are USERNAME, DAEMON and DAEMON_ARGS
Code: USERNAME=debian
DAEMON=/root/domoticz/$NAME
DAEMON_ARGS="-daemon -www 8080"
Domoticz will now start automatically when you reboot your machine.
c) Manually controlling the Domoticz service
sudo /etc/init.d/domoticz.sh start
sudo /etc/init.d/domoticz.sh stop
sudo /etc/init.d/domoticz.sh restart
sudo /etc/init.d/domoticz.sh status
7) Create symbolic link for PINE64 Z-Wave Module ( Domoticz default checking Z-Wave module which connected to ttyACM0,Thank bonterra and marcosti pointing it out ~ Link)
sudo nano /etc/udev/rules.d/10-tty.rules
Code: KERNEL=="ttyS2", SYMLINK+="ttyACM0"
Some screenshot:
Enjoy guy.
|
|
|
SD Card Sizes |
Posted by: tpitman - 10-21-2016, 10:01 AM - Forum: Accessories
- Replies (7)
|
 |
I didn't know which group to post this in. I figured since you plugin a SD Card this would be the closest.
I bought a 64GB SD Card directly from pine. I was able to flash the 64GB android image for touch screen onto the card.
I then bought a name brand Sandisk SD Card from Newegg. I was not able to flash the 64GB android hdmi image on that card because it said it was too small.
I then found out that Newegg sells things from outside vendors, so I thought maybe I was a victim of a scam card. It says it has 58GB of space on it.
I then went to Costco and purchased a 32GB SD card from Sandisk thinking that Costco items should be legit, right?
I downloaded the 32GB android image for hdmi and when I tried to flash that image was told again that there wasn't enough room on the card.
I am using a Mac with El Capitan.
I am using the Etcher app recommended on the Pine64 wiki. That app worked fine on the Pine64 card I bought direct. It just doesn't work on any other SD Card or image that I have tried.
Can someone tell me what is going on?
|
|
|
Guest Account Cannot Access Internet on Remix OS and Android x-86 OS |
Posted by: deniyulianti - 10-21-2016, 04:36 AM - Forum: Android on Pine A64(+)
- Replies (1)
|
 |
Hi all.
I have a problem using Android OS on VM-ware that is related on internet connection in Android x-86 version 5.1 (Lollipop) and version 4.4 (Kitkat).
I use android-x86-4.4-r5.iso for Kitkat and android-x86-5.1-rc.iso for Lollipop.
I use VM-ware version 12.5.
I have internet connectivity and I can use web browser for both android emulators, but I cannot download the APK files.
The status of the APK files at Download Folder always show Queued status and I waited for so long but there was no any APK file at that folder (Download folder), or there was no any response.
How should I have to do to have capability downloading android applications on Android x-86?
Besides, when I changed to the guest account, I cannot access the internet, it happens for both Android x-86 OS and Remix OS.
How should I do in order to connect between a guest account and features that just have by administrator account?
Furthermore, I would like to change my cover photo (background) on Android x-86 version 5.1 (Lollipop) and version 4.4 (Kitkat).
What should I have to be able to change my cover photo to be a new one?
In addition, in Remix OS I cannot impose the code into the Remix OS. Let says I wanna impose code into /etc/init.sh.
When I checked my account by typing "whoami", and it resulted that i was a root.
How should I do to get permission to make some codes in Remix OS?
Please help me out. I would appreciate for your suggestions. Thanks in advance.
|
|
|
|