Top 14 Apps Similar to USBAdb

ADB Control for Root Users
Pixplicity
Quickly enable or disabledebugmode!Allows you to toggle the Android Debug Bridge (ADB)withoutdisconnecting from USB or heading into the developer menu.Perhapsyour device's debugger occasionally stops responding? Noworries,restarting it is done in a jiffy!This app often resolves launch errors such as:• com.android.ddmlib.SyncException: Too many open files• java.io.IOException: Unable to open sync connection!Includes a simple interface and two widgets.Supported on all rooted devices from Android 2.1 up.Requiresroot permissions.
WiFi ADB - Debug Over Air
MetaCtrl
Debug/test apps on device over theair,wireless, no cable. Must-have developer tool.WiFi ADB makes it easy to debug/test your Android apps directlyondevice via WiFi TCP/IP connection. No need to use USB cable.Afterenabling ADB over WiFi, to connect your computer to the deviceopenthe console and runadb connect ip_address_of_the_deviceREQUIREMENTSThis app works on ROOTED devices only. If you don't knowwhatit means or your device is not rooted please don't install.Usersalso need to grant this app su permission when beingasked.FEATURES★ Quickly enable/disable ADB connection over WiFi TCP/IP★ Auto-enable ADB over WiFi on configured known SSIDs★ Once enabled an entry is added to ongoing notification bartoremind user that ADB over WiFi is active and make it easytodisable it manually★ The app icon can be put on status bar at all time for quickaccess(better than home screen widget, IMO)★ Temporarily increase screen-off timeout. Nine times out of 10thisis what users want during development of an Android app andtestingit on device. The original screen timeout value is restoredwhen ADBover WiFi is disabled again.★ Temporarily lock WiFi, prevent it from going into sleep mode(howeffectively it works depends on device and Androidversion)★ Also acts as Tasker/Locale plugin. You can configureTasker/Localeto automatically turn on/off WiFi ADB based onotherconditionsTIPS★ If your development computer is Unix/Linux or Mac open aconsoleand runwhile true ; do adb connect phone_ip_address ; sleep 15 ;doneThis one-liner auto-reconnects to ADB daemon on the phone everytimethe link is broken for whatever reason.★ If you control the WiFi router, configure it to give the phonethesame IP address every time. Then assign a local DNS hostname tothatIP address so that you don't have to type an IP addresswhichchanges everytime in the console.IN-APP PURCHASEThis app requires in-app purchase permission. This is for userstomake donations to the app developer. Donations are voluntary andinfact do not add any extra features. But if you want tosaythank-you with your wallet, you can. (Thanks!)
USB Mount All 1.32
* Requires root and BusyBox**************************************************Try the TEST version before purchasing. If the TEST versionlistsyour devices and shows you the disk types and sizes, thenit'sworking perfectly. The TEST version will not let you mountanythingfor use. You can download the test versionat:http://www.interphaze.com/files/USB_Mount_All_Test.apk**************************************************Mount multiple drives and drive partions on yourHoneycombtablet. Makes all your data available.Supports ext2, ext3, ext4, ntfs and fat32 filesystems. Canaccessprimary and extended partitions. You can select whichvolumes youwish to mount, or mount all volumes with a singleclick.Also allows you to mount the exernal Micro SDCard in theabovementioned formats.STAR FEATURE: Allows you to mount the drives inside theinternalsdcard directory. Allowing access to the external sdcardand usbdrives to apps that normally can't access them!Tested on Acer and Xoom. Please test your device using theTESTversion mentioned above. If you don't see disk types and sizeswiththe test version, then this version will not work either.
USB Device Info
Get information about currently plugged-in USB devices.
USB Serial Terminal Lite 1.5
hosun lim
Smart phones serial terminal program.
Usb Host Controller 1.10
SztupY
Take control over your connected USB devices with this application!
USB Debug 3.2.31
Duck Software
Usb Debug is a simple application which allows to turn ondeveloperoptions.
APK Installer 8.6.2
APK Installer - the better app manager for Android.
ADB Connect 1.0
ANKIT APPS
★★★Rooted Devices Only★★★Debug/test apps on device over the air, wireless, nocable.Must-have developer tool.WiFi ADB makes it easy to debug/test your Android apps directlyondevice via WiFi TCP/IP connection. No need to use USBcable.After enabling ADB over WiFi, to connect your computer to thedeviceopen the console and runadb connect ip_address_of_the_deviceREQUIREMENTSThis app works on ROOTED phones only. If you don't know whatitmeans or your phone is not rooted please don't install.Rootedphone users also need to grant this app su permission whenbeingasked.FEATURES★ Quickly enable/disable ADB connection over WiFi TCP/IP★ Auto-enable ADB over WiFi on configured known SSIDs★ Once enabled an entry is added to ongoing notification bartoremind user that ADB over WiFi is active and make it easytodisable it manually★ The app icon can be put on status bar at all time for quickaccess(better than home screen widget, IMO)★ Temporarily increase screen-off timeout. Nine times out of 10thisis what users want during development of an Android app andtestingit on device. The original screen timeout value is restoredwhen ADBover WiFi is disabled again.★ Temporarily lock WiFi, prevent it from going into sleep mode(howeffectively it works depends on device and Android version)TIPS★ If your development computer is Unix/Linux or Mac open aconsoleand runwhile true ; do adb connect phone_ip_address ; sleep 15 ;doneThis one-liner auto-reconnects to ADB daemon on the phone everytimethe link is broken for whatever reason.★ If you control the WiFi router, configure it to give the phonethesame IP address every time. Then assign a local DNS hostname tothatIP address so that you don't have to type an IP addresswhichchanges everytime in the console.
WiFi LAN ADB - No Need For USB 1.0
MBH
LAN WIFI ADB allows you to Debug/test yourappson device over the air, wireless, and even using LANconnection. Noneed for USB.LAN Wifi ADB will make your life easier with the ability totestand debug your Android Apps without connecting your USB. Itwilluse TCP/IP over WiFi or even LAN connection.This tool is Must-Have for every Android developer.Why LAN?I worked on a project that connects android to network using LAN.Itried the usual way to debug over LAN, it did not work. Idecidedto do my own. LAN WiFi ADB is the result.HOW TO DO IT?so simple:1- Connect your android device to LAN or WiFi.2- MAC: go to terminal and write the command written insidetheapp.Windows: go to CMD and write the command written insidetheapp(adb connect your_device_ip_address:5555)3- Start DEBUGGING AND TESTING!NOTE: (Computer and Android device should be connect tosamenetwork)WHAT SHOULD I HAVE BEFORE I START ?→LAN WiFi ADB works only when the device is ROOTED. Youmaygoogle Android Root and you will find many resourcesaboutit.→Android device connected to WiFi or LAN.→USB debugging should be enabled from Settings ->Developeroptions.FEATURES:→ Debug/Test over LAN or WiFi→ NO SETTINGS REQUIRED! Simple as it should be!→ Once enabled, Sticky notification will show up for quick andeasyaccess to disable button within the app.→ It will not change any of your current WiFi, LAN, or ScreenTimeout settings. Leaving the freedom to you to change settings asyoulike.→ Light Material-Design interface.→ Supports old SDKs. Down to Android SDK v9HAPPY PROGRAMMING
USB Host Diagnostics 1.3
Chainfire
Determines your device's USB host capabilities
USB Serial Monitor Lite 1.1.7
ksksue
It's a very simple USB-Serial Monitor.* I tested CDC-ACM with Arduino UNO, MEGA, mbed.test report : NXP LPC1769(thanks to mark)When you connect a CDC-ACM device to Android, please selectMenu-> Open Device.If you have checked operation, please send me message.e-mail:[email protected] support CDC-ACM protocol(Arduino, mbed,PSoCetc.)(beta)New!- support FTDI chips- Baud rate (1200 - 115200 bps)- Data bits, Parity Check, Stop bits, flow control,breakoptions(not support in CDC-ACM)- Display in character/decimal/hex notation.- send a result by e-mail- send/receive Linefeed code(CR/LF/CR+LF)- font size optionYou can connect Android to Arduino UNO.And if you have an FTDI USB-Serial adapter(FT232RL),anymicrocomputers can be connect to Android by usingthisapplication.Connection ExamplesAndroid--Arduino UNOAndroid--[USB-Serial Adapter]--MicrocomputerUSB-Serial adapterSparkfun - FTDI Basic Breakoutsupport FTDI chips- FT232RL- FT230XFAQQ: Why my phone/tablet(Android 3.1 or upper) is incompatible?A: Maybe, your phone/tablet does not have a USB HostAPIfeature.Q: But my phone/tablet supports a USB thumb drive, USB mouseandUSB keyboard.A: It's not a USB Host API. It's a Linux USB Host. Please checktosee if your phone/tablet have a USB Host API.Q: Can I get binary or source code?A: Yes, It's open source. Please check my github page.Q: How much max output current is?A: smartphone type : 150 - 180mA(Galaxy Nexus, Galaxy S2)tablet type : 400mA - 500mA? (ICONIA A500, Nexus 7)GithubFrontendhttps://github.com/ksksue/Android-USB-Serial-Monitor-LiteLibraryhttps://github.com/ksksue/FTDriverContactTwitterID: @ksksue
Memo Widget Simple 3.0
Fm Eggplant
Simple handwritten memo widget. Paste memo to the home screenusingthe widget.
Paragon exFAT NTFS USB Android 3.6.0.3
Paragon exFAT/NTFS Android is themostconvenient non-root method for transferring files betweenAndroiddevice and exFAT, NTFS, FAT32 or HFS+ formatted USBflashdrive.This app only works in tandem with Total Commander,Androidversion of the popular desktop file manager, and viaUSBOn-The-Go.Download Total Commanderat:http://play.google.com/store/apps/details?id=com.ghisler.android.TotalCommander.NO ROOT access required!This application provides instant access to USB memory, eitheryouneed a quick file look-up or you want to watch amovieoffline!Supported USB file systems available via in-app purchase, plusyoucan evaluate the app functionality with free, two-daytrialmode:• NTFS: $2.99• exFAT: $4.99• HFS+: $2.99• FAT32: $2.99• All file system support pack: $9.99HOW IT WORKSInstall Total Commander and Paragon exFAT/NTFS apps on yourdevice,connect USB flash drive via USB OTG and mount the filesystemsupport you need to access the USB data.YOUR FEEDBACK IS VERY IMPORTANT!Having issues using the app? Visit Troubleshooting section,designedto answer your questions. In case of functionality errors,you mayalso choose the "Send debug info" option.Still need assistance or have any feature requests, please emailusdirectly at [email protected] thanks in advanced for evaluating our software!If you have donated, please contact [email protected] to gain free access to NTFS, HFS+andFAT32. Attach payment confirmation to your supportrequest.PRIVACY POLICY:https://www.paragon-software.com/privacy.htmAbout Paragon SoftwareParagon Software Group is an innovative software developerfocusedon two dynamic growth markets. The company's comprehensiveproductline for the data storage market addresses the needs ofdatasecurity, storage, and management for PCs, servers, andnetworks. Asecond portfolio of products focuses on mobileproductivityapplications for handheld devices. Founded in 1994,ParagonSoftware Group has offices in the USA, Germany, Japan,Poland,Russia, and China, delivering solutions to consumers,smallbusiness, and enterprise clients worldwide through a networkofValue Added Resellers, distributors, and OEMs as well asonlinethrough the company website. Paragon Software Groupprovidestechnology to a host of world class companies andpartnersincluding Cisco Systems, Dell, HP, Western Digital Corp.,ASUS,Seagate, LG Electronics, Logitech, Buffalo, Acer,EMC/Iomega,Siemens, Lenovo, Microsoft, Motorola, Nokia, and others.For moreinformation please visit the company websiteathttps://www.paragon-software.com/technologies/universal-file-system-drivers/