Can't navigate file explorer properly
Closed this issue · 1 comments
team-orangeBlue commented
Device Type
Windows
Dev Manager Version
1.99.13
Model
OLEDC1
webOS Version
6.3 (03.36.50)
Rooted
Yes
Bug Description
It is impossible to fully navigate the file explorer available in webOS dev manager.
By default, the start path is /home/root, however most files are located outside of this directory (all apps are in /media).
Pressing / in the navigation pane however brings you back to /home/root, instead of the media root directory. This does not happen in a terminal.
NEVER EVER OVERWRITE SYSTEM PARTITIONS LIKE KERNEL, ROOTFS, TVSERVICE.
Your TV will be bricked, guaranteed! See https://rootmy.tv/warning for more info.
root@LGwebOSTV:~# cd /
root@LGwebOSTV:/# pwd
/
root@LGwebOSTV:/# cd ~
root@LGwebOSTV:~# pwd
/home/root
Reproduction Steps
- Open dev manager, connect to TV (ssh-rsa keys used)
- Open file explorer and try to escape /home/root by going to /, return to /home/root
Expected Behavior
File explorer should return to root location
team-orangeBlue commented
Addressed by #349