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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,210
» Latest member: aimsacross
» Forum threads: 16,385
» Forum posts: 117,597

Full Statistics

Latest Threads
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
Yesterday, 01:21 AM
» Replies: 0
» Views: 54
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 78
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 134
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,449
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,787
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 161
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 234
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,722
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 442
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,052

 
  Install VNC Armbian
Posted by: netpr - 04-07-2017, 01:26 PM - Forum: Armbian - Replies (1)

Hello partners. How to install VNC in Armbian. can you help me? I'm a little new to Linux. regards Smile


  How to Make a Pine with Android 7.0 Stay on All the Time?
Posted by: Bob123456789 - 04-05-2017, 08:48 AM - Forum: Android on Pine A64(+) - Replies (3)

I have two pine's with Android that I want to make both stay on all of the time.

On the Pine with the system version 5.1.1 there is a way to set the screen saver so it always stays on.
On the Pine with system version 7.0 there no way I can see to set the screen saver so it will always stay on.  The choices range from 15 seconds to 30 minutes.

How can I make the pine with the android version 7.0 stay on all of the time?


  Firefox crash
Posted by: netpr - 04-05-2017, 06:44 AM - Forum: Debian - Replies (8)

hi friends.
Firefox crashes when downloading files with mega .Debian mate help me.thanks


  baseboard barrel jack
Posted by: dkryder - 04-04-2017, 12:30 PM - Forum: General Discussion on PINE A64-LTS / SOPINE - Replies (2)

does anyone know the size of the power barrel jack/plug.?


  ir remote howto figure out which keys are being pressed?
Posted by: abs0lut.zer0 - 04-04-2017, 06:20 AM - Forum: Remix OS - Replies (1)

hey all 

i bought a ir remote which works fine except for the fact i cannot get up the delete [context menu] menu

how do i figure out which keys are being pressed with this remote in order to modify the keymap file for kodi to my liking...

is there a program that can tell what is the keycode this remote uses if i press a key?

thanks for any help..


Question Running VPN
Posted by: Punkyclown - 04-03-2017, 04:18 PM - Forum: Android on Pine A64(+) - Replies (2)

Hello, is it possible to run a VPN network on Pine64? Seem to not be able to 
access the setup in Android settings.
Thanks


  Wifi connect through terminal?
Posted by: cheezmeister - 04-02-2017, 09:44 AM - Forum: Debian - No Replies

Hello,
I have on my SD card an image of dabone's OctoPine server and I cannot figure out a way to connect to wifi in Debian Base.
Big Grin
-Tom's Piano


  Adjust brightness of LCD on Armbian Desktop with 1 click
Posted by: JulianM - 04-02-2017, 09:23 AM - Forum: LCD and Touch Panel - No Replies

Hello together!

I figured out how to adjust the bightness of the LCD with just 1 click on desktop with Armbian.
It's really not a big thing, but maybe some "newbies" may like this Smile

Thanks to pfeerick for his topic about LCD Support on Linux!



Step #1:
Create the script.
(Replace "YourUserName" with your username Tongue)

Code:
nano /home/YourUserName/brightness.sh
Code:
#!/bin/bash
bright=/sys/class/gpio/gpio362/value

if grep -q "0" $bright; then
  sudo echo 1 > $bright
else
  sudo echo 0 > $bright
fi
Save the file (F3) and close it (CTRL+X).

Code:
chmod +x /home/YourUserName/brightness.sh



Step #2:
Using GPIO to increase/decrase.
Execute these commands as ROOT user!
Code:
nano /home/YourUserName/gpio-brightness.sh
Code:
#!/bin/bash
echo 362 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio362/direction
Save the file (F3) and close it (CTRL+X).

Code:
chmod +x /home/YourUserName/gpio-brightness.sh
Code:
(crontab -l ; echo "@reboot /bin/bash /home/YourUserName/gpio-brightness.sh")| crontab -



Step #3:
Change sudoers settings
Execute these commands as ROOT user!
Code:
visudo

Add the following code to the end of the file:
Code:
YourUserName ALL=NOPASSWD: /home/YourUserName/brightness.sh
Save the file (F3 if nano) and close it (CTRL+X if nano).



Step #4:
Add an icon to the taskbar (XFCE).
• Right click on the taskbar.
• Add a new element.
• Add a new "Launcher".
• Close the window and right click on the new launcher => Properties.
• Click on the right side "Create new object"
• Enter a custom Name for your Icon.
• Enter the command: sudo /home/YourUserName/brightness.sh
• You may set a icon.
• Create.



Step #5:
Now reboot your Pine64 and you're done!


Now you're able to change the brightness of the LCD with just 1 click!
It's nothing big as I already said Shy


Best regards
Julian


Exclamation Incompatible SSD
Posted by: grobbs - 04-01-2017, 06:46 PM - Forum: Accessories - Replies (8)

I've tried a few SSDs (via USB) with the Pine A64+. I hadn't run into any trouble until I tried a Kingston HyperX. It's a little dismaying to find an SSD that doesn't work, as that is an important component to me.

The model is SH103S3. I'm disappointed to find that I can't get it to work, even after trying three different SATA-USB interfaces.

The SH103S3 drive does work in any laptop/PC I try and it works on a different SBC.

Any insight into why this wouldn't work? Do these models have something different in their mode of I/O perhaps?


  Q4OS WiFi Dongle not working
Posted by: cheezmeister - 04-01-2017, 02:33 PM - Forum: Debian - Replies (3)

Hello,

I have a Pine A64+ 2GB (if it matters) running Q4OS on a SanDisk 32gb Class U3 MicroSD card (equivalent to Class 30).

I also have a RTL8188 WiFi dongle which did not work on Ubuntu, worked OK on Raspbian (for BPi) and worked smoothly on Debian.
This seems to work now on Q4OS, but when I connect to my network and specify the password, the WiFi Connected icon shows up, the text says it's "active," and I cannot acess the Internet.

Any help is, well, helpful!   Big Grin
-Tom's Piano