Thread
:
how to hide files?
View Single Post
fareed_xtreme
2010-11-03 , 08:43
Posts: 238 | Thanked: 291 times | Joined on Mar 2010 @ London, UK
#
9
Case 1: Hide files from being displayed in media player or photos.
Connect device as mass storage. Create a folder named "Private" (do not use quotes "") Put files in it. Maemo doesnt index folders named Private.
Case 2: Hide files from being displayed in file manager as well in the respective applications.
Open Terminal
Code:
cd MyDocs mkdir .folder cd .folder mkdir Private
Note: Make sure there is a '.' before the start of the name of the first folder and Private as the name for the second folder.
Again, do not use Quotes. Hope it helps.
Last edited by fareed_xtreme; 2010-11-03 at
08:48
.
Quote & Reply
|
fareed_xtreme
View Public Profile
Send a private message to fareed_xtreme
Find all posts by fareed_xtreme