<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PINE64 - Sxmo on PinePhone]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Fri, 24 Apr 2026 06:34:31 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How to enable the notification LED?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18624</link>
			<pubDate>Sat, 19 Aug 2023 13:59:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=25945">alpineduck</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18624</guid>
			<description><![CDATA[Hello,<br />
<br />
The default sxmo setup on postmarketOS doesn't make any use of the notification LED. I'd like the LED to stay on when there are unread SMS and/or missed calls, how can I enable this? The sxmo port to Arch Linux does provide such notifications, so it shouldn't be much of a big deal, I guess.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
The default sxmo setup on postmarketOS doesn't make any use of the notification LED. I'd like the LED to stay on when there are unread SMS and/or missed calls, how can I enable this? The sxmo port to Arch Linux does provide such notifications, so it shouldn't be much of a big deal, I guess.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Line breaks in SMS log]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18607</link>
			<pubDate>Mon, 14 Aug 2023 17:34:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=25945">alpineduck</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18607</guid>
			<description><![CDATA[Hello,<br />
<br />
Currently giving sxmo a try, I'm annoyed by the SMS log breaking words in order to fit full lines.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">Instead of randomly brok<br />
en words I'd like to hav<br />
e line breaks occuring b<br />
efore or after entire wo<br />
rds...</span><br />
<br />
I redact my messages in the "micro" editor and there I can enable the options "softwrap" and "wordwrap" to get lines to break on spaces only, but I don't know how to configure a similar behaviour for the log. Any idea?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Currently giving sxmo a try, I'm annoyed by the SMS log breaking words in order to fit full lines.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">Instead of randomly brok<br />
en words I'd like to hav<br />
e line breaks occuring b<br />
efore or after entire wo<br />
rds...</span><br />
<br />
I redact my messages in the "micro" editor and there I can enable the options "softwrap" and "wordwrap" to get lines to break on spaces only, but I don't know how to configure a similar behaviour for the log. Any idea?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PostmarketOS sxmo pinephone keyboard keymaps?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16843</link>
			<pubDate>Thu, 16 Jun 2022 09:48:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=25276">afwtioane</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16843</guid>
			<description><![CDATA[How are you supposed to change your keymap? I found this<br />
<a href="https://wiki.postmarketos.org/index.php?title=Sxmo/Tips_and_Tricks&amp;mobileaction=toggle_view_desktop#How_to_change_the_keyboard_layouts.3F_.28wvkbd.2Fwayland.29.3F" target="_blank" rel="noopener" class="mycode_url">https://wiki.postmarketos.org/index.php?...land.29.3F</a><br />
..but it does not explain how to find out what any of these variables mean, or how to find the keymap syntax I am trying to use. <br />
<br />
setxkbmap apparently isn't a thing on wayland and there doesn't seem to be any alternative.<br />
<br />
I discovered setup-keymap just abusing autocomplete. Running it as root, I select colemak and it seems to work perfectly, no errors and its very promising. Until you try to type and nothing has changed.<br />
<br />
I decided the only thing left was to recompile the pinephone-keyboard firmware. I made a hardware remapping to colemak and then while reading the flashing debricking instructions, decided it would probably be better to just ask in the forums before I destroy my equipment<br />
<br />
The only thing I can think of left is kmonad but I would have to recompile it for ARM, and the instructions are frustrating me because there isn't anything called stack in the repos and I am hesitant to go through the process of porting an entirely different package manager just to compile whatever nix is, surely there is a simpler way but if not alright I just want to know for sure.<br />
<br />
Can someone point me in the right direction?]]></description>
			<content:encoded><![CDATA[How are you supposed to change your keymap? I found this<br />
<a href="https://wiki.postmarketos.org/index.php?title=Sxmo/Tips_and_Tricks&amp;mobileaction=toggle_view_desktop#How_to_change_the_keyboard_layouts.3F_.28wvkbd.2Fwayland.29.3F" target="_blank" rel="noopener" class="mycode_url">https://wiki.postmarketos.org/index.php?...land.29.3F</a><br />
..but it does not explain how to find out what any of these variables mean, or how to find the keymap syntax I am trying to use. <br />
<br />
setxkbmap apparently isn't a thing on wayland and there doesn't seem to be any alternative.<br />
<br />
I discovered setup-keymap just abusing autocomplete. Running it as root, I select colemak and it seems to work perfectly, no errors and its very promising. Until you try to type and nothing has changed.<br />
<br />
I decided the only thing left was to recompile the pinephone-keyboard firmware. I made a hardware remapping to colemak and then while reading the flashing debricking instructions, decided it would probably be better to just ask in the forums before I destroy my equipment<br />
<br />
The only thing I can think of left is kmonad but I would have to recompile it for ARM, and the instructions are frustrating me because there isn't anything called stack in the repos and I am hesitant to go through the process of porting an entirely different package manager just to compile whatever nix is, surely there is a simpler way but if not alright I just want to know for sure.<br />
<br />
Can someone point me in the right direction?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hesitant to switch over, but help convince me?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16176</link>
			<pubDate>Mon, 28 Feb 2022 02:27:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20165">elagost</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16176</guid>
			<description><![CDATA[So I've been watching SXMO and I'd love to use it full time, but it just seems like, after a few tries, that it takes so many more clicks and actions to do basic things, and that it's not actually simpler than somthing like phosh.<br />
Am I missing something? I do want to use it (been using sway and i3 on the desktop for &gt;5 years) but it feels like I need that "click" moment to happen. When did it "click" for you?<br />
I do have a keyboard addon - does that make it easier?]]></description>
			<content:encoded><![CDATA[So I've been watching SXMO and I'd love to use it full time, but it just seems like, after a few tries, that it takes so many more clicks and actions to do basic things, and that it's not actually simpler than somthing like phosh.<br />
Am I missing something? I do want to use it (been using sway and i3 on the desktop for &gt;5 years) but it feels like I need that "click" moment to happen. When did it "click" for you?<br />
I do have a keyboard addon - does that make it easier?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[sxmo & php]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15901</link>
			<pubDate>Sat, 29 Jan 2022 18:06:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15462">---</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15901</guid>
			<description><![CDATA[Trying to Make the pine64Keyboard userspace-driver on my Pinephone.<br />
<br />
php keymaps/map-to-c.php keymaps/physical-map.txt keymaps/factory-keymap.txt build/kmap.h<br />
make: php: No such file or directory<br />
make: *** [Makefile:19: build/kmap.h] Error 127<br />
<br />
<br />
Anybody know the appropriate php source?]]></description>
			<content:encoded><![CDATA[Trying to Make the pine64Keyboard userspace-driver on my Pinephone.<br />
<br />
php keymaps/map-to-c.php keymaps/physical-map.txt keymaps/factory-keymap.txt build/kmap.h<br />
make: php: No such file or directory<br />
make: *** [Makefile:19: build/kmap.h] Error 127<br />
<br />
<br />
Anybody know the appropriate php source?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Battery life on sxmo]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15521</link>
			<pubDate>Sat, 11 Dec 2021 11:44:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23992">xark</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15521</guid>
			<description><![CDATA[Hello everybody,<br />
<br />
I am looking into buying pp and using it with sxmo. As I saw with other distros, battery life of pp isn't so great. Mostly because of modem, if I saw correctly? Is it with sxmo the same as it is with other distros? I'm currently spoiled with my old Samsung Galaxy J5(2015) with lineageOS, that can survive up to 12 day, with little usage. Moderate usage I get 7 days sms-ing and calling, with 30% still on battery.<br />
<br />
How it is with heat throttle and cpu speed lowered and battery life?<br />
<br />
If anyone has testes with various scenarion, can report on his findings I would be very happy <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> .<br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hello everybody,<br />
<br />
I am looking into buying pp and using it with sxmo. As I saw with other distros, battery life of pp isn't so great. Mostly because of modem, if I saw correctly? Is it with sxmo the same as it is with other distros? I'm currently spoiled with my old Samsung Galaxy J5(2015) with lineageOS, that can survive up to 12 day, with little usage. Moderate usage I get 7 days sms-ing and calling, with 30% still on battery.<br />
<br />
How it is with heat throttle and cpu speed lowered and battery life?<br />
<br />
If anyone has testes with various scenarion, can report on his findings I would be very happy <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> .<br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[swmo] Phone stays awake after missed call]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15270</link>
			<pubDate>Sat, 06 Nov 2021 13:58:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20540">fdlamotte</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15270</guid>
			<description><![CDATA[Hi,<br />
<br />
I'm trying SWMO for the weekend and sofar it has been a very pleasant experience, with swmo and pmos that I hadn't use as much before ... I might stick with this configuration ...<br />
<br />
I have a little issue though, when I miss a call, the phone awakes from deep-sleep and notifies me but then it stays awake (which is bad because it draws energy).<br />
<br />
The issue does not appear when receiving text messages (the phone wakes and is put to sleep)<br />
<br />
Does anyone issues the same behaviour in swmo ? Is it the same in sxmo ?<br />
<br />
I'll try to dig in the scripts to find how I can make it behave as I want, but if someone has some idea on the subject I'll be]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I'm trying SWMO for the weekend and sofar it has been a very pleasant experience, with swmo and pmos that I hadn't use as much before ... I might stick with this configuration ...<br />
<br />
I have a little issue though, when I miss a call, the phone awakes from deep-sleep and notifies me but then it stays awake (which is bad because it draws energy).<br />
<br />
The issue does not appear when receiving text messages (the phone wakes and is put to sleep)<br />
<br />
Does anyone issues the same behaviour in swmo ? Is it the same in sxmo ?<br />
<br />
I'll try to dig in the scripts to find how I can make it behave as I want, but if someone has some idea on the subject I'll be]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can I get a little help building swmo?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15245</link>
			<pubDate>Tue, 02 Nov 2021 16:48:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=18328">kelbot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15245</guid>
			<description><![CDATA[I'm trying to get swmo installed. I've tried by flasing the sxmo edge and 21.06 postmarketOS/sxmo images, logging in, connecting to wifi, cloning <a href="https://git.sr.ht/~mil/sxmo-build" target="_blank" rel="noopener" class="mycode_url">https://git.sr.ht/~mil/sxmo-build</a>, then running "./sxmo-build-all.sh --wayland". Everything runs through seemingly fine with no errors. But after I reboot I only get a console login and can't use the phone.<br />
<br />
Has anyone gotten this installed and working? Any advice?]]></description>
			<content:encoded><![CDATA[I'm trying to get swmo installed. I've tried by flasing the sxmo edge and 21.06 postmarketOS/sxmo images, logging in, connecting to wifi, cloning <a href="https://git.sr.ht/~mil/sxmo-build" target="_blank" rel="noopener" class="mycode_url">https://git.sr.ht/~mil/sxmo-build</a>, then running "./sxmo-build-all.sh --wayland". Everything runs through seemingly fine with no errors. But after I reboot I only get a console login and can't use the phone.<br />
<br />
Has anyone gotten this installed and working? Any advice?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[sxmo improvements]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14876</link>
			<pubDate>Mon, 13 Sep 2021 00:49:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=22397">unrealb2</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14876</guid>
			<description><![CDATA[Hi there is there anyone else that uses sxmo?<br />
<br />
I was using it on my pinephone for the last two days, and i actually enjoy it.<br />
<br />
The reason I like it is because it seems quicker than all the other operating systems,<br />
<br />
I wonder if there is a way to make the keyboard automatically pop out when using browser or anything. I think if it had this function, it would be a much better experience. Also a automatic power manager for the screen. Gets old to have to manually turn it off. I do like the concept tho.]]></description>
			<content:encoded><![CDATA[Hi there is there anyone else that uses sxmo?<br />
<br />
I was using it on my pinephone for the last two days, and i actually enjoy it.<br />
<br />
The reason I like it is because it seems quicker than all the other operating systems,<br />
<br />
I wonder if there is a way to make the keyboard automatically pop out when using browser or anything. I think if it had this function, it would be a much better experience. Also a automatic power manager for the screen. Gets old to have to manually turn it off. I do like the concept tho.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[your device looks not ready yet]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14858</link>
			<pubDate>Fri, 10 Sep 2021 12:15:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=17131">Uturn</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14858</guid>
			<description><![CDATA[now, sxmo has a alternative window manager, <span style="font-style: italic;" class="mycode_i">wayland</span>, built in. We can choose it in the settings menu. But my sxmo says: your device looks not ready yet. Am I wrong in supposing wayland support is built in with, say, latest edge download of postmarket sxmo?<br />
For example, this one?<br />
<a href="https://images.postmarketos.org/bpo/edge/pine64-pinephone/sxmo/" target="_blank" rel="noopener" class="mycode_url">https://images.postmarketos.org/bpo/edge...hone/sxmo/</a><br />
Actually, I'd say even a older install might receive <span style="font-style: italic;" class="mycode_i">wayland</span> support on update.<br />
<br />
Anybody knows more about that? Do we need to additionally install wayland in sxmo?]]></description>
			<content:encoded><![CDATA[now, sxmo has a alternative window manager, <span style="font-style: italic;" class="mycode_i">wayland</span>, built in. We can choose it in the settings menu. But my sxmo says: your device looks not ready yet. Am I wrong in supposing wayland support is built in with, say, latest edge download of postmarket sxmo?<br />
For example, this one?<br />
<a href="https://images.postmarketos.org/bpo/edge/pine64-pinephone/sxmo/" target="_blank" rel="noopener" class="mycode_url">https://images.postmarketos.org/bpo/edge...hone/sxmo/</a><br />
Actually, I'd say even a older install might receive <span style="font-style: italic;" class="mycode_i">wayland</span> support on update.<br />
<br />
Anybody knows more about that? Do we need to additionally install wayland in sxmo?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[install the moden]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14750</link>
			<pubDate>Wed, 25 Aug 2021 10:32:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=17131">Uturn</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14750</guid>
			<description><![CDATA[for soem reason, the modem does not appear anymore in my PostmarketOS SXMO install. The script <span style="font-style: italic;" class="mycode_i">reset modem</span> seems to work, but if I ask for <span style="font-style: italic;" class="mycode_i">modem info</span>, sxmo displays <span style="font-style: italic;" class="mycode_i">couldn't find moden - is your moden enabled</span>? Now I wonder how to fix that? <span style="font-style: italic;" class="mycode_i">Modem toggle</span> I tried too, changes nothing. (my pinephone has no phone card installed)]]></description>
			<content:encoded><![CDATA[for soem reason, the modem does not appear anymore in my PostmarketOS SXMO install. The script <span style="font-style: italic;" class="mycode_i">reset modem</span> seems to work, but if I ask for <span style="font-style: italic;" class="mycode_i">modem info</span>, sxmo displays <span style="font-style: italic;" class="mycode_i">couldn't find moden - is your moden enabled</span>? Now I wonder how to fix that? <span style="font-style: italic;" class="mycode_i">Modem toggle</span> I tried too, changes nothing. (my pinephone has no phone card installed)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SXMO on Debian]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14722</link>
			<pubDate>Sat, 21 Aug 2021 20:33:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=18906">IVp</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14722</guid>
			<description><![CDATA[If anyone wants to try sxmo on Debian, I made a small <a href="https://codeberg.org/iv/sxmo-debian" target="_blank" rel="noopener" class="mycode_url">script</a> that <span style="color: #000000;" class="mycode_color">should at least get the basics working. Run this script from phosh or ssh after setting up an internet connection on <span style="color: #000000;" class="mycode_color"><a href="https://images.mobian-project.org/pinephone/installer/" target="_blank" rel="noopener" class="mycode_url">Mobian</a> ( I used ...phosh-20210516.img.gz ). </span></span><span style="color: #000000;" class="mycode_color">It's based on an </span><a href="https://github.com/justinesmithies/sxmo-alarm" target="_blank" rel="noopener" class="mycode_url">existing script</a><span style="color: #000000;" class="mycode_color"> to install sxmo on arch. </span><br />
<br />
<span style="color: #000000;" class="mycode_color">Numerous things still do not work. Wifi and (allmost) all on screen input (lisgd and svkbd) work without issues. OTG works, but screen hast to be set up manually. Most apps from the apps list work, but scripts that need sfeed do not. Sound doesn't really work. If you want to have sound, use pulseaudio from the terminal. Suspend doesn't work. Bluetooth is untested. The camera works, because megapixels just works. Modem is untested and most likely doesn't quite work. I want to get sound and suspend (sleep) to work next. </span><br />
<br />
I'm also not sure how long this script will continue to work, since sxmo is moving to tinydm and wayland.]]></description>
			<content:encoded><![CDATA[If anyone wants to try sxmo on Debian, I made a small <a href="https://codeberg.org/iv/sxmo-debian" target="_blank" rel="noopener" class="mycode_url">script</a> that <span style="color: #000000;" class="mycode_color">should at least get the basics working. Run this script from phosh or ssh after setting up an internet connection on <span style="color: #000000;" class="mycode_color"><a href="https://images.mobian-project.org/pinephone/installer/" target="_blank" rel="noopener" class="mycode_url">Mobian</a> ( I used ...phosh-20210516.img.gz ). </span></span><span style="color: #000000;" class="mycode_color">It's based on an </span><a href="https://github.com/justinesmithies/sxmo-alarm" target="_blank" rel="noopener" class="mycode_url">existing script</a><span style="color: #000000;" class="mycode_color"> to install sxmo on arch. </span><br />
<br />
<span style="color: #000000;" class="mycode_color">Numerous things still do not work. Wifi and (allmost) all on screen input (lisgd and svkbd) work without issues. OTG works, but screen hast to be set up manually. Most apps from the apps list work, but scripts that need sfeed do not. Sound doesn't really work. If you want to have sound, use pulseaudio from the terminal. Suspend doesn't work. Bluetooth is untested. The camera works, because megapixels just works. Modem is untested and most likely doesn't quite work. I want to get sound and suspend (sleep) to work next. </span><br />
<br />
I'm also not sure how long this script will continue to work, since sxmo is moving to tinydm and wayland.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[aerc error]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14648</link>
			<pubDate>Thu, 12 Aug 2021 12:41:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23090">petersen77</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14648</guid>
			<description><![CDATA[Hi.<br />
<br />
I'm trying to configure aerc but on configuration page it crashes. Seems that Unix Server is not started. How can I solve it?<br />
<br />
Regards,<br />
Peter]]></description>
			<content:encoded><![CDATA[Hi.<br />
<br />
I'm trying to configure aerc but on configuration page it crashes. Seems that Unix Server is not started. How can I solve it?<br />
<br />
Regards,<br />
Peter]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[using Pure Maps]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14580</link>
			<pubDate>Wed, 04 Aug 2021 06:47:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=17131">Uturn</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14580</guid>
			<description><![CDATA[I installed puremaps. However it will not display the default Mapbox maps, but I can display OpenCycleMaps. Navigation fails however, as does location: No reaction on the auto centering button. After initialization, puermaps shows a blank screen as the default map does not display. When switching from offline to mixed profile, message is: <span style="font-style: italic;" class="mycode_i">loading style failed: HTTP status code 401.</span> If I switch map to OpenCycleMaps, this map will display but no location nor routing will work.<br />
What could be wrong here? <br />
Should I install OSM Scout Server, too - and whalt would be the package name in apk?]]></description>
			<content:encoded><![CDATA[I installed puremaps. However it will not display the default Mapbox maps, but I can display OpenCycleMaps. Navigation fails however, as does location: No reaction on the auto centering button. After initialization, puermaps shows a blank screen as the default map does not display. When switching from offline to mixed profile, message is: <span style="font-style: italic;" class="mycode_i">loading style failed: HTTP status code 401.</span> If I switch map to OpenCycleMaps, this map will display but no location nor routing will work.<br />
What could be wrong here? <br />
Should I install OSM Scout Server, too - and whalt would be the package name in apk?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Files doesnt open items]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14415</link>
			<pubDate>Tue, 13 Jul 2021 05:33:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=18465">hiimtye</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14415</guid>
			<description><![CDATA[using the Files dmenu item doesn't open jpegs, I'm guessing others but I haven't tested<br />
<br />
just flashed latest stable image<br />
<br />
installed eog to try something that for sure adds mime items but no go]]></description>
			<content:encoded><![CDATA[using the Files dmenu item doesn't open jpegs, I'm guessing others but I haven't tested<br />
<br />
just flashed latest stable image<br />
<br />
installed eog to try something that for sure adds mime items but no go]]></content:encoded>
		</item>
	</channel>
</rss>