# NIGHTLY UPDATER # QUICK HOW TO # Everything after a pound sign/hashtag/"#" is removed from the script # That is, all the tutorials, app descriptions, and apps you want to keep # Thus, only leaving the script with the files you want to remove # Edit the list below as you see fit, examples: # AdobeReader.apk > Removed by Nightly Updater (because there is no "#") # #AdobeReader.apk > NOT Removed by Nightly Updater (because of "#") # ADDING YOUR OWN FILES # By saving this file to /sdcard/NU/junk.txt you can add files. # Files can be added from anywhere and even using wildcards. # Files and folders deleted ARE case-sensitive, examples: # /path/to/file/file.txt > Deletes file.txt # /path/to/folder/ > Deletes folder ... REMEMBER the trailing "/" # /system/app/Apollo.apk > Deletes the system app Apollo ... REMEMBER to Scan Everywhere during install when including FULL PATH # /data/app/Facebook.apk > Deletes the user app Facebook (if that's what it is named) ... REMEMBER to Scan Everywhere during install when including FULL PATH # Apollo.apk > Deletes the app Apollo ... REMEMBER to Scan System/App and/or Data/App depending on location # Facebook.apk > Deletes the app Facebook ... REMEMBER to Scan System/App and/or Data/App depending on location # Apollo > Deletes apps named Apollo ... REMEMBER to Scan System/App and/or Data/App depending on location # Facebook > Deletes apps named Facebook ... REMEMBER to Scan System/app and/or Data/App depending on location # Apo* > Deletes all files starting with "Apo" ... Be CAREFUL with wildcards. Safe examples can be seen in script # WHAT TO SCAN # During installation (ie removal), you will be asked which folders to scan # By default, Nightly Updater will only Scan System/App which is where system apps - # and PARTICULARLY junk apps are located. However, you may want to erase user apps # that are located in Data/App or other system files located elsewhere. # Unless you are specifically trying to remove user installed apps - do not check Scan Data/App ... files below with [D] are located in /data/app # Unless you are trying to delete a specific file or folder (ringtones, wallpapers, etc) - do not check Scan Everywhere # GOOD LUCK # Ask questions at XDA # STOCK APPS Apollo #CyanogenMod Music Application BasicDreams #Sleep Mode Application #Browser #AOSP Browser #Calculator #AOSP Calculator #Calendar #AOSP Calendar (Can be replaced by Google Calendar) CMFileManager #CyanogenMod File Manager #DeskClock #Clock Development #Development Application DSPManager #DSP Manager (Sound Equalizer) Email* #AOSP Email #Exchange* #Exchange for AOSP Email #Focal #CyanogenMod Camera (Can be replaced by Google Camera) #Gallery2 #AOSP Gallery (CAN be replaced by third party apps) GooglePacman #Google.com Pac-Man #HALO #Paranoid Android's HALO))) (DOES NOT remove HALO from ROM) #LatinIME #AOSP Keyboard (Can be replaced by Google Keyboard) LiveWallpapersPicker #Live Wallpaper Picker LockClock #CyanogenMod Lock Screen Clock Widget #PacConsole #PAC ROM Console PacPapers #PAC ROM Wallpapers #PacStats #PAC ROM Stats PhaseBeam #LWP PhotoTable #Widget with photos #QuickSearchBox #Google Now (Can be replaced by updated version from Play Store) #SoundRecorder #Sound Recorder Tag #Tags Term #Android Terminal Emulator (Can be re-downloaded from Play Store) #Torch #Flashlight (Can be removed on devices without flash) #Trebuchet #Stock Launcher for CyanogenMod-based ROMs VideoEditor #Video Editing Application #VoiceDialer #Voice Dialer #VoicePlus #Integrate Google Voice into Messaging applicaiton # GAPPS #ChromeBookmarksS* #Chrome Browser Bookmarks Sync GenieWidget #News and Weather #Gmail #Gmail #GmsCore #Google Services (Recommended to NOT remove) GoogleEars #Google Now Sound Search GoogleFeedback #Google Play Feedback GooglePlus #Google+ #Phonesky #Google Play Store #QuickSearchBox #Google Now #SetupWizard #Setup Wizard (Only remove AFTER first boot and setup) #TalkBack #Android Accesibility Service # USER APPS #com.google.android.youtube*.apk #YouTube [D] # FACE LOCK #FaceLock #/system/lib/libfacelock_jni.so #/system/vendor/pittpatt # BOOT ANIMATION (FOR FASTER BOOT) #/system/media/bootanimation.zip #Boot Animation # MEDIA (RINGTONES, NOTIFICATIONS, ALARMS, UI SOUNDS) #/system/media/audio/ #<- All media, so, you want the folder, remember the trailing "/" #/system/media/audio/alarms/Argon.ogg #Argon Alarm #/system/media/audio/alarms/ #<- All alarms, so, you want the folder, remember the trailing "/" #/system/media/audio/notifications/Polaris.ogg #Polaris Notification #/system/media/audio/notifications/ #<- All notifications, so, you want the folder, remember the trailing "/" #/system/media/audio/ringtones/Acheron.ogg #Acheron Ringtone #/system/media/audio/ringtones/ #<- All ringtones, so, you want the folder, remember the trailing "/" #/system/media/audio/ui/camera_click.ogg #Camera Click #/system/media/audio/ui/ #<- All UI sounds, so, you want the folder, remember the trailing "/" #ADD YOUR OWN # THANK YOU