Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > Micromax A70 > A70 - All Things Root



Reply
 
LinkBack Thread Tools
Old November 28th, 2011, 04:06 AM   #1 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Post [TUTORIAL] ADB Workout Tutorial for Linux+Windows (100% working)

I found many having difficulty in getting adb working especially in linux so created this seperate fullproof thread as tried,tested & working method to get adb working.

This method can also be used for other Android phones which are not supported by google drivers (so called third party usb vendors).Replace 0x1d91 with your device vendor id.If u don't know vendor id then ask here I will guide u how to know vendor id.
If u don't have usb drivers for your device then also ask me I will guide how u can modify google usb drivers to use with your device.

Now let's talk of Micromax A70:

WINDOWS 7:

Drivers for Micromax A70- Micromax A70 USB Driver.rar

Install JDK and Android SDK and update SDK.(google if u want to know how)

Turn on USB Debugging in phone in Settings>Applications>Development

Connect phone to PC & install drivers
Your pc may not find the drivers so go to Device Manager n Update Driver n choose location of the downloaded drivers.

Now Most important part.

Create adb_usb.ini file in C:\Users\YOUR USERNAME\.android folder and add following to the file.


0x1d91

(filename is adb_usb.ini, if u already have that file then delete it & create new one OR u can add 0x1d91 to next line without deleting anything in file.)

Save the file and exit.


OR

Download this adb_usb.ini file n place it in C:\Users\YOUR USERNAME\.android

Now open command prompt and navigate to platform-tools directory of android sdk.
Type "adb devices" without quote and hit enter.

Your Micromax A70 will show up in connected devices for sure.
No need to install 91pc suite anymore.


WINDOWS 7 64bit:

Same steps of above 32bit system but I added this to avoid Driver not signed problem at boot which forced to use F8 option to disable driver signing check.

Driver Signature Enforecement Overrider

This software will take care of this issue.How-to is also on the download page.U can download it here-
Download Driver Signature Enforcement Overrider 1.3b Free - Use this tool to easily bypass the Driver Signature Enforcement in both 32-bit and 64-bit version of Microsoft Windows Vista - Softpedia

LINUX (Ubuntu):

Install JDK and SDK. (i will provide link to install jdk 7 which i used)
JDK- How To Install Oracle Java 7 (JDK) In Ubuntu ~ Web Upd8: Ubuntu / Linux blog
SDK-
Download tar.gz package & extract it.
In terminal

cd /home/user/extracted_folder/android-sdk-linux_x86/tools
./android

Download all necessary packages by clicking on "Available packages" and checking "Android Repository". Then click on "install selected" button and another window will pop up. Check "accept all" and click on "install" button. Wait and you will have all SDK packages installed,adb too.

Code:
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
SUBSYSTEM=="usb", SYSFS{idVendor}=="1d91", MODE="0666"

Now, use following instead so u will also get fastboot working alongwith adb.

#ADB on Micromax A70
SUBSYSTEM=="usb", SYSFS{idVendor}=="1d91", MODE="0666"
#fastboot on Micromax A70
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"

Save & Exit.

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

SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d91" TEST=="/var/run/ConsoleKit/database", RUN+="udev-acl --action=$env{action} --device=$env{DEVNAME}"

Save & exit.

FOR UBUNTU 12

#ADB on Micromax A70
SUBSYSTEM=="usb", ATTRS{idVendor}=="1d91:0009", SYMLINK+="android_adb", MODE="0666" GROUP="plugdev"
TEST=="/var/run/ConsoleKit/database", \
RUN+="udev-acl --action=$env{action} --device=$env{DEVNAME}"
#fastboot on Micromax A70
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1:0009", SYMLINK+="android_fastboot", MODE="0666" GROUP="plugdev"
TEST=="/var/run/ConsoleKit/database", \
RUN+="udev-acl --action=$env{action} --device=$env{DEVNAME}"

save & exit.

