adb shell dumpsys activity activities | findstr /C:"ResumedActivity"
.\adb shell dumpsys activity activities | Select-String -Pattern "ResumedActivity"
adb shell dumpsys window windows | findstr /C:"mCurrentFocus" /C:"mFocusedApp"
.\adb shell dumpsys window windows | Select-String -Pattern "mCurrentFocus|mFocusedApp"
adb shell "dumpsys activity | grep -E 'mCurrentFocus|mFocusedActivity'"
adb shell dumpsys package | findstr /B /C:"com.sliide.content.MainActivity" /S
.\adb shell dumpsys package | Select-String -Pattern "com.sliide.content.MainActivity" -Context 2,5
adb shell dumpsys package | findstr /B /C:"sliide" /S
.\adb shell dumpsys package | Select-String -Pattern "sliide" -Context 2,5
adb shell dumpsys package | findstr /B /C:"com.android.launcher3.Launcher" /S
.\adb shell dumpsys package | Select-String -Pattern "com.android.launcher3.Launcher" -Context 2,5
adb shell pm uninstall --user 0 com.tmobile.m1
.\adb shell pm uninstall --user 0 com.tmobile.m1
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I just wrote this off the cuff, so if you have improvements, let us
know.
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I take it you bought your phone from your carrier?
And that it is also locked to your carrier?
In much of the world, we are able to buy a phone, and then decide which carrier to use it with. Switching carriers is as easy as switching a SIM.
I just wrote this off the cuff, so if you have improvements, let us
know.
It's a testament to Android, isn't it, that you have this much control
over what your phone does. Imagine trying to do that on any other
platform.
On Thu, 19 Jun 2025 22:23:46 -0000 (UTC), Marion wrote:
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I take it you bought your phone from your carrier? And that it is also
locked to your carrier?
In much of the world, we are able to buy a phone, and then decide which carrier to use it with. Switching carriers is as easy as switching a SIM.
There are only essentially three main carriers in the USA, where I have had them all and I have found T-Mobile to be the best, for me for a variety of reasons, not the least of which is they give me everything for free.
On 2025-06-20 02:49, Lawrence D'Oliveiro wrote:
On Thu, 19 Jun 2025 22:23:46 -0000 (UTC), Marion wrote:
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I take it you bought your phone from your carrier? And that it is also
locked to your carrier?
In much of the world, we are able to buy a phone, and then decide which
carrier to use it with. Switching carriers is as easy as switching a SIM.
Still, I believe the SIM card, which is provided by the telecom company,
can install applications. I don't have confirmation of this. I asked
chatgpt and it says "no".
On 2025-06-20 02:49, Lawrence D'Oliveiro wrote:
On Thu, 19 Jun 2025 22:23:46 -0000 (UTC), Marion wrote:
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I take it you bought your phone from your carrier? And that it is also
locked to your carrier?
In much of the world, we are able to buy a phone, and then decide which
carrier to use it with. Switching carriers is as easy as switching a SIM.
Still, I believe the SIM card, which is provided by the telecom company,
can install applications. I don't have confirmation of this. I asked
chatgpt and it says "no".
On 2025-06-20, Carlos E.R. wrote:
On 2025-06-20 02:49, Lawrence D'Oliveiro wrote:
On Thu, 19 Jun 2025 22:23:46 -0000 (UTC), Marion wrote:Still, I believe the SIM card, which is provided by the telecom company,
Turns out my carrier sneaked it on there unbeknownst to me.
So I deleted the carrier's app (which deleted the activity).
I take it you bought your phone from your carrier? And that it is also
locked to your carrier?
In much of the world, we are able to buy a phone, and then decide which
carrier to use it with. Switching carriers is as easy as switching a SIM. >>
can install applications. I don't have confirmation of this. I asked
chatgpt and it says "no".
Nope, it's just the stuff necessary to get you onto the carrier's
network. It can't push new apps into your phone.
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier updates" which certainly can push crap into your phone (even after the lease-to-own period ends).
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier updates" which certainly can push crap into your phone (even after the lease-to-own period ends).
If you hadn't seen an ad, how would you have known that "something" had
been uploaded and was running? Anyway, tutorial saved for future
reference, just in case...
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier
updates" which certainly can push crap into your phone (even after the
lease-to-own period ends).
I don't think it matters if it is a free phone or not as the carrier is who pushes the updates to the phone so they can include what they want into it.
W Fri, 20 Jun 2025 20:53:28 +0200, Ivano Rossi napisal:
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier
updates" which certainly can push crap into your phone (even after the
lease-to-own period ends).
I don't think it matters if it is a free phone or not as the carrier is who >> pushes the updates to the phone so they can include what they want into it.
Also keep in mind any android on the internet is updated every month by Google for the kernal modules no matter how old the android phone is.
Also keep in mind any android on the internet is updated every month byHOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier >>>> updates" which certainly can push crap into your phone (even after the >>>> lease-to-own period ends).
I don't think it matters if it is a free phone or not as the carrier is who >>> pushes the updates to the phone so they can include what they want into it. >>
Google for the kernal modules no matter how old the android phone is.
But this kinds of updates are updates by the manufacturer. These can
include apps in the firmware.
W Fri, 20 Jun 2025 21:39:33 +0200, Carlos E.R. napisal:
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier >>>>> updates" which certainly can push crap into your phone (even after the >>>>> lease-to-own period ends).
I don't think it matters if it is a free phone or not as the carrier is who
pushes the updates to the phone so they can include what they want into it.
Also keep in mind any android on the internet is updated every month by
Google for the kernal modules no matter how old the android phone is.
But this kinds of updates are updates by the manufacturer. These can
include apps in the firmware.
There are many kinds of updates but the only kernal updates which happen every month to every android phone over the internet (no matter who makes
the phone & no matter who is the carrier) are from google alone https://source.android.com/docs/security/bulletin/asb-overview https://www.androidauthority.com/pixel-phones-kernel-upgrade-march-update-3532360/
although the carrier also does updates when they feel like doing them https://source.android.com/docs/core/connect/carrier
This belongs in android ngs only ...
HOWEVER -- the "free(tm)" phones from carriers tend to get the "carrier >>>>>> updates" which certainly can push crap into your phone (even after the >>>>>> lease-to-own period ends).
I don't think it matters if it is a free phone or not as the carrier is who
pushes the updates to the phone so they can include what they want into it.
Also keep in mind any android on the internet is updated every month by >>>> Google for the kernal modules no matter how old the android phone is.
But this kinds of updates are updates by the manufacturer. These can
include apps in the firmware.
There are many kinds of updates but the only kernal updates which happen
every month to every android phone over the internet (no matter who makes
the phone & no matter who is the carrier) are from google alone
https://source.android.com/docs/security/bulletin/asb-overview
https://www.androidauthority.com/pixel-phones-kernel-upgrade-march-update-3532360/
although the carrier also does updates when they feel like doing them
https://source.android.com/docs/core/connect/carrier
No. Some years ago I had a Motorola, that had installed (forced)
Facebook and something else, Linkedln perhaps. I removed them, and every time I got the periodic update from Motorola, they were back.
On Fri, 20 Jun 2025 12:33:14 +0100, Java Jive wrote:
This belongs in android ngs only ...
But it doesn’t just involve an Android system.
Also keep in mind any android on the internet is updated every month by
Google for the kernal modules no matter how old the android phone is.
Did that start at some specific version of Android? I'm pretty sure my Android 4.3 - it was a Doogee - never received a single update.
Also keep in mind any android on the internet is updated every month by
Google for the kernal modules no matter how old the android phone is.
Did that start at some specific version of Android? I'm pretty sure my
Android 4.3 - it was a Doogee - never received a single update.
Android 10.
W Sat, 21 Jun 2025 14:23:03 +0100, J. P. Gilliver napisal:
Also keep in mind any android on the internet is updated every month by
Google for the kernal modules no matter how old the android phone is.
Did that start at some specific version of Android? I'm pretty sure my
Android 4.3 - it was a Doogee - never received a single update.
Android 10.
Google did such a good job of updating every android on the internet that
you won't notice the updates every month unless you actually look for them. https://support.google.com/product-documentation/answer/11412553
Also keep in mind any android on the internet is updated every month by >>>>> Google for the kernal modules no matter how old the android phone is. >>>>Did that start at some specific version of Android? I'm pretty sure my >>>> Android 4.3 - it was a Doogee - never received a single update.
Android 10.
The whole process actually started earlier, with Android 8.0 (Oreo).
Treble: Android 8.0
https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html
Mainline: Android 10
https://www.hexnode.com/blogs/android-project-mainline-everything-you-need-to-know/
Does that mean, should I ever buy another Android 'phone, I needn't
worry about ensuring it's later than 10 (or possibly 8), as it'll automatically update? (Obviously I'd have to check processor, memory,
and so on.) What are they up to now?
(And have they stopped naming versions after confectionery? I think it
was something like toffee-apple when I got mine.)
Also keep in mind any android on the internet is updated every month by >>>> Google for the kernal modules no matter how old the android phone is.
Did that start at some specific version of Android? I'm pretty sure my
Android 4.3 - it was a Doogee - never received a single update.
Android 10.
Google did such a good job of updating every android on the internet that
you won't notice the updates every month unless you actually look for them. >> https://support.google.com/product-documentation/answer/11412553
I do notice.
The automatic monthly update requires a reboot to be applied. After a reboot, I have to enter the PIN to the SIM. As the update and reboot
were automatic, I don't notice them and do not know that the phone is waiting for the PIN, meaning that the phone is out of service, and I am effectively disconnected from the world.
Clever, ain't it? :-/
So I had to disable automatic updates. Thus I do notice them, when I see
the prompt to reboot at my convenience.
No. It doesn't mean that the phone is fully and completely updated.
Because there are other components on a phone other than core modules.
So what version of Android _should_ I go for (assuming I went for one at all) to be reasonably sure it will update? (And/Or, what else should I
look for?) What version are they up to now?
Although it does mean dozens of core modules are fully updated monthly.
For any Android 10 and up phone that connects itself to the Internet.
That would presumably include connection via home wifi, rather than the mobile/cellular network?
The list of core modules grows appreciably with each Android release.
There are currently about 40 Project Mainline modules updated monthly.
They are the core components that Google updates (not oems or carriers).
Would, say, an overnight connection to wifi cover 40 modules? Or are we talking many days, or weeks, or impractically long?
And Google stopped the candy naming convention back around Android 10.Thanks. (Any idea why?)
Sysop: | Tetrazocine |
---|---|
Location: | Melbourne, VIC, Australia |
Users: | 8 |
Nodes: | 8 (0 / 8) |
Uptime: | 89:22:52 |
Calls: | 161 |
Files: | 21,502 |
Messages: | 78,345 |