Affichage des articles dont le libellé est CWMScriptPrecious. Afficher tous les articles
Affichage des articles dont le libellé est CWMScriptPrecious. Afficher tous les articles

jeudi 23 janvier 2014

[CWM][Script]Precious Wipe Cleaner for KK 4.4.2 ROMs...and maybe all versions ;) topic




Hi,

last day i encountered FCs while ticking "Developer Options" in Settings on one KitKat rom i test in 2nd rom.

i look into /data/data/com.android.settings/shared_prefs/ and delete some xml files and reboot , then i see no FC at all.

so i made an aroma flasher to clean and wipe some folders in /data/ partition and some xml files in some /data/data/......APP......../shared_prefs/ sub-folders.



Code:


checkbox(
        "com.android.settings menu",
        "choice :",
        "@default",
        "remove1.prop",
       
        "tick what you need to wipe or delete","",2,
        "CMStats.xml","CMStats",0,
        "com.android.settings_preferences.xml","com.android.settings_preferences",0,
        "development.xml","development",0,
        "home_prefs.xml","home_prefs",0,
        "privacy_guard_manager.xml","privacy_guard_manager",0,
        "All xmls","All xmls files in data-data-com.android.settings-shared_prefs folder",0,
        "Total Wipe","Wipe totaly data-data-com.android.settings folder",0
);
checkbox(
        "com.android.systemui menu",
        "choice :",
        "@default",
        "remove2.prop",
       
        "tick what you need to wipe or delete","",2,
        "com.android.systemui_preferences.xml","com.android.systemui_preferences settings",0,
        "custom_toggle_state.xml","custom_toggle_state settings",0,
        "Halo.xml","Halo settings",0,
        "All xmls","All xmls files in data-data-com.android.systemui-shared_prefs folder",0,
        "Total Wipe","Wipe totaly data-data-com.android.systemui folder",0
);
checkbox(
        "selective wipe tool cleaner",
        "choice :",
        "@default",
        "wipe.prop",
       
        "tick what you need to wipe","",2,
        "wipe cache","delete data-cache folder",0,
        "wipe dalvik","delete datat-dalvik_cache",0,
        "delete batterystats.bin file","delete batterystats",0,
        "wipe com.android.providers.settings","wipe data-data-com.android.providers.settings",0,
        "All options here in one time","Wipe dalvik cache batterystats.bin and providers.settings",0
);


you can find and test my tool in attachments.

thanks.