Results 1 to 2 of 2

Thread: Behold 2 ~~ ADB For Linux Replacement Fix File..

Share/Bookmark
  1. #1
    Senior Member
    Join Date
    Dec 2009
    Posts
    182
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Behold 2 ~~ ADB For Linux Replacement Fix File..

    For those Having Trouble with adb in Linux, Replace the current adb file in your sdk/tools folder ( or where every the file location might be ) with the File I have Linked... This will still work with all other phone's that you may have...

    Working ADB replacement File For the Behold 2 here > adb.gz

    Once Downloaded, Extract the File and do the Following Directions above, then Repair Permission on the adb file with command below \/
    Chmod a+x ( adb file location )

    Next we Need to add the 51-android.rules for adb to work correctly.
    copy as root in as root ... and chmod this file:
    sudo cp 51-android.rules /etc/udev/rules.d
    sudo chmod a+x /etc/udev/rules.d/51-android.rules

    this is for ubuntu 9.10 + 10.04 (tested) should work on some others
    51-android.rules Download > 51-android.rules

    Special thanks to barakinflorida for passing me this File's for everyone to use, I didn't have this issue with adb to begin with, but Barak did & knew how to fix it for you guys...
    Samsung Vibrant & Nexus S
    github
    T-Mobile US

    Like my Work, Buy Me a Pepsi by clicking on the link below
    https://www.paypal.com/cgi-bin/websc...ton_id=8574353

    I do not Answer Question's if you send me a DM! Questions are best Answered in Threads.. I Only Reply to DM regarding Development & Source. Thanks ~Eugene


  2. #2
    Junior Member megabiteg's Avatar
    Join Date
    May 2010
    Location
    Boston, MA
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Behold 2 ~~ ADB For Linux Replacement Fix File..

    also remember that root should be the owner of the 51-android.rules file. To achieve this just run the following command on the file:

    chown root:root 51-android.rules

    I found this to be really important for adb to run.
    "Perfection is my life goal, excellence will be tolerated."

    AIRBORNE!!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •