Search found 14 matches

by doc11
30 May 2020 08:20
Forum: User Help / Bug Reports
Topic: Change the MAC address of the wifi.
Replies: 2
Views: 7927

Re: Change the MAC address of the wifi.

I tried it now with action root command but it did not work.
I used these commands.

Code: Select all

ifconfig wlan0 down
ifconfig wlan0 hw ether XX:XX:XX:XX:XX:XX
ifconfig wlan0 up
Does anyone have any ideas what else I could try?
by doc11
28 May 2020 14:41
Forum: User Help / Bug Reports
Topic: Change the MAC address of the wifi.
Replies: 2
Views: 7927

Change the MAC address of the wifi.

Hello, is there a way to change the MAC address of the wifi?
I have root rights on my Android phone.

I don't want to do it through another program.
by doc11
28 May 2020 07:43
Forum: User Help / Bug Reports
Topic: not all values from the statusbar are stored in the variable
Replies: 1
Views: 5931

Re: not all values from the statusbar are stored in the variable

Have found a solution.
with the "Action" "Init Variables Media Session (Experimental)" i got the values i need.
by doc11
27 May 2020 09:53
Forum: User Help / Bug Reports
Topic: not all values from the statusbar are stored in the variable
Replies: 1
Views: 5931

not all values from the statusbar are stored in the variable

Hello, i'm trying to read information from the statusbar of the App Youtube Music. Unfortunately I can't get the band name from the statusbar. Is there maybe a way to get it done somehow? Thanks a lot for the help. https://i.ibb.co/NZfszpb/1.jpg Here is the content of the status bar variable. [{app_...
by doc11
30 Apr 2020 23:13
Forum: User Help / Bug Reports
Topic: In den Entwickleroptionen die ADB Schnittstelle aktivieren.
Replies: 7
Views: 14843

Re: In den Entwickleroptionen die ADB Schnittstelle aktivieren.

Many thanks for the help.

The "[global] adb_enabled : 1" works fine.

But with your flow I didn't find anything to toggle "ADB over network" on.
Is there also such a good way to do this ?
by doc11
30 Apr 2020 17:30
Forum: User Help / Bug Reports
Topic: List all "String keys" from "Start Activity".
Replies: 1
Views: 6247

List all "String keys" from "Start Activity".

Is it possible to list all string keys of an action at "Start activity".

If it does not work, is there another way to read the "String keys" somehow?

Thanks for the help.
by doc11
29 Apr 2020 20:10
Forum: User Help / Bug Reports
Topic: In den Entwickleroptionen die ADB Schnittstelle aktivieren.
Replies: 7
Views: 14843

Re: In den Entwickleroptionen die ADB Schnittstelle aktivieren.

I found it too, but how do I activate it? I can't get to that point with action control UI. I tried scrollforward, and scrollforwardbyidandindex. I couldn't get it to do either. Anybody got any ideas? I thought it might work with the action start activity at the Extra item with the command (putBoole...
by doc11
29 Apr 2020 16:34
Forum: User Help / Bug Reports
Topic: In den Entwickleroptionen die ADB Schnittstelle aktivieren.
Replies: 7
Views: 14843

Re: In den Entwickleroptionen die ADB Schnittstelle aktivieren.

Thanks for the info, but you probably did not understand my question.

The developer options are where I can get in, as I wrote in my first post.

The question was how to activate the ADB interface.
by doc11
29 Apr 2020 10:29
Forum: User Help / Bug Reports
Topic: In den Entwickleroptionen die ADB Schnittstelle aktivieren.
Replies: 7
Views: 14843

In den Entwickleroptionen die ADB Schnittstelle aktivieren.

Guten Tag, ich bekomme es irgendwie nicht hin die ADB Schnittstelle, in den Entwickleroptionen zu aktivieren. (Android 9 LOS) In die Entwickleroptionen komme ich mit dem Action Typ (Activity starten) und der Action (android.settings.APPLICATION_DEVELOPMENT_SETTINGS) Hat jemmand eine idee? Vielen Dan...
by doc11
18 Mar 2019 10:39
Forum: General
Topic: Create a global variable from script editor
Replies: 2
Views: 9450

Re: Create a global variable from script editor

Thank you, that's exactly what I was looking for.