Hello, By Status, I mean running, working properly, detected but not running, device present but driver not installed etc. Devices, I mean all the hardware devices present in the Android device.
To make it more clear, in windows OS, in the device manager, for each device when we right click and see the properties, we can see the device status there. That is the status I am talking about. We can get the status using the API call in powershell script as shown in the command below. get-wmiobject -class "Win32_PnPEntity" -namespace "root\cimv2" - computername "." My question is how could we achieve it in Android OS? Thanks for the help in advance. Best regards, Rakesh. On Apr 14, 7:07 am, TreKing <[email protected]> wrote: > On Wed, Apr 13, 2011 at 5:59 AM, raki <[email protected]> wrote: > > I want to check if the status of all the devices in my Android tablet are > > the same after reboot. > > What status? > > > I have achieved reboot functionality using Monkeyrunner through > > Jython script. But how can I achieve the device detection functionality? > > What device detection? Detection of what? > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

