Here is a thread to help the new people with ADB
1. Turn on ADB
Go to Menu > Settings > Applications > Development > USB Debugging
2. Running ADB
To run ADB, downolad the newest Android SDK and place it in C: and rename it AndroidSDK
SDK Link: Download the Android SDK | Android Developers
Open up command prompt and type
cd c:\AndroidSDK/tools
You are now in
3. Basic ADB commands
ADB push (sends files to your phone) -- adb push c:\example.apk /sdcard/example.apk
ADB pull (Receives files from your phone) -- adb pull /system/app/example.apk c:\example.apk
ADB install (installs application) -- adb install c:\example.apk
adb shell (Begins shell connection with phone)
adb reboot (reboots phone)
adb reboot recovery (reboots phone into recovery)
adb reboot bootloader (reboots the phone into bootloader/the white screen)
adb remount (remounts the system)
4. Commands to run while in ADB Shell
cd (changes directories) -- cd /system/app
ls (lists all files in the directory) -- cd /system/app
rm (removes files) -- rm /system/app/example.apk
cp (copies files) similar to cat -- cp /system/app/example.apk /sdcard/example.apk
cat (copies files) -- cat /system/app/example.apk > /sdcard/example.apk
exit (exits shell) -- exit
Let me know if I was able to help in any way, or if you want to learn how to do more through adb
				
			1. Turn on ADB
Go to Menu > Settings > Applications > Development > USB Debugging
2. Running ADB
To run ADB, downolad the newest Android SDK and place it in C: and rename it AndroidSDK
SDK Link: Download the Android SDK | Android Developers
Open up command prompt and type
cd c:\AndroidSDK/tools
You are now in
3. Basic ADB commands
ADB push (sends files to your phone) -- adb push c:\example.apk /sdcard/example.apk
ADB pull (Receives files from your phone) -- adb pull /system/app/example.apk c:\example.apk
ADB install (installs application) -- adb install c:\example.apk
adb shell (Begins shell connection with phone)
adb reboot (reboots phone)
adb reboot recovery (reboots phone into recovery)
adb reboot bootloader (reboots the phone into bootloader/the white screen)
adb remount (remounts the system)
4. Commands to run while in ADB Shell
cd (changes directories) -- cd /system/app
ls (lists all files in the directory) -- cd /system/app
rm (removes files) -- rm /system/app/example.apk
cp (copies files) similar to cat -- cp /system/app/example.apk /sdcard/example.apk
cat (copies files) -- cat /system/app/example.apk > /sdcard/example.apk
exit (exits shell) -- exit
Let me know if I was able to help in any way, or if you want to learn how to do more through adb
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	



 ort and I have no idea what those would be.
ort and I have no idea what those would be. 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		
 Facebook
Facebook Instagram
Instagram