[APP] New Android Market

Search This thread

Top Liked Posts

  • There are no posts matching your filters.
  • 44
    Here it is!

    Edit: Sorry for the late post, couldnt be on XDA that much today!
    Edit 2: Thanks everyone for making this my first big post! :D
    14
    No I will not marry you, but Will take all the Thank You clicks you can give :) .

    You're all welcome, gald I could help finally!
    10
    Anyone have a workaround for rooted devices to rent movies?

    you can rent the movie with a rooted device...you just can't watch it (but you can with this trick)

    open terminal on phone
    Code:
    su
    mount -o rw,remount /system
    mv /system/bin/su /system/bin/mu

    close terminal and you will be able to watch rented movies on your rooted device

    to revert open terminal
    Code:
    mu
    mount -o rw,remount /system
    mv /system/bin/mu /system/bin/su

    google movie looks for su by name, easy work around because naming it to mu you still have suid, but rooted apps (as well as google movie) are looking for su "name" as well..with the terminal you can tell it suid is mu;)
    gsript doesn't work on this because it too looks for su on the revert
    you can copy the code to a notepad and paste it in terminal so you don't have to type every time:p