Closed Herrie82 closed 10 months ago
Ah, maybe, I'll check who actually does the popup window Edit: looks like it's also managed by our systemui app: https://github.com/webOS-ports/luna-systemui/blob/webOS-ports/master/app/StoragedAlerts/StoragedAlerts.js
@tofee Hmmz OK not sure then what's up.
I do get the popup on Touchpad. However, it's expected that it doesn't work on mainline devices, we don't have any support for these yet.
Then, https://github.com/webOS-ports/enyo-1.0/pull/23 should fix the popup behavior. However, note that mtp-server is still not started after clicking on the button.
It seems the mtp-server systemd unit is missing:
sh-5.1# systemctl start mtp-server
Failed to start mtp-server.service: Unit mtp-server.service not found.
Fixed with https://github.com/webOS-ports/meta-webos-ports/pull/668
@codepoet80 ^
Describe the bug MTP mode is no longer showing on devices
To Reproduce Connect via USB, MTP popup should show, however it doesn't
Expected behavior MTP popup to show and able to go into USB mode.
Screenshots If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context Probably got broken somewhere in recent updates