Code:
sudo chmod a+rx /etc/udev/rules.d/99-android.rules

sudo service udev restart

sudo gedit .bashrc
At the end paste this-

export PATH=${PATH}:/home/YOUR-USERNAME/android-sdk-linux_x86/platform-tools

(this may change according to your android-sdk directory)

Code:
source ~/.bashrc
Now the most important part, again at Terminal,

Code:
mkdir -p ~/.android && echo 0x1d91 > ~/.android/adb_usb.ini && adb kill-server && adb devices
Viola!!!

Trust me,if you follow all steps properly adb will work for sure.

HIT THANKS IF IT HELPED...

mastermind1024 is offline  
Last edited by mastermind1024; May 25th, 2012 at 10:28 PM. Reason: Updated udev rules for Ubuntu 12
Reply With Quote
The Following 7 Users Say Thank You to mastermind1024 For This Useful Post:
adityadeva (November 30th, 2011), ninadchaudhari (March 7th, 2012), songoku (November 29th, 2011), sourru250 (May 16th, 2012), sunil90 (February 13th, 2012), surjeet s (March 5th, 2012), varun.chitre15 (November 29th, 2011)
Sponsors
Old November 29th, 2011, 07:05 AM   #2 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Cool it works(Windows 7)
varun.chitre15 is offline  
Reply With Quote
Old November 30th, 2011, 01:51 PM   #3 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

Problem:

No command 'adb' found, did you mean:
Command 'cdb' from package 'tinycdb' (main)
Command 'gdb' from package 'gdb' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'zdb' from package 'zfs-fuse' (universe)
Command 'mdb' from package 'mono-debugger' (universe)
Command 'kdb' from package 'elektra-bin' (universe)
Command 'tdb' from package 'tads2-dev' (multiverse)
Command 'pdb' from package 'python' (main)
Command 'jdb' from package 'openjdk-6-jdk' (main)
Command 'ab' from package 'apache2-utils' (main)
Command 'ad' from package 'netatalk' (universe)
adb: command not found

My ubuntu 11.04 doesn't recognize ADB!
akshaybz is offline  
Reply With Quote
Old November 30th, 2011, 02:45 PM   #4 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by akshaybz View Post
Problem:

No command 'adb' found, did you mean:
Command 'cdb' from package 'tinycdb' (main)
Command 'gdb' from package 'gdb' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'zdb' from package 'zfs-fuse' (universe)
Command 'mdb' from package 'mono-debugger' (universe)
Command 'kdb' from package 'elektra-bin' (universe)
Command 'tdb' from package 'tads2-dev' (multiverse)
Command 'pdb' from package 'python' (main)
Command 'jdb' from package 'openjdk-6-jdk' (main)
Command 'ab' from package 'apache2-utils' (main)
Command 'ad' from package 'netatalk' (universe)
adb: command not found

My ubuntu 11.04 doesn't recognize ADB!
did u updated your sdk?if not then 1st update it coz adb is not provided in tar.gz package of sdk.
@terminal, cd to android-sdk/tools and run ./android
this will open avd & sdk manager, install all available packages.
I had this problem earlier n solved by updating sdk.
mastermind1024 is offline  
Reply With Quote
Old November 30th, 2011, 04:03 PM   #5 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

I thought the same but it didn't work after updating SDK :/
akshaybz is offline  
Reply With Quote
Old November 30th, 2011, 11:54 PM   #6 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by akshaybz View Post
I thought the same but it didn't work after updating SDK :/
1. open a terminal

2. paste the following commands one by one but change to your orginal user name ok

sudo gedit .bashrc

At the end paste this-

export PATH=${PATH}:/home/YOUR-USERNAME/android-sdk-linux_x86/platform-tools

most probably your sdk path is not set in the .bashrc file. (the . in the .bashrc file is important it shows that (dot)bashrc or .bashrc is hidden)

or you can simply run adb by

1. open a terminal

2. cd android-sdk-linux_x86/platform-tools

