Thread
:
N9, "hanging" NOKIA logo.
View Single Post
Macros
2019-09-24 , 12:10
Posts: 260 | Thanked: 1,021 times | Joined on May 2010 @ Near Munich
#
2
If you have access to the filesystem the solution is simple:
chmod +x / usr
With chmod -x you disallowed listing of the directory contents.
With chmod +x you allow listing them.
chmod takes each parameter as argument and tried to remove the listing right from "/" (the root directory) "usr" "share" "sheep" and "startup" files/directories. Only the first two where accessible from the root path so only these two are affected.
If you don't know how to access the filesystem of the N9 take a look here:
https://wiki.maemo.org/N9/N950_Rescue_CD
Additional info: If you chmod -x on a file you forbid execution of it, so a program can not be started anymore. With chmod +x you allow it.
Quote & Reply
|
The Following 2 Users Say Thank You to Macros For This Useful Post:
juiceme
,
peterleinchen
Macros
View Public Profile
Send a private message to Macros
Find all posts by Macros