[TOOL][MAC][WINDOWS]Crazy Android Manager (Via ADB&FASTBOOT) - Android Software/Hacking General [Developers Only]

Crazy Android Manager
adb&fastboot tool for mac and windows.
Version 1.1 :victory:
How to install :
First install ADB from (ADB and Fastboot.zip)
1-Extract zip file
2-Run ADB Install Mac.sh from Terminal (/Applications/Utilities/Terminal.app) and then restart Terminal.
Now drag (Crazy-AndroidManager) and drop it into Application folder.
--------------------------------------
I have a lot of ideas will be added to the next Version.
If you expression any problems
just email me or you have any ideas
for me on how to improve the program
Then please contact me and I will do my best to improve it
------------------------------------------------------------------------------------
Download
Download Link For Mac : https://www.mediafire.com/?gg4co7zjoy7e2aq
Download Link For Windows : Not Ready Yet
---------------------------------------------------------------------------------------

Related

quake 3 install help

Can someone please give me detailed instructions how to install quake 3 on the samsung captivate
You have to be able to sideload applications and/or install non market apps. There are multiple threads on how to do this, which typically also include rooting. Anyway I would
1. Root the phone
2. Install the Phones drivers on PC
3. Download Qwaak3 Arena for your device
4. Unpack the rar file to somewhere on your PC
5. Copy the quake3 folder to sdcard/ (this is the internal SD card NOT the external sdcard/sd)
6. Put your phone in Debug Mode (Settings > Applications > Development > USB debugging)
7. Fire up Droid Explorer and load the APK file (Tools > Manage Packages > Install Package)
I cant install it using a powermac.
I download the apk
I cant open on my mac
I tried to install the apk onto my sd card
The file is there but when i install it and try to open it the game force closes.
Im a noob so I figure Im doing something wrong. I have some experience with installing files like this onto mobiles but new to android. any ideas?
*EDIT: This is for vanilla kwaak3. Not the kwaak3 arena that was pasted in the Captivate Apps forum*
I just got it working on my Captivate. I'm using Win7 64 bit though. You do not need to root to install and play Kwaak3.
Download adb - I got it through the Android SDK (you would only need to install the tools, nothing else unless you were going to develop). Then use adb to install Kwaak3.
List devices:
Code:
adb devices
If you don't have any Android emulators running, it should be the only thing that shows up. It'll be a bunch of letters and numbers followed by the word "device".
Then use adb to install the kwaak3.apk file. The '-s' flag designates which device to use - if you have multiple Android devices plugged in or emulators running.
Code:
adb -s <put your device ID here. It's the string of letters and numbers from above without the brackets> install kwaak3.apk
Then use adb to push each individual .pk3 file onto the sdcard. Use pak0.pk3 from the quake3 demo or from your cd if you own it. Take pak1-pak8 from the Quake3 1.32 point release.
You have to do it individually for each .pk3, for example, pak0.pk3...
Code:
adb -s <device> push <full path to pak0.pk3 without brackets> /sdcard/quake3/baseq3/
Once all .pk3's are in that folder, you're good to go.
Hope that helps.
Link to Android SDK:
http://developer.android.com/sdk/index.html
Link to adb instructions for your reference:
http://developer.android.com/guide/developing/tools/adb.html

[Tool] Peter's BootDorid (Autostart for Android)

==============Discription===========================================================
This is a tool to execute scripts on bootup on your Android Phone
This Tool runs on the PC. It uses adb.
To check the adb connect your Phone to your PC, open a terminal (cmd) and enter:
Code:
adb devices
The Output should look like this:
Code:
List of devices attached
0280414640c133d7 device
Now download (Attach Files) and unzip the tool and start the "startup.bat"
Press 1 to install the App to your Phone
Press 3 to check the installation of the App and to grant root rights
Now you can edit the script by pressing 2
==============Changelog===========================================================
V1 First Working
V1.1 Working on WIN XP (choice)
V1.2 "Implemented" configADB on a very low level
Fixed nonXP "double choice" Bug
==============App Changelog=======================================================
V1 First Working Build
v2 Removed unused testingfunctions
==============Plan===============================================================
V2 Javabased GUI => Support for Linux and Mac
V3 add CRON Support and Codesnippets
==============THANKS TO==========================================================
Serge Gorelsky for the U2WIN.exe
Johannes Jerg for the pressure to finish this.
Google for Android and
Samsung for the i9000

Simple Application Installer

Small and simple android application installer. You choose the directory and no need to download ADB if you already have it.
Description and steps of use and download link

Move ALMOST ALL the APPS to SD (for Non-Rotted DevicesONLY )

Hello!
this guide will allow all of you to move you applications to SD!
For EG : You are not allowed to the facebook app or HTC sync to ur sd card but after you follow this tutorial you will be allow to move them
before you start of you need these things
1.Your Phone :silly:
2.the adb utility Files(if you have SDK MANAGER INSTALLED you can find these under plat-form tools folder) and if you DONT ( you can download them, link are given BELOW )
3.USB CABLE
4.Your USB DRIVERS SHOULD BE INSTALLED
----(This tweak requires Android 2.2 or later)-----
Steps:
1.Enable USB DEBUGGING first..
(Open the Settings screen, tap Applications, and select Development,USB Debugging)
2.Connect Your Phone
(connect your Android device to your computer. Windows should locate the device and install the appropriate drivers automatically. If it doesn’t, you may have to download and install the appropriate drivers from your Android device’s manufacturer. Do not mount the device after connecting it – just plug it in.) ---- (FOR HTC USERS -- SELECT HTC SYNC )
3.if you have downloaded the files from the below link , extract them and open a command window there ( BY HOLDING SHIFT AND RIGHT CLICK >> OPEN COMMAND WINDOW HERE ) . if you already have the SDK MANAGER and Android SDK Platform-tools package installed , browse to the platform tools folder and open a command window there
4.Run the adb devices command and you should see your connected Android device.
5.Type the following command to set the default install location to your SD card:
adb shell pm setInstallLocation 2
6.If you want to revert this change later and install apps to the internal storage by default, just retype the above command and replace 2 with 0
0-Default
1-Internal
2-External
7.Disconnect the Phone .. Enjoy
ADB UTILITY - http://www.mediafire.com/?hovackomfaxbso3
ENJOY :victory:
Next time please search http://forum.xda-developers.com/showthread.php?t=1924054
shortyoko said:
Next time please search http://forum.xda-developers.com/showthread.php?t=1924054
Click to expand...
Click to collapse
REAL SORRY MAN! Didnt Search MY MISTAKE

ADB Tool for Windows

Introduction
I was getting tired of typing all the time the same ADB commands so I wrote a Tool which combines the most useful ADB Commands in a GUI Program so it is easy to use and much faster than typing the commands.
Features
The tool supports all of those functions:
Show current attached devices
Reboot directly to recovery
Reboot directly to bootloader
Flash a zip via Sideload
Install a APK
Make a Backup
Restore the device
Requirements
The ADB and device drivers have to be installed.
It is currently only running on Windows. I am already working on it to run on Linux (maybe it is working with Mono I haven't tested it so far).
Downloads
View attachment 3158773
If there are any Bugs please feel free to contact me!
Created 2015-02-10
Last Updated 2015-02-10

Categories

Resources