[Remove-Tweak/Script] *11.03.13* Apps-Deinstallations-Script für GB + ICS + JB

ach danke ;)
 
Dafür gibt's auch nen Button :D
 
@mecss

kannst du vielleicht dein aktuelles Script mit uns teilen.
Ich glaube du benutzt zur Zeit auch Goa.
Wäre interessant ob ich noch was an meinem Script hinzufügen kann.
Die Sachen wo ich mir sicher bin habe ich schon.
 
Büdde schön... ;)


Code:
#!/system/bin/sh

## add here the .apk files you want to delete
## like: rm -f /system/app/Calculator.apk
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -a /system/app /sdcard/SystemAppsBackup
rm -f /system/app/ApplicationsProvider.apk
rm -f /system/app/AnalogClock.apk
rm -f /system/app/com.gallerygoogle.apk
rm -f /system/app/MusicPlayer.apk
rm -f /system/app/SecBrowser.apk
rm -f /system/app/SyncmlDM.apk
rm -f /system/app/SyncmlDS.apk
rm -f /system/app/Browser.apk
rm -f /system/app/Days.apk
rm -f /system/app/DigitalClock.apk
rm -f /system/app/Dlna.apk
rm -f /system/app/DrmProvider.apk
rm -f /system/app/DrmUA.apk
rm -f /system/app/Email.apk
rm -f /system/app/EmailWidget.apk
rm -f /system/app/fotaclient.apk
rm -f /system/app/FTS.apk
rm -f /system/app/FTM.apk
rm -f /system/app/Gallery3D.apk
rm -f /system/app/GameHub.apk
rm -f /system/app/GenieWidget.apk
rm -f /system/app/Kies.apk
rm -f /system/app/KiesAir.apk
rm -f /system/app/kieswifi.apk
rm -f /system/app/Kobo.apk
rm -f /system/app/LiveWallpapers.apk
rm -f /system/app/LiveWallpapersPicker.apk
rm -f /system/app/Microbesgl.apk
rm -f /system/app/MobileTrackerEngineTwo.apk
rm -f /system/app/MtpApplication.apk
rm -f /system/app/MusicHub_15.apk
rm -f /system/app/MusicHub_U1.apk
rm -f /system/app/MyFiles.apk
rm -f /system/app/PressReader.apk
rm -f /system/app/Protips.apk
rm -f /system/app/PRUI.apk
rm -f /system/app/ReadersHub.apk
rm -f /system/app/SamsungApps.apk
rm -f /system/app/SamsungAppsUNA3.apk
rm -f /system/app/SamsungIM.apk
rm -f /system/app/SamsungWidget_News.apk
rm -f /system/app/SamsungWidget_ProgramMonitor.apk
rm -f /system/app/SamsungWidget_StockClock.apk
rm -f /system/app/SecretWallpaper1.apk
rm -f /system/app/SecretWallpaper2.apk
rm -f /system/app/SevenEngine.apk
rm -f /system/app/ShareApp.apk
rm -f /system/app/signin.apk
rm -f /system/app/SisoDrmProvider.apk
rm -f /system/app/SnsAccountFb.apk
rm -f /system/app/SnsAccountLi.apk
rm -f /system/app/SnsAccountMs.apk
rm -f /system/app/SnsAccountTw.apk
rm -f /system/app/SnsDisclaimer.apk
rm -f /system/app/SnsImageCache.apk
rm -f /system/app/SnsProvider.apk
rm -f /system/app/SocialHub.apk
rm -f /system/app/SocialHubWidget.apk
rm -f /system/app/syncmldm.apk
rm -f /system/app/syncmlds.apk
rm -f /system/app/TwCalendarAppWidget.apk
rm -f /system/app/TwWallpaperChooser.apk
rm -f /system/app/VpnServices.apk
rm -f /system/app/wipereceiver.apk
rm -f /system/app/wssyncmlnps.apk
rm -f /system/app/YouTube.apk
rm -f /system/app/Zinio.apk
rm -f /system/app/BuddiesNow.apk
rm -f /system/app/DualClock.apk
rm -f /system/app/FOTAKill.apk
rm -f /system/app/MusicHub_10.apk
rm -f /system/app/SamsungPushService.apk
rm -f /system/app/TouchWiz30Launcher.apk


exit 0

Der ICS-GoA-Launcher fehlt glaube ich...
 
  • Danke
Reaktionen: beicuxhaven und privat75
Du bist wirklich der schnellste Mod in der Forenwelt.

:thumbsup:
 
  • Danke
Reaktionen: beicuxhaven und mecss
mecss, hast du das Skript für die RomMIX_byRush v4.1 angepasst? Wenn ja, könntest du mal bitte deine Veränderungen posten?
 
