Recent content by ppww

  1. P

    Anyone using Chase app and QuickDeposit?

    Good find! Jumping through all the Amazon hoops is a royal pain; it even wants a credit card for free apps. Uninstalling the app store now, but confirmed that the Chase app 2.4 from there worked on the first try. Why they would want to support different versions from different sources is...
  2. P

    Anyone using Chase app and QuickDeposit?

    Damn, as of today, Chase has now stopped accepting logins from the 2.1 app. Forced update to 2.2, and can no longer take usable pictures of checks. Reported this issue 3 months ago, and still not fixed!?! Maybe users need to scream louder; submit problem reports through Online Banking message...
  3. P

    Anyone using Chase app and QuickDeposit?

    Responding to my own request, looks like someone already uploaded the previous Chase app version 2.1 here, at 4shared.com. I was able to deposit a check on the first try after rolling back to this version; no camera focus problem. For those who are as paranoid as I am, you can verify that it...
  4. P

    Anyone using Chase app and QuickDeposit?

    Consider this another plea for someone to upload the pre-2.2 version of the app so we don't have to keep running to the ATM! Unfortunately, I'm a fairly new user and didn't start doing backups until after the update. (Before anyone spreads more misinformation, the .apk file is just the code...
  5. P

    PRL Swap for the V on VM (latest PRL for Sprint Towers).

    I get little or no cell service inside my home. I've solved this with another family member's Sprint phone by installing an Airave (beginning with the original Samsung one, now replaced with the newer Airvana 3G version). My Virgin Mobile service is no better or worse with the Airave turned on...
  6. P

    Semi-Bricked? No shell...

    The driver package on the LG web site referenced in that guide does not work for fastboot mode (product ID d00d). Maybe a previous version of it did, and it was subsequently removed? I had to add the SingleBootLoaderInterface line to the appropriate .inf file, rebooted, got it to load, then...
  7. P

    Semi-Bricked? No shell...

    Yep, looks like that's my best option. For anyone interested, here are the results of examining the source code for the available root exploits. In short, all of them require an adb shell, and can't be done in Terminal Emulator or anything else installed through a .apk package, even with...
  8. P

    Semi-Bricked? No shell...

    Probably by instinctively hitting ctrl-c intending to kill some command running on the phone, but it kills the adb application on the windows side instead. :P You've never done that? Well, doesn't matter how it happened, just that it did, before I was done "fixing" things.
  9. P

    Semi-Bricked? No shell...

    Unfortunately, SuperOneClick is just a front-end that automates a few adb commands, of which the "adb shell" used to chmod and run the exploit file doesn't work: Pushing psneuter... 1257 KB/s (585731 bytes in 0.455s) OK chmod psneuter... - exec '/system/bin/sh' failed: No such file or directory...
  10. P

    Semi-Bricked? No shell...

    Well, I had a nicely rooted OV, but then I had to go and upgrade some things in /system/bin (bash and busybox). Of course just before I got all the symlinks made, my adb session disconnected, leaving me without either /system/bin/sh or /system/bin/su at the moment. So here's a puzzle, how to...