I browse HTML cards on my sdcard on my G1 all the time. I usually do it using FilePro, the file browser I downloaded. I usually let it pick the application to open with, it defaults to "HTML Viewer" rather than using a full-blown Web Browser.
Not sure why you want to do it with adb instead. Sure, you can access it, transfer it over (using adb shell commands) to your laptop/desktop and display it there, but trying to display it on the latter from the phone is more trouble than it is worth: you would have to load a text- mode browser like lynx on your phone. On Sep 20, 11:39 pm, "Chaithu.bablu" <[email protected]> wrote: > hi all, > some html files are in my sd card. I am using qualcomm surfs. By using > adb shell commands or > "adb shell am start -n com.android.browser/.BrowserActivity > file://sdcard/example.html" how can i access or open that html files. > Is there any method for accessing sd card files. i need it > immediately. please respond immediately. thank you. > chaithanya T -- 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

