Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,573
» Latest member: watyqi
» Forum threads: 16,213
» Forum posts: 116,988
Full Statistics
|
Latest Threads |
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: anoduck
1 hour ago
» Replies: 5
» Views: 8,191
|
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 02:03 PM
» Replies: 71
» Views: 31,998
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
09-19-2025, 04:04 PM
» Replies: 3
» Views: 9,824
|
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 3,232
|
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 3,355
|
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 4,422
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 13,396
|
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 5,735
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 8,517
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 24,523
|
|
|
Support says "regulator" on the SBC burned out; how to fix? |
Posted by: dmos - 06-02-2022, 02:20 AM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
- I plug in the pine64 5amp power supply (checked with a multimeter that the power supply outputs 12 volts),
- no green light on the rockpro64 comes on, and no other lights;
- no booting;
- 0 peripherals connected.
I asked support about it, said that it's the "regulator" that's burned out. My warranty's expired.
Is this something I can repair/replace? I'm willing to buy a desoldering kit and replacement electrical components. I do have pine64's soldering iron.
|
|
|
Bookworm Navigation Enabler Script |
Posted by: biketool - 06-02-2022, 12:01 AM - Forum: Mobian on PinePhone
- Replies (2)
|
 |
Before my upgrade to Mobian Bookworm I had a working navigation system able to use the satellite receiver to provide a fix to several meters and I was able to use Pure Maps and Gnome Maps for driving assistance.
Since my clean wipe and upgrade I followed the instructions on the wiki(please document the working fixes you find in the forum on the wiki!!) https://wiki.mobian-project.org/doku.php?id=location but currently do not have working satellite navigation, that is already being solved in other threads.
My thought is that since the Pinephone user community can not directly control the direction Mobian is going or what makes it to the repos we could have a series of moderator endorsed community tested fix-it scripts hosted and stickied on this forum to do things like enable navigation as well as return to stock Mobian settings.
A community built script would not take much effort and would be extremely transparent while taking away the difficulty of users skipping steps in a wiki guide or other errors; being a forum post users can comment directly to the effectiveness of the script and if Mobian upgrades break the script.
Using a community script also makes troubleshooting easier as we can with reasonable confidence know the steps a user has taken and can thus mostly rule out user error.
|
|
|
Lost my second display |
Posted by: WEF - 06-01-2022, 12:35 PM - Forum: General Discussion on Pinebook Pro
- Replies (5)
|
 |
Hi,
Just updated (Shipped Manjaro, Firefox, etc.) and now my second display is not seen in display configuration and does not work anymore. It was working and had been for months. Set up is through the pbp docking station. Was working with HDMI (except no sound), now does not work through HDMI or serial cable. Anyone know how i can get this working again? Display configuration settings are totally greyed out as if there is only a laptop screen.
Like i said this was working literally 15 minutes ago before i did the update (that came out on 5/31/2022 i believe).
I have rebooted and plugged and unplugged and any simple things i could think of.
Thanks in advance for any ideas-
|
|
|
New keyboard issue |
Posted by: sandspur - 06-01-2022, 04:04 AM - Forum: Mobian on PinePhone
- Replies (30)
|
 |
After an update using the graphical application with Mobian my mechanical keyboard does not work. The on-screen keyboard does work, however.
One of the updated files had something to do with the keyboard.
If anyone has experienced the same problem and can offer a suggested fix please do so.
sandspur
lesser wizard
running Mobian bookworm updated 1 June 2022 at 0830 UTC approximately.
|
|
|
Troubleshooting and Understanding MMS |
Posted by: epiii2 - 05-31-2022, 07:44 PM - Forum: General Discussion on PinePhone
- Replies (74)
|
 |
I'm trying to figure out what my options might be for handling incoming MMS messages, with the understanding that they're not really supported by most software at the moment but there are some workarounds in use (like jmms for example). When I try out some test messages I can see the encoded data arrive via SMS and I can extract it to a file, but I'm stuck trying to make use of it because it doesn't seem to be formatted like other examples I see online. Does anyone have any experience they can share?
For example, here's what I see for a few MMS messages I sent myself the other day:
Code: $ mmcli --messaging-list-sms -m 4
/org/freedesktop/ModemManager1/SMS/2 (received)
/org/freedesktop/ModemManager1/SMS/1 (received)
$ mmcli --messaging-list-sms -m 4 -s 2
----------------------------
General | path: /org/freedesktop/ModemManager1/SMS/2
----------------------------
Content | number: XXXXXXXXXX
| data: 000603BEAF848C82983046303633443133454142373030303032413630303030313031008D908A808E0278008805810306977F83687474703A2F2F36332E35352E312E38372F736572766C6574732F6D6D733F6D6573736167652D69643D00891680XXXXXXXXXXXXXXXXXXXX2F545950453D504C4D4E00
----------------------------
Properties | pdu type: cdma-deliver
| state: received
| teleservice id: wap
(Just with the sender and receiver number Xd out.) And I can also dump that data chunk to a file like so and get the binary for that hexadecimal glob:
Code: mmcli -m 4 -s 2 --create-file-with-data message.sms
...but in any case the contents of the binary don't seem formatted the way tools like jmms expect. For example doing a hexdump on another test message:
Code: 00000000 00 06 03 be af 84 8c 82 98 30 35 30 36 33 44 35 |.........05063D5|
00000010 37 42 45 35 33 30 30 30 30 37 34 35 30 30 30 30 |7BE5300007450000|
00000020 31 30 31 00 8d 90 8a 80 8e 02 78 00 88 05 81 03 |101.......x.....|
00000030 06 97 7f 83 68 74 74 70 3a 2f 2f 36 39 2e 37 38 |....http://69.78|
00000040 2e 38 38 2e 31 30 32 2f 73 65 72 76 6c 65 74 73 |.88.102/servlets|
00000050 2f 6d 6d 73 3f 6d 65 73 73 61 67 65 2d 69 64 3d |/mms?message-id=|
00000060 00 89 16 80 XX XX XX XX XX XX XX XX XX XX 2f 54 |....XXXXXXXXXX/T|
00000070 59 50 45 3d 50 4c 4d 4e 00 |YPE=PLMN.|
00000079
So... what is this weird format? The main thing I see is that URL pointing to a Verizon server where I can hypothetically get the contents of the MMS (I think?) but I don't know what these other mostly-binary chunks are, aside from the sender's phone number and /TYPE=PLMN. The Verizon server never seems to respond to me no matter what I send (via wwan0, too, as I've read about elsewhere) but maybe I don't know what I'm supposed to give for the message ID. Any tips?
|
|
|
PPKB with phone; phone dies while charging |
Posted by: SwordfishII - 05-31-2022, 06:47 PM - Forum: PinePhone Hardware
- Replies (1)
|
 |
Hoping someone can help me out.
Running Arch, on my pinephone in the keyboard case. The keyboard case works fine, even got the top row symbols working.
I did megi's echo 1500000 > /sys/class/power_supply/axp20x-usb/input_current_limit
Problem is after using it, I plug it into a charger and the next morning the phone is dead. I have tried 5 different chargers including dumb 2.4a. This has occurred on every distro I have tried (all of them except manjaro).
Any ideas?
Edit: I should add that when not on ac power the keyboard charges the phone just fine, so it doesn't seems to be the pogo pins
|
|
|
Instructions to change the IMEI |
Posted by: kwdevel - 05-31-2022, 12:54 PM - Forum: PinePhone Hardware
- No Replies
|
 |
The other thread was closed before I had a chance to respond, so I'm just going to leave this here instead.
This works on the PinePhone Pro (Explorer). I have not tested on other devices. This works on the Quectel EG25-G modem.
FYI, I'm using Mobian, so you have to stop the modem-manager first or it will cause a conflict with minicom (terminal suddenly stops responding).
This feature is NOT documented in the PDF from Quectel, but it still works.
In a console:
Code: systemctl stop ModemManager.service
Now you can run minicom without it hanging.
Code: minicom -b 115200 -D /dev/ttyUSB2
Inside minicom, to get your current IMEI:
Code: AT+CGSN
860195057712345
To change your IMEI:
Code: AT+EGMR=1,7,"860195057754321"
OK
You can confirm it changed by running:
Code: AT+CGSN
860195057754321
That's it.
|
|
|
|