Re: how to get SDCARD serial number

2009-07-30 Thread wang yitu
Thanks tamerlan311. You approach is right. I got it. On 7月24日, 下午4时37分, tamerlan311 tamerlan...@gmail.com wrote: adb shell cat /sys/class/mmc_host/mmc1/mmc1:/cid Where is some uniqnumber. On Jul 23, 4:53 pm, wang yitu lit...@gmail.com wrote: Can someone tell me how to get

Re: how to get SDCARD serial number

2009-07-24 Thread tamerlan311
adb shell cat /sys/class/mmc_host/mmc1/mmc1:/cid Where is some uniq number. On Jul 23, 4:53 pm, wang yitu lit...@gmail.com wrote: Can someone tell me how to get the SDCARD serail number in android? very appreciating for the answer.

Re: how to get SDCARD serial number

2009-07-23 Thread Mike Lockwood
Actually we have support for that in android. See getFatVolumeId() in android.os.FileUtils. This requires the following kernel patch in order to work: http://android.git.kernel.org/?p=kernel/common.git;a=commitdiff;h=0cb89e58ee83afb87f57d054c787489602e4502a Mike On Thu, Jul 23, 2009 at 9:05