| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
55 minutes ago
» Replies: 3
» Views: 11,845
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
2 hours ago
» Replies: 0
» Views: 13
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
4 hours ago
» Replies: 10
» Views: 6,768
|
what is the point?
Forum: General Discussion on PinePhone
Last Post: biketool
6 hours ago
» Replies: 4
» Views: 105
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
Yesterday, 05:01 PM
» Replies: 3
» Views: 256
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
Yesterday, 04:23 PM
» Replies: 2
» Views: 60
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
Yesterday, 10:30 AM
» Replies: 10
» Views: 15,923
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,846
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 227
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 142
|
|
|
| Taming the power switch? |
|
Posted by: ab1jx - 10-10-2020, 12:03 AM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
I'd like to redefine the power switch so it brings up a whiptail confirmation dialog or something like that before it actually shuts off. Suspend could easily be added to that as another choice.
Is that possible? I keep hitting it by accident. I'm using the original Debian Stretch still. Something like:
Code: #!/bin/bash
TERM=ansi whiptail --title "Power button" --menu "Power Button" 8 20 5 \
"Turn off" "" \
"Suspend" "" \
"Cancel" ""
choice=$?
if [ $choice = 0 ]; then
echo "Shutting down"
shutdown now
else
if [ $choice = 1 ]; then
echo "Suspending"
# write this
else
echo "Cancelling"
fi
fi
|
|
|
|
| Lets create the PineCom |
|
Posted by: Luke - 10-09-2020, 06:13 PM - Forum: News
- Replies (180)
|
 |
Hello everyone,
We’ll soon be starting work on the PineCom - a privacy-oriented handheld communicator that shares the PinePhone’s pedigree but offers a distinct and different feature set. We hope to achieve a high degree of software compatibility between the two devices - indeed, we expect the PineCom to run all existing PinePhone OS images out-of-the-box. Unlike the PinePhone however, the PineCom will not feature a modem but rather rely on WiFi, IoT LoRa and LoRaWan for communications. The device will also be smaller at (5” LCD panel or less), and will not feature a USB-C alt mode for video output.
Everything else is still up in the air at this point, and we therefore invite you to brainstorm ideas with us regarding the remaining design features of the PineCom. More specifically, we’d like to know your opinion on the following:
- Do we need both a front and back camera on the PineCom? In fact, do we need any cameras at all?
- Should we bring over all sensors present on the PinePhone? If so, which do you think we can do without?
- Should we use the same single band/11n/BT4 WiFi module in the PinePhone (for compatibility sake) or change it out for a dual band/11ac/BT5?
- Should the device feature a GPS (and compass) or are those features redundant in this type of device?
- Should we include SPI flash?
- We are currently considering following the PinePhone’s general design and aesthetic for the PineCom, but if there is some sort of physical (within reason - also financially) that you think would fit this type of device well then make sure to let us know.
- We’re currently thinking of using a 5” LCD panel for the PineCom; what do you think about this - is there a reason to go bigger or smaller?
We are completely open to any and all suggestions at this point. That said, we’d appreciate it if you’d keep in mind that the targeted price range for this device is $99-149 when offering your insight.
As always, thank you for your feedback!
|
|
|
|
| WPA enterprise |
|
Posted by: natasha - 10-09-2020, 12:37 PM - Forum: Mobian on PinePhone
- Replies (2)
|
 |
I have no problem using WPA personal to connect to my home wifi. However, at work, there is no option in my phone to connect wpa_enterprise. Does anyone have any idea if this is possible in mobian? thanks
|
|
|
|
| Possible to use the Pinephone as a PC? |
|
Posted by: Pinoideae - 10-08-2020, 06:09 PM - Forum: General Discussion on PinePhone
- Replies (11)
|
 |
So I'm looking for a new laptop and might consider buying a Pinebook at some stage. However, I'm wondering with the right setup whether I can simply use my Pinephone as a PC? So when I'm out and about it's a phone, but when I get home, I "plug it in" and it becomes my home PC.
Cheers,
P.
|
|
|
|
| I've been signed up for DHL News letter because of buying a pinephone |
|
Posted by: FutureBucket - 10-08-2020, 12:36 PM - Forum: Shipment Related Discussion
- Replies (2)
|
 |
Hey guys,
I have my own domain and so I use a different email for everything. I ordered and received the PMos PP using an email specific to this order, when taken to paypal to pay I used a different email there too.
Last week I got a news letter from DHL using the email address I've only ever used to order this specific PinePhone. I'm not too worried about it but I thought I should post it here to let you guys know.
edit: looks like the unsubscribe button in the email isn't a link, just text so that's nice. time to black hole that email address 
Thats all, cheers!
Code: GET TO KNOW OUR ONLINE DUTY-TAX
PAYMENT PORTAL
At DHL, we understand how important it is to you to receive your shipments on time. That’s why we have enhanced our On Demand Delivery (ODD) solution by integrating a new streamlined process that enables you to quickly and easily pay critical duties and taxes – to help avoid delays.
This will ensure even faster, safer contactless delivery right to your door – with no need to wait around for the courier!
With this new time-saving feature, you will be able to:
View and download duty invoices and Customs documents directly through the On Demand Delivery solution
Make payments with just a few clicks from either the email or SMS message, or through the DHL Express Mobile App
Take advantage of email/SMS notifications alerting you to any outstanding duties or taxes
Watch how DHL On Demand Delivery helps paying duties and taxes easy:
|
|
|
|
| Games on Pinephone |
|
Posted by: gamerminstrel - 10-08-2020, 08:12 AM - Forum: General Discussion on PinePhone
- Replies (11)
|
 |
I know there was a thread from 6 months ago talking about Retropie, but can we have a dedicated thread somewhere talking about what games work on the pinephone? I really like the idea of people posting here how they manage to get what game to work.
On Mobian, you have access to the full Gnome Software app, but there's literally no way to know if a game will "Just work", or "work but not fit on the screen", or just crash upon opening. The UBPorts app store is... kinda rough. Last I tried it a lot of apps just didn't work, and the games that did work were pretty minimal.
Atm I'm using Mobian, and:
-The only game I've installed that ran with zero issues was Aisleriot.
-All of the generic games with "Gnome" in the title don't fit on the screen properly.
-Retroarch from the Software Store opens, but neither fits on the screen or accepts touch-screen keyboard inputs.
Has anyone else found games that are playable? If anyone else is interested I might look into making a spreadsheet or database that can be updated as progress gets made.
|
|
|
|
|