[MOD] Remove Handsfree Activation

Search This thread

pbanj

Senior Member
Dec 22, 2011
997
466
pbanj, I'm pretty sure jwzg was aware of what the ZIP does, but that he (just like me) is curious to learn what the actual internal changes to the system partition are, and if the same effect can be achieved manually e.g. via "adb shell".

pulled from the file
ui_print("***************************************************");
ui_print("***************************************************");
ui_print("Remove Handsfree Activation");
ui_print(" ________ ___ _____________ ___ ____ _______");
ui_print(" / ___/ _ \/ _ | / __/ __/ _/ |/_/ |/ /\ \/ / ___/");
ui_print("/ (_ / , _/ __ |/ _// _/_/ /_> </ / \ / /__ ");
ui_print("\___/_/|_/_/ |_/_/ /_/ /___/_/|_/_/|_/ /_/\___/ ");
ui_print("***************************************************");
ui_print("***************************************************");


show_progress(1.000000, 0);

ui_print(" Mounting SYSTEM...");
run_program("/sbin/busybox", "mount", "/system");

set_progress(0.250000);

ui_print(" Deleting SYSTEM/app/vdmc.apk...");
delete("/system/app/vdmc.apk");
set_progress(0.500000);


ui_print("Update complete. Enjoy!");
set_progress(1.000000);
 
  • Like
Reactions: henningspruth

bsoplinger

Senior Member
Jan 17, 2011
1,477
338
Does this mean I could use TiBackup to freeze vdmc and I'd get the same result and have the ability to later add Sprint service?

Sent from my PG41200 using Xparent Purple Tapatalk 2
 

pbanj

Senior Member
Dec 22, 2011
997
466
Does this mean I could use TiBackup to freeze vdmc and I'd get the same result and have the ability to later add Sprint service?

Sent from my PG41200 using Xparent Purple Tapatalk 2


ya thats what i did on gb before this came out, although i may have just made a back up and then had rom toolbox get rid of the install(it was a while ago)
 
  • Like
Reactions: bsoplinger

Birriaz

New member
May 23, 2014
1
0
Here`s the file?

Hello, I wanted to download the file, but I can not download any of the methods available, could you please reupload the file?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    This is a little flashable zip I threw together so people could disable the Hands Free Activation nag at boot(not needed if you are running my DeSensed-View wifi rom). This will work on both GB and HC on any rom

    http://dev-host.org/mguq03rnthur/Removehandsfree.zip
    Mirror: http://goo.im/devs/graffixnyc/HTC_Evo_View/Removehandsfree.zip
    Instructions:
    Boot into Recovery
    Flash zip
    Reboot

    I AM NOT RESPONSIBLE IF YOU FLASH THIS AND BRICK YOUR VIEW
    3
    Thanks for the share, edited do to language.. remember all age site.

    godZson
    XDA-MOD
    1
    If I had a thanks button on the XDA app, I'd have used it there henningspruth.

    Sent from my T8788 using XDA Windows Phone 7 App
    1
    pbanj, I'm pretty sure jwzg was aware of what the ZIP does, but that he (just like me) is curious to learn what the actual internal changes to the system partition are, and if the same effect can be achieved manually e.g. via "adb shell".

    pulled from the file
    ui_print("***************************************************");
    ui_print("***************************************************");
    ui_print("Remove Handsfree Activation");
    ui_print(" ________ ___ _____________ ___ ____ _______");
    ui_print(" / ___/ _ \/ _ | / __/ __/ _/ |/_/ |/ /\ \/ / ___/");
    ui_print("/ (_ / , _/ __ |/ _// _/_/ /_> </ / \ / /__ ");
    ui_print("\___/_/|_/_/ |_/_/ /_/ /___/_/|_/_/|_/ /_/\___/ ");
    ui_print("***************************************************");
    ui_print("***************************************************");


    show_progress(1.000000, 0);

    ui_print(" Mounting SYSTEM...");
    run_program("/sbin/busybox", "mount", "/system");

    set_progress(0.250000);

    ui_print(" Deleting SYSTEM/app/vdmc.apk...");
    delete("/system/app/vdmc.apk");
    set_progress(0.500000);


    ui_print("Update complete. Enjoy!");
    set_progress(1.000000);
    1
    Does this mean I could use TiBackup to freeze vdmc and I'd get the same result and have the ability to later add Sprint service?

    Sent from my PG41200 using Xparent Purple Tapatalk 2


    ya thats what i did on gb before this came out, although i may have just made a back up and then had rom toolbox get rid of the install(it was a while ago)