Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Install adb in ubuntu.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install adb in ubuntu.

    I upgraded my ubuntu 13.04 to ubuntu 13.10, and it was a complete disaster for me, so I reinstalled 13.10 from scratch, and like I configured some stuff in my new SO I will write some miniguides who can be useful for some linux users.

    1. Install adb to connect our sticks to PC.

    When you are developing a rom or you want to send and receive some files to/from PC it is a very useful tool, and with it you enter in "terminal mode" in stick. To make it work with rk3066 or rk3188 you must follow this steps:
    From terminal in your pc you must write:

    Code:
    sudo apt-get install android-tools-adb
    sudo gedit /etc/udev/rules.d/51-android.rules
    gedit will open and you need to add to the end of the file:
    Code:
    SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
    Again from terminal console:
    Code:
    sudo udevadm control --reload-rules
    
    adb devices
    
    gedit ~/.android/adb_usb.ini
    gedit will open and you need to add to the end of the file:
    Code:
    0x2207
    Again from terminal console:
    Code:
    adb kill-server && adb start-server
    adb devices
    If you connect your stick from the usb OTG you must see something similar to:
    Code:
    leolas@leolas-desktop:~$ adb devices
    List of devices attached 
    R5JAH4QORY    device
    Then you can use adb with your rockchip device. you can use adb shell to enter in a terminal console, adb push to send a file to the stick; adb pull to get a file from the stick. adb logcat to take some logs from your android systemui, etc...

    Under construction.
    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
    My devices:
    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
    MK902 & MK902II(Sponsored by RKM)
    Beelink M8B & Beelink R89 (Sponsored by Beelink)
    Tronsmart VEGA S89H (Sponsored by
    Gearbest.com)
    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

    #2
    Thanks Leolas for the adb infos.

    I had a lot of trouble with the update, too. I had to install 13.10 fresh from the start.

    Now it seems to work fine and needs in my case no more extra catalyst drivers for the amd graphic card. Maybe the drivers are finally stable for AMD/ATI cards.

    JDfense

    Comment


      #3
      Originally posted by JDfense View Post
      Thanks Leolas for the adb infos.

      I had a lot of trouble with the update, too. I had to install 13.10 fresh from the start.

      Now it seems to work fine and needs in my case no more extra catalyst drivers for the amd graphic card. Maybe the drivers are finally stable for AMD/ATI cards.

      JDfense
      I use ati in my notebook and nvidia in my desktop, nvidia always is easy to install for me in linux, but this time I didnt had any problems with ati too

      Now I have my linux almost all running time to update windows 8 to windows 8.1, I hope not so many problems in this update and reinstall windows from scratch too
      REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
      My devices:
      Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
      MK902 & MK902II(Sponsored by RKM)
      Beelink M8B & Beelink R89 (Sponsored by Beelink)
      Tronsmart VEGA S89H (Sponsored by
      Gearbest.com)
      MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
      Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
      Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

      Comment


        #4
        I'm still on winxp and win7 on my second desktop.

        JDfense

        Comment

        Working...
        X