your device unless you know what you are doing.
Download this zip file Galaxy S Duos S7562 (Rooting Kit).rar, then extract it and you shall see these 5 files:
the “ID:COM” table
Al-Wahda Mobile Repairing Center is your number one source for cell phone repair. We also repair other devices such as iPods iPads And Tabs.
Al-Wahda Mobile Repairing Center is your number one source for cell phone repair. We also repair other devices such as iPods iPads And Tabs.
Al-Wahda Mobile Repairing Center is your number one source for cell phone repair. We also repair other devices such as iPods iPads And Tabs.
Al-Wahda Mobile Repairing Center is your number one source for cell phone repair. We also repair other devices such as iPods iPads And Tabs.
adb shell su remount rw exit exit
sudo chmod 777 adb
sudo ./adb start-server
echo $PATH (should return the directories associated with $PATH) export PATH=$PATH:/home/user/android/tools (replace with path to your tools directory, you may need to add 'sudo' or 'su' to the beginning of this cmd) echo $PATH (you should now see your tools directory added to the end of the $PATH variable)
adb shell – opens a terminal on your phone. Terminal is like the command prompt of Linux.5.0 - ODIN
adb push – pushes a file to the phone. The syntax is ”abd push *file location on your PC* *Location you want it on your phone*”
adb pull – pulls a file from your phone. The syntax is “adb pull *file location on the phone* *location to be placed on your PC*
adb shell rm – deletes a file from your phone. The syntax is “adb shell rm *location and name of the file to be deleted*. NOTE: adb shell rm -r is a recursive deletion and can cause damage to your ROM and phone. Make sure you know what you are doing if told to do an rm -r.
adb devices – lists all connected Android phones.

