Search


To get FREE & exclusive emails insert your email-id here

email id:



Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Monday, September 9, 2013

File system structure layout of linux and Android explained

Android is built upon Linux. The way files and folders are organized in Linux/android is different from that in Windows. (I'd say it is better in Linux)

To begin with there is root. Represented by "/"
Root folder is the root of everything, the basic, the foundation, the sum total of all folders.
Rooted on the root folder is a tree of folders.
These are represented like "/system" or "/bin"
That means, the system folder is inside the root folder, so is the bin folder and so on.

When running Linux my home folder is in "/home/akshay"
My desktop files are in "/home/akshay/Desktop"

If I insert a pen drive, it gets "mounted" on to some "branch" of the "tree" eg: "/media/akshay/Transcend"

In android phone you don't get to insert pen drives. But you have sdcard! These can get mounted similarly to some branch. In my phone, sdcard's mounted at "/mnt/sdcard".
So, the external memory seamlessly merges with your internal memory. (Everything is in "/". But things inside "/mnt/sdcard" are actually stored in SD card. Things inside "/mnt/sd-ext" are stored in external storage...)

Thus, every folder on your device is under a single hierarchical order (unlike in windows where you have C:, D:, C:/Users/akshay, I:/lost/count)

PS: If you want to actually see the root folder, and its hierarchy, you'll need a good file manager on your phone. I recommend "ES File Explorer" for all its added functionalities.

Saturday, January 12, 2013

How to make whatsapp profile pictures appear in gallery and set them as contact icon

Whatsapp stores its cache of profile pictures of your friends in the whatsapp folder of sdcard. But this is by default hidden from gallery.

To make them appear in gallery, run a file manager application like ES file explorer, and navigate to /sdcard/whatsapp/profile pictures
Here, you can see all the images (and copy if you want). Now go down and delete the file ".nomedia"

If the file is not visible, go to Settings in es file explorer, and in file Settings check show hidden files. You can find and delete the ".nomedia" file now.

And now you can set these images as contact icons by following the normal steps.

Extra tip: you can create a ".nomedia" file in any folder of your choice and the audio, video and image files of that folder will be hidden from the Android system.

Drop me a comment if anything is missing


Don't forget to visit and follow


BLISSFUL LIFE