Question Is there an ADB command to disable auto update/carrier package push? - Samsung Galaxy S22

I have an s22 ultra with Verizon as my carrier. Some time ago I uninstalled Verizon's Security app Digital Secure. Two days ago I noticed that it had reinstalled itself on my phone, to which, I uninstalled it again (with ADB). And now only a day later it is back on my phone. Does anyone know of a ADB command to disable such Auto downloads from occurring?

This is probably the little bugger...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

So run:
./adb shell pm disable-user --user 0 <package name>??

Brynrobnson said:
So run:
./adb shell pm disable-user --user 0 <package name>??
Click to expand...
Click to collapse
See if what i circled is present.

What app are you using in that screenshot to View such packages

blackhawk said:
This is probably the little bugger...View attachment 5585303
Click to expand...
Click to collapse
I'm also curious about the app that you're using. We'll be waiting for a name.

So I do in fact have this app. at the permissions this thing has. And for kicks I tried to disable and ran into this...

Brynrobnson said:
View attachment 5587583
So I do in fact have this app. at the permissions this thing has. And for kicks I tried to disable and ran into this...
View attachment 5587585
Click to expand...
Click to collapse
It's quit the horror. Might as well be malware.
Package Disabler kills it without any issues on my N10+'s.

Related

[REQ] Dropbear ssh client

Ive asked in Themes and Apps to no avail so please dont jump on this for possibly being in the wrong forum.
Im looking for a binary of dropbear but i cant seem to find one that will work with our phone.
The situation.
At work they block everything, so i figure since i can adb into my phone, and since it has its own internet connection, i can use a cli ssh client to run around the internet doing the things i need to do from my shell.
can anyone please compile it or post it? ive looked for a couple of days.
much obliged.
Have you already tried QuickSSHd on Market?
Also this guy claims to have got it working:
Gentooer said:
Got it working!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I basically built it with qemu by following the tips and using the patch found here: http://jblomer.web.cern.ch/jblomer/android.htm
I'm not too familiar with all the different kinds of authentication, so this my be very insecure, but it works for me. These are the steps I followed after building dropbear:
1. Transfer dropbear and dropbearkey to a rw partition where they can be executed.
2. Generate a private rsa key with "dropbearkey -t rsa -f my_rsa_key"
3. Run "dropbear -A -N root -U 0 -G 0 -C <desired password> -r <path to my_rsa_key> -p 22"
4. ssh into your phone using the password entered in previous step. You should now have a full root terminal!
Here are the files (If anyone can provide better hosting that would be great):
http://www.speedyshare.com/190562592.html
Click to expand...
Click to collapse
That quote was from this thread.
If you have enough access to get ADB running on your work PC, why not just put PuTTY on there as well?

CM6 RC1

So after Flashing over this Rom which I think is Great, I cant get Facebook Notifications.. I keep getting an error message.. Pic Below... Any resolutions or know why this is happening
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Globetrahter said:
So after Flashing over this Rom which I think is Great, I cant get Facebook Notifications.. I keep getting an error message.. Pic Below... Any resolutions or know why this is happening
Click to expand...
Click to collapse
Haven't a clue why this is happening, but I'd update your facebook app if you can...check the market.
If not, clear the app data in Settings>Application>Manage Applications.
I'm running AVA V9 and have had this issue for a few days. Same notification error.
Edit... I have tried re-installing and clearing data, but issue persists
bender1077 said:
I'm running AVA V9 and have had this issue for a few days. Same notification error.
Edit... I have tried re-installing and clearing data, but issue persists
Click to expand...
Click to collapse
Yep, Same for me, I cant uninstall the normal way either, but I reset the app data and the issue persists, def weird
Globetrahter said:
Yep, Same for me, I cant uninstall the normal way either, but I reset the app data and the issue persists, def weird
Click to expand...
Click to collapse
Just FYI, to uninstall, connect to your computer, open the command prompt, cd to adb, then do the following commands:
adb remount
adb shell rm /system/app/Facebook.apk
adb shell rm -r /data/data/com.facebook.katana
adb shell pm uninstall com.facebook.katana
adb remount
I'd say try to uninstall via that way, and reinstall from Market. See if that does anything for you.