3. issue the command adb.


also if java is not installed properly adb wont work.

all the best. bring it up man fast.
adityadeva is offline  
Last edited by adityadeva; November 30th, 2011 at 11:56 PM.
Reply With Quote
Old December 1st, 2011, 09:55 AM   #7 (permalink)
New Member
 
Join Date: Nov 2011
Location: Delhi
Posts: 4
 
Device(s): Micromax A70
Thanks: 1
Thanked 0 Times in 0 Posts
kunalyadav18
Default

Not working. although its not giving ne error but dont even display the device. Screenshot attached.Untitled.png
kunalyadav is offline  
Reply With Quote
Old December 1st, 2011, 10:18 AM   #8 (permalink)
New Member
 
Join Date: Nov 2011
Location: Delhi
Posts: 4
 
Device(s): Micromax A70
Thanks: 1
Thanked 0 Times in 0 Posts
kunalyadav18
Default

Figured out the problem. The driver was not installed properly as it is not digitally signed. Now adb working. Thanks for the tutorial
kunalyadav is offline  
Reply With Quote
Old December 2nd, 2011, 12:31 AM   #9 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by kunalyadav View Post
Figured out the problem. The driver was not installed properly as it is not digitally signed. Now adb working. Thanks for the tutorial
Well good it worked.
And dude please use that big Thanks button on the post if u really thankful, anywhere in forum if u find something useful to u, hit the Thanks button.
mastermind1024 is offline  
Reply With Quote
Old December 2nd, 2011, 12:33 AM   #10 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by akshaybz View Post
I thought the same but it didn't work after updating SDK :/
Try what aditya has posted n give feed back what u got so we can work it out.
mastermind1024 is offline  
Reply With Quote
Sponsors
Old December 2nd, 2011, 12:31 PM   #11 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

i am getting access denied when i press enter on adb devices
samsouyma is offline  
Reply With Quote
Old December 2nd, 2011, 12:50 PM   #12 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by samsouyma View Post
i am getting access denied when i press enter on adb devices
Well it will help if u specify which system u r on n all steps u took.
Just make sure USB Debugging is on in Settings on phone & Device manager shows your device.
Try running command prompt with administrative privileges.
These are not solutions but wild guess only cause I don't know which system u r on...i m taking it for granted that u r on windows 7 32 bit.
mastermind1024 is offline  
Last edited by mastermind1024; December 2nd, 2011 at 01:47 PM.
Reply With Quote
Old December 2nd, 2011, 10:35 PM   #13 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

yes i am on win 7
how to run command prompt with administrative privileges ?
samsouyma is offline  
Reply With Quote
Old December 2nd, 2011, 10:41 PM   #14 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

just right click on command prompt and then select run as administrator
it is 32 bit or 64 bit
varun.chitre15 is offline  
Reply With Quote
Old December 2nd, 2011, 11:46 PM   #15 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

