DeBloating via ADB (Batch-Datei)

der Boatloader hat damit nichts zu tun :biggrin:
 
  • Danke
Reaktionen: Moglie
Habs mal probiert, nicht schlecht die debloat 1_2.7z . :)
Habe sie hier im Thread geladen: https://www.android-hilfe.de/forum/...b-batch-datei.629607-page-2.html#post-8306049

Ein paar Apps werden aber noch angezeigt die ich gerne losbekommen würde, kann jemand helfen!?
Edit: Versuche selber die Liste zu erweitern.

Diese möchte ich zusätzlich entfernen:
File Commander = com.mobisystems.fileman ?
GMail = com.google.android.gm ?
Google+ = com.google.android.apps.plus ?
Hangouts = com.google.android.talk ?
Movie Creator = com.sonymobile.moviecreator.rmm ? com.sonymobile.moviecreator ?
Notizen = com.google.android.keep ?
Support = com.sonymobile.helpapp7 ?
Video Unlimited = com.sony.snei.vu ?
Xperia Lounge = com.sonymobile.xperialounge.services ? com.sonyericsson.xhs ?

Diese werde ich wieder hinzufügen da ich sie vermisse:
News & Wetter von Google = com.google.android.apps.genie.geniewidget
Smart Connect = com.sonyericsson.extras.liveware

Zusammen mit dem hier: https://www.android-hilfe.de/forum/...tfernen-deaktivieren.618803.html#post-8157293 echt ne tolle Sache auch ohne Root! :)
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: Marzl85
Moglie schrieb:
Diese möchte ich zusätzlich entfernen:
File Commander = com.mobisystems.fileman ?
GMail = com.google.android.gm ?
Google Drive = com.google.android.apps.docs ?
Google+ = com.google.android.apps.plus ?
Hangouts = com.google.android.talk ?
Movie Creator = com.sonymobile.moviecreator.rmm ?
Notizen = com.google.android.keep ?
Support = ?
Video Unlimited = ?
Xperia Lounge = com.sonymobile.xperialounge.services ? com.sonyericsson.xhs ?

Deine Liste klingt für mich plausibel.

Support und Video Unlimited müssten auch com.sony* sein.

Ich hab hier was gefunden:
com.sony.snei.vu
com.sonymobile.helpapp7

Da kannst du auch die IDs deiner anderen Apps bestätigen.
Bei den Google und auch Sony-Apps könnte es Zusammenhänge geben. Ich würde mich schrittweise herantasten. Damit du weißt was die Ursache ist falls etwas erwünschtes nicht mehr funktioniert oder andere Fehler auftreten.

Würde mich über einen Bericht zum Ergebnis freuen. Viel Erfolg!
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: Moglie
@moglie: Das mit dem File Commander würde ich mir noch einmal überlegen, da sie als System-App wirklich kompletten Zugriff auf die SD-Karte(n) hat - sprich dort lesen und schreiben kann. Ich selber nutze liebend gern den ES-Datei.Explorer, aber leider kann ich damit nicht mehr so umgehen, wie ich es gewohnt bin. :( Dafür müßte ich erst rooten.

Gruß

Rhonin
 
Das stimmt. Ich nutze eigentlich Datei Manager, bin aber auch auf den integrierten File Commander umgestiegen weil der auch auch SD-Karten schreiben kann. Das ging mit Datei-Manager wegen Android 4.4 nicht.
 
Hallo @all,

hier mal meine Aktuelle Debloat.bat. Ich habe versucht es zu sortieren und auch bei einigen die Erklärung dazu geschrieben.

Vielleicht kann jemand die Liste ergänzen oder verbessern.

Ich habe fast alles Apps von Google deaktiviert da ich Google+ und alles drumherum nicht nutze.
 

Anhänge

  • debloat.zip
    1,7 KB · Aufrufe: 188
  • Danke
Reaktionen: zappenduster, dabistduja und Rhonin
@tsg: Cool wäre es, wenn Du die debloat.bat als Text in einen Spoiler packst, dann kann jeder sofort sehen, was genau Du reingeschrieben hast.

Ich habe das so gemacht, wie in diesem Post.

Siehe es als Anregung und DANKE für's Mitwirken...

Gruß

Rhonin
 
OK Danke für den Hinweis. Hoffe es ist lesbar.

@echo off
COLOR 70
echo Welcome to this small DEBLOATING-batch
echo.
echo Please hit any key to proceed...
pause
echo.
echo.
COLOR 74
echo Debloating process starts...
echo.
REM SmallApps
echo Block Smallapp stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SmallApps
IF /I "%X%"=="N" goto :Block1
GOTO ENDE
:SmallApps
echo.
adb shell pm block com.sony.smallapp.managerservice REM SmallAppsBar
adb shell pm block com.sony.smallapp.appframework REM SmallAppsFramework
adb shell pm block com.sony.smallapp.launcher
adb shell pm block com.sony.smallapp.app.widget
adb shell pm block com.sonymobile.smallapps.calc
adb shell pm block com.sonymobile.smallapps.clipper
adb shell pm block com.sonymobile.smallapps.timer
adb shell pm block com.sonymobile.smallbrowser
:Block1
REM SonyApps
echo.
echo Block Sony-Apps and ANT-Server ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SonyApps
IF /I "%X%"=="N" goto :Block2
GOTO ENDE
:SonyApps
echo.
adb shell pm block com.sonymobile.lifelog REM Sony Lifelog
adb shell pm block com.sonymobile.sketch REM Sony Sketch
adb shell pm block com.sonyericsson.textinput.chinese REM chinese keyboard
adb shell pm block com.sonymobile.pobox REM japanese keyboard
adb shell pm block com.sonyericsson.extras.liveware REM LiveWare™ Manager erkennt Sony Ericsson-Zubehör
adb shell pm block com.sonymobile.sonyselect REM SonySelect REM SonySelect
adb shell pm block com.sonymobile.xperialounge.services REM XperiaLounge
adb shell pm block com.sonymobile.simplehome REM SimpleHome Launcher
adb shell pm block com.sonymobile.anondata REM ???
adb shell pm block com.sonyericsson.idd.agent REM Anonymous Usage Stats
adb shell pm block com.sonymobile.retaildemo REM ???
adb shell pm block com.sonymobile.synchub REM SonyBackup ?
adb shell pm block com.sonyericsson.crashmonitor REM ??
adb shell pm block com.sonyericsson.trackid.res.overlay REM ???
adb shell pm block com.sonyericsson.extras.liveware REM LiveWare Manager
adb shell pm block com.sonymobile.moviecreator.rmm REM MovieCreator
adb shell pm block com.sonymobile.phoneusage REM ???
adb shell pm block com.sony.snei.vu REM VideoUnlimited
adb shell pm block com.sonymobile.mx.android REM Baidu - MyXperia ?
adb shell pm block com.sonyericsson.xhs REM XperiaLounge
adb shell pm block com.sony.snei.mu.phone REM Music Unlimited Mobile App
adb shell pm block cjp.co.sony.tablet.PersonalSpace REM PLayMemories Online
adb shell pm block com.sonyericsson.timescape.ui REM SE Timescape UI
:Block2
REM Android stuff
echo.
echo Block Android Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Android
IF /I "%X%"=="N" goto :Block3
GOTO ENDE
:Android
echo.
adb shell pm block com.android.calendar REM Kalender
adb shell pm block com.android.sharedstoragebackup REM NEW
adb shell pm block com.dsi.ant.server REM ANT Radio Service
adb shell pm block com.android.stk REM SIM Toolkit
:Block3
REM Social Media stuff
echo.
echo Block Social Media Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Social
IF /I "%X%"=="N" goto :Block4
GOTO ENDE
:Social
echo.
REM adb shell pm block com.facebook.katana REM Facebook
adb shell pm block com.bambuser.sociallive
adb shell pm block com.sonyericsson.eventstream
adb shell pm block com.sonyericsson.eventstream.facebookplugin
adb shell pm block com.sonyericsson.eventstream.twitterplugin
adb shell pm block com.sonyericsson.eventstream.twitterpostviewer
adb shell pm block com.sonyericsson.socialengine
adb shell pm block com.sonyericsson.socialengine.plugins.facebook
REM adb shell pm unblock com.sonyericsson.socialengine.plugins.picasa
adb shell pm block com.sonymobile.socialengine.plugins.facebook_sharefrwk
adb shell pm block com.sonymobile.socialengine.plugins.playmemories
adb shell pm block com.sonymobile.socialengine.plugins.twitter_sharefrwk
adb shell pm block com.sonyericsson.socialpane.friends
adb shell pm block com.sonyericsson.facebook.postview
adb shell pm block com.sonyericsson.facebook.proxylogin
adb shell pm block com.sonyericsson.fbmediadiscovery
adb shell pm block com.sonyericsson.androidapp.fbcalendarsync
adb shell pm block com.sonyericsson.androidapp.fbmusiclike
adb shell pm block com.sonyericsson.androidapp.fbsetupwizard
adb shell pm block com.sonyericsson.androidapp.storefront
adb shell pm block com.sonymobile.twitter.account
adb shell pm block com.sonymobile.twitter.setupwizard
:Block4
REM Advancewidgets
echo.
echo Block Advancewidgets ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Advance
IF /I "%X%"=="N" goto :Block5
GOTO ENDE
:Advance
echo.
adb shell pm block com.sonymobile.advancedwidget.entrance
adb shell pm block com.sonyericsson.advancedwidget.music
adb shell pm block com.sonyericsson.advancedwidget.notewidget
adb shell pm block com.sonyericsson.advancedwidget.photo
adb shell pm block com.sonyericsson.advancedwidget.weather
adb shell pm block com.sonyericsson.androidapp.timescapefeedsplugin
:Block5
REM Themes and Live Wallpapapers
echo.
echo Block Themes and Live Wallpapers ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Themes
IF /I "%X%"=="N" goto :Ende
:Themes
echo.
adb shell pm block com.android.phasebeam
adb shell pm block com.android.magicsmoke
adb shell pm block com.android.wallpaper.holospiral REM NEW
adb shell pm block com.android.noisefield REM NEW
adb shell pm block com.sonymobile.themes.id001
adb shell pm block com.sonymobile.themes.id002
adb shell pm block com.sonymobile.themes.id003
adb shell pm block com.sonymobile.themes.id004
adb shell pm block com.sonymobile.themes.id005
adb shell pm block com.sonymobile.themes.id006
:Block6
REM Google Stuff
echo.
echo Block Google Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Google
IF /I "%X%"=="N" goto :Ende
:Google
echo.
adb shell pm block com.google.android.apps.docs REM Google Docs & DRive
adb shell pm block com.google.android.apps.plus REM Google+
adb shell pm block com.google.android.marvin.talkback REM Google Talkback
adb shell pm block com.google.android.talk REM Talk
adb shell pm block com.google.android.gm REM Gmail
adb shell pm block com.google.android.googlequicksearchbox REM Google Suche
adb shell pm block com.google.android.keep REM Google Keep
adb shell pm block com.google.android.apps.books REM Google Play Books
adb shell pm block com.google.android.music REM Google Play Music
adb shell pm block com.google.android.videoeditor REM VideoEditorGoogle
adb shell pm block com.google.android.videos REM Google Play Movies & TV
adb shell pm block com.google.android.apps.genie.geniewidget REM Google Play services
adb shell pm block com.google.android.apps.uploader REM ???
adb shell pm block com.google.android.play.games REM Google Play Games
adb shell pm block com.google.android.apps.magazines REM Google Play Newsstand
:Ende
adb shell exit
COLOR 72
echo.
echo Debloating complete
echo.
echo.
echo Please hit a key to reboot...
pause
adb reboot
 
  • Danke
Reaktionen: coolhot, dabistduja, Moglie und eine weitere Person
Dankeschön, ist ja easy zu bewerkstelligen.
Will morgen die Google-Apps noch editieren, dann bin ich fast glücklich mit dem Z3c (root vermisse ich schon bisschen :sad: )
 
Rhonin schrieb:
@moglie: Das mit dem File Commander würde ich mir noch einmal überlegen, da sie als System-App wirklich kompletten Zugriff auf die SD-Karte(n) hat - sprich dort lesen und schreiben kann. Ich selber nutze liebend gern den ES-Datei.Explorer, aber leider kann ich damit nicht mehr so umgehen, wie ich es gewohnt bin. :( Dafür müßte ich erst rooten.

Gruß

Rhonin

Auch gerade bemerkt zumindest kann man keine Ordner auf der externen microSDXC Karte erstellen.
Dann kommt der File Commander wieder drauf. :thumbsup:
 
@tsgfrade: Vielen Dank für die Mühe!

Zwei kleine Fehler sind mir beim Ausführen aufgefallen:


  • Zeile 135: goto :Ende sollte bestimmt goto :Block6 heissen,
  • Zeilem 158 u. 168: die &-Zeichen würde ich aus der REM-Anweisung herausnehmen, um Fehlermeldungen zu vermeiden
Gruß
 
  • Danke
Reaktionen: Rhonin
@zappenduster

Danke werde ich ändern. Da ich noch ein wenig dran arbeite heute nicht direkt die Änderung.
 
Hallo,

ich habe noch ein paar Sachen hinzugefügt.

@echo off
COLOR 70
echo Welcome to this small DEBLOATING-batch
echo.
echo Please hit any key to proceed...
pause
echo.
echo.
COLOR 74
echo Debloating process starts...
echo.
REM SmallApps
echo Block Smallapp stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SmallApps
IF /I "%X%"=="N" goto :Block1
GOTO ENDE
:SmallApps
echo.
adb shell pm block com.sony.smallapp.managerservice REM SmallAppsBar
adb shell pm block com.sony.smallapp.appframework REM SmallAppsFramework
adb shell pm block com.sony.smallapp.launcher
adb shell pm block com.sony.smallapp.app.widget
adb shell pm block com.sonymobile.smallapps.calc
adb shell pm block com.sonymobile.smallapps.clipper
adb shell pm block com.sonymobile.smallapps.timer
adb shell pm block com.sonymobile.smallbrowser
:Block1
REM SonyApps
echo.
echo Block Sony-Apps and ANT-Server ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SonyApps
IF /I "%X%"=="N" goto :Block2
GOTO ENDE
:SonyApps
echo.
adb shell pm block com.sonymobile.lifelog REM Sony Lifelog
adb shell pm block com.sonymobile.sketch REM Sony Sketch
adb shell pm block com.sonyericsson.textinput.chinese REM chinese keyboard
adb shell pm block com.sonymobile.pobox REM japanese keyboard
adb shell pm block com.sonyericsson.extras.liveware REM LiveWare™ Manager erkennt Sony Ericsson-Zubehör
adb shell pm block com.sonymobile.sonyselect REM SonySelect REM SonySelect
adb shell pm block com.sonymobile.xperialounge.services REM XperiaLounge
adb shell pm block com.sonymobile.simplehome REM SimpleHome Launcher
adb shell pm block com.sonymobile.anondata REM ???
adb shell pm block com.sonyericsson.idd.agent REM Anonymous Usage Stats
adb shell pm block com.sonymobile.retaildemo REM ???
adb shell pm block com.sonymobile.synchub REM SonyBackup ?
adb shell pm block com.sonyericsson.crashmonitor REM ??
adb shell pm block com.sonyericsson.trackid.res.overlay REM ???
adb shell pm block com.sonyericsson.extras.liveware REM LiveWare Manager
adb shell pm block com.sonymobile.moviecreator.rmm REM MovieCreator
adb shell pm block com.sonymobile.phoneusage REM ???
adb shell pm block com.sony.snei.vu REM VideoUnlimited
adb shell pm block com.sonymobile.mx.android REM Baidu - MyXperia ?
adb shell pm block com.sonyericsson.xhs REM XperiaLounge
adb shell pm block com.sony.snei.mu.phone REM Music Unlimited Mobile App
adb shell pm block cjp.co.sony.tablet.PersonalSpace REM PLayMemories Online
adb shell pm block com.sonyericsson.timescape.ui REM SE Timescape UI
adb shell pm block com.sonymobile.tasks REM NEW Tasks App
adb shell pm block com.sonymobile.slideshow REM NEW Diashow Smart-Erweiterung
adb shell pm block com.sonymobile.coverapp REM NEW smart cover app
:Block2
REM Android stuff
echo.
echo Block Android Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Android
IF /I "%X%"=="N" goto :Block3
GOTO ENDE
:Android
echo.
adb shell pm block com.android.calendar REM Kalender
adb shell pm block com.android.sharedstoragebackup REM NEW
adb shell pm block com.dsi.ant.server REM ANT Radio Service
adb shell pm block com.android.stk REM SIM Toolkit
adb shell pm block com.android.providers.media.MediaScannerReceiver REM NEW Media Scanning at boot
adb shell pm unblock com.android.providers.media REM NEW Media Scanning at boot
:Block3
REM Social Media stuff
echo.
echo Block Social Media Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Social
IF /I "%X%"=="N" goto :Block4
GOTO ENDE
:Social
echo.
REM adb shell pm block com.facebook.katana REM Facebook
adb shell pm block com.bambuser.sociallive
adb shell pm block com.sonyericsson.eventstream
adb shell pm block com.sonyericsson.eventstream.facebookplugin
adb shell pm block com.sonyericsson.eventstream.twitterplugin
adb shell pm block com.sonyericsson.eventstream.twitterpostviewer
adb shell pm block com.sonyericsson.socialengine
adb shell pm block com.sonyericsson.socialengine.plugins.facebook
REM adb shell pm unblock com.sonyericsson.socialengine.plugins.picasa
adb shell pm block com.sonymobile.socialengine.plugins.facebook_sharefrwk
adb shell pm block com.sonymobile.socialengine.plugins.playmemories
adb shell pm block com.sonymobile.socialengine.plugins.twitter_sharefrwk
adb shell pm block com.sonyericsson.socialpane.friends
adb shell pm block com.sonyericsson.facebook.postview
adb shell pm block com.sonyericsson.facebook.proxylogin
adb shell pm block com.sonyericsson.fbmediadiscovery
adb shell pm block com.sonyericsson.androidapp.fbcalendarsync
adb shell pm block com.sonyericsson.androidapp.fbmusiclike
adb shell pm block com.sonyericsson.androidapp.fbsetupwizard
adb shell pm block com.sonyericsson.androidapp.storefront
adb shell pm block com.sonymobile.twitter.account
adb shell pm block com.sonymobile.twitter.setupwizard
:Block4
REM Advancewidgets
echo.
echo Block Advancewidgets ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Advance
IF /I "%X%"=="N" goto :Block5
GOTO ENDE
:Advance
echo.
adb shell pm block com.sonymobile.advancedwidget.entrance
adb shell pm block com.sonyericsson.advancedwidget.music
adb shell pm block com.sonyericsson.advancedwidget.notewidget
adb shell pm block com.sonyericsson.advancedwidget.photo
adb shell pm block com.sonyericsson.advancedwidget.weather
adb shell pm block com.sonyericsson.androidapp.timescapefeedsplugin
adb shell pm block com.sonymobile.advancedwidget.topcontacts REM NEW
adb shell pm block com.sonymobile.camerawidget REM NEW
adb shell pm block com.sonymobile.advancedwidget.worldclock REM NEW
:Block5
REM Themes and Live Wallpapapers
echo.
echo Block Themes and Live Wallpapers ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Themes
IF /I "%X%"=="N" goto :Block6
:Themes
echo.
adb shell pm block com.android.phasebeam
adb shell pm block com.android.magicsmoke
adb shell pm block com.android.wallpaper.holospiral
adb shell pm block com.android.noisefield
adb shell pm block com.sonymobile.themes.id001
adb shell pm block com.sonymobile.themes.id002
adb shell pm block com.sonymobile.themes.id003
adb shell pm block com.sonymobile.themes.id004
adb shell pm block com.sonymobile.themes.id005
adb shell pm block com.sonymobile.themes.id006
adb shell pm block com.android.musicvis REM NEW Music Visualization Wallpapers
:Block6
REM Google Stuff
echo.
echo Block Google Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Google
IF /I "%X%"=="N" goto :Ende
:Google
echo.
adb shell pm block com.google.android.apps.docs REM Google Docs DRive
adb shell pm block com.google.android.apps.plus REM Google+
adb shell pm block com.google.android.marvin.talkback REM Google Talkback
adb shell pm block com.google.android.talk REM Talk
adb shell pm block com.google.android.gm REM Gmail
adb shell pm block com.google.android.googlequicksearchbox REM Google Suche
adb shell pm block com.google.android.keep REM Google Keep
adb shell pm block com.google.android.apps.books REM Google Play Books
adb shell pm block com.google.android.music REM Google Play Music
adb shell pm block com.google.android.videoeditor REM VideoEditorGoogle
adb shell pm block com.google.android.videos REM Google Play Movies TV
adb shell pm block com.google.android.apps.genie.geniewidget REM Google Play services
adb shell pm block com.google.android.apps.uploader REM ???
adb shell pm block com.google.android.play.games REM Google Play Games
adb shell pm block com.google.android.apps.magazines REM Google Play Newsstand
adb shell pm block com.google.android.street REM NEW Street View
adb shell pm block google.android.apps.maps REM NEW Google Maps
:Ende
adb shell exit
COLOR 72
echo.
echo Debloating complete
echo.
echo.
echo Please hit a key to reboot...
pause
adb reboot
 
  • Danke
Reaktionen: benzin, Michael San, Rhonin und 2 andere
@tsgfrade:

Bin gerade dabei nachzuschauen, ob die von Dir eingefügten Google-Apps (Google+ etc...) nicht sogar komplett gelöscht werden können über

Code:
adb shell pm [B]uninstall[/B] google.android.apps.maps
anstelle von

Code:
adb shell pm [B]block[/B] google.android.apps.maps
Diese sind im Gegensatz zu den anderen Apps nämlich im App-Manager deaktivierbar oder vom Google Playstore aus deinstallierbar.

Aber ich befürchte, dass auch dafür wieder Rootrechte von Nöten sind - aber mal schauen. Wenn dem so wäre könntest Du zusätzliche Ressourcen freigeben :D

Gruß Rhonin
 
Hallo Leute,

bei XDA gibt es mittlerweile ein kleines Proggi, dass die Debloating batch überflüssig macht und wesentlich komfortabler ist.

Hier findet ihr den Debloater.
Eine sehr gute englische Anleitung findet ihr bei XDA-TV.

Damit könnte dieser Thread quasi geschlossen werden.

Gruß

Rhonin
 
  • Danke
Reaktionen: Marzl85, mausbock, mj084 und 6 andere
Also, bei mir klappt das nicht ganz so. Die Verbindung und das auslesen geht zwar, aber auch wenn der Debloater vergündet, dass das deaktivieren einer App erfolgreich war, wird diese mir selbst nach Neustart des Handy noch in der Appliste (Alle) in den Einstellungen anzeigt und ich kanns dort auch nicht Deaktivieren...

Z.B. Simple Home, ist so ein Fall. Oder ist Simple Home nicht das gleiche wie dieser "Einfache Startbildschirm"? Weiß, jemand wie dort der Dienst bzw. APK-Pfad lautet?
 
Hallo, die Frage ist hier fast offtop, aber versuche es trotzdem:
kann man via ADB paar Werte in build.prop verändern? Ohne root natürlich .
Danke.
 
@ das karlchen:

Der Name des Pakets lautet:

com.sonymobile.simplehome

und ist der minimale Launcher im Ultra Stamina Modus. Ich hatte es in meiner Batch mit drin und schien sich auch deaktivieren/blocken zu lassen. Warum das mit dem Proggie nicht geht weiß ich nicht ??? Habe Das Proggie aber auch noch nicht getestet - aus Zeitmangel und da ich über die Batch eigentlich alles geblockt hatte, was mich stört. Und zum anderen teste ich mit meinen alten SGS+ Lollipop in Form von CM12 :D

@ alik:

Ohne Root(rechte) hast Du keine Chance etwas im Rootverzeichnis zu ändern - SRY - Auch nicht mit adb

Root/system/build.prop bleibt ohne root nicht erreichbar - leider

Gruß

Rhonin
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: das_karlchen und alik
@ das Karlchen

Ich habe das Programm inzwischen getestet und klar lässt sich damit auch der "Einfache Startbildschirm" blocken.
Wenn du das richtige Packet "com.sonymobile.simplehome" ausgewählt hast und nach dem blocken neu gestartet gibt's den "Einfachen Startbildschirm" nicht mehr.
 
  • Danke
Reaktionen: das_karlchen
@all,
hallo erstmal ich komme vom Galaxy S2 und bin also Neuling beim Sony Z3c,
wollte jetzt auch nach der Anleitung die meiste Bloatware los werden
und habe mir schon PC Companion, Minimal ADB & Fasterboot installiert,
aber wo finde ich den ADB Ordner in den ich die debloat.bat Entpacken soll
oder sehe ich den Wald vor lauter Bäumen nicht.
Auf dem Pc habe ich im Gerätemanager; Sony sa0111 ADB Interface Driver!

Gruß Didi
 
Zuletzt bearbeitet:

Ähnliche Themen

A
Antworten
0
Aufrufe
1.685
ani-lan
A
A
Antworten
4
Aufrufe
2.788
AndrogRR
A
N
Antworten
0
Aufrufe
890
NeedNewSmartphone
N
Zurück
Oben Unten