[SCRIPT] ROM Cleaner v6.0 AROMA | Remove Bloatware | Backup Apps | Install Apps/Mods

Search This thread

Patrics83

Inactive Recognized Developer
Feb 19, 2010
5,620
8,223
Gothenburg
:D

Ok I just make a new try then :D

Can someone please post a link to the Pyramid ROM development page...

Edit:

Can someone also join our live chat (link in my sig.) I need someone with a Pyramid ROM, faster to test stuff that way. ;)
 
Last edited:

Zahurtex

Senior Member
Feb 21, 2009
1,833
220
Well here is another attempt...

Didn't test it myself :D but it's more fun that way ;)

ROM Cleaner v1.1r2

This time it seems to be working... it has given the message 'your phone is successfully cleaned' after a little while and now I am re-booting the phn. Will update here.

Edit**
:DYES!!!! its working mannn:D

I immediately see difference in free ram ... its up 40mb and free internal storage is gained 70mb more and now its 162mb that is after installing 70 apps. :eek:
 
Last edited:
  • Like
Reactions: Patrics83

Patrics83

Inactive Recognized Developer
Feb 19, 2010
5,620
8,223
Gothenburg
This time it seems to be working... it has given the message 'your phone is successfully cleaned' after a little while and now I am re-booting the phn. Will update here.

Edit**
:DYES!!!! its working mannn:D

I immediately see difference in free ram ... its up 40mb and free internal storage is gained 70mb more and now its 162mb that is after installing 70 apps. :eek:

GREAT!! :D

Thanks for the quick feedback!
 

Zahurtex

Senior Member
Feb 21, 2009
1,833
220
Just to let you know that HtcSetupWizard_Remover_- Addon Flasher_v3 is not working and giving the same error as the Rom Cleaner maybe you have to fix this also. :)

All other things are working and its really striped the sense without losing any functionality. Thanks
 

Zahurtex

Senior Member
Feb 21, 2009
1,833
220
Did you clean install it or just flash it? If you just flashe the zip what steps did you take before that?
thanks in advance.

I did a clean intall on pyramid v1.3 tmous and got 276mb internal storage and ram is not as significant as in pyramid v1.2 its just 127mb and this on the clean rom without installing any of the apps. and other memory killers etc.
 

tdizzle404

Senior Member
Nov 27, 2010
4,653
1,102
North Georgia
I flashed it and it said it was successful but it didn't remove anything.:confused:
I did a clean install and followed instructions,was i sappose to edit anything?
 
Last edited:

nodiaque

Senior Member
Oct 20, 2008
937
189
Hmm, well I don't know what you might done wrong :S

What ROM are you at?

Sent from my Desire HD using XDA Premium App

I'm on leedroid 3.3.1. Could it be I added to much program? I installed like 300mb of stuff. Could it be because "allow from unknown source" isn't checked?

I've also tweaked the setup cleaner. On leedroid 3.3.1, I use it after flashing sense 3.0 and I tweaked it to remove all extra old widget and apps. Here's the code:

