[VZW] XT1767: Possible Safestrap?

dwycoff2013

Member
Aug 23, 2017
29
4
3
25
West Monroe
So, everyone remembers the VZW Samsung Galaxy Note 2 (i605)? I have one I got second hand that had already taken the fatal-final-OTA update that permalocked the bootloader down.. however, I have still rooted and installed Safestrap recovery and damn-near fully customised and tweaked it to my liking(custom boot animation, room slots active, etc)..Well, what about a possible Safestrap-style recovery that could run without root permissions by running some sort of workaround-script?....or would root access still be inevitably needed? Perhaps have the Safestrap recovery create a fully-functioning isolated with admin privileges, something similar to the Island Sandbox Experiment app?
 

dwycoff2013

Member
Aug 23, 2017
29
4
3
25
West Monroe
What about possibly using ADB to manually install a superuser APK file and also using ADB commands like 'pm grant ....... WRITE_SECURE_SETTINGS' to manually enable the permissions and privileges required for installing an SU binary?
 

chrislind

Member
Jan 13, 2010
19
2
0
adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice

adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon

adb shell pm uninstall -k --user 0 com.verizon.messaging.vzmsgs

adb shell pm uninstall -k --user 0 com.motorola.vzw.cloudsetup

adb shell pm uninstall -k --user 0 com.vzw.qualitydatalog

adb shell pm uninstall -k --user 0 com.verizon.mips.services

adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions

adb shell pm uninstall -k --user 0 com.vznavigator.Generic

adb shell pm uninstall -k --user 0 com.motorola.vzw.provider

adb shell pm uninstall -k --user 0 com.gotv.nflgamecenter.us.lite

adb shell pm uninstall -k --user 0 com.motorola.email

adb shell pm uninstall -k --user 0 com.vcast.mediamanager
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.lenovo.FileBrowser2
 
  • Like
Reactions: classic757

mn1968

Senior Member
Nov 7, 2011
540
140
0
adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice

adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon...
I believe that this procedure actually only disables the apps, although it appears that they are uninstalled. It is my understanding that a factory reset will re-enable/re-install all the apps. Read about half-way down this page.
 
  • Like
Reactions: classic757