Jumat, 21 September 2012

Android Apk ►ImageExposer v1.0 (1.0) Android Apk App

ImageExposer v1.0

Requirements By Download Apk Files | Android Apps | Android Market | Androidappsel.blogspot.com: Android 2.3.3 or higher

Overview: ImageExposer requires Superuser and allows you to expose custom disk images instead of the real SD card. It should be usable e.g. for transferring files using the phone over USB while playing music or for preventing people from seeing all the stuff on your sdcard just because you want to take some files home or so.



[break]

To use this, you will have to:

- prepare an empty disk image

- create a partition table in the image

- create a partition and format it as FAT in the image

- copy the image to the android device (if you didn’t create it there)


Then, open the app, “select new image file”, choose the image.


Alternatively (that’s how I did it), you can expose the empty image right after creating it and then do the partitioning stuff from the PC. Creating an empty image is as easy as running this command on Android (using ConnectBot or so):


Code:

dd if=/dev/zero of=<path to the image file> bs=1024 count=<size in KB>


So, for a 100MB image, use something like


Code:

dd if=/dev/zero of=/sdcard/my_image bs=1024 count=102400


This app was written by Jann Horn


More Info:



Code:

https://play.google.com/store/apps/details?id=thejh.imageexposer&feature=search_result#?t=W251bGwsMSwxLDEsInRoZWpoLmltYWdlZXhwb3NlciJd


Download: