Deutsch   English   Français   Italiano  
<v5r52v$1sv4$1@nnrp.usenet.blueworldhosting.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: Andrew <andrew@spam.net>
Newsgroups: comp.mobile.android
Subject: Re: Processes running
Date: Sun, 30 Jun 2024 08:30:24 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <v5r52v$1sv4$1@nnrp.usenet.blueworldhosting.com>
References: <v5ol74$3s516$1@dont-email.me> <leciajFs99bU2@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 30 Jun 2024 08:30:24 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
	logging-data="62436"; mail-complaints-to="usenet@blueworldhosting.com"
Cancel-Lock: sha1:svzhOVayGFEolcb3GgTGhk0739s= sha256:XHR9AA3ShigXtDGP4XOBXnNDZKyXSvUK60ieXc2IlVM=
	sha1:AKtk+vntAlVh9evcMmc8MS+qQ9M= sha256:Vcgui4SPhxFbiSabuU/FoBDY3ylqyfvVxzi3XYlvTG8=
X-Newsreader: PiaoHong.Usenet.Client.Free:1.65
Bytes: 2377
Lines: 30

Arno Welzel wrote on Sun, 30 Jun 2024 10:12:04 +0200 :

> You can use an ADB shell and top or ps. This means you have to enable
> developer options and ADB first on your device and install the
> respective tools and drivers on the computer you use to connect to the
> smartphone.
> 
> Then use "adb shell" to get a shell on the device.
> 

To flesh out what Arno has stated, we covered in the past all the adb 
commands related to services and processes when we explored Samsung Knox.

For example, on Windows:
  c:\> adb shell ps | findstr knox
  c:\> adb shell service list | findstr knox

When we explored Facebook in gory detail, we covered this adb command.
 c:\> adb shell dumpsys package com.facebook.appmanager
      This lists a specific app's components, activities & services, etc.

> Another option may be this app:
> 
> <https://play.google.com/store/apps/details?id=com.github.standardadb>

I don't have my phone with me (it's drying out - as it got wet today).
But if I remember, tomorrow, I'll run a Skyica search for an adfree app.

As I recall, I have one-tap shortcuts which bring me to the processes
running and the services and the memory, etc. - but the phone is drying out
at the moment so I am not about to start it up to check until it dries out.