• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [TUTORIAL] ADB Workout Tutorial for Linux+Windows (100% working)

i think i got the solution
delete that pre loaded file and create a new one
in the list of devices attached you will find b0da700505000150
Well I deleted the one which I created and then went to C:\SDK\tools & applied "android update adb" like I read in your post and it created adb_usb.ini file with the stuff u posted.
I tried adb then & it didn't show my device.
I opened that file again & without deleting anything added 0x1d91 to next line.
And again tried adb and guess what device showed in Connected devices list.
 
sudo gedit /etc/udev/rules.d/99-android.rules

Then paste following in it.(I am writing code for Micromax only,there is a list of all manufactures,if u want I can give it.U can also get it using link at bottom from xda)

#Micromax ----> (1)
SUBSYSTEM=="usb", SYSFS{idVendor}=="1d91", MODE="0666"

Save & Exit.

(2)-----> For ubuntu 11.04,paste this.(i m not sure of this but found in more then 2 guides)


Save & exit.

the first one is needed for Ubuntu versions previous to 11.04 like 10.10, 10.04, 9.10, 9.04 etc. etc.

for version of ubuntu 11.04 the second option is required.
 
QTadb is a graphical tool for adb in linux.

here's link for download. I've used it in linux. It's somewhat ok.

pls check it out and tell.
 
Tested on windows,
Br, any method to copy the logcat to a text file. In Linux I can see the logcat but haven't seen an option to redirect it to a text.

Doc you are ambidextrous (one arm in Linux & other in windozzz)

Please check & tell
 
Br, any method to copy the logcat to a text file. In Linux I can see the logcat but haven't seen an option to redirect it to a text.

Doc you are ambidextrous (one arm in Linux & other in windozzz)

Please check & tell
adb logcat -d > logcat.txt
this will do.
N checking QtADB,will let u know soon.
EDIT:
Oh,sam has already provided link.just saw now.
 
It is a tool provided by Google same like qtadb ...
It will be there in tools folder of android sdk

like akshaybz said it helps in logcat screen shot and file explorer
 
Back
Top Bottom