not getting my device in list of devices attached
samsouyma is offline  
Reply With Quote
Old December 2nd, 2011, 11:50 PM   #16 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by samsouyma View Post
not getting my device in list of devices attached
just do this
right click on computer>click manage>click device manager>expand the adb interface section and see whether there is exclamation mark under Micromax A70 ADB Interface
varun.chitre15 is offline  
Reply With Quote
Old December 2nd, 2011, 11:54 PM   #17 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by samsouyma View Post
not getting my device in list of devices attached
Try what varun has said and did u created adb_usb.ini file and added 0x1d91 to it in .android folder which is in your home directory???
And man please elaborate your problem a little bit,answer what are u asked and possibly u can attach screenshots.
Quote:
Originally Posted by varun.chitre15 View Post
just do this
right click on computer>click manage>click device manager>expand the adb interface section and see whether there is exclamation mark under Micromax A70 ADB Interface
I told him in 1st place to check that i don't know why he is not explaining nicely.
mastermind1024 is offline  
Last edited by mastermind1024; December 2nd, 2011 at 11:57 PM.
Reply With Quote
Old December 2nd, 2011, 11:55 PM   #18 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by mastermind1024 View Post
Try what varun has said and did u created adb_usb.ini file and added 0x1d91 to it in .android folder which is in your home directory???
yeah.
that is most important step
varun.chitre15 is offline  
Reply With Quote
Old December 3rd, 2011, 12:07 AM   #19 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by varun.chitre15 View Post
yeah.
that is most important step
i did that
i got that file already in the .android folder
there was something already written
i deleted that
and typed 0x1d91
saved
there was no exclamation mark on micromax a70 in adb
samsouyma is offline  
Reply With Quote
Old December 3rd, 2011, 12:12 AM   #20 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by samsouyma View Post
i did that
i got that file already in the .android folder
there was something already written
i deleted that
and typed 0x1d91
saved
there was no exclamation mark on micromax a70 in adb
was there another adb_usb.ini file already??????
hows that possible.
you have to create it.
i think that u must have edited another file.
varun.chitre15 is offline  
Reply With Quote
Sponsors
Old December 3rd, 2011, 12:29 AM   #21 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by samsouyma View Post
i did that
i got that file already in the .android folder
there was something already written
Strange!!!
Dude it will sound strange(don't mind) but let me make it sure that u r using Micromax A70...(because 0x1d91 is for micromax only,u had adb_usb.ini file already so i suspected this.if u have some other phone then u have to change that value thats y i m asking,don't mind)
Make sure that USB Debugging is ON...
We are here to help,just give us what we ask.
mastermind1024 is offline  
Reply With Quote
Old December 3rd, 2011, 04:02 AM   #22 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
this i got in the preloaded adb_usb.ini file
samsouyma is offline  
Reply With Quote
Old December 3rd, 2011, 04:06 AM   #23 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by samsouyma View Post
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
this i got in the preloaded adb_usb.ini file

Strange!!!
No idea.
Just try to uninstall and reinstall sdk and drivers also.
Or wait for other members.
They might have some proper soln
varun.chitre15 is offline  
Last edited by varun.chitre15; December 3rd, 2011 at 04:25 AM. Reason: Typo
Reply With Quote
Old December 3rd, 2011, 04:21 AM   #24 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

I think google added this to its latest sdk revision 15 and platform-tools revision 9.
I m having sdk revision 13 and platform-tools revision 7.
I will update my sdk tonight and check for it.
Update u if I find something on this meanwhile just check what is your sdk & platform-tools revision in SDK Manager.
mastermind1024 is offline  
Reply With Quote
Old December 3rd, 2011, 04:35 AM   #25 (permalink)
Junior Member
 
samsouyma's Avatar
 
Join Date: Nov 2011
Posts: 95
 
Device(s): micromax a70
Thanks: 22
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by mastermind1024 View Post
I think google added this to its latest sdk revision 15 and platform-tools revision 9.
I m having sdk revision 13 and platform-tools revision 7.
I will update my sdk tonight and check for it.
Update u if I find something on this meanwhile just check what is your sdk & platform-tools revision in SDK Manager.
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
samsouyma is offline  
Reply With Quote
Old December 3rd, 2011, 04:39 AM   #26 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by samsouyma View Post
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.
mastermind1024 is offline  
Reply With Quote
The Following User Says Thank You to mastermind1024 For This Useful Post:
samsouyma (December 3rd, 2011)
Old December 6th, 2011, 04:05 AM   #27 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by akshaybz View Post
I thought the same but it didn't work after updating SDK :/
Did u get adb working on ur linux???u never replied...
mastermind1024 is offline  
Reply With Quote
Old December 11th, 2011, 01:40 AM   #28 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by mastermind1024 View Post
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.
adityadeva is offline  
Last edited by adityadeva; December 11th, 2011 at 09:19 PM.
Reply With Quote
Old December 11th, 2011, 12:22 PM   #29 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

