PINE64
Announcing the Mobian project - 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: Announcing the Mobian project (/showthread.php?tid=9850)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: Announcing the Mobian project - a-wai - 05-23-2020

(05-22-2020, 04:03 AM)dukla2000 Wrote: Is there a version of "double tap to wake" in Mobian now? I loved that function in my LG G2 (and I think some versions of Cyanogenmod): I think this phosh version is causing some phone hard locks occasionally? After a long period of no use I get the clock screen appears with the time I last switched off the screen. And no way will slide up work.

The double tap would have to be implemented in phosh, but would cause a number of issues: the touch panel would have to be kept powered on while the screen is blanked, which would draw unnecessary power most of the time, and prevent the phone from going to sleep.
Actually, the touch panel IS currently powered on even with the screen blanked, but it causes a few issues:
- when carrying the phone in your pocket, touch events are received, causing the display to wake up and drain the battery
- these touch events "reset" the idle timer, meaning auto-suspend won't work

All of this is a serious power management issue, and my take is that the touch panel should be powered off simultaneously to the display backlight. I know this makes the "wake on double tap" practically impossible to implement, but this wouldn't work from deep sleep anyway.

That being said, it all needs to be discussed with upstream.

(05-22-2020, 04:03 AM)dukla2000 Wrote: Indeed, is there any way to disable the PIN security? I would probably be happy for a double-tap to take me straight back to my applications and bypass both the slide-up and PIN screens?

Nope, this could be a phosh setting, but it doesn't exist yet.

(05-22-2020, 05:05 AM)eaglecup Wrote: Am I correct in understanding that Mobian does not have drivers for the camera built in yet?

Drivers are there, but for some reason the camera doesn't work yet.


few questions - vanja - 05-24-2020

Hi,
hope this is the right place, didnt want to start a new thread.
Installed debian image from 14May and done apt update apt upgrade - is this the same as downloading latest nightly build? how can I check which version I'm running? lsb_release is not working

- ifconfig is not working, ip is not working (ip a etc) - is there alternative command?
- how to take screenshots?
- battery level is reporting 51% when full, I assume it is known issue
- after 1 minute of inactivity, screen goes blank. is this the same as switching off the screen with power button? or its burning more battery when blank? the screen gets activated with just one touch. is there a way to properly shut off screen after some time?
- software center sometimes reports error: the name org.freedesktop.fwupd was not provided by any .service files


RE: few questions - janw - 05-24-2020

(05-24-2020, 01:24 AM)vanja Wrote: - how to take screenshots?
You can use "grim" to take screenshots. More info at: http://www.janwagemakers.be/jekyll/pinephone/2020/05/02/pinephone-screenshot.html


RE: few questions - colin hodsdon - 05-24-2020

(05-24-2020, 01:24 AM)vanja Wrote: Hi,
hope this is the right place, didnt want to start a new thread.
Installed debian image from 14May and done apt update apt upgrade - is this the same as downloading latest nightly build? how can I check which version I'm running? lsb_release is not working

- ifconfig is not working, ip is not working (ip a etc) - is there alternative command?
- how to take screenshots?
- battery level is reporting 51% when full, I assume it is known issue
- after 1 minute of inactivity, screen goes blank. is this the same as switching off the screen with power button? or its burning more battery when blank? the screen gets activated with just one touch. is there a way to properly shut off screen after some time?
- software center sometimes reports error: the name org.freedesktop.fwupd was not provided by any .service files

settings / power / scroll to the bottom for screen suspend timer.


with the screen on / touch battery icon /becomes off button/ touch it again/ = lock screen or power off


RE: few questions - dukla2000 - 05-24-2020

(05-24-2020, 01:24 AM)vanja Wrote: ...
lsb_release is not working

lsb_release is working fine for me, don't think I installed anything specific to get it to work:

Code:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux bullseye/sid
Release: testing
Codename: bullseye



(05-24-2020, 01:24 AM)vanja Wrote: - ifconfig is not working, ip is not working (ip a etc) - is there alternative command?

Install iproute2

Code:
sudo apt install iproute2



RE: Announcing the Mobian project - paju1986 - 05-25-2020

@a-wai for what i know the ubports edition will have highter memory and gpu clocks for helping with performance, is this enabled on mobian???


RE: Announcing the Mobian project - devrtz - 05-25-2020

(05-25-2020, 05:03 AM)paju1986 Wrote: @a-wai for what i know the ubports edition will have  highter memory  and gpu clocks for helping with performance, is this enabled on mobian???

Don't know about gpu clock, but higher memory clock has issues for some users (see here), so for the moment no higher clocks will be used.


RE: Announcing the Mobian project - a-wai - 05-25-2020

(05-25-2020, 05:03 AM)paju1986 Wrote: @a-wai for what i know the ubports edition will have highter memory and gpu clocks for helping with performance, is this enabled on mobian???

Nope, with the issues pointed out by @devrtz we'll stick to conservative frequencies. Stability first!
(plus, higher frequencies are not exactly the best way to save battery life)


RE: Announcing the Mobian project - dukla2000 - 05-25-2020

(05-25-2020, 01:22 PM)a-wai Wrote: ...
Nope, with the issues pointed out by @devrtz we'll stick to conservative frequencies. Stability first!
...

+1

My lockdown location has 19th century mobile broadband signal (yes I know that is not possible but my operator is trying!) and dubious WiFi: trying to sort all the various instabilities is a PITA.


RE: Announcing the Mobian project - murak - 05-26-2020

Thank you a-wai & Co for your hard work! Mobian is running on my emmc as of today and works great!