Moinsen Blacky :D,

sorry, dass ich jetzt erst schreibe, aber ich kam nicht früher dazu...hier mal der Inhalt meiner removed_app-Datei:

Code:
#!/system/bin/sh

## add here the .apk files you want to delete
## like: rm -f /system/app/Calculator.apk
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cp -a /system/app /storage/sdcard1/SystemAppsBackup
rm -f /system/app/ApplicationsProvider.apk
rm -f /system/app/AnalogClock.apk
rm -f /system/app/MusicPlayer.apk
rm -f /system/app/SecBrowser.apk
rm -f /system/app/SyncmlDM.apk
rm -f /system/app/SyncmlDS.apk
rm -f /system/app/Browser.apk
rm -f /system/app/Days.apk
rm -f /system/app/DigitalClock.apk
rm -f /system/app/Dlna.apk
rm -f /system/app/DrmProvider.apk
rm -f /system/app/DrmUA.apk
rm -f /system/app/Email.apk
rm -f /system/app/EmailWidget.apk
rm -f /system/app/fotaclient.apk
rm -f /system/app/FTS.apk
rm -f /system/app/FTM.apk
rm -f /system/app/Gallery3D.apk
rm -f /system/app/GameHub.apk
rm -f /system/app/GenieWidget.apk
rm -f /system/app/Kies.apk
rm -f /system/app/KiesAir.apk
rm -f /system/app/kieswifi.apk
rm -f /system/app/Kobo.apk
rm -f /system/app/LiveWallpapers.apk
rm -f /system/app/LiveWallpapersPicker.apk
rm -f /system/app/Microbesgl.apk
rm -f /system/app/MobileTrackerEngineTwo.apk
rm -f /system/app/MtpApplication.apk
rm -f /system/app/MusicHub_15.apk
rm -f /system/app/MusicHub_U1.apk
rm -f /system/app/MyFiles.apk
rm -f /system/app/PressReader.apk
rm -f /system/app/Protips.apk
rm -f /system/app/PRUI.apk
rm -f /system/app/ReadersHub.apk
rm -f /system/app/SamsungApps.apk
rm -f /system/app/SamsungAppsUNA3.apk
rm -f /system/app/SamsungIM.apk
rm -f /system/app/SamsungWidget_News.apk
rm -f /system/app/SamsungWidget_ProgramMonitor.apk
rm -f /system/app/SamsungWidget_StockClock.apk
rm -f /system/app/SecretWallpaper1.apk
rm -f /system/app/SecretWallpaper2.apk
rm -f /system/app/SevenEngine.apk
rm -f /system/app/ShareApp.apk
rm -f /system/app/signin.apk
rm -f /system/app/SisoDrmProvider.apk
rm -f /system/app/SnsAccountFb.apk
rm -f /system/app/SnsAccountLi.apk
rm -f /system/app/SnsAccountMs.apk
rm -f /system/app/SnsAccountTw.apk
rm -f /system/app/SnsDisclaimer.apk
rm -f /system/app/SnsImageCache.apk
rm -f /system/app/SnsProvider.apk
rm -f /system/app/SocialHub.apk
rm -f /system/app/SocialHubWidget.apk
rm -f /system/app/syncmldm.apk
rm -f /system/app/syncmlds.apk
rm -f /system/app/TwCalendarAppWidget.apk
rm -f /system/app/TwWallpaperChooser.apk
rm -f /system/app/VpnServices.apk
rm -f /system/app/wipereceiver.apk
rm -f /system/app/wssyncmlnps.apk
rm -f /system/app/YouTube.apk
rm -f /system/app/Zinio.apk
rm -f /system/app/BuddiesNow.apk
rm -f /system/app/DualClock.apk
rm -f /system/app/FOTAKill.apk
rm -f /system/app/MusicHub_10.apk
rm -f /system/app/SamsungPushService.apk
rm -f /system/app/TouchWiz30Launcher.apk
rm -f /data/app/AdobeFlashPlayer.apk
rm -f /data/app/AirDroid.apk
rm -f /data/app/Cerberus.apk
rm -f /data/app/Clock_Widget_nice.apk
rm -f /data/app/DBNavigator.apk
rm -f /data/app/ESDateExplorer.apk
rm -f /data/app/FastforFacebook.apk
rm -f /data/app/FontInstaller.apk
rm -f /data/app/SmartStayExLite.apk
rm -f /data/app/Trillian.apk
rm -f /data/app/VNC.apk
rm -f /data/app/YouTube.apk
rm -f /data/app/allshare.apk
rm -f /data/app/com.android.mifileexplorer-2.apk
rm -f /system/app/NoiseField.apk
rm -f /system/app/PhaseBeam.apk
rm -f /system/app/R-Papers.apk
rm -f /system/app/Trebuchet.apk
rm -f /system/app/walkman.apk

exit 0
 
  • Danke
Reaktionen: Igst83
meccs welche der von dir aufgelisteten .apks ist dafür verantwortlich, das bei der Google Suche keine Apps die man installiert hat mehr angezeigt werden würde das gerne wieder haben?
 
Ehrlich gesagt, weiß ich nicht, was du meinst... :confused:

Gesendet von meinem GT-I9100 mit Tapatalk 2
 
Also es gibt ja ein Widget von der Google-Suche und dort kamn man ja Lieder, Webseiten und so Sachen suchen kommt halt drauf an was man in den Einstellungen davon ausgewählt hat und bei mir ist in diesen Einstellungen der Eintrag Apps verschwunden nachdem ich das Script benutzt habe. Im Lauscher suchen dauert immer so deswegen benutze ich meistens die Suche. Und jetzt wollte ich gerne wissen ob die vielleicht weißt welche apk das ist damit ich die wieder einfügen kann.

Wenn nicht muss ich halt ein paar apks testen ;)

EDIT: Habs gefunden war die "ApplicationsProvider.apk" jetzt gehts wieder ;)

Gesendet von meinem GT-I9100 mit Tapatalk 2
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: mecss
Hallo MECSS

wir im Akku diskussionsthread
sind dabei eine Liste zu erstellen, was alles gelöscht werden kann ohne schaden zu verursachen. da viel mir dein script ein. können wir das so auch für die xxlsj leak nehmen oder muss da vielleicht was geändert werden?
 
Ich schaue mir das heute abend mal und sag dann Bescheid, ob es auch für JB funktioniert...;)

getapatalkt aus den metaphysischen Untiefen des Donnerbalkens...
 
  • Danke
Reaktionen: beicuxhaven
Hi Mecss.

Sag mal ich habe deine GoaTrip Script benutzt und gesehen das ich den Ordner Eigene Dateien damit auch raus gehauen habe.
Nutzt du eine File Manager App, oder kann ich die standard apk wieder rein bekommen?
 
Ich benutze den Root Explorer...kannst aber jeden Filemanager deiner Wahl nutzen...

getapatalkt aus den metaphysischen Untiefen des Donnerbalkens...
 
Ich empfehle ES File Explorer.

Damit kann man zusätlich per Wlan/Bluetooth/FTP Dateien an den Pc schicken bzw per FTP direkt aufs Telefon schieben.
 
  • Danke
Reaktionen: italospawn
Eine Idee wäre vielleicht das ganz in einen uninstaller mit Auswahl zu packen, wie z.B Aroma so kann jeder das Deinstallieren was er möchte, vielleicht wahlweise 3 Gruppen mit rein wo Light, Medium und High Clean als Schnellwahl genutzt werden kann .

Nur als Anregung :)

Ansonsten einfach nicht Beachten mein Post ^^
 
  • Danke
Reaktionen: beicuxhaven
... Dazu müsst ihr nur eure Apps in den Ordner System/app kopieren, bevor ihr alles zippt. Das könnt ihr mit Klingeltönen, mit Fonts und und und machen. Schaut euch einfach den Ordner System an, dann werdet ihr verstehen, was ich meine.
Wie kann ich denn die Apps die ich kopiert habe nachinstallieren ??

Gruß Klaus
 
Ich verstehe deine Frage irgendwie nicht...
 
Sorry ich habe mich wohl etwas unverständlich ausgedrückt.
Habe alle Apps die deinstalliert wurden wie beschrieben unter System/app kopiert.
Ich dachte mir nun daß es auch einen Weg gibt (außer Root Explorer oder ähnliches) einzelne wieder zurückholen.

Gruß Klaus
 
Gibt es. Du nimmst die Apps aus der remove_script.sh raus und gut ist. Ist alles aber auch auf der Startseite beschrieben...;)

getapatalkt aus den metaphysischen Untiefen des Donnerbalkens...
 
  • Danke
Reaktionen: Klaus20

Ähnliche Themen

Meerjungfraumann
  • Meerjungfraumann
2 3
Antworten
47
Aufrufe
5.047
vonharold
vonharold
ChIcKo
Antworten
17
Aufrufe
3.029
vonharold
vonharold
ChIcKo
  • ChIcKo
3 4 5
Antworten
87
Aufrufe
11.066
apalacka
A
Zurück
Oben Unten