Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #354: Chewing gum on /dev/sd3c


comp / comp.mobile.android / Anyone able to connect to PMX over ADB on a non-rooted Android?

SubjectAuthor
* Anyone able to connect to PMX over ADB on a non-rooted Android?Andrew
+* Re: Anyone able to connect to PMX over ADB on a non-rooted Android?Andrew
|`- Re: Anyone able to connect to PMX over ADB on a non-rooted Android?Arno Welzel
`- Re: Anyone able to connect to PMX over ADB on a non-rooted Android?Arno Welzel

1
Subject: Anyone able to connect to PMX over ADB on a non-rooted Android?
From: Andrew
Newsgroups: comp.mobile.android
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Date: Sun, 23 Jun 2024 02:46 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.mixmin.net!news.neodome.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: andrew@spam.net (Andrew)
Newsgroups: comp.mobile.android
Subject: Anyone able to connect to PMX over ADB on a non-rooted Android?
Date: Sun, 23 Jun 2024 02:46:35 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <v582ab$1ers$1@nnrp.usenet.blueworldhosting.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 23 Jun 2024 02:46:35 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
logging-data="47996"; mail-complaints-to="usenet@blueworldhosting.com"
Cancel-Lock: sha1:3S3C/ysRXWgWAQbbSuq/QWDHkxM= sha256:/hjcrfua4c3kgRIF/tK9/b4pIEXNXMJrHB95i/CMNRU=
sha1:vcWBqWEyKJ8KtuGB89wGThaGcqU= sha256:tvVXGtX4tedSmXM0If3TxwA3Lig4pJh1h1B+ElyuytA=
X-Newsreader: PiaoHong.Usenet.Client.Free:1.65
View all headers

Anyone able to connect to PMX over ADB on a non-rooted Android?

I'm trying to test out this PMX app which was recently suggested.
<https://f-droid.org/de/packages/com.mirfatif.permissionmanagerx/>
<https://f-droid.org/repo/com.mirfatif.permissionmanagerx_125.apk>
Name: permission-manager_com.mirfatif.permissionmanagerx_125.apk
Size: 2847225 bytes (2780 KiB)
SHA256: 678FAC2556E610E080E058F1E1F362F0259C8BF314B7580282C678BFA750AF19

I've been using adb over USB & Wi-Fi for years, using these commands:
c:\> adb connect 192.168.0.2:36295
c:\> adb pair 192.168.0.2:43145 016983
And of course I have Android Developer options & the wireless debugging
tile enabled on my Android 13 unrootable Samsung Galaxy A32-5G phone.

Even with all that adb wi-fi and cable-connecting experience, my initial
connection of PMX over ADB failed; but at first I thought it might have
been because I was also using screencopy mirroring over Wi-Fi at the time.
c:\> scrcpy -s 192.168.0.2

Even when I disconnected from screencopy, and obtained new Android adb
connection and pairing codes, PMX still failed to connect, for me.

It could be just me... which is why I ask the community at large the
question of whether they have been able to connect to PMX over Wi-FI ADB.

Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
From: Andrew
Newsgroups: comp.mobile.android
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Date: Sun, 23 Jun 2024 07:29 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: andrew@spam.net (Andrew)
Newsgroups: comp.mobile.android
Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
Date: Sun, 23 Jun 2024 07:29:46 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <v58ita$165$1@nnrp.usenet.blueworldhosting.com>
References: <v582ab$1ers$1@nnrp.usenet.blueworldhosting.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 23 Jun 2024 07:29:46 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
logging-data="1221"; mail-complaints-to="usenet@blueworldhosting.com"
Cancel-Lock: sha1:s3nZBMbcUG/44OljTzBxwiJqJSQ= sha256:lYR+g73lvW2TKQwRuQ5T6Me76MjhVn1khQi2mtTMdNs=
sha1:2o4wc6Axa+jM+x4zwxOV0kELv3I= sha256:YImTLD2jnHI2fsNHkOQFyJDRLoT62r2lhx/JnsmWx4s=
X-Newsreader: PiaoHong.Usenet.Client.Free:1.65
View all headers

Andrew wrote on Sun, 23 Jun 2024 02:46:35 -0000 (UTC) :

