Ryan Conrad
Ryan Conrad
**This issue was imported from [CodePlex](http://de.codeplex.com/workitem/8196)** **[camalot](http://www.codeplex.com/site/users/view/camalot)** wrote 2009-07-27 at 08:07 Create a dialog to display information about running processes/services **[](http://www.codeplex.com/site/users/view/)** wrote 2009-08-25 at 18:47 Associated with changeset 41404. **[](http://www.codeplex.com/site/users/view/)**...
**This issue was imported from [CodePlex](http://de.codeplex.com/workitem/8193)** **[camalot](http://www.codeplex.com/site/users/view/camalot)** wrote 2009-07-27 at 08:03 Drag files / folders from Droid Explorer and drop them in an explorer window to copy from the device...
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21131) The SyncPackageToDevice / InstallPackage methods will try to copy the package to /sdcard, hence assuming a sdcard is present. This is not always the case. Instead,...
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21253) ``` public const string TEMP_DIRECTORY_FOR_INSTALL = "/mnt/sdcard/tmp/"; ``` This path may not exist, and may not be able to be created. Need to allow for this...
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21762) the device monitor connection event always states the device is online even if the state of the device is not online. current code has a line...
[Original Discussion](https://madb.codeplex.com/discussions/643730) How complicated would it be to make it work with universal windows app?
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21659) In RawImage.ToImage (RawImage.cs:257), two pixel formats are hard coded. If the screen buffer is 32-bit, ARGB is always assumed; if the screen buffer is 16-bit, RGB565...
[Original Bug Filed on CodePlex](https://madb.codeplex.com/workitem/21787) If you call Device.RefreshProperties, the code fails with an ArgumentException. The GetPropReceiver attempts to add the properties to the Device.Properties dictionary. But if a property...
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21653) The Visual Studio emulator registers as a device with a space in its device name; the following data is passed to CreateDeviceFromAdbData: ``` 169.254.138.177:5555 device product:VS...
[Original Bug on CodePlex](https://madb.codeplex.com/workitem/21658) This is a patch which adds support for adb connect to madbee. Although not listed in https://android.googlesource.com/platform/system/core/+/master/adb/SERVICES.TXT, it is a valid adb command. The implementation can...