I m on 11.10 n I m using 1st one...
mastermind1024 is offline  
Reply With Quote
The Following User Says Thank You to mastermind1024 For This Useful Post:
adityadeva (December 13th, 2011)
Old December 11th, 2011, 09:16 PM   #30 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by mastermind1024 View Post
I m on 11.10 n I m using 1st one...
Then there might be some issues in 11.04, I need to confirm it.

Nice to see you back. how were the exams?
adityadeva is offline  
Reply With Quote
Sponsors
Old December 11th, 2011, 09:54 PM   #31 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

I used 2nd one on both 11.04 and 11.10

Worked.
Although, 1st one didn't work.
akshaybz is offline  
Reply With Quote
Old December 11th, 2011, 11:04 PM   #32 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by adityadeva View Post
Then there might be some issues in 11.04, I need to confirm it.

Nice to see you back. how were the exams?

Exams were good,thanks.it's strange but 1st option working perfectly for me from the day 1 I figured out adb problem.
mastermind1024 is offline  
Reply With Quote
Old December 12th, 2011, 07:45 PM   #33 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

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.
adityadeva is offline  
Reply With Quote
Old December 12th, 2011, 08:23 PM   #34 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

Quote:
Originally Posted by adityadeva View Post
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, it's awesome!!
It's fast, has option for logcat, screenshot, file manager, app manager, shell & messages.
Nice find adi
akshaybz is offline  
Reply With Quote
The Following User Says Thank You to akshaybz For This Useful Post:
adityadeva (December 12th, 2011)
Old December 12th, 2011, 10:18 PM   #35 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by akshaybz View Post
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
adityadeva is offline  
Reply With Quote
Old December 12th, 2011, 10:25 PM   #36 (permalink)
Senior Member
 
samrox144's Avatar
 
Join Date: Feb 2011
Location: Bangalore
Posts: 1,095
 
Device(s): LG-p500
Thanks: 46
Thanked 223 Times in 167 Posts
samrox144@gmail.com
Default

maybe this will be helpful ...

https://sites.google.com/site/androidhowto/how-to-1/save-logcat-to-a-text-file

Android Debug Bridge | Android Developers
__________________
Hit the THANKS BUTTON if I helped you
LG Optimus One P500
>OC=806/498 mhz

SENSE PORT FOR LG P500---BY ME
samrox144 is offline  
Reply With Quote
The Following User Says Thank You to samrox144 For This Useful Post:
adityadeva (December 13th, 2011)
Old December 13th, 2011, 12:06 AM   #37 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by adityadeva View Post
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.
mastermind1024 is offline  
Reply With Quote
Old December 13th, 2011, 12:48 AM   #38 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by samrox144 View Post
maybe this will be helpful ...
Sam I was referring to logcat in Qtadb.
adityadeva is offline  
Reply With Quote
Old December 13th, 2011, 12:49 AM   #39 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by samrox144 View Post
maybe this will be helpful ...
Links are of immense help
adityadeva is offline  
Reply With Quote
Old December 13th, 2011, 04:06 AM   #40 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

Quote:
Originally Posted by adityadeva View Post
Sam I was referring to logcat in Qtadb.
It's easy, just open the logcat box, press ctrl+A to select all and right click -> export to files.
Problem: The log is not clear as it is in DDMS.
The sequence is not right
akshaybz is offline  
Reply With Quote
The Following User Says Thank You to akshaybz For This Useful Post:
adityadeva (December 13th, 2011)
Sponsors
Old December 13th, 2011, 06:11 AM   #41 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by akshaybz View Post


Problem: The log is not clear as it is in DDMS.
The sequence is not right

What is DDMS
adityadeva is offline  
Reply With Quote
Old December 13th, 2011, 06:16 AM   #42 (permalink)
Senior Member
 
samrox144's Avatar
 
Join Date: Feb 2011
Location: Bangalore
Posts: 1,095
 
