debian+phosh running on PinePhone - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: debian+phosh running on PinePhone (/showthread.php?tid=9016) |
RE: debian+phosh running on PinePhone - laserbeamh - 04-07-2020 Thank you both for your replies! @buffer I've just had the images page open and haven't looked at the Pinephone wiki for a while, I had looked through the Chatty Gitlab though, so thank you for pointing that out! Outgoing texts seem to work now, but no dice on incoming at the moment. I looked through the thread you pointed to. The only Verizon mentions were about calls and a post I made, but I'll add one there for visibility! I'll also open an issue on the Chatty Gitlab about the UI issues. @bcnaz I haven't tried hot spot, but data seemed to work okay when I switched on wifi. I'll try data and hot spot and report back! RE: debian+phosh running on PinePhone - bcnaz - 04-07-2020 For attempting to connect to the AT&T data network I have attempted with the wiki suggested settings without any signs of connecting. While using the following, That I found after looking online, I did connect, but received the AT&T message that I "Do Not have a Data Plan" Name : NXTGENPHONE APN : NXTGENPHONE SO I did connect to AT&T data, but was not able to "USE" it. I am not certain this is "correct" but just reporting what I have experienced. Remember : wifi will 'turn off' when you go into data mode RE: debian+phosh running on PinePhone - johns - 04-08-2020 (04-07-2020, 01:08 PM)p1trson Wrote: 4) for apps not scaling properly, temporarily you can :https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/ has worked for me to be able to change the scaling factor on the fly without rebooting (and usually without having to restart phosh even). I don't have the desktop launcher button working yet, but it works to run it from the terminal. RE: debian+phosh running on PinePhone - parkerwb - 04-08-2020 I mean... I love this distro for the PP more than anything, but word of warning... I apt upgraded from the 3/29 image and... you know.... walked away for a bit until it did its thing... and came back to the smell of burning "silicon" and an EG25-G that was so hot to the touch that it burned my finger and I'm honestly happy there wasn't some sort of fire up in that case. Yoikes. No idea why, but watch your upgrades. :-) RE: debian+phosh running on PinePhone - rico - 04-09-2020 Thanks for the advice. I build everyday, so i don't really use update/upgrade. Maybe if you can post your last /var/log/apt/ Just to have a look. RE: debian+phosh running on PinePhone - Concrete_panda - 04-09-2020 I am using "Chats" for Telegram messages. But voice messages come in format "ogg", which I cannot open in Chats. Any advice on that? Is it possible to open it within Chats? RE: debian+phosh running on PinePhone - anjanmomi - 04-09-2020 If anyone is looking for a two factor authentication solution on debian, I wrote a blog post with my solution: https://momi.ca/2020/04/09/totp-pinephone.html RE: debian+phosh running on PinePhone - nas - 04-10-2020 Anyone tried installing anbox? It looks like it should be possible but the current linux header prevents ashmem and binder modules from building. https://superuser.com/a/1464899 https://github.com/anbox/anbox-modules/blob/master/README.md https://forum.pine64.org/showthread.php?tid=8576&page=5 https://salsa.debian.org/zhsj/anbox/-/blob/master/debian/README.Debian https://www.reddit.com/r/bashonubuntuonwindows/comments/eofn5s/run_anbox_on_wsl_2/ RE: debian+phosh running on PinePhone - a-wai - 04-10-2020 (04-09-2020, 02:00 PM)Concrete_panda Wrote: I am using "Chats" for Telegram messages. But voice messages come in format "ogg", which I cannot open in Chats. Any advice on that? Is it possible to open it within Chats? tbh I wouldn't recommend using Chats for anything other than SMS and XMPP (the app is actively developed, but still has major stability & performance issues, not to mention the occasional regression) imho, fractal (for Matrix) and telegram-desktop (for, well, Telegram) are much better alternatives for the time being, I use them on a daily basis on my PP. (04-09-2020, 11:04 PM)anjanmomi Wrote: If anyone is looking for a two factor authentication solution on debian, I wrote a blog post with my solution: Thanks for sharing! I got a request for gnome-authenticator, I hope I can package it in the coming weeks. (if anyone wants to learn Debian packaging this can be a good starting point, and a much appreciated help ) (04-10-2020, 04:03 AM)nas Wrote: Anyone tried installing anbox? It looks like it should be possible but the current linux header package prevents ashmem and binder modules from building. A generic header succeeds but then modprobe complains about the version mismatch. Please report this issue to gitlab with detailed logs of the modules' build failure, probably a few kernel config options missing. RE: debian+phosh running on PinePhone - anjanmomi - 04-10-2020 (04-10-2020, 04:32 AM)a-wai Wrote: Thanks for sharing! I got a request for gnome-authenticator, I hope I can package it in the coming weeks.No problem. I wrote the issue to request packaging gnome-authenticator. I learned how to package debian programs and wrote some packages for gnome-authenticator's dependencies. I got gnome-authenticator to compile. I need to read up on how to send the packages I made to you though. If you have a quick and dirty way, maybe I can send my work to you for you to build off when you have time. I never got gnome-authenticator to run with my .deb packages. Spending the day messing around with flatpak kind of ruined gnome-authenticator for me but it mightve just been flatpak sandboxing issues. |