Android Community
Page 21 of 25 FirstFirst ... 11 19 20 21 22 23 ... LastLast
Results 201 to 210 of 245

Thread: I have rc30 and root!

  1. #201
    Join Date
    Oct 2008
    Posts
    296

    Default Re: I have rc30 and root!


    Quote Originally Posted by kaysesoze View Post
    is it possible that someone can make a auto install script for the commands to move the market cache... like an auto run txt file that runs during the update so that the cache can be auto moved to the sdcard ?
    it would be a good time saver for the noobs and the vets also...

    I actually helped someone make this same script. I will look into getting it for you.

    Stericson
    If people want to donate for any of my projects, they can do so by clicking --> Donate

  2. #202
    Join Date
    Oct 2008
    Location
    Dekalb, IL
    Posts
    1,950

    Default Re: I have rc30 and root!

    Quote Originally Posted by Stericson View Post
    I actually helped someone make this same script. I will look into getting it for you.

    Stericson
    Stericson, do you know of a good guide to getting adb set up in linux? The android man pages online say: edit your bash.profile . . . and I'm like--umm, my what? where iz dis? I'm starting the laborious process of reading a debian linux n00b manual, but I'm gonna be at it a while before getting to the export command, I'm sure.

    Anyone else who has installed the SDK in linux, please enlighten me. My linux knowledge is spotty at best. I searched high and low on XDA and although the provide prenty of instruction for Windoze, it seems the assumption is that anyone using linux is already a linux sys admin.
    Welcome to AC. I Love You.

    Is encouraging everyone to sign up for a day of National Service.

  3. #203
    Join Date
    Oct 2008
    Posts
    296

    Default Re: I have rc30 and root!

    Quote Originally Posted by rynosaur View Post
    Stericson, do you know of a good guide to getting adb set up in linux? The android man pages online say: edit your bash.profile . . . and I'm like--umm, my what? where iz dis? I'm starting the laborious process of reading a debian linux n00b manual, but I'm gonna be at it a while before getting to the export command, I'm sure.

    Anyone else who has installed the SDK in linux, please enlighten me. My linux knowledge is spotty at best. I searched high and low on XDA and although the provide prenty of instruction for Windoze, it seems the assumption is that anyone using linux is already a linux sys admin.
    My advice is to do this in terminal by using the command Pico.

    Do the following:

    1. Login as root and create this file: /etc/udev/rules.d/50-android.rules.

    In terminal type this:

    sudo pico /etc/udev/rules.d/50-android.rules

    1. For Gusty/Hardy, edit the file to read:
      SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

    Copy this, and paste it into that file.
    shift + ins

    then:
    to save is gonna be ctrl + X or shift +x

    1. For Dapper, edit the file to read:
      SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"

    Copy this, and paste it into that file.
    shift + ins

    then:
    to save is gonna be ctrl + X or shift +x

    1. Now execute:
      chmod a+rx /etc/udev/rules.d/50-android.rules

    In terminal type:
    sudo chmod a+rx /etc/udev/rules.d/50-android.rules

    Also make sure adb and all your other tools are in the folder called bin.

    use the sudo cp command to copy adb into /bin
    Same goes for all the other tools.

    Now plug your phone up, type adb devices
    your device should now show up.

    Stericson
    If people want to donate for any of my projects, they can do so by clicking --> Donate

  4. #204
    Join Date
    Oct 2008
    Location
    Dekalb, IL
    Posts
    1,950

    Default Re: I have rc30 and root!

    Quote Originally Posted by Stericson View Post
    My advice is to do this in terminal by using the command Pico.
    1. For Gusty/Hardy, edit the file to read:
      SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

    Copy this, and paste it into that file.
    shift + ins

    then:
    to save is gonna be ctrl + X or shift +x

    1. For Dapper, edit the file to read:
      SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"


    Stericson
    Thanks so much. Is it safe to assume that the Hardy command will work for Linux Mint 6?
    Welcome to AC. I Love You.

    Is encouraging everyone to sign up for a day of National Service.

  5. #205
    Join Date
    Oct 2008
    Posts
    296

    Default Re: I have rc30 and root!

    I dare not say, Trial and error.

    I used the Hardy for xubuntu, worked fine.

    Stericson
    If people want to donate for any of my projects, they can do so by clicking --> Donate

  6. #206
    Join Date
    Sep 2008
    Location
    Newport News, VA
    Posts
    1,409

    Default Re: I have rc30 and root!

    Quote Originally Posted by Stericson View Post
    I actually helped someone make this same script. I will look into getting it for you.

    Stericson
    okay thanks for the help..
    this would really be great for those that have problems typing in the commands correctly, and with othe caches that can be moved it would be a big help and time saver for everyone..
    and your directions have been the best out there for flashing.. fyi
    Tmobile G1 - Cyanogen 4.2.3.1 w/ Enoch Theme

    Twitter

  7. #207
    Join Date
    Oct 2008
    Location
    Dekalb, IL
    Posts
    1,950

    Default Re: I have rc30 and root!

    Quote Originally Posted by Stericson View Post
    I dare not say, Trial and error.

    I used the Hardy for xubuntu, worked fine.

    Stericson
    Well, I'll look it up, but I'm assuming that Mint 6 would have the newer device driver conventions and therefore would be like Dapper Drake . . . hmmm. Yeah, I'll look it up.
    Welcome to AC. I Love You.

    Is encouraging everyone to sign up for a day of National Service.

  8. #208
    Join Date
    Oct 2008
    Posts
    296

    Default Re: I have rc30 and root!

    Quote Originally Posted by kaysesoze View Post
    okay thanks for the help..
    this would really be great for those that have problems typing in the commands correctly, and with othe caches that can be moved it would be a big help and time saver for everyone..
    and your directions have been the best out there for flashing.. fyi

    I just spoke with the guy and he has posted the script, you can find it here: http://forum.xda-developers.com/show...63#post3176363

    Btw, thanks for your support man.

    Stericson
    If people want to donate for any of my projects, they can do so by clicking --> Donate

  9. #209
    Join Date
    Oct 2008
    Location
    Dekalb, IL
    Posts
    1,950

    Default Re: I have rc30 and root!

    Quote Originally Posted by Stericson View Post
    I just spoke with the guy and he has posted the script, you can find it here: http://forum.xda-developers.com/show...63#post3176363

    Btw, thanks for your support man.

    Stericson
    Thanks Stericson, you're the haxx0r of the day, it all worked perfectly. I copied tools to /bin and the tools/lib/* to /lib . . . I hope that was all right?

    For anyone else using Linux Mint 6, the USB command that worked for me was the Gutsy version:
    SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
    Last edited by rynosaur; 01-17-2009 at 01:25 AM.
    Welcome to AC. I Love You.

    Is encouraging everyone to sign up for a day of National Service.

  10. #210
    constellanation's Avatar
    constellanation is offline *sigh*... I think I'll go spend some time with the family
    Join Date
    Oct 2008
    Posts
    6,849

    Default Re: I have rc30 and root!


    ok I'm a complete noob, here. I got the sdk installed. and I'm following these directions http://code.google.com/android/intro...devicehardware

    which is what stericson posted above. but I'm not doing something/anything right. anybody up for assisting me? preferably before my brain turns to mush and I melt into this chair.

Page 21 of 25 FirstFirst ... 11 19 20 21 22 23 ... LastLast

Similar Threads

  1. Replies: 80
    Last Post: 06-27-2009, 08:56 PM
  2. RC30 halted
    By doobio in forum General HTC Chat
    Replies: 18
    Last Post: 11-09-2008, 06:17 PM
  3. rc30 and root access!
    By Stericson in forum Developers Guild
    Replies: 28
    Last Post: 11-09-2008, 01:16 AM
  4. Where to get RC30?
    By nerdherddk in forum General HTC Chat
    Replies: 8
    Last Post: 11-07-2008, 04:03 PM

Bookmarks

Posting Permissions

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