Re: FYI: How to reliably identify an Android Tablet microSD Card

2018-12-20 Thread Bob Sneidar via use-livecode
Interesting approach. Of course, the downside is that if anything changes, the method becomes ineffective for that new device or for all andriods if the change is fundamental enough. Bob S > On Dec 19, 2018, at 03:37 , Peter Reid via use-livecode > wrote: > > FYI > > I've managed to put t

FYI: How to reliably identify an Android Tablet microSD Card

2018-12-19 Thread Peter Reid via use-livecode
FYI I've managed to put together some code that reliably locates the microSD card in 4 very different Android-based tablets. The approach involves 3 different methods: 1. Search for a known folder on the SD card starting in the standard "/mnt" folder using a breadth-first search strategy. 2.