Recent content by chrisp9446

  1. C

    [Closed] Win a free HTC ThunderBolt from Rebtel

    Would love to win one for my wife! Thanks!!
  2. C

    [Closed] Win 1 of 10 free iGrip PerfektFit Charging Docks for HTC Thunderbolt

    I saw that I won but I never got any emails...any idea what to do?
  3. C

    Titanium Backup sync to Dropbox failing

    I have the same problem. If you restart the sync, it'll pick up where it left off and continue to sync. It usually takes me 5-10 restarts to get through a whole backup. I'd be interested in a better solution, though...
  4. C

    FYI: PRL 13xxx means you're on the new Hybrid Network

    I called Verizon and no one there seemed to have any idea about any possibility of PRL updates for the Thunderbolt. The tech support guy I talked to put in a ticket to go up the chain to see if there's anything they can do, though.
  5. C

    Rooting to help battery?

    Good call on the words with friends. I didn't realize it had been refreshing every five minutes. I definitely don't play frequently enough that I need that constant of a reminder :).
  6. C

    Another One Click Root Method Available [3/26]

    No problem, glad to help! I also learned a lot about how "one click root" doesn't exactly mean "one click" yet...;)
  7. C

    Another One Click Root Method Available [3/26]

    Ah yeah...that makes sense because superuser.apk wasn't part of the download for the "one click root." You should be good to go to download Superuser from the market.
  8. C

    Another One Click Root Method Available [3/26]

    Had a problem with the steps involving "su" or with the "superuser.apk" installation? If it's with the superuser.apk part, then you'll be OK to just install it from the market.
  9. C

    Another One Click Root Method Available [3/26]

    Yeah, you still have to do these to enable the superuser access, even for the application: > adb shell mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system > adb shell /data/local/busybox cp /data/local/su /system/xbin/su > adb shell chown 0:0 /system/xbin/su > adb shell chmod 6755...
  10. C

    Another One Click Root Method Available [3/26]

    You should be able to install su from the market. I think that's what I did... You will probably have to do the other commands associated with "su" though.
  11. C

    Another One Click Root Method Available [3/26]

    Maybe try rebooting the phone and then starting again from that "adb devices" ?
  12. C

    Another One Click Root Method Available [3/26]

    Try starting again from the "adb devices" right before those last commands.