[MOD] [SCRIPT] Superwipe Script & Kernel Cleaner Script

Search This thread

Tired of the Bull

Senior Member
Jun 22, 2010
188
50
Virginia Beach
On a nexus 4 there is no removable storage. Emulated SD card. Will this scrip wipe my download folder out too?

Basically, once you run this script you have to side load a ROM?

Sorry for the newbie question but I don't want to try this and get stuck with no ROM to load from my download folder. Lol

Sent from my Nexus 4 using xda app-developers app

I'm in no way an expert, but after reading every post in this thread I would summarize as follows:

Superwipe = Everything gone! Clean start, no downloads, no ROM, nothing on the Emulated SD card, to have a functioning tablet again you will need to use ADB.

Kernel Wipe is mostly limited to kernel specific areas but can kill ROM speed tweaks.

Sent from my Nexus 7 using Tapatalk 4
 

Top Liked Posts

  • There are no posts matching your filters.
  • 50
    1346283476.png

    MOD NOTE: Be advised the superwipe script WILL wipe your internal storage. It's designed that way to wipe all the useless clutter that accumulates. If you don't know what you are doing, then don't flash it.

    I have decided to post the wipe scripts here for those KernelHolics & Flashaholics that are flashing kernels and ROMs constantly. I've made small modifications to these scripts FULL credit to the originator of them Credits below.

    These are compatible with CWM, TWRP.

    Since there have been numerous kernels recently being posted and people wondering what to wipe or what not to wiped here is the Kernel Cleaner.

    1. Place the file in the root of your /sdcard
    2. Flash Kernel Cleaner
    3. Flash/Fastboot Kernel
    4. Reboot.

    Download: http://d-h.st/BWy

    This second script I'm sure everyone is familiar with SUPERWIPE script.

    Tired of wiping after every ROM or not knowing what to wipe to flash a ROM and have a clean install? Just flash this script & flash ROM easy right?

    1. Place Wipe-Script in root of /sdcard
    2. Flash Wipe-Script
    3. Flash ROM
    4. Reboot.
    5. This will wipe external storage. (Wiping without storage coming soon)
    Download: http://d-h.st/MFS

    Debug​

    If it doesn't flash please tell me what recovery your using.

    ONLY works for the NEXUS 7 NOT NEXUS 7 3G will be available for other devices as well.

    Credit goes to the following people.​

    Mike1986
    AmazingLarry31
    Jivy26
    I-777
    Myself

    IF YOU USE/DOWNLOAD THIS SCRIPT PLEASE PRESS THE THANKS BUTTON​
    3
    Notice

    I've added a warning in the OP that the superwipe cleans the internal storage.

    This is what it's designed to do. To clean up all the useless files associated with the previous rom. The script is for users that want a totally clean internal storage. And a lot of us do.

    Also remember, this is a Development forum. It's expected the users flashing these mods, be a little educated on android and what they're getting into. Also, how to restore their data when things go bad, or to prevent getting into that situation to begin with.

    There are apps that back up data, lots of them on the market.

    If you can't deal with these issues, then it's probably better not to install these programs to begin with.

    So NO, I'm not going to close the thread, nor remove the links. The script does exactly what it was designed for.

    MD
    2
    Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script

    Great scripts for Franco kernel users wanting to migrate to a different kernel :thumbup:

    Sent from my Nexus 7 using xda app-developers app
    2
    The Kernel Cleaner will remove the kernel, modules, ramdisk, init.d. To nothing! You will have to flash a new kernel to install the modules and ramdisk again.

    Sent from my HTC One S using Tapatalk 2

    good work man!i only suggest you to insert this things in the kernel script(like i already did times ago in mine i use always)
    tricksterMOD app saved data\settings
    franco app saved data\settings
    faux app saved data\settings

    thanks to take the time to modify and post these!

    EDIT an example for the galaxy nexus that i use,like you can see it erase also kernel control app data.hope it helps!
    Code:
    #!/sbin/sh
    
    # clean Popcorn stuff
    rm -f /system/etc/sysctl.conf
    rm -rf /data/cron
    
    # clean LeanKernelTweaks stuff
    rm -f /system/xbin/installbb
    rm -f /system/xbin/leantweaks
    rm -rf /data/leantweaks
    
    # clean Trinity stuff
    rm -f /system/bin/fix_permissions
    
    # clean init.d scripts
    INITD_DIR=/system/etc/init.d
    # GLaDOS
    rm -f $INITD_DIR/90logger
    rm -f $INITD_DIR/99nexusinit
    rm -f $INITD_DIR/placeholder
    # Trinity
    rm -f $INITD_DIR/95dimmers
    rm -f $INITD_DIR/98tweak
    rm -f $INITD_DIR/99complete
    # SG
    rm -f $INITD_DIR/98_startup_script
    rm -f $INITD_DIR/99_startup_complete
    # Air
    rm -f $INITD_DIR/89airtweaks
    rm -f $INITD_DIR/98airtweak
    rm -f $INITD_DIR/98airtweaks
    rm -f $INITD_DIR/99airtweaks
    # franco
    rm -f $INITD_DIR/13overclock
    rm -f $INITD_DIR/00turtle
    # Popcorn
    rm -f $INITD_DIR/99sonic
    # Lean
    rm -f $INITD_DIR/99leantweaks
    # Jame Bond
    rm -f $INITD_DIR/007tweaks
    # miscellany
    rm -f $INITD_DIR/99nstools
    # lean kernel
    rm -f $INITD_DIR/99lk-gpu
    # Zen
    rm -f $INITD_DIR/99ZenKernel
    
    # clean kernel setting app shared_prefs
    rm -rf /data/data/mobi.cyann.nstools/shared_prefs
    rm -rf /data/data/aperture.ezekeel.gladoscontrol/shared_prefs
    rm -rf /data/data/com.derkernel.tkt/shared_prefs
    rm -rf /data/data/com.franco.kernel/shared_prefs
    rm -rf /data/data/com.liquid.control/shared_prefs
    
    # remove dalvik cache
    rm -rf /data/dalvik-cache
    rm -rf /cache/dalvik-cache
    1
    Re: [MOD][SCRIPT] Superwipe Script & Kernel Cleaner Script

    Great scripts for Franco kernel users wanting to migrate to a different kernel :thumbup:

    Sent from my Nexus 7 using xda app-developers app

    Yes, something u get more bugs flashing a kernel over another kernel or ROM this solves that problem. Its like getting a clean kernel install