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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 28,153
» Latest member: keensolution
» Forum threads: 15,698
» Forum posts: 114,620

Full Statistics

Latest Threads
Calls: ALSA UCM config no...
Forum: PinePhone Pro Software
Last Post: mikehenson
3 hours ago
» Replies: 2
» Views: 100
Anyone else having CPU ha...
Forum: General Discussion of PinePhone Pro
Last Post: mikehenson
3 hours ago
» Replies: 1
» Views: 18
No wIfI after Mobian upda...
Forum: General Discussion on PinePhone
Last Post: 98cwitr
6 hours ago
» Replies: 4
» Views: 2,200
Android ( Stock or TV ver...
Forum: Android on Rock64
Last Post: Blackheat45
Yesterday, 02:49 PM
» Replies: 4
» Views: 6,375
Android Images (ROCK64)
Forum: Android on Rock64
Last Post: Blackheat45
Yesterday, 02:40 PM
» Replies: 74
» Views: 169,398
Where to find spare parts...
Forum: PinePhone Hardware
Last Post: mdk
Yesterday, 02:12 PM
» Replies: 2
» Views: 65
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
Yesterday, 03:08 AM
» Replies: 26
» Views: 2,640
link for supported pineph...
Forum: Manjaro on PinePhone
Last Post: Eugo
Yesterday, 03:02 AM
» Replies: 3
» Views: 303
power button not working
Forum: General Discussion on ROCKPRO64
Last Post: Vista8720
05-07-2024, 11:26 PM
» Replies: 0
» Views: 38
Moving
Forum: General Discussion on PinePhone
Last Post: traut
05-07-2024, 08:53 AM
» Replies: 4
» Views: 177

 
  QR Scanner
Posted by: ragreenburg - 07-26-2021, 08:39 AM - Forum: Mobian on PinePhone - Replies (13)

I am looking to link up Axolotl with my Signal Desktop client and it requires scanning the QR code and copy/pasting the scanned info into Axolotl. Megapixels shows the code but it is hard to make out, does anyone know how I could save the text from that?


  Cannot upgrade
Posted by: AndyM - 07-26-2021, 01:54 AM - Forum: Mobian on PinePhone - Replies (1)

Sorry if the answer is obvious, but I am new to Deb/Mobian.



Code:
$ cat sources.list
deb http://deb.debian.org/debian bullseye main contrib
$ cat sources.list.d/mobian.list
deb http://repo.mobian-project.org/ bullseye main non-free

$ sudo apt update
Hit:1 http://repo.mobian-project.org bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.


However if I now try to upgrade I get the following list of errors:



Code:
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  locales-all python3-dateutil python3-pil python3-pil.imagetk
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
32 not fully installed or removed.
Need to get 11.4 MB of archives.
After this operation, 14.3 kB disk space will be freed.
Do you want to continue? [Y/n]
Get:1 http://deb.debian.org/debian bullseye/main arm64 python3-dateutil all 2.8.1-6 [79.2 kB]
Get:2 http://deb.debian.org/debian bullseye/main arm64 python3-pil.imagetk arm64 8.1.2+dfsg-0.3 [74.8 kB]
Get:3 http://deb.debian.org/debian bullseye/main arm64 python3-pil arm64 8.1.2+dfsg-0.3 [428 kB]
Get:4 http://deb.debian.org/debian bullseye/main arm64 locales-all arm64 2.31-13 [10.8 MB]
Fetched 11.4 MB in 8s (1,413 kB/s)                                                                                                
(Reading database ... 118132 files and directories currently installed.)
Preparing to unpack .../python3-dateutil_2.8.1-6_all.deb ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: warning: old python3-dateutil package pre-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error processing archive /var/cache/apt/archives/python3-dateutil_2.8.1-6_all.deb (--unpack):
new python3-dateutil package pre-removal script subprocess returned error exit status 1
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3compile", line 32, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error while cleaning up:
installed python3-dateutil package post-installation script subprocess returned error exit status 1
Preparing to unpack .../python3-pil.imagetk_8.1.2+dfsg-0.3_arm64.deb ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: warning: old python3-pil.imagetk:arm64 package pre-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error processing archive /var/cache/apt/archives/python3-pil.imagetk_8.1.2+dfsg-0.3_arm64.deb (--unpack):
new python3-pil.imagetk:arm64 package pre-removal script subprocess returned error exit status 1
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3compile", line 32, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error while cleaning up:
installed python3-pil.imagetk:arm64 package post-installation script subprocess returned error exit status 1
Preparing to unpack .../python3-pil_8.1.2+dfsg-0.3_arm64.deb ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: warning: old python3-pil:arm64 package pre-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3clean", line 32, in <module>
    from debpython import files as dpf
  File "/usr/share/python3/debpython/__init__.py", line 7, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error processing archive /var/cache/apt/archives/python3-pil_8.1.2+dfsg-0.3_arm64.deb (--unpack):
new python3-pil:arm64 package pre-removal script subprocess returned error exit status 1
Traceback (most recent call last):
  File "/usr/lib/python3.9/subprocess.py", line 73, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/py3compile", line 32, in <module>
    from subprocess import PIPE, Popen
  File "/usr/lib/python3.9/subprocess.py", line 80, in <module>
    import selectors
ModuleNotFoundError: No module named 'selectors'
dpkg: error while cleaning up:
installed python3-pil:arm64 package post-installation script subprocess returned error exit status 1
Preparing to unpack .../locales-all_2.31-13_arm64.deb ...
Unpacking locales-all (2.31-13) over (2.31-12) ...
dpkg: error processing archive /var/cache/apt/archives/locales-all_2.31-13_arm64.deb (--unpack):
unable to stat './usr/lib/locale/ml_IN/LC_COLLATE' (which was about to be installed): Invalid argument
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/python3-dateutil_2.8.1-6_all.deb
/var/cache/apt/archives/python3-pil.imagetk_8.1.2+dfsg-0.3_arm64.deb
/var/cache/apt/archives/python3-pil_8.1.2+dfsg-0.3_arm64.deb
/var/cache/apt/archives/locales-all_2.31-13_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Sad Help! - Screen blank after update.
Posted by: Zweitaktmotor - 07-26-2021, 01:02 AM - Forum: UBPorts on PinePhone - Replies (4)

Hi,

I have had UB Ports running on my Pinephone for a year, not as my daily driver, but as a backup phone, also trying out various new apps available.

I kept it on the kernel update channel and everything seemed fine. However, following one of my last updates, the screen goes blank after bootup. Apparently, the phone is running Ubuntu, but the screen does not show anything. How can I fix this?

I would hate having to kill my long-standing installation.

Many thanks for your thoughts on this problem.


  Beta Convergence edition external display?
Posted by: Ferenc - 07-25-2021, 11:45 PM - Forum: PinePhone Software - Replies (3)

Hi

I have a brand new PP Beta Convergence, and I wonder if external display works for somebody.
I have tried all the major OSs, and Megi's latest multi.img, but none of those got me closer to a working external display.
After multiple displays, and docking stations which all work otherwise, I am starting to suspect the hardware.

What I often see in dmesg is "unknown message", and DP state 0x03:

Code:
[ 3281.804404] anx7688 1-0028: received SVID
[ 3281.808389] anx7688 1-0028: recv ocm message cmd=0x27 09 27 03 80 01 ff 05 0c 00 00 3c
[ 3281.808449] anx7688 1-0028: received unknown message 0x27
[ 3281.818932] anx7688 1-0028: recv ocm message cmd=0x19 01 19 e6
[ 3281.818999] anx7688 1-0028: received DP_ALT_ENTER
[ 3283.730685] anx7688 1-0028: DP state changed to 0x03
 

And that wlr-randr can't turn on the HDMI:
Code:
wlr-randr --output card1-HDMI-A-1 --on
unknown output card1-HDMI-A-1


But this directory is present:
Code:
/sys/devices/platform/display-engine/drm/card1/card1-HDMI-A-1/

Any tips on how to debug this further?


  Axolotl on Pinephone
Posted by: CarmeloLabadie - 07-25-2021, 11:36 PM - Forum: Mobian on PinePhone - Replies (1)

I'm using Manjaro with Phosh and I installed the Flatpak of Axolotl, the Signal client. It seemed to install fine but it fails to open when I press the icon. When I tried running it via cl I got the following error output but I'm not sure what it means exactly. Is there any way to fix this? Thanks!

DEBU[0000] [axolotl] NewDataStore
INFO[0000] [axolotl] Starting axolotl ws
DEBU[0000] [axolotl] Using axolotl-web path /app/bin/axolotl-web/dist DEBU[0000] [axolotl] NewDataStore finished
INFO[0000] [axolotl] Loading Chats
INFO[0000] [axolotl] Db setup finished
DEBU[0000] [axolotl] Start Session after Decryption
DEBU[0000] [axolotl] starting Signal connection
DEBU[0000] [axolotl] config path: /home/manjaro/.config/textsecure.nanuc DEBU[2021/07/20 13:24:41] [axoltol] Opening Dialog: getPhoneNumber
DEBU[2021/07/20 13:24:41] [axolotl-ws] send request getPhoneNumber
ERRO[0022] '/home/manjaro/.config/textsecure.nanuc/electron/vendor/electron-linux-arm64/electron' exited with code: -1 INFO[0022] astikit: stopping worker...
DEBU[2021/07/20 13:25:04] [axolotl-electron] main: creating window failed: context canceled DEBU[2021/07/20 13:25:04] [axolotl-electron] open dev tools false
INFO[0022] astikit: worker is now waiting...
[manjaro@manjaro-arm ~]$


  how to install jmtpfs ?
Posted by: flatulent_piney - 07-25-2021, 11:11 PM - Forum: Linux on Pinebook Pro - Replies (5)

I got a new phone with android 10 and now my pinebook cannot see it when I plug in with usb cable.  I did a little searching and several pages mentions that I would need jmtpfs (https://github.com/JasonFerrara/jmtpfs).  I tried modifying the build file to add aarch64 and still cannot build for manjaro.  Not really sure what my next steps would be.  Is there a way to know what is holding up the package build? some dependency that also needs to be built for aarch64?

For anyone interested in what was going on with my phone: I could see the device in file explorer but not access any storage:

No storage media found. Make sure your device is unlocked and has MTP enabled in its USB connection settings.


  No notifications on lock screen
Posted by: DrPlamsa - 07-25-2021, 07:39 AM - Forum: Mobian on PinePhone - Replies (16)

I do not get notifications on the lock screen, despite the fact that this setting is activated in the Privacy settings. The blue LED comes on, but I must unlock the phone to see that there is a notification. For example, open king's cross, enter "sleep 5", then hit the power button. After 5 seconds, the blue LED flashes, but when the lock screen comes up there is no notification.

Is this problem unique to me, or do other people experience it?

(Feature request: The ability to have a third lock screen notification setting, not just on or off, but a setting which allows the *presence* of a notification but not its *content*)


  What do you use for voice chat on Mobian?
Posted by: ragreenburg - 07-24-2021, 10:11 PM - Forum: Mobian on PinePhone - Replies (11)

My phones motherboard just stopped working so I am now forced to use the PP as a daily driver. It's been alright so far but the microphone on the phone is super staticy and it won't work with my bluetooth headset. I can listen to music but can't talk over the phone. I can't get discord on the phone and Axolotl doesn't do phone calls so what other options are there?


  Compiling ayufan mainline - DT-overlay missing
Posted by: Mentaluproar - 07-24-2021, 09:46 PM - Forum: Linux on RockPro64 - No Replies

I’m trying to compile Ayufan’s mainline Linux and I’m missing DT-overlay.  What is missing? I thought you just had to install the needing building tools, clone the git, cp the rockchip-Linux.config, make menuconfig, and then make -j6.  What did I miss?


  Unicode support
Posted by: Bloodaxe - 07-24-2021, 06:43 PM - Forum: General Discussion on PineTime - Replies (1)

Hi, a completely new user here! Big Grin

I just bought my PineTIme, and it's the first product I've ever bought from Pine64. I was wondering if there is any reason for the PineTime to not support Unicode characters? The letters from my native language simply do not show up. Thanks to GadgetBridge I can at least replace those letters with other letters to better understand, but I find it weird that the device doesn't support Unicode.

So my question/point of discussion; Is there a technical limitation or something preventing Unicode-support? If so, what approach could the devs take to possibly support unicode or special characters? Is there any way a non-technical user can help out getting something like this through, or is it on some sort of roadmap already?