> Even when I disconnected from screencopy, and obtained new Android adb
> connection and pairing codes, PMX still failed to connect, for me.

It's rare that I fail to use an app that is simply using adb, particularly
when I've been using ADB over USB & Wi-Fi (connect & pair) for many years.

Here's proof Windows' adb connect works just fine, for me, over Wi-Fi.
<https://i.postimg.cc/Hxs0JZSf/adb-connect.jpg>

Here's proof Windows' adb pair works just fine, for me, over Wi-Fi.
<https://i.postimg.cc/kXDjY4vk/adb-pair.jpg>

And here's proof that PMX works fine to list out package permissions:
<https://i.postimg.cc/4yy10LVz/pmx01.jpg>

Unfortunately I can't get the PMX adb (pair or connect) to work
(which I think is needed to be able to change the package permissions).
<https://i.postimg.cc/Fs2xPxRL/pmx02.jpg>

What am I doing wrongly?

Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
From: Arno Welzel
Newsgroups: comp.mobile.android
Date: Sun, 23 Jun 2024 14:28 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@arnowelzel.de (Arno Welzel)
Newsgroups: comp.mobile.android
Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
Date: Sun, 23 Jun 2024 16:28:38 +0200
Lines: 19
Message-ID: <ldqpomF5uj5U1@mid.individual.net>
References: <v582ab$1ers$1@nnrp.usenet.blueworldhosting.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net XzlobeNZwZUJ1Mx221eKrQJWrpGsxgwFeYL4Lnw8HXUylFZZ5/
Cancel-Lock: sha1:yl6LQzzpsijY9F2jaOsdcGpA+2A= sha256:M0sNuuCPo1YP2Go02J5D2nI/5p6feU1ROTm1pHHyQAI=
Content-Language: de-DE
In-Reply-To: <v582ab$1ers$1@nnrp.usenet.blueworldhosting.com>
View all headers

Andrew, 2024-06-23 04:46:

> Anyone able to connect to PMX over ADB on a non-rooted Android?

It is quite cumbersome - you have to open Wireless debugging in the
developer options *and* PMX debug options in a split screen, so you can
do the pairing in PMX using the provided code from the Wireless debug
pairing.

> Even when I disconnected from screencopy, and obtained new Android adb
> connection and pairing codes, PMX still failed to connect, for me.

It seems works somewhat here (at least the connection) - but I only use
PMX to check existing permissions of apps, not to modify them.

--
Arno Welzel
https://arnowelzel.de

Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
From: Arno Welzel
Newsgroups: comp.mobile.android
Date: Sun, 23 Jun 2024 14:29 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@arnowelzel.de (Arno Welzel)
Newsgroups: comp.mobile.android
Subject: Re: Anyone able to connect to PMX over ADB on a non-rooted Android?
Date: Sun, 23 Jun 2024 16:29:45 +0200
Lines: 17
Message-ID: <ldqpqpF5uj5U2@mid.individual.net>
References: <v582ab$1ers$1@nnrp.usenet.blueworldhosting.com>
<v58ita$165$1@nnrp.usenet.blueworldhosting.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 3fVeXbXNyRG/JbV4JztNZg3y2ACFpNHmqRCXA5S4+K52PLSVpk
Cancel-Lock: sha1:/POUrpBBLoJ6+1a+7PEFalfgzTo= sha256:PfEXXfKiJO4dHSpVCHP0IOH5svzsWJ12pwpyGfiOanQ=
Content-Language: de-DE
In-Reply-To: <v58ita$165$1@nnrp.usenet.blueworldhosting.com>
View all headers

Andrew, 2024-06-23 09:29:

[...]
> Unfortunately I can't get the PMX adb (pair or connect) to work
> (which I think is needed to be able to change the package permissions).
> <https://i.postimg.cc/Fs2xPxRL/pmx02.jpg>
>
> What am I doing wrongly?

You have to run *both* apps at the same time in a split screen. When you
leave the wireless debug settings and try to use the code in PMX
afterwards, this will not work.

--
Arno Welzel
https://arnowelzel.de

1

rocksolid light 0.9.8
clearnet tor