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 - a-wai - 03-10-2020 (03-10-2020, 04:01 AM)RMJ250 Wrote: I used my login name and password, it says it's connected but I still cannot see any Telegram messages, did I set it up wrong?It doesn't get your Telegram history, however you should be able to see your Telegram contacts in the contacts list and start a chat with them. (03-10-2020, 05:51 AM)murak Wrote: USB OTG and even attaching a USB hub as a dock is something I long for so I gently wonder if this is a feature that you, @a-wai , is considering to pursue?This is definitely something I'd like to support yes, just lacking the time to get into it right now RE: debian+phosh running on PinePhone - colin hodsdon - 03-10-2020 (03-09-2020, 11:44 AM)saba Wrote:(03-09-2020, 11:20 AM)parkerwb Wrote: I'm just having the worst luck. New 20200309 image just endlessly boots to splash screen, lights up the LED and then just does it again. Will try ./build.sh.on my first boot it was on the splash screen a long time so i turned it off and restarted. then it booted fully worked fine for me, and works on AT&T RE: debian+phosh running on PinePhone - clover - 03-10-2020 (03-10-2020, 02:57 AM)a-wai Wrote:Here is my hack for SMS Alerts on PureOS. I would imagine it should also work on Debian+Phosh(03-10-2020, 02:21 AM)RMJ250 Wrote: No sound or notification however, can send and receive. I tried playing with sound settings, sound comes out of the speaker but not from textsYou can manually enable (text) notifications for each chat by going to "Chat details", but this is far from being user-friendly, it would be useful to hack chatty to enable all notifications by default https://github.com/pine-clover/text-ding/ RE: debian+phosh running on PinePhone - dukla2000 - 03-10-2020 (03-10-2020, 02:57 AM)a-wai Wrote:(03-09-2020, 11:57 PM)rmgr Wrote: While I'm asking questions - can it create a hotspot?In theory it shouldn't be really difficult to enable, I guess all the plumbing is there and it should only be a matter of installing hostapd and maybe a few other packages (haven't looked into it yet, so can't confirm for now) I installed hostapd and can enable hotspot just fine. But... some background task (?networkmanager?) is still scanning periodically for WiFi connections the PinePhone can connect to. Next time after enabling hotspot it does a scan it also disables hotspot BTW - it is staggering to think of the progress of BraveHeart images in the last 30 days - I have been going round in circles and currently have this image on my eMMC, thank you & keep up the good work RE: debian+phosh running on PinePhone - a-wai - 03-11-2020 (03-10-2020, 12:39 PM)clover Wrote: Here is my hack for SMS Alerts on PureOS. I would imagine it should also work on Debian+Phosh That's an interesting hack, thanks for sharing! However, I'd rather go for a more elegant solution (no offense) such as feedbackd... I thought I had it installed by default, but it turns out I was wrong. Anyway, everyone with the latest image should now be an "apt upgrade" away from sound notifications for text messages (03-10-2020, 06:27 PM)dukla2000 Wrote: I installed hostapd and can enable hotspot just fine. But... some background task (?networkmanager?) is still scanning periodically for WiFi connections the PinePhone can connect to. Next time after enabling hotspot it does a scan it also disables hotspot Hmmm, that's disappointing... Can you please log an issue on gitlab for this? RE: debian+phosh running on PinePhone - dukla2000 - 03-11-2020 (03-11-2020, 03:19 AM)a-wai Wrote:(03-10-2020, 06:27 PM)dukla2000 Wrote: I installed hostapd and can enable hotspot just fine. But... some background task (?networkmanager?) is still scanning periodically for WiFi connections the PinePhone can connect to. Next time after enabling hotspot it does a scan it also disables hotspot Done. I tried to record a video & attach it but failed as can't shrink it under 10Mb. Hopefully the words make sense. RE: debian+phosh running on PinePhone - clover - 03-11-2020 (03-11-2020, 03:19 AM)a-wai Wrote: That's an interesting hack, thanks for sharing! However, I'd rather go for a more elegant solution (no offense) such as feedbackd... I thought I had it installed by default, but it turns out I was wrong.No offense taken. I don't claim to be a linux expert that is just the result of me fiddling around, and i realize its not perfect. im glad there is a more elegant solution now.. is it the new feedbackd update? unfortunately when i did an apt upgrade i got: Code: Errors were encountered while processing: RE: debian+phosh running on PinePhone - lapinus - 03-11-2020 (03-04-2020, 06:11 AM)harvey186 Wrote:(03-04-2020, 02:56 AM)lapinus Wrote:(02-28-2020, 06:45 AM)harvey186 Wrote:and then type sudo kill (weston pid) It does via ssh. I do it all the time in ssh. Also, usb otg doesn't work yet AFAIK RE: debian+phosh running on PinePhone - bcnaz - 03-11-2020 (02-04-2020, 01:20 PM)a-wai Wrote: Hi there!*** March 09, 2020 version : Downloaded to SD card and a lot of the stuff just works.... Phone voice calls ! Can hear and be heard ! Could use a little more volume, and speaker phone is not working yet. Texting works ! Needs a little refining, but it does Function. Tried to do a 'software Update' and it seemed to hang at 39% ? (Phone is getting 'HOT' screen blacked-out, I will give it a few more minutes, then may need to do hard reset pulling battery) add : Did a hard reset, and it seems to be stuck at the start-up screen... but Debian does do it's update downloads at the start-up screen, sooo perhaps it is still 'updating' ? to be continued.... RE: debian+phosh running on PinePhone - a-wai - 03-11-2020 Right, looks like feedbackd broke the upgrade process... As a workaround, here's what you can do: Code: sudo apt update That should (hopefully) solve the issue |