| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,925
» Latest member: Kuletlou
» Forum threads: 16,328
» Forum posts: 117,422
Full Statistics
|
| Latest Threads |
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,611
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 131
|
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,141
|
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,820
|
Prohibit Pinecil from goi...
Forum: Pinecil Software
Last Post: snorkel
03-13-2026, 01:56 AM
» Replies: 2
» Views: 213
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-12-2026, 04:49 AM
» Replies: 2
» Views: 610
|
Looking for PineTime user...
Forum: General
Last Post: Mitrax
03-11-2026, 02:50 PM
» Replies: 2
» Views: 390
|
reset wifi hardware/drive...
Forum: Mobian on PinePhone
Last Post: baptx
03-10-2026, 04:43 PM
» Replies: 5
» Views: 5,068
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: Tia Vaughan
03-09-2026, 07:51 PM
» Replies: 8
» Views: 5,703
|
US Tariffs & Recent Supre...
Forum: General
Last Post: recursivenomad
03-09-2026, 09:46 AM
» Replies: 0
» Views: 212
|
|
|
| Gnome Shell / GDM recommendation + q's |
|
Posted by: moodroid - 03-14-2021, 12:56 PM - Forum: Mobian on PinePhone
- Replies (1)
|
 |
Hi,
This weeknd I've finally got round to trying Gnome Shell instead of Phosh, and now I just wish I'd tried it months ago. I don't have to enter the PIN every time I switch the screen on, I can see my desktop, it's usable at 720x1440 and it's so much more configurable.
The only obvious issue I've noticed (and it's not that big a deal), is that there's no 2G/3G/4G indicator, no mobile signal strength indicator and indicator for mobile data. Does anybody know a way to do this (without having to try and write my own extension)?
Thanks,
P.S. If anybody else is using Gnome Shell and has any tips/tweaks then please let me know. Can't say that the on screen keyboard bothers me that much, but it could certainly be better.
|
|
|
|
| New screen, now cant make calls |
|
Posted by: bug1 - 03-14-2021, 08:23 AM - Forum: PinePhone Hardware
- Replies (2)
|
 |
Hi all;
I dropped my phone a while back, I got a replacement screen and installed it myself. First time on any phone...
I put it back together and the modem doesn't appear to be working, have reinstalled mobian, I have signal strength, but not registered on the network. Everything else seems to work WiFi is good.
Have tried different sim card, no change, sim works on other phone.
Is there anything I can do to narrow the fault down to software or hardware ?
I guess I must have stuffed the main board somehow when I pulled it apart, but it would be good if I could confirm it.
Thanks
|
|
|
|
| Power button |
|
Posted by: sdziuba - 03-14-2021, 07:37 AM - Forum: Getting Started
- Replies (1)
|
 |
Hi
I bought a 12V / 3A power supply. When I plug in it, the green LED on the board turned on. The LEDs on the network board are also on. But when I press the Power button, nothing happens, the board does not turn on. What could be the problem? Before that, I never power on the board.
|
|
|
|
| Networking unstable on PineCube with Armbian? |
|
Posted by: hackkitten - 03-14-2021, 06:02 AM - Forum: Development Discussion on PineCube
- Replies (1)
|
 |
Hello all,
For a client project I have obtained two PineCube units and have tried to set them up with Armbian, but regardless of the SBC I see the same issue. After starting a download of a larger (multiple MB) file from a HTTPS server (Git repository), the system becomes unresponsive and has to be hard reset.
* I used two different PineCube units.
* I used a known good SD card (pulled from a working Raspberry Pi 3B system).
* I used different USB cables and chargers (also used with Raspberry Pi & Odroid systems previously).
* I used Ethernet and WiFi (separately) with identical results.
* I used the Focal Armbian version, then the Buster version, with identical results.
Does anyone have stable Ethernet/WiFi on PineCube with Armbian, or is this considered to be an unstable feature? The PineCube wiki seems to hint at this being still experimental.
|
|
|
|
| Pinephone Mobian |
|
Posted by: Formal_Muffin_5664 - 03-14-2021, 04:34 AM - Forum: Mobian on PinePhone
- Replies (1)
|
 |
Pinephone freezes after a couple minutes with kernel 5.9 5.10 and 5.11 after last update
Geary doesnt start and pinephone doesnt recover anymore after sudo reboot or deep sleep
Only hard reset will start again
|
|
|
|
| How to download from unknown source |
|
Posted by: Vandal187UM - 03-14-2021, 12:42 AM - Forum: PinePhone Hardware
- Replies (2)
|
 |
I'm trying to download apps directly from the site but its telling to go to setting and security to enable downloading from unknown source.But im unable to find that setting on my pinephone kde am I missing something or is it located somewhere else ?
|
|
|
|
| Toggle light & dark themes with a launcher. |
|
Posted by: MtnSk8 - 03-14-2021, 12:20 AM - Forum: Mobian on PinePhone
- No Replies
|
 |
A launcher to toggle between the stock light and dark themes in Mobian:
goes in: ~/.local/share/applications/
name it: themeswitcher.desktop (or whatever name with .desktop extention)
Code: [Desktop Entry]
Actions=Light;Dark;
Type=Application
Name=Day-Night
GenericName=Theme Switch
Comment=Theme Switch
Icon=contrast
TryExec=gsettings
Exec=notify-send ThemeSwitcher "Long Press for Theme Color Options"
Terminal=false
Categories=Settings;Theme;Colors;Session
MimeType=
Keywords=Theme,Colors
[Desktop Action Light]
Exec=gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita'
Name=Daytime
[Desktop Action Dark]
Exec=gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
Name=Nighttime
Then make it executable:
Code: sudo chmod +x ~/.local/share/applications/themeswitcher.desktop
Long press on the Icon to use.
Save battery by switching to the light theme in bright conditions.
Save your eyes at night.
Cheers!
|
|
|
|
| Error |
|
Posted by: Vandal187UM - 03-13-2021, 11:06 PM - Forum: PinePhone Hardware
- No Replies
|
 |
I'm getting a error stating unable to unlock database with opening up discover icon
|
|
|
|
| mobian, pinephone camera, and megapixels |
|
Posted by: dawg161 - 03-13-2021, 02:52 PM - Forum: Mobian on PinePhone
- Replies (32)
|
 |
I took my pinephone out in the forest today, even though I thought that the camera wasn’t working well. I discovered a few things:
Megapixels looks bad currently in Mobian phosh, but does a great job. Although the image in the viewer looks distorted and off color, the resulting photos are decent.
On the default Mobian image, the photos are saved as dng and tiff files. But if you install dcraw and imagemagick, Megapixels saves both raw dng and jpeg files.
sudo apt-get install dcraw imagemagick
Here’s more info from the developer:
https://blog.brixit.nl/pinephone-camera-pt4/
This pushes the Pinephone much closer to daily driver for me.
|
|
|
|
|