All Discussions
  • Kashering the Schok Phone

Started by NoTech · May 23, 2021

adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.android.captiveportallogin
adb shell pm uninstall -k --user 0 com.android.vending
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
(you have to disable this package first or it won't uninstall)
adb shell pm disable-user --user 0 com.google.android.gms
adb shell pm uninstall -k --user 0 com.google.android.gms
adb shell pm uninstall -k --user 0 com.schok.myschok
for radio-
adb shell pm uninstall -k --user 0 com.caf.fmradio
adb shell pm uninstall -k --user 0 com.umx.fmradio
for text-
adb shell pm uninstall -k --user 0 com.android.mms
(this will block voicemail notifications)

To remove the mouse
adb shell pm uninstall -k --user 0 com.schok.virtualmouse

To block reset and installing apps, first make sure your software is updated, then go to settings>lock control 2.0.

This will get unblocked if there is a software update.
To block software update
adb shell pm uninstall -k --user 0 com.fota.wirelessupdate
adb shell pm uninstall -k --user 0 com.verizon.dmclientupdate

UPDATE When blocking reset make sure to uninstall this package-
adb shell pm uninstall -k --user 0 com.leadcore.carriers

Flippy

Thanks. Can you quickly summarize what is does/doesnt block?

wanttoworkfortag

Flippy If you use all the commands it will remove

  • Browser
  • Email
  • Radio
  • Virtual mouse
  • Texting
  • Software Updates
  • Reseting the phone
  • Installing apps from apk

You will still have

  • Calling
  • Camera
  • File Explorer
  • Calculator
  • Alarms
  • Calendar
  • Contacts
  • Flashlight
  • Gallery
  • Notepad

I am not sure if adb would still work

Does this still work

And I can do this directly on the phone or you need a computer (sorry I’m new to this)

Reifam

arzee you would need a computer with adb.