Code:
#
# Updater-script for Android Revolution HD by mike1986
# Patrics83 HTC Setup Wizard remover and addons adder.
# 
ui_print(" ");
ui_print(" ");
ui_print("A");
ui_print(" ");
ui_print("S");
ui_print("C");
ui_print("R");
ui_print("I");
ui_print("P");
ui_print("T");
ui_print(" ");
ui_print("M");
ui_print("A");
ui_print("D");
ui_print("E");
ui_print(" ");
ui_print("B");
ui_print("Y");
ui_print(" ");
ui_print("P");
ui_print("A");
ui_print("T");
ui_print("R");
ui_print("I");
ui_print("C");
ui_print(" ");
ui_print("S");
ui_print(" ");
ui_print("8");
ui_print("3");
ui_print(" ");
ui_print(" ");
ui_print("Mounting partitions");
assert(mount("ext3", "EMMC", "/dev/block/mmcblk0p25", "/system") || mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/system"));
assert(mount("ext3", "EMMC", "/dev/block/mmcblk0p26", "/data") || mount("ext4", "EMMC", "/dev/block/mmcblk0p26", "/data"));

ui_print("Cleaning process");
delete_recursive("/data/dalvik-cache");
delete("/system/app/HTCSetupWizard.apk");
delete("/system/app/HtcSetupWizard.apk");
delete("/system/app/SetupWizard.apk");
delete("/system/app/com.android.setupwizard.apk");
delete("/system/app/com.htc.android.setupwizard.apk");


ui_print("HTC Setup Wizard was removed.");
ui_print(" ");
ui_print("Flashing Addons");
package_extract_dir("data", "/data");
package_extract_dir("system", "/system");

ui_print("Removing OLD HTC Widgets");
delete("/system/app/com.htc.FriendStreamWidget.apk");
delete("/system/app/com.htc.MusicWidget.apk");
delete("/system/app/com.htc.StockWidget.apk");
delete("/system/app/com.htc.TwitterWidget.apk");
delete("/system/app/EReaderWidget.apk");
delete("/system/app/GenieWidget.apk");
delete("/system/app/HtcAutoRotateWidget.apk");
delete("/system/app/HtcBackgroundDataWidget.apk");
delete("/system/app/htcbookmarkwidget.apk");
delete("/system/app/HtcDataRoamingWidget.apk");
delete("/system/app/HtcDataStripWidget.apk");
delete("/system/app/HtcGreaderWidget.apk");
delete("/system/app/HtcLaputaWidget.apk");
delete("/system/app/htcmsgwidgets.apk");
delete("/system/app/HtcPhotoWidget.apk");
delete("/system/app/HtcPowerStripWidget.apk");
delete("/system/app/HtcRecommendsWidget.apk");
delete("/system/app/HtcRingtoneWidget.apk");
delete("/system/app/HtcScreenBrightnessWidget.apk");
delete("/system/app/HtcScreenTimeoutWidget.apk");
delete("/system/app/SearchAnywhereWidget.apk");
delete("/system/app/com.htc.TrendsWidget.apk");
delete("/system/app/HtcTipWidget.apk");
delete("/system/app/HtcClockWidget.apk");
delete("/system/app/MyShelf_Widget.apk");
delete("/system/app/HtcTwitter.apk");
delete("/system/app/FusionStockWidget.apk");
delete("/system/app/IdleScreen_Stock.apk");
delete("/system/app/com.htc.WeatherWidget.apk");
delete("/system/app/com.htc.Twitter3DWidget.apk");

#Remove # in front of the commands below to activate this function. For example if you rebuild this script to flash Sense 3.0 all in 1 + Rosie 3D
ui_print("Deleting HTC Sense Data");
delete_recursive("/data/data/com.htc.launcher/");

show_progress(0.200000, 10);
ui_print("Unmounting partitions");
unmount("/data");
unmount("/system");
ui_print(" ");
ui_print("Addons was flashed sucessfully.");

show_progress(0.100000, 0);

There was an error with the setup cleaner, the last 2 wasn't there. There's a bit more then only old widgets removed since I'm removing others that are removed from the rom cleaner.
 

Patrics83

Inactive Recognized Developer
Feb 19, 2010
5,620
8,223
Gothenburg
I'm on leedroid 3.3.1. Could it be I added to much program? I installed like 300mb of stuff. Could it be because "allow from unknown source" isn't checked?

I've also tweaked the setup cleaner. On leedroid 3.3.1, I use it after flashing sense 3.0 and I tweaked it to remove all extra old widget and apps.

Here's the code:

There was an error with the setup cleaner, the last 2 wasn't there. There's a bit more then only old widgets removed since I'm removing others that are removed from the rom cleaner.

Hmm, I never even tried to add that much stuff but it should work, on a clean ROM Cleaner script. Add all Apps before first boot. The unknown source check can't controll this at all.

What error with the setup cleaner?

And please only post pastebin.com links here with the edited scripts.
 
  • Like
Reactions: Rolando88

Rolando88

Senior Member
Mar 13, 2010
1,814
137
Thanks dude!, but im still missing the stock live wallpaper its not shown in live wallpapers i did:

#delete("/system/app/LiveWallpapers.apk");

but im still missing it...

*EDIT*
Nevermind found issue...

#delete("/system/app/Mode10Wallpapers.apk");
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    header.png



    About48.png


    • All Scripts in a unique AROMA Installer
    • ROM Cleaner - Will remove as much as possible without breaking HTC Sense Launcher and Widgets! This is the best way to come close to a no-sense ROM and still use HTC Sense!
    • ROM Cleaner NO-Sense - Will remove pretty much everything and replace HTC Sense launcher
      with APEX, NOVA, GO Launcher EX, Holo, Holo HD, Lightning Launcher or Zeam it's all up to you!
    • Fully compatible with Sense 3.0, 3.5, 3.6, 4.0, 4.1, 4.5, 4+ and AOSP ROMs
    • ROMCleaner app-list in a user friendly format
    • Backup Tool will make your flashing like "a walk in the park"
    • Follow our "Quick Guide" in the AROMA Installer under "How-to-use" and you will know when and how to run the scripts
    • For more details read the guide in second post
    ROM Cleaner Featured On XDA!!! Twice!

    Also read these nice articles!
    XDA Front Page!
    Pocketables!
    XDA Front Page!
    Evil-Dragon's Blog!

    light120.png


    Why%20ROM%20Cleaner48.png


    • very nice, simple and fast way to delete stuff from your device
    • takes less then 5 seconds to delete all the listed applications and files in the list
    • no trash left behind as it would be if you delete files manually using Root Explorer
    • more free RAM for apps that you are actually using
    • users have reported better battery life and device speed improvements with ROM Cleaner
    If you find this tool good, great, awesome or maybe even the best thing you ever tried, then please feel free to send us a beer, hit the "Thanks Button", leave some feedback and subscribe this thread ;)


    light120.png


    Important:

    - If you get some kind of issue after flashing ROM Cleaner, re-flash the ROM and check if the issue still exists.
    - Don't spam ROM development threads about issues caused by this script.
    - Always report problems in this thread and we will most likely help you as fast as we can.
    - Please always respect our work and be friendly and helpful to other members in this thread.



    How to report a problem:

    - Flash ROMCleaner_vX.X.zip in recovery
    - In main menu and press "Log Collection".
    - When done, reboot the device from "Advanced Power Menu".
    - In "/external or internal sdcard/ROMCleaner" you will find RC_LogCollection.*.tar. Please upload this file together with a description of your problem.
    With this log we can in - most cases - solve your problem within minutes!

    If you ignore this simple instruction, you will most likely get no help from us!



    light120.png


    Changelog48.png

    Code:
    [SIZE=2][COLOR=royalblue][B]ROM Cleaner v6.0 - 2012-11-25 - FINAL Release[/B][/COLOR]
    
       -[B]Common[/B]
        *AROMA binary updated to v2.56
         This will give you a more exact and smoother touch experience in AROMA
         Inspire4G users don't need to re-calibrate the screen anymore.
        *All scripts should be even faster now
        *New cool reboot animation by MarckX
        *Folder structure will be built at start of ROM Cleaner AROMA UI
        *Added date and time for log collection files
        *Some other minor adjustments, with reservation for even more changes :p
    
        
       -[B]Backup Tool[/B]
        *New menu which will let you to select what to backup
        *New method too calculate required space before attempting to backup apps
    
       -[B]ROM Cleaner (Common)[/B]
        *Now ROM Cleaner will handle [B]odex[/B] files as well!
         This means you can use ROM Cleaner even odexed ROMs! Custom or Stock ROMs
        *The script will check which Sense version you are using.
         It will pick correct app removal text for you.
        
        *Especially for our Sense 3.x users:
         If you flash ROM Cleaner after first boot.
         Then you will get a warning message and the option to clear HTC Sense data.
        
        *Especially for our Sense 4.x users:
         If you flash ROM Cleaner after first boot.
         ROM Cleaner will execute a script and reload your HTC widgets.
         Normally you would have to clear HTC Sense data! But not anymore since we 
         discovered how to reload the widgets instead ;)
         Same script will be executed if you install apps with Apps & Mods Installer.
         This means you can now restore widgets with our app install method.
         
        
       -[B]ROM Cleaner (Sense)[/B]
        *Added more safe to remove apps
        *Clean up in app removal text files.
        
       -[B]ROM Cleaner (NO-Sense)[/B]
        *ROMCleaner_user.txt can't be used with NO-Sense version!
         [COLOR=RED]NO-Sense.txt[/COLOR] and [COLOR=RED]NO-Sense_user.txt[/COLOR] will be used by the NO-Sense version
        *You will be able to choose between 6 different launchers: 
         GO EX, Holo, Lightning, Zeam, APEX, Holo HD and Nova launcher!
        *Disable HTC lockscreen and also restore it if you regret it.
         (Restore lockscreen option will be visible in [I]"Additional Scripts"[/I] 
         menu if you have disabled it)
        
        *Especially for our Sense 4.x users:
        *Thanks to [URL="http://xdaforums.com/member.php?u=2536649"]itandy[/URL] and his "Lockscreen Shortcuts App" 
         you will now be able to use HTC Lockscreen with shortcuts!
    
    _______________________________________________________________________________________________
    
    
    [COLOR=royalblue][B]ROM Cleaner v5.0 r3 - 2012-08-06[/B][/COLOR]
    
    Corrected missing code for app restore from ../FirstBoot/data/app
    Thanks Pjay12 for the heads up
    
    And some other minor changes to the updater-script
    
    _______________________________________________________________________________________________
    
    
    [COLOR=royalblue][B]ROM Cleaner v5.0 r2 - 2012-08-03[/B][/COLOR]
    
    -All scripts packed in unique [B]AROMA Installer[/B]
    -Almost all scripts are rewritten to work better in a AROMA environment
    
    -[B]Backup Tool[/B]
     * All backups are now stored in /sdcard/ROMCleaner/Backup
       That means "FirstBoot" folder is empty unless you add apps manually.
    
    -[B]New in ROM Cleaner:[/B]
     * You can decide if you want to restore your apps during ROM Cleaner install.
     * You can also decide if you want to install files located in [I]"FirstBoot"[/I] folder.
     * And of course we added a [I]"No Cleaning"[/I] option as well which will 
       let you restore apps and install files like normal!
     
    -[B]App restore changes:[/B]
     * When you choose to restore your apps a script will check if you use one of
       the supported ROMs. If you use any of the listed ROMs below all pre-installed
       apps will be removed before all other apps are copied to your /data/app.
       This is to prevent old/double apps from being installed.
       
       Supported ROMs at the moment:
       * Android Revolution HD
       * ER3BUS XL
       
       [I]more to come...please let us know what ROMs we should add...[/I]
    
    _______________________________________________________________________________________________
    
    
    [COLOR=royalblue][B]ROM Cleaner v4.0 - 2012-04-17[/B][/COLOR]
    -Same changes as v3.5 but this version will only support Sense 4.0+ ROMs
    -It's based on One V and S ports for DHD and Sensation
    
    _______________________________________________________________________________________________
    
    
    [COLOR=royalblue][B]ROM Cleaner v3.5 - 2012-03-29[/B][/COLOR]
    New ROMCleaner program:
    -Wildcards for apps is now possible. ex. AdobeReader*.apk (AdobeReader-1.apk etc.)
    -Support for SD-EXT
    -The script will now search for apps in:
     /system/app/
     /data/app/
     /system/app_s/
     /data/app_s/
     /sd-ext/app/
     /sd-ext/app_s/
     
    -Many improvements to the updater-script. ROM Cleaner is much faster now!
    -Removed /etc folder (/system/etc is still left)
    -ROMCleaner.txt is totally reworked and shouldn't contain any unnecessary apps 
     for Sense 3.0-3.6 ROMs
     [COLOR=Red]It's highly recommended to update to v3.5[/COLOR]
     ROM Cleaner v3.5 will support Sense 3.0-3.6 ROMs + AOSP ROMs
     For Sense 4.0+ ROMs we will release ROM Cleaner v4.0 once it's tested enough
     
    [COLOR=royalblue][B]Backup Tool v1.6[/B][/COLOR]
    -Improvements to the updater-script. The backup process should now be faster and safer.
    -Added support for SmartBeat Supremacy XL ROMs[/SIZE]
    Downloads48.png

    ROM Cleaner v6.0



    For Sense 3.x

    ROMCleaner_user.txt Use this together with ROM Cleaner (Sense)

    NO-Sense_user.txt Use this together with ROM Cleaner (NO-Sense)


    For Sense 4.x

    ROMCleaner_user.txt Use this together with ROM Cleaner (Sense)

    NO-Sense_user.txt Use this together with ROM Cleaner (NO-Sense)


    >Follow instructions in second post how to edit this to fit your demands...


    Also make sure to use Notepad++ when editing ROMCleaner_user.txt in Windows.
    Requirements: CWM Recovery, TWRP or 4EXT
    Custom (deodexed) ROM. We are working on a version that will handle *.odex files as well. v6.0 will handle odex files!


    light120.png

    Please feel free to use our banner made by craacK

    7pkgqyp

    light120.png


    Donations48.png


    Thanks a lot for all donations :D

    MarckX x2 | Tomi Mykrä x2 | craacK x1 | Anthony Hogan x1 | Pietrorlando Giordano x1 | Mastacheata x1
    preacher65 x1 | PaulGiz x1 | avatar_ro x1 | verynuclear x1 | JagSem x1 | Clarifiante x1 | Rosete Ryan Kim x1
    Xphoid x1 | rayford85 x1 | Simi007 x2 | z31s1g x1 | malybru x1 | HTC-Gunge x1 | Laurentius26 x1 | tossero x1
    jeryx x1 | mrdey x1 | Imex99 x1





    light120.png



    Credits48.png


    Thanks to all beta testers of ROM Cleaner AROMA
    -ABDOKRO1
    -jonas2295
    -Xphoid
    -GrimJack
    -malybru
    -Gramzz
    -Prinz069
    -zx34

    MarckX for all the help with development and testing
    Dude360 who made a great work building this tool with me.
    craacK for all the help with the development and graphics
    amarullz for the AROMA Installer
    Madmaxx82 for his script skills and help making this one fly ;)
    Mike1986 & lukogriffioen for inspiration.
    The rest of Team Revolution for supporting me.
    Special thanks goes to Whiskey103 for hosting my files.
    And of course to everyone who supports our work.
    10
    Update - ROM Cleaner v3.4

    Changelog48.png


    ROM Cleaner v3.4 - 2012-01-08

    -Full support for HTC Sense ROMs with ICS.
    -Support for AOSP ROMs!
    -Many new Apps added.

    7pkgqyp


    ^^^ Please feel free to use our banner made by craacK ^^^


    Enjoy yet another flashing Sunday!
    :D

    10
    COMING SOON...

    Patrics83 & Dude360
    In collaboration with madmaxx82

    Present

    Flashable ROMCleaner 2.0


    NEW! - Completely recoded from the ground up!

    No more messing with .zips or editing updater-script!

    NEW! - Super easy and noob friendly configuration!

    Easily update-able files list!

    NEW! - Custom List Support

    Want to use you own personal cleaner list? No problem!!!

    NEW! - Cross ROM capabilities!

    Use a single cleaner on any ROM you flash!

    NEW! - FAST!!!

    5 Seconds from flash to finish!


    Watch THIS SPACE...
    10
    ROM Cleaner v5.0 r1 - AROMA

    Hi guys!

    I know long time has passed since you had an update...

    The truth is that I have been spending more and more time on One X.
    And sadly all DHD development have slowed down a bit as I see it...
    I guess and hope it's just the calm before the rumored ICS STORM!! :highfive:

    Anyway below here you have an early release of ROM Cleaner v5.0 ;)
    Once ICS is out I will adjust it if needed... OP will be updated as well but when I have more time...


    Enjoy! :)


    Changelog48.png



    ROM Cleaner v5.0 r1 - 2012-07-14

    -All scripts packed in unique AROMA Installer
    -Almost all scripts are rewritten to work better in a AROMA environment

    -Backup Tool
    * All backups are now stored in /sdcard/ROMCleaner/Backup
    That means "FirstBoot" folder is empty unless you add apps manually.

    -New in ROM Cleaner:
    * You can decide if you want to restore your apps during ROM Cleaner install.
    * You can also decide if you want to install files located in "FirstBoot" folder.
    * And of course we added a "No Cleaning" option as well which will
    let you restore apps and install files like normal!

    -App restore changes:
    * When you choose to restore your apps a script will check if you use one of
    the supported ROMs. If you use any of the listed ROMs below all pre-installed
    apps will be removed before all other apps are copied to your /data/app.
    This is to prevent old/double apps from being installed.

    Supported ROMs at the moment:
    * Android Revolution HD
    * ER3BUS XL

    more to come...



    Downloads48.png