| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
what is the point?
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
38 minutes ago
» Replies: 5
» Views: 134
|
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
8 hours ago
» Replies: 3
» Views: 11,845
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
9 hours ago
» Replies: 0
» Views: 32
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
Today, 03:39 AM
» Replies: 10
» Views: 6,776
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
Yesterday, 05:01 PM
» Replies: 3
» Views: 263
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
Yesterday, 04:23 PM
» Replies: 2
» Views: 67
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
Yesterday, 10:30 AM
» Replies: 10
» Views: 15,925
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,853
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 245
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 161
|
|
|
| How do I configure my data connection? |
|
Posted by: madera - 11-01-2020, 10:29 PM - Forum: Manjaro on PinePhone
- Replies (1)
|
 |
I got my Manjaro pinephone today and currently tinkering. Most things work out of the box, WiFi was straight in and even seems more stable than my android phone which is a big checkmark in the pinephone's box.
The only problem is I can't seem to configure my data connection. I'm happy hacking into text files if need be, but I have no idea where to start. My Telco's APN details are here
https://apn-settings.com/australia/telst...-settings/
As far as I can see, the modem supports the LTE B1, B2 and B28 and I seem to be having no issue making calls, but data is just not connecting at all. Can someone give me some pointers about where to start debugging it?
|
|
|
|
Can't boot from SDCARD anymore... |
|
Posted by: bryanpaget - 11-01-2020, 09:31 AM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
First of all I'd like to say "I love my Pinebook Pro!"
Next, I'll state my problem.
I am unable to boot from sd-cards.
I can still boot from the main drive and I used to be able to boot from the sd-card but... I installed Armbian on the Pro (which is awesome) and I installed "firmware" through armbian-config. Maybe I should not have done that but I have had nothing but great experiences with Armbian on my other Pine64 boards so I didn't think anything bad would happen from doing this.
How can I restore the original boot preferences?
Thanks!
Bryan P.
|
|
|
|
| Pre-arrival questions |
|
Posted by: ryo - 11-01-2020, 05:03 AM - Forum: General Discussion on PinePhone
- Replies (4)
|
 |
