var fDesc=new Array(); fDesc[0] = "The Droid Explorer is a small tool to manage your rooted android device with the simplicity of Windows Explorer.
Looking for a Mono developer to branch the DroidExplorer.Core library and develop a UI that works under Mono. Everything in the DroidExplorer.Core should work ok under Mono.

Features:
- Multiple Device Support
- Copy and auto-apply update.zip
- Copy local files to device
- Auto detection of connected/disconnected device
- APK file icon and extended information
- Device command shell window
- Reboot device
- Reboot device in to recovery mode
- Open files for viewing / execution locally with the default file type executable
- Drag & Drop file copy from Explorer
- Flash Recovery Image
- Package Manager (Install & Uninstall)
- No need to mount SD card to access files from computer
- Access files in other directories besides SD card
- Copy files from device to local clipboard
- Paste files from local clipboard to device
- Open files on local machine
- Display open with dialog to specify what to open a file with
- Right click APK and Uninstall
- Right click APK and Install
- Delete files from device
- Take a Screen Shot (landscape or portrait)
- Plugins can register as a component to open files
- Open from within Computer
- Should now work with more ROMs as long as they are Rooted and have busybox
- Device "Friendly Name" instead of device serial number.
- Android Screencast Plugin - Control your android device with your mouse and keyboard
- Install/Uninstall APK files right from explorer
- Standalone plugin runner (will mainly be used for windows 7 jump lists and the apk installer but can be used to run any plugin.
- Better Hero Support
- Backup the "Google Experience" applications and creates an update.zip containing the applications

Requirements
For Use

- Windows XP or later
- .NET Framework 3.5 SP1
- Windows USB Drivers
- Rooted Android Device with busybox installed in the PATH
- USB Debugging Enabled on Device

For Development

- .NET Framework 3.5 SP1
- WiX 3.0.5419.0 or later
- MSBuild Community Tasks 1.1 or later"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }