[Batch] FFW - Fastboot Full Wipe

Search This thread

Alaq

Senior Member
Jan 21, 2011
1,100
343
U.S.
Thanks to agentdr8! He made a Linux version for you guys! Download link below!

Like every developer says:
I AM NOT HELD RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR DEVICE!

What is FFW?
FFW is a script written in batch that will automatically wipe your phone, leaving no traces of the past install.

What does it do?
I'll pretty much sum it up like this, it erases the boot, system, userdata, cache, webtop, preinstall, and reboots the phone.

Notice:
There are two versions, Fastboot & Moto-Fastboot, I don't know the difference but I made a script for each version. The whole package is there, just download, extract, and run the batch file!

Instructions:
1. Download any of the two versions.
2. Boot into recovery.
3. Wipe the Dalvik cache.
4. Wipe the cache.
5. Factory reset/data your phone.
6. Boot into fastboot.
7. Run the script.
8. Your done!

You can now install any ROM you choose! Be carefull for hard/soft bricks, installing the wrong ROM can ruin your phone!

Screenshots:
Fastboot Full Wipe
fwfb.png


Moto-Fastboot Full Wipe
fwmoto.png


Download:
Multiupload is now useless! Download everything from Mediafire!

Newest!
FFW Linux: 3.2

New-
FB Full Wipe: 2.1
MFB Full Wipe: 2.0

Older-
FB Full Wipe: 1.1
MFB Full Wipe: 1.0

Mini key
x.0 Moto-Fastboot (Windows)
x.1 Fastboot (Windows)
x.2 Fastboot (Linux)

Who helped make it?
Alaq - Me - The script.
CaelanT -This.
agentdr8 - The Linux version of the script!
 
Last edited:

Alaq

Senior Member
Jan 21, 2011
1,100
343
U.S.
Build 2.0/2.1:
Code:
-Fixed devices check
--Now there is a pause to allow you to see if your phone is connected correctly or not

Build 1.0/1.1:
Code:
-Full Wipe text logo added
-Echo used to give info
-Pause used to give user a last minute choice to wipe or not
-Pause used to give user a choice to reboot phone or not
-Formats:
--boot 
--system
--userdata
--cache
--webtop
--preinstall

Thread Edits/Revisions:
12/31/11- OP Created
12/31/11- Pictures added

Script Edits/Revisions:
12/29/11- Fastboot Full Wipe Created
12/30/11- Moto-Fastboot Full Wipe Created
 
Last edited:
There are two versions, Fastboot & Moto-Fastboot, I don't know the difference but I made a script for each version. The whole package is there, just download, extract, and run the batch file!
Moto-Fastboot is just like Fastboot except that it can handle larger flash image files, such as the webtop image (which is too big for Fastboot to handle).
 

Alaq

Senior Member
Jan 21, 2011
1,100
343
U.S.
Moto-Fastboot is just like Fastboot except that it can handle larger flash image files, such as the webtop image (which is too big for Fastboot to handle).

Alright, thanks for the info. I guess Moto-Fastboot is better, but I'll keep both versions up for the people that want them...
 
  • Like
Reactions: Nipit

PakaPakaxz

Senior Member
Jan 12, 2011
453
55
Why not rebooting into the recovery at the finish ? (you want to flash roms at the end ..)

Thank you ! looks great !
 

Alaq

Senior Member
Jan 21, 2011
1,100
343
U.S.
Why not rebooting into the recovery at the finish ? (you want to flash roms at the end ..)

Thank you ! looks great !

You know I thought of that... But in all of my searching I haven't found any command that would do it... I tried "moto-fastboot reboot recovery"... Thanks for the idea though, I'll figure it out eventually!
 
  • Like
Reactions: PakaPakaxz

itsonlym3

Senior Member
Feb 4, 2011
286
71
I think you'd have to use the following arguments:
boot your_recovery.img
I can't remember exactly, but i think that's it.
 

Alaq

Senior Member
Jan 21, 2011
1,100
343
U.S.
Build 2 now out! Not much upgraded, just added a confirmation screen so you can make sure your phone is connected properly.
 

agentdr8

Senior Member
Mar 4, 2007
3,648
1,896
Cowtown, CA
Alaq, hope you don't mind but I modded your script for linux users. See attached.

Linux fastboot binary included as well.
 

Attachments

  • FFW_Linux.zip
    71.9 KB · Views: 82

Top Liked Posts

  • There are no posts matching your filters.
  • 34
    Thanks to agentdr8! He made a Linux version for you guys! Download link below!

    Like every developer says:
    I AM NOT HELD RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR DEVICE!

    What is FFW?
    FFW is a script written in batch that will automatically wipe your phone, leaving no traces of the past install.

    What does it do?
    I'll pretty much sum it up like this, it erases the boot, system, userdata, cache, webtop, preinstall, and reboots the phone.

    Notice:
    There are two versions, Fastboot & Moto-Fastboot, I don't know the difference but I made a script for each version. The whole package is there, just download, extract, and run the batch file!

    Instructions:
    1. Download any of the two versions.
    2. Boot into recovery.
    3. Wipe the Dalvik cache.
    4. Wipe the cache.
    5. Factory reset/data your phone.
    6. Boot into fastboot.
    7. Run the script.
    8. Your done!

    You can now install any ROM you choose! Be carefull for hard/soft bricks, installing the wrong ROM can ruin your phone!

    Screenshots:
    Fastboot Full Wipe
    fwfb.png


    Moto-Fastboot Full Wipe
    fwmoto.png


    Download:
    Multiupload is now useless! Download everything from Mediafire!

    Newest!
    FFW Linux: 3.2

    New-
    FB Full Wipe: 2.1
    MFB Full Wipe: 2.0

    Older-
    FB Full Wipe: 1.1
    MFB Full Wipe: 1.0

    Mini key
    x.0 Moto-Fastboot (Windows)
    x.1 Fastboot (Windows)
    x.2 Fastboot (Linux)

    Who helped make it?
    Alaq - Me - The script.
    CaelanT -This.
    agentdr8 - The Linux version of the script!
    4
    There are two versions, Fastboot & Moto-Fastboot, I don't know the difference but I made a script for each version. The whole package is there, just download, extract, and run the batch file!
    Moto-Fastboot is just like Fastboot except that it can handle larger flash image files, such as the webtop image (which is too big for Fastboot to handle).
    3
    Build 2.0/2.1:
    Code:
    -Fixed devices check
    --Now there is a pause to allow you to see if your phone is connected correctly or not

    Build 1.0/1.1:
    Code:
    -Full Wipe text logo added
    -Echo used to give info
    -Pause used to give user a last minute choice to wipe or not
    -Pause used to give user a choice to reboot phone or not
    -Formats:
    --boot 
    --system
    --userdata
    --cache
    --webtop
    --preinstall

    Thread Edits/Revisions:
    12/31/11- OP Created
    12/31/11- Pictures added

    Script Edits/Revisions:
    12/29/11- Fastboot Full Wipe Created
    12/30/11- Moto-Fastboot Full Wipe Created
    2


    What is FFW?


    What does it do?


    Notice:


    Instructions:


    Screenshots:
    Fastboot Full Wipe
    fwfb.png


    Moto-Fastboot Full Wipe
    fwmoto.png


    Download:


    Who helped make it?
    Thanks for the script.


    Sent from my MB860 using Tapatalk
    1
    Moto-Fastboot is just like Fastboot except that it can handle larger flash image files, such as the webtop image (which is too big for Fastboot to handle).

    Alright, thanks for the info. I guess Moto-Fastboot is better, but I'll keep both versions up for the people that want them...