Hi. I'm trying to play around with the external sd card (fat32
formatted) file system. I'm trying to read the sector size, sector per
cluster...etc so that I can search for deleted file like those popular
undelete software. I am able to do this under windows using cpp when I
connect my phone to my pc through USB but no luck through java
(ecclipse) + jni (cpp). i tried opening the path "/sdcard" "/dev/sda"
"/dev/sdb" "/mnt/sdcard/external_sd". some fails to open while some
(like /sdcard/ /mnt/sdcard/external_sd) give me data that is
definately not fat32 stuff (and it changes with different read). And
yes I'm rooted and my test android app is in the su list and running
with su rights (else i wont be able to open /sdcard even)

anyone have any idea how to open on the external sd for low level
reading?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to