Manjaro edition Pinephone was not shipped yet, but it gives me time for some questions:
1. Is Plasma Mobile more or less buggy than Phosh?
I can see videos of Phosh mostly, and videos of Plasma Mobile are mostly old (August or before).
I prefer KDE since it runs more smooth on my PC, but I am willing to contribute to both.
2. Does Phosh or Plasma Mobile have a 10-key keyboard option?
I know that Ubuntu Touch has, since I'm using it on an old Nexus 5.
Probably not used much in western countries, but here in Japan we usually prefer a 10-key keyboard over a qwerty keyboard since it's more familiar if you come from a garake, keys are bigger, and keys are sorted conveniently in the way Japanese syllables are sorted like.
For those who don't know, garake or ガラケー are what you guys would call "flip phone", modern garake are running a de-googled Android under the hood, plus super restricted to make it feel more like a traditional pre-smartphone era garake.
However, now with the push of smartphones, popularity of Twitter and manga apps, and the slow killing of LINE support on them (all 2020 models come without LINE at all!), garake phones started to slowly become less and less used over the past 2 years.
3. I know about Anbox to run Android apps on a Linux phone, but does voice calling over LINE (or a different chat app like WhatsApp or Telegram, I don't think it really matters which one) work via Anbox?
And is it reliable?
I don't expect the best from a phone that is still under development, and I'm willing to help in the development (mostly language support, Japanese translations in KDE are often either lacky or weird, or adding a 10-key keyboard if it doesn't exist).
But my provider requires everything to be done over the phone as of late, which has operators who keep looping over a question for 40 minutes that can easily be answered within 40 seconds, so I prefer to not get a second SIM card from them, or at the very least get a second SIM card from a different provider.
And unlocking my SIM card can be done only once per 101 days, so as soon as my SIM card gets activated on the PinePhone, I'll be stuck with it for at least 101 days.
|
|
|
|
| Making Consoles Great Again |
|
Posted by: jmorris - 10-31-2020, 04:53 PM - Forum: PostmarketOS on PinePhone
- No Replies
|
 |
The console is dead, especially on a phone. Right? It is Halloween so lets bring it back to life
One of the things I want to have is the ability to keep a small BT keyboard around and be able to remote admin, instead of always having a laptop on hand. Well none of the graphical terminals work well on PinePhone so what to do? How about the console? With a little attention it can be made usable! That pic is ssh into a remote system and editing a PHP file with vim.
Install the kbd package first. Then we need to make the text readable and landscape mode. Easy enough.
Modify /etc/init.d/consolefont:
Code: # Added 201031 by jmorris@beau.org to get a more usable
# console on a PinePhone. (Using a BT keyboard)
# Also added the extraparam in the setfont invocation below.
echo 1 >/sys/devices/virtual/graphics/fbcon/rotate_all
[ -d /dev/vc ] && ttydev=/dev/vc/
x=1
while [ $x -le $ttyn ]; do
# Added extraparam to get a more readable spacing with the -h option
if ! setfont $consolefont $extraparam $param -C $ttydev$x >/dev/null; then
Then /etc/conf.d/consolefont:
Code: consolefont="sun12x22.psfu.gz"
extraparam="-h28"
Finally, enable the consolefont service:
Code: rc-update add consolefont boot
This gets you an almost perfect 120x25 terminal window without any loss of vertical space to multiple bars of unneeded cruft. Alt-F7 gets back to the phone interface.
|
|
|
|
| BMA421 reads all zeros |
|
Posted by: tbondar - 10-31-2020, 09:50 AM - Forum: PineTime Hardware and Accessories
- Replies (5)
|
 |
Hi All, I'm trying to read the BMA421 on my P8 but all I get from it on I2C is all zeros. Reading chip id gets zero, reading acceleration gets zero. I checked the SDA and SCL lines with logic analyser and they look good. Anybody seen this before?
|
|
|
|
| ArchLinux on PBP |
|
Posted by: robieguarneros - 10-31-2020, 06:16 AM - Forum: Linux on Pinebook Pro
- Replies (9)
|
 |
Hello. I’ve had the PBP for a little while now and I’ve used Manjaro and Kali. I like both of them a lot, but I want to go in a little deeper and make a fresh Arch Linux so that I can learn more. I’ve tried installing Arch before but I failed and I had booting problems. So I was wondering if someone would be kind enough to help me install it. Like give me a step by step guide to how to install up to a point where it is functional and I can install my own stuff. I know there is an official Arch release now, I just don’t know how to setup everything properly. Thanks for the help!
|
|
|
|
| What is the first-time password? |
|
Posted by: Chupacabra - 10-30-2020, 06:48 PM - Forum: General Discussion on PinePhone
- Replies (10)
|
 |
Hi, first of all I apologize because my broken, Tarzan-like English...
The point is however that today I got the PinePhone, which is a
PINEPHONE – “Community Edition: Manjaro with Convergence Package” Limited Edition Linux SmartPhone
and when it was switched on in first time, it asked me to type in password. There was no any possibility to give username, no any alphabetical character, only numbers to press on the screen. I emphasize that this was an absolutely new phone, ordered from the company. What do I do? What is the "default" password in this circumstance, or whatever shall I do?
Actually, why the heck is there are ANY necessity for ANY password in the FIRST OCCASION, in the case of a perfectly new, "fresh-ordered" phone which are just now gotten by the official company?! I cannot deny that I am now rather disappointed, because I feel this is a perfectly unnecessary "ballast", which has no any advantage but it causes extra "pain", angryness and annoyance!
I tryed to search for answer in the wiki, and Google, but vainly.
Thank you guys for all helping reply in advance!
|
|
|
|
| Script to get MMS(!) |
|
Posted by: amindfv - 10-30-2020, 06:26 PM - Forum: PinePhone Software
- Replies (9)
|
 |
I've written a program to get -- though not send -- MMS. In addition, it's an easy way to clear out your modem to receive SMS (to fix https://gitlab.com/mobian1/issues/-/issues/89 and similar issues)
The code is inelegant in a lot of places, so its name reflects that: it's called Janky MMS. My hope is that soon we won't need Janky MMS because we'll have real MMS support on the Pinephone by default (fingers crossed!).
I've been using and developing it for 2 months now on a phone that's my daily driver, and although the implementation is slightly janky, it works great. And socially it's been a lifesaver to be able to get photos and group messages again! ?️
Please enjoy. Code, more details, and install instructions are here:
https://git.sr.ht/~amindfv/janky-mms
(Disclaimer: this is software I trust my own data and daily driver phone to, but I can take absolutely no responsibility for anything bad that might happen. No warranty or fitness for purpose implied, etc etc.)
|
|
|
|
|