There were some problems in getting ADB to work with Micromax A70. Not any more..
JDK- How To Install Oracle Java 7 (JDK) In Ubuntu ~ Web Upd8: Ubuntu / Linux blog
SDK- Google it.
Instructions:
- Install JDK and SDK. (Link to JDK 7 is given above)
- 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.
sudo gedit /etc/udev/rules.d/99-android.rules - Then paste following in it.
#Micromax
SUBSYSTEM==”usb”, SYSFS{idVendor}==”1d91″, 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.
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)(Upto this point credit goes to xda developer ciaox,here is link to his tutorial,
[LINUX][HOW-TO]ADB not working? Check this out! – xda-developers) - source ~/.bashrc
reboot pc. (Optional) - In terminal
mkdir -p ~/.android && echo 0x1d91 > ~/.android/adb_usb.ini && adb kill-server && adb devices
And you’re done.
Credits go to- mastermind1024
Related Articles:
How to get ADB working with Micromax A70 [Windows]
Hi
I am using Ubuntu 11.04 and the second line works for A70 \m/
Finally my inexpensive android has got some value π
Thanks a lot π
Hi acetips…This is mastermind1024 from androidforums.com.Thanks for posting my tutorials here.
Glad that u spreading the word and also not forgetting credits(that’s more important).This describes your nature and intentions too.I was little curious to know who u are.U will definitely be on forums too.If u won’t reveal it here then no problem.U can pm me on forums.
I am with username praky there. My sig. there says that too.
Pingback: How to get ADB working with Micromax A70 [Windows] « Ace Tips