Package name required.

Can someone please post the package name for sim app dialogue please, thanks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my EVR-L29 using Tapatalk
Never mind.
It's com.android.simappdialog , once removed via adb it cannot be installed again via adb command.
Sent from my EVR-L29 using Tapatalk
Limeybastard said:
Never mind.
It's com.android.simappdialog , once removed via adb it cannot be installed again via adb command.
Sent from my EVR-L29 using Tapatalk
Click to expand...
Click to collapse
Wrong! Adn command just disable it and you can enable it again
Zanr Zij said:
Wrong! Adn command just disable it and you can enable it again
Click to expand...
Click to collapse
I tried it , that's why I said it. So either you didn't try it, or you are a liar.
Go ahead and uninstall com.android.simappdialog via settings > apps then plug in your phone and run the adb line to install existing package. It won't be found.
Unlike other apps that have been deleted like Carrier services, sim toolkit, Facebook, calendar, Duo, chrome, Google quick search box etc...they all can be re-installed via adb.
PS. If you looked at the app image I posted in my first post , it shows an "uninstall" option. All the other other bloat apps removed were done via the adb uninstall command since "uninstall" wasn't an option for them.
Sent from my EVR-L29 using Tapatalk

Health_10.0.1.021-wearBeta does not run anymore? Update prompt.

Just noticed that when trying to install the 021 Beta, it keeps prompting for an update to a newer version. You click later but the second prompt basically forces you to either update or disable (close app).
Last evening it worked fine. How can we bypass this or what version should we use with the chinese ID to upload faces to a GT2/GT2e? Thx.
Run i use
View attachment 5056117
gagi75 said:
Run i use
View attachment 5056117
Click to expand...
Click to collapse
what are you trying to say and what attachment is that? It's not valid.
Beta ver
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gagi75 said:
Beta verView attachment 5056167
Click to expand...
Click to collapse
and if you delete it and reinstall? Do you get the update prompt that doesn't let you use the app?
zerozoneice said:
and if you delete it and reinstall? Do you get the update prompt that doesn't let you use the app?
Click to expand...
Click to collapse
Yes but... Start app whit out net after swich on when wish to insatll wf thats all
Put it into flight mode before you run it
weird, it was always in airplane mode, but it worked eventually.
i actually now have both beta and newest from playstore installed at the same time, different accounts, watch connected to both (and keeps connection).
Block update.hicloud.com on your dns/firewalle. Problem solved. (for now...)

Unusual error (SQLITE ERORR CODE 1)

Hi, my phone strated lagging and I went for restart. Then after I unlocked my phone after restarting it this error appears. And now error shows up every time after i turn on my phone or after i do restart.
Does anyone have this error too or its just me, and what this error means anyway. Is it system error or?
Screenshot of error below .
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Looks like an app updated and now it's trying to redo the database part of the update over and over... Maybe adb logs would make it clear which app, hopefully one you just updated.
a1291762 said:
Looks like an app updated and now it's trying to redo the database part of the update over and over... Maybe adb logs would make it clear which app, hopefully one you just updated.
Click to expand...
Click to collapse
Can you explain how to check adb logs and find out which app is doing this ?
Skil0f1337 said:
Can you explain how to check adb logs and find out which app is doing this ?
Click to expand...
Click to collapse
You need to unlock developer mode to run adb logcat. There's apps (MatLog is what I use) to view it on device, not sure if they also need developer mode.
If you boot your phone and see the message you can dump the logs and see if any of them seem to correlate. There's timrstamps but at boot time lots of apps start so that's maybe not helpful.
Autostarts is an app that can tell you which apps run at boot. But you probably have lots of them.

Categories

Resources