Device(s): LG-p500
Thanks: 46
Thanked 223 Times in 167 Posts
samrox144@gmail.com
Default

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
samrox144 is offline  
Last edited by samrox144; December 13th, 2011 at 07:24 AM.
Reply With Quote
The Following User Says Thank You to samrox144 For This Useful Post:
adityadeva (December 14th, 2011)
Old December 13th, 2011, 07:14 AM   #43 (permalink)
Member
 
Join Date: Aug 2011
Posts: 438
 
Device(s): Micromax A70 ROM: LeandrOS 2
Thanks: 5
Thanked 71 Times in 65 Posts
Default

Helps to take logcat.
akshaybz is offline  
Reply With Quote
Old December 14th, 2011, 10:20 AM   #44 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

I am getting this in my logcat everywhere...

E/AKMD2 2350 akmd2 : Device can't be opened

anyone can enlight me on this???
mastermind1024 is offline  
Reply With Quote
Old December 14th, 2011, 10:24 AM   #45 (permalink)
Rego Rexi Rectum
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,500
 
Device(s): Micromax A70
Thanks: 157
Thanked 435 Times in 230 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by mastermind1024 View Post
I am getting this in my logcat everywhere...

E/AKMD2 2350 akmd2 : Device can't be opened

anyone can enlight me on this???

Yes. It's nothing abnormal in it. Occurs for every a70 user.
varun.chitre15 is offline  
Reply With Quote
Old December 14th, 2011, 10:34 AM   #46 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by varun.chitre15 View Post
Yes. It's nothing abnormal in it. Occurs for every a70 user.
Hmmm...kinda wiered...ohk got it but I m just curious why it happens?read somewhere about corrupted binary behind it.
mastermind1024 is offline  
Reply With Quote
Old December 14th, 2011, 10:39 AM   #47 (permalink)
Senior Member
 
samrox144's Avatar
 
Join Date: Feb 2011
Location: Bangalore
Posts: 1,095
 
Device(s): LG-p500
Thanks: 46
Thanked 223 Times in 167 Posts
samrox144@gmail.com
Default

Akmd2 is the sensor.binary of your device which controls the sensor service like accelerometer..
samrox144 is offline  
Reply With Quote
Old December 14th, 2011, 07:24 PM   #48 (permalink)
Member
 
adityadeva's Avatar
 
Join Date: Aug 2011
Posts: 246
 
Device(s): Micromax A70
Thanks: 165
Thanked 29 Times in 19 Posts
Default

Quote:
Originally Posted by mastermind1024 View Post
Hmmm...kinda wiered...ohk got it but I m just curious why it happens?read somewhere about corrupted binary behind it.
+1 why it happens???
adityadeva is offline  
Reply With Quote
Old December 15th, 2011, 04:17 AM   #49 (permalink)
New Member
 
Join Date: Nov 2011
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanxxx dude..helped a lot
shanudepp is offline  
Reply With Quote
Old December 15th, 2011, 02:39 PM   #50 (permalink)
Senior Member
 
mastermind1024's Avatar
 
Join Date: Oct 2011
Location: India
Posts: 611
 
Device(s): Micromax A75 ROM: Own Modded Stock
Thanks: 41
Thanked 152 Times in 109 Posts
Default

Quote:
Originally Posted by shanudepp View Post
thanxxx dude..helped a lot
I am happy to help...n you should have used THANKS button though...
mastermind1024 is offline  
Reply With Quote
Sponsors
Reply

Bookmarks

Tags
a70 drivers, adb, adb for micromax a70, adb in linux, adb in linux for micromax a70, micromax a70


Go Back   Android Forums > Android Phones > Micromax A70 > A70 - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://androidforums.com/a70-all-things-root/453274-tutorial-adb-workout-tutorial-linux-windows-100-working.html
Posted By For Type Date
????? - Mobile - [galaxy r][root] ????? howto This thread Refback March 3rd, 2012 02:24 PM



All times are GMT -5. The time now is 11:22 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo