Jump to content

ADB Monster


cembry90
 Share

Recommended Posts

Hey guys. Here's a nice program I'm working on. It's for people with Android phones, and it allows you to:

Drag and drop

* Install applications (with some error checking)

* Push files to phone (with some error checking)

Reboot your phone with ease

* Reboot

* Recovery

* Boot loader

Change how you access your phone with ADB

* Connect to a phone over wifi (need adbWireless + root)

* Switch back to USB mode

Open the shell within a couple of clicks

Start & stop the ADB server with a couple clicks

Obviously you'll need the Android SDK, which includes the ADB executable. You will also have to add the path to the tools folder to your computer's PATH variable (see below for a short how-to).

I will also be updating this with more features and better error checking for installing applications and pushing files. For now, this should get most people by. The source won't be released for now, but I might reconsider this in the future.

-----

Download

ZIP file

EXE file

VirusTotal scan

File name: ADB_Monster.exe

Submission date: 2010-09-19 05:21:42 (UTC)

Result: 1/ 43 (2.3%)

Antivirus Version Last Update Result

------------------------------------------------------

AhnLab-V3 2010.09.19.00 2010.09.18 -

AntiVir 8.2.4.58 2010.09.18 -

Antiy-AVL 2.0.3.7 2010.09.19 -

Authentium 5.2.0.5 2010.09.18 -

Avast 4.8.1351.0 2010.09.18 -

Avast5 5.0.594.0 2010.09.18 -

AVG 9.0.0.851 2010.09.18 -

BitDefender 7.2 2010.09.19 -

CAT-QuickHeal 11.00 2010.09.18 -

ClamAV 0.96.2.0-git 2010.09.18 -

Comodo 6125 2010.09.19 -

DrWeb 5.0.2.03300 2010.09.19 -

Emsisoft 5.0.0.37 2010.09.18 -

eSafe 7.0.17.0 2010.09.17 -

eTrust-Vet 36.1.7862 2010.09.17 -

F-Prot 4.6.1.107 2010.09.18 -

F-Secure 9.0.15370.0 2010.09.19 Suspicious:W32/Malware!Gemini *

Fortinet 4.1.143.0 2010.09.18 -

GData 21 2010.09.19 -

Ikarus T3.1.1.88.0 2010.09.18 -

Jiangmin 13.0.900 2010.09.18 -

K7AntiVirus 9.63.2552 2010.09.18 -

Kaspersky 7.0.0.125 2010.09.19 -

McAfee 5.400.0.1158 2010.09.19 -

McAfee-GW-Edition 2010.1C 2010.09.18 -

Microsoft 1.6201 2010.09.18 -

NOD32 5460 2010.09.18 -

Norman 6.06.06 2010.09.18 -

nProtect 2010-09-18.01 2010.09.18 -

Panda 10.0.2.7 2010.09.18 -

PCTools 7.0.3.5 2010.09.19 -

Prevx 3.0 2010.09.19 -

Rising 22.65.05.00 2010.09.18 -

Sophos 4.57.0 2010.09.18 -

Sunbelt 6895 2010.09.19 -

SUPERAntiSpyware 4.40.0.1006 2010.09.19 -

Symantec 20101.1.1.7 2010.09.18 -

TheHacker 6.7.0.0.024 2010.09.19 -

TrendMicro 9.120.0.1004 2010.09.18 -

TrendMicro-HouseCall 9.120.0.1004 2010.09.19 -

VBA32 3.12.14.0 2010.09.17 -

ViRobot 2010.9.18.4048 2010.09.18 -

VirusBuster 12.65.13.0 2010.09.18 -

Additional information

-----------------------

MD5 : 0be1604168d2d68ae5a3ca236e550912

SHA1 : c12a84e4b371133a163f289c5926d5ba080c25a1

SHA256: 060ea131f8f0667841822c60e4e9520e338ffe6feedf0d3a6dab8a35a46b6bee

* : This is a false positive.

-----

ChangeLog

2010-09-23 [1.0.4.0]

* Commands : Menu option for 'adb kill-server' and 'adb start-server'.

* Update Pre-view : Allows users to see what has changed before updating.

* Required updates : Some updates will be required. Program will close if not updated.

* Themida : Stopped using Themida on these executables.

2010-09-21 [1.0.3.2]

* Adjusted a logic error that was causing an error message for all file pushing attempts.

2010-09-21 [1.0.3.1]

* Fixed a small typo in the successful push message.

2010-09-21 [1.0.3.0]

* Began packing these executables with Themida for added levels of protection.

2010-09-21 [1.0.2.0]

* Re-implemented notification of file push success.

* Added a change log. A new change log will be download with all future updates.

2010-09-21 [1.0.1.1]

* Removed notification when a file is successfully pushed. Will fix soon.

2010-09-21 [1.0.1.0]

* Added notification when a file is successfully pushed.

* When 'Folder specified is a directory' error is encountered, ADB Monster now asks user if they would like to push the source file after adding a forward slash to the destination.

2010-09-19 [1.0.0.0]

* First release.

-----

ToDo

* Add more functionality for the Android SDK (more ADB commands).

* POSSIBLY release source code in its entirety, for learning purposes. ;)

-----

Images

Posted ImagePosted Image

Posted ImagePosted ImagePosted Image

-----

How to add the tools folder to your system's PATH.

You'll need to do this so this program will work. If you don't then ADB Monster doesn't know how to get to your ADB executable, and thus is unable to run the commands.

1) Right-click on My Computer, and select Properties.

2) Under the Advanced tab, hit the Environment Variables button.

3) In the dialog that comes up, double-click on Path (under System Variables).

4) At the end of this line add a semicolon, followed by the path to the tools directory of the Android SDK.

For example if your old PATH variable was C:\WINDOWS

then you would end up with C:\WINDOWS;C:\path-to-android-sdk\tools

or something along those lines.

Edited by cembry90

AutoIt Stuff:

 

UDFs: {Grow}

Link to comment
Share on other sites

Only one person has a recommendation or comment?

Only one person has an Android phone and uses ADB?

Am I the only one?

Are you just quiet?

Still seeking requests for content.

Take care!

I guess what could we do with it? is what most people are thinking? What could u make it do ?

I honestly dont know ;)

-Runner

Link to comment
Share on other sites

I guess what could we do with it? is what most people are thinking? What could u make it do ?

I honestly dont know :)

-Runner

Maybe I should have explained myself better...

It's for those with Android phones who want to easily install apps and/or copy files to their phone's internal storage.

Mainly for developers and people who have gained administrative rights to their phone (a.k.a. rooted) and want access to the many things their phone can do. ;)

Take care!

AutoIt Stuff:

 

UDFs: {Grow}

Link to comment
Share on other sites

  • 2 years later...
  • 3 months later...
  • Moderators

SETHAILAND,

Welcome to the AutoIt forum. :)

Not a good idea to put your email addresses in clear - I have removed them. The author can post here if he wants to repost the script. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • 3 years later...
27 minutes ago, soloprt said:

the program and source code dont exist anymore does any of you guys have a copy

No one has posted it in the last 4 years since the last request for a repost, seriously doubt that's going to happen after all this time.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...