deadnet icon indicating copy to clipboard operation
deadnet copied to clipboard

Unable to get Gateway MAC

Open HeyItsJono opened this issue 8 months ago • 15 comments

./deadnet.py -i eth0

      ____                 _ _   _      _
     |  _ \  ___  ____  __| | \ | | ___| |_
     | | | |/ _ \/ _  |/ _` |  \| |/ _ \ __|
     | |_| |  __/ (_| | (_| | |\  |  __/ |_
     |____/ \___|\__,_|\__,_|_| \_|\___|\__|

Written by @flashnuke
=================================================
Traceback (most recent call last):
  File "/home/jono/Apps/deadnet/./deadnet.py", line 200, in <module>
    attacker = DeadNet(arguments.iface, arguments.cidrlen, arguments.s_time, arguments.gateway,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/jono/Apps/deadnet/./deadnet.py", line 46, in __init__
    raise Exception(f"{RED}[-]{WHITE} Unable to get gateway mac -> {self.gateway_ipv4}")
Exception: [-] Unable to get gateway mac -> 192.168.0.1

Occuring with latest cloned version of this repo, on Raspberry Pi 4 Model B Rev 1.4 -> Debian GNU/Linux 12 (bookworm) aarch64. 192.168.0.1 is my gateway, same issue occurs if I manually specify this with -g. Might be valuable to let us individually set the MAC if automatically finding it is failing.

Manually running ip neighbour show default does indeed show 192.168.0.1 and its correct MAC address:

192.168.0.1 dev eth0 lladdr *MAC ADDRESS* REACHABLE

Manually editing deadnet.py and setting the correct MAC works: gateway_hwaddr = **MAC ADDRESS** between Lines 66-67.

Output of ifconfig:

 ifconfig
br-6a1e9de9cfc7: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.18.0.1  netmask 255.255.0.0  broadcast 172.18.255.255
        ether 02:42:4e:d9:7f:b5  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

br-e40f2f6cdadd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.19.0.1  netmask 255.255.0.0  broadcast 172.19.255.255
        inet6 fe80::42:caff:fed7:893a  prefixlen 64  scopeid 0x20<link>
        ether 02:42:ca:d7:89:3a  txqueuelen 0  (Ethernet)
        RX packets 21718476  bytes 7011020863 (6.5 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 23423487  bytes 12755354956 (11.8 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        inet6 2001:db8:1::1  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::42:50ff:fe21:29a8  prefixlen 64  scopeid 0x20<link>
        ether 02:42:50:21:29:a8  txqueuelen 0  (Ethernet)
        RX packets 10793744  bytes 10106196927 (9.4 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10672390  bytes 9932999170 (9.2 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.77  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fdf7:52d4:a470:0:d351:19b3:101d:f60a  prefixlen 64  scopeid 0x0<global>
        inet6 fdf7:52d4:a470::fba  prefixlen 128  scopeid 0x0<global>
        inet6 fe80::6ead:73ad:c0ea:b81f  prefixlen 64  scopeid 0x20<link>
        inet6 fd8d:381f:345f:c96c:8f8:dbe1:3e2f:1c4a  prefixlen 64  scopeid 0x0<global>
        ether dc:a6:32:e1:06:dc  txqueuelen 1000  (Ethernet)
        RX packets 80785786  bytes 58975609938 (54.9 GiB)
        RX errors 0  dropped 133278  overruns 0  frame 0
        TX packets 64962650  bytes 28273470933 (26.3 GiB)
        TX errors 3  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 9294133  bytes 7842281675 (7.3 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 9294133  bytes 7842281675 (7.3 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth0863030: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::e4f1:47ff:feee:97b  prefixlen 64  scopeid 0x20<link>
        ether e6:f1:47:ee:09:7b  txqueuelen 0  (Ethernet)
        RX packets 225483  bytes 25747992 (24.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 274161  bytes 109573104 (104.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth1124204: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::f896:4ff:fe79:b2f8  prefixlen 64  scopeid 0x20<link>
        ether fa:96:04:79:b2:f8  txqueuelen 0  (Ethernet)
        RX packets 10793704  bytes 10257306255 (9.5 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10672869  bytes 9933339645 (9.2 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth3296457: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::88e1:35ff:fe53:ac90  prefixlen 64  scopeid 0x20<link>
        ether 8a:e1:35:53:ac:90  txqueuelen 0  (Ethernet)
        RX packets 4550781  bytes 2075020407 (1.9 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4621595  bytes 1841155387 (1.7 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth00fb442: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::47e:adff:fe59:bd04  prefixlen 64  scopeid 0x20<link>
        ether 06:7e:ad:59:bd:04  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8788  bytes 2410442 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth017cd22: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::d082:34ff:fea5:bce  prefixlen 64  scopeid 0x20<link>
        ether d2:82:34:a5:0b:ce  txqueuelen 0  (Ethernet)
        RX packets 366142  bytes 84901139 (80.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 395042  bytes 123102590 (117.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth0c0a2fa: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::689d:5aff:fe51:a6b  prefixlen 64  scopeid 0x20<link>
        ether 6a:9d:5a:51:0a:6b  txqueuelen 0  (Ethernet)
        RX packets 1711  bytes 170602 (166.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12079  bytes 6290932 (5.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth24aa52d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::a8cc:c4ff:feed:3780  prefixlen 64  scopeid 0x20<link>
        ether aa:cc:c4:ed:37:80  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8799  bytes 2411109 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth361bdd2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::4fe:49ff:fe1f:d4cc  prefixlen 64  scopeid 0x20<link>
        ether 06:fe:49:1f:d4:cc  txqueuelen 0  (Ethernet)
        RX packets 8658823  bytes 1631670394 (1.5 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8863087  bytes 3011676399 (2.8 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth4748adb: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::6c48:c1ff:fe5e:2bac  prefixlen 64  scopeid 0x20<link>
        ether 6e:48:c1:5e:2b:ac  txqueuelen 0  (Ethernet)
        RX packets 10456  bytes 1515972 (1.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18052  bytes 7326082 (6.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth49f8f2e: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::20a7:4ff:fef4:5dfe  prefixlen 64  scopeid 0x20<link>
        ether 22:a7:04:f4:5d:fe  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8798  bytes 2411039 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth60e42f7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::18a9:9dff:fe0e:5764  prefixlen 64  scopeid 0x20<link>
        ether 1a:a9:9d:0e:57:64  txqueuelen 0  (Ethernet)
        RX packets 1876318  bytes 622160804 (593.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1960984  bytes 315016609 (300.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth614c4db: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::c827:d3ff:fe19:2fc7  prefixlen 64  scopeid 0x20<link>
        ether ca:27:d3:19:2f:c7  txqueuelen 0  (Ethernet)
        RX packets 2637138  bytes 892694717 (851.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2546932  bytes 489551354 (466.8 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth618dc55: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::903a:e2ff:feeb:cac1  prefixlen 64  scopeid 0x20<link>
        ether 92:3a:e2:eb:ca:c1  txqueuelen 0  (Ethernet)
        RX packets 2036  bytes 217922 (212.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 10761  bytes 5150334 (4.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth663b6d8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::3079:7eff:fe9f:24f5  prefixlen 64  scopeid 0x20<link>
        ether 32:79:7e:9f:24:f5  txqueuelen 0  (Ethernet)
        RX packets 94433  bytes 18854661 (17.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 95825  bytes 51861920 (49.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth6c1d2d8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::6461:1ff:fe0c:124a  prefixlen 64  scopeid 0x20<link>
        ether 66:61:01:0c:12:4a  txqueuelen 0  (Ethernet)
        RX packets 2262289  bytes 1610394822 (1.4 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3745239  bytes 4735886073 (4.4 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth91193af: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::30b7:28ff:feb8:d7a4  prefixlen 64  scopeid 0x20<link>
        ether 32:b7:28:b8:d7:a4  txqueuelen 0  (Ethernet)
        RX packets 3601274  bytes 4572377852 (4.2 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3610195  bytes 313168940 (298.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth94bd68a: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::642f:c7ff:fe82:1e0  prefixlen 64  scopeid 0x20<link>
        ether 66:2f:c7:82:01:e0  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8785  bytes 2410316 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethaf05fc7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::5003:d8ff:fe4c:bdbe  prefixlen 64  scopeid 0x20<link>
        ether 52:03:d8:4c:bd:be  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8794  bytes 2410871 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethbff0a48: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::3c7f:bbff:fee5:63b  prefixlen 64  scopeid 0x20<link>
        ether 3e:7f:bb:e5:06:3b  txqueuelen 0  (Ethernet)
        RX packets 6039  bytes 610415 (596.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16389  bytes 3174993 (3.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethc5a455f: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::cc5a:34ff:fe11:4372  prefixlen 64  scopeid 0x20<link>
        ether ce:5a:34:11:43:72  txqueuelen 0  (Ethernet)
        RX packets 193843  bytes 29910815 (28.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 186395  bytes 56954587 (54.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethcf1793c: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::2883:c5ff:fef6:c6d7  prefixlen 64  scopeid 0x20<link>
        ether 2a:83:c5:f6:c6:d7  txqueuelen 0  (Ethernet)
        RX packets 4544648  bytes 414301764 (395.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4588298  bytes 5720807492 (5.3 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethddac491: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::70f7:d8ff:fec2:de8b  prefixlen 64  scopeid 0x20<link>
        ether 72:f7:d8:c2:de:8b  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8798  bytes 2411039 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethde331f2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::d049:d1ff:fe31:df54  prefixlen 64  scopeid 0x20<link>
        ether d2:49:d1:31:df:54  txqueuelen 0  (Ethernet)
        RX packets 412230  bytes 71405008 (68.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 328607  bytes 183288610 (174.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethfd734d9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::f0ce:c2ff:fec6:488e  prefixlen 64  scopeid 0x20<link>
        ether f2:ce:c2:c6:48:8e  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8784  bytes 2410246 (2.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

HeyItsJono avatar Apr 15 '25 14:04 HeyItsJono

this is actually a bug, seems like it was failing due to a missing self. before the network interface class member...

this should address it - https://github.com/flashnuke/deadnet/pull/14

  • fixed the aforementioned bug
  • added the ability to pass a custom gateway mac address
  • print the gateway mac address during the run

tyvm! @HeyItsJono

flashnuke avatar Apr 19 '25 22:04 flashnuke

this is actually a bug, seems like it was failing due to a missing self. before the network interface class member...

this should address it - https://github.com/flashnuke/deadnet/pull/14

  • fixed the aforementioned bug
  • added the ability to pass a custom gateway mac address
  • print the gateway mac address during the run

tyvm! @HeyItsJono

Thanks! I'll check it out tomorrow when I'm home :)

HeyItsJono avatar Apr 19 '25 23:04 HeyItsJono

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

HeyItsJono avatar Apr 21 '25 13:04 HeyItsJono

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

I'm glad it helped!

Is the current APK not working?

flashnuke avatar Apr 21 '25 13:04 flashnuke

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

I'm glad it helped!

Is the current APK not working?

The one from a couple of years ago that's in the bin folder?

HeyItsJono avatar Apr 21 '25 14:04 HeyItsJono

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

I'm glad it helped!

Is the current APK not working?

The one from a couple of years ago that's in the bin folder?

Indeed, it runs a bit differently than the PC version.. (the latest pr merge should not affect it whatsoever)

I can try recompiling if you run into issues with it

flashnuke avatar Apr 21 '25 15:04 flashnuke

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

I'm glad it helped!

Is the current APK not working?

The one from a couple of years ago that's in the bin folder?

Indeed, it runs a bit differently than the PC version.. (the latest pr merge should not affect it whatsoever)

I can try recompiling if you run into issues with it

On my rooted Pixel 5 running Android 13, it doesn't seem to be able to get the network interface, and logcat is empty when filtering for org.deadnet.deadnet:

Screenshot_20250422-010637.png

HeyItsJono avatar Apr 21 '25 15:04 HeyItsJono

Seems this fixed the issue, thanks! I was wondering, would you be up for providing an up to date APK for the latest release? I'm just struggling a bit to build on WSL

I'm glad it helped!

Is the current APK not working?

The one from a couple of years ago that's in the bin folder?

Indeed, it runs a bit differently than the PC version.. (the latest pr merge should not affect it whatsoever)

I can try recompiling if you run into issues with it

On my rooted Pixel 5 running Android 13, it doesn't seem to be able to get the network interface, and logcat is empty when filtering for org.deadnet.deadnet:

Screenshot_20250422-010637.png

I see...

I gotta revive the whole thing then and make some refactoring there

I'm a bit preoccupied these days but I'll get to it eventually

flashnuke avatar Apr 21 '25 15:04 flashnuke

hey there! i just merged a huge pr https://github.com/flashnuke/deadnet/pull/16 most attention in this pr has been given to the apk, I compiled a new apk and hopefully the issue you encountered is resolved

if not, the are now Debug Logs which you can share to help me understand the issue

flashnuke avatar Apr 28 '25 17:04 flashnuke

Seems to be a similar issue on the new apk.

I'm on a nothing phone 1

DeadNet: get_net_iface_name cmd missing match, result - CompletedProcess(args=['getprop'], returncode=0, stdout='[DEVICE_PROVISIONED]: [1]\n[aaudio.hw_burst_min_usec]: [2000]\n[aaudio.mmap_exclusive_policy]: [2]\n[aaudio.mmap_policy]: [2]\n[af.fast_track_multiplier]: [1]\n[apex.all.ready]: [true]\n[arm64.memtag.process.system_server]: [off]\n[audio.deep_buffer.media]: [true]\n[audio.offload.min.duration.secs]: [30]\n[audio.offload.video]: [true]\n[audio.sys.mute.latency.factor]: [2]\n[audio.sys.noisy.broadcast.delay]: [500]\n[audio.sys.offload.pstimeout.secs]: [3]\n[audio.sys.routing.latency]: [0]\n[bluetooth.device.class_of_device]: [90,2,12]\n[bluetooth.profile.a2dp.source.enabled]: [true]\n[bluetooth.profile.avrcp.controller.enabled]: [true]\n[bluetooth.profile.avrcp.target.enabled]: [true]\n[bluetooth.profile.gatt.enabled]: [true]\n[bluetooth.profile.hfp.ag.enabled]: [true]\n[bluetooth.profile.hid.device.enabled]: [true]\n[bluetooth.profile.hid.host.enabled]: [true]\n[bluetooth.profile.map.server.enabled]: [true]\n[bluetooth.profile.opp.enabled]: [true]\n[bluetooth.profile.pan.nap.enabled]: [true]\n[bluetooth.profile.pan.panu.enabled]: [true]\n[bluetooth.profile.pbap.server.enabled]: [true]\n[bluetooth.profile.pbap.sim.enabled]: [true]\n[bluetooth.profile.sap.server.enabled]: [true]\n[bootreceiver.enable]: [0]\n[build.version.extensions.ad_services]: [16]\n[build.version.extensions.r]: [16]\n[build.version.extensions.s]: [16]\n[build.version.extensions.t]: [16]\n[build.version.extensions.u]: [16]\n[build.version.extensions.v]: [16]\n[cache_key.bluetooth.bluetooth_adapter_get_connection_state]: [4364282930900501789]\n[cache_key.bluetooth.bluetooth_adapter_get_profile_connection_state]: [4364282930900501788]\n[cache_key.bluetooth.bluetooth_adapter_get_state]: [4364282930900501765]\n[cache_key.bluetooth.bluetooth_adapter_is_offloaded_filtering_supported]: [4364282930900501755]\n[cache_key.bluetooth.bluetooth_device_get_bond_state]: [4364282930900501758]\n[cache_key.bluetooth.bluetooth_map_get_connection_state]: [4364282930900501761]\n[cache_key.bluetooth.bluetooth_sap_get_connection_state]: [4364282930900501762]\n[cache_key.display_info]: [1542165287929502961]\n[cache_key.get_packages_for_uid]: [1542165287929502844]\n[cache_key.has_system_feature]: [1542165287929490489]\n[cache_key.is_compat_change_enabled]: [1542165287929502914]\n[cache_key.is_interactive]: [1542165287929502947]\n[cache_key.is_power_save_mode]: [1542165287929500070]\n[cache_key.is_user_unlocked]: [1542165287929490622]\n[cache_key.location_enabled]: [1542165287929490505]\n[cache_key.package_info]: [1542165287929502915]\n[cache_key.system_server.account_user_data]: [1542165287929502959]\n[cache_key.system_server.accounts_data]: [1542165287929502853]\n[cache_key.system_server.connectionless_stylus_handwriting]: [1542165287929490635]\n[cache_key.system_server.device_policy_manager_caches]: [1542165287929490502]\n[cache_key.system_server.get_credential_type]: [1542165287929490506]\n[cache_key.system_server.get_night_mode]: [1542165287929490500]\n[cache_key.system_server.stylus_handwriting]: [1542165287929490634]\n[cache_key.telephony.phone_account_to_subid]: [-8279305549178018725]\n[cache_key.telephony.subscription_manager_service]: [-8279305549178020743]\n[camera.disable_zsl_mode]: [true]\n[config.disable_rtt]: [true]\n[dalvik.vm.appimageformat]: [lz4]\n[dalvik.vm.dex2oat-Xms]: [64m]\n[dalvik.vm.dex2oat-Xmx]: [512m]\n[dalvik.vm.dex2oat-max-image-block-size]: [524288]\n[dalvik.vm.dex2oat-minidebuginfo]: [true]\n[dalvik.vm.dex2oat-resolve-startup-strings]: [true]\n[dalvik.vm.dex2oat64.enabled]: [true]\n[dalvik.vm.dexopt.secondary]: [true]\n[dalvik.vm.dexopt.thermal-cutoff]: [2]\n[dalvik.vm.enable_pr_dexopt]: [false]\n[dalvik.vm.heapgrowthlimit]: [256m]\n[dalvik.vm.heapmaxfree]: [32m]\n[dalvik.vm.heapminfree]: [8m]\n[dalvik.vm.heapsize]: [512m]\n[dalvik.vm.heapstartsize]: [16m]\n[dalvik.vm.heaptargetutilization]: [0.5]\n[dalvik.vm.image-dex2oat-Xms]: [64m]\n[dalvik.vm.image-dex2oat-Xmx]: [64m]\n[dalvik.vm.isa.arm.features]: [default]\n[dalvik.vm.isa.arm.variant]: [cortex-a75]\n[dalvik.vm.isa.arm64.features]: [default]\n[dalvik.vm.isa.arm64.variant]: [kryo300]\n[dalvik.vm.madvise.artfile.size]: [4294967295]\n[dalvik.vm.madvise.odexfile.size]: [104857600]\n[dalvik.vm.madvise.vdexfile.size]: [104857600]\n[dalvik.vm.minidebuginfo]: [true]\n[dalvik.vm.usap_pool_enabled]: [false]\n[dalvik.vm.usap_pool_refill_delay_ms]: [3000]\n[dalvik.vm.usap_pool_size_max]: [3]\n[dalvik.vm.usap_pool_size_min]: [1]\n[dalvik.vm.usap_refill_threshold]: [1]\n[dalvik.vm.useartservice]: [true]\n[dalvik.vm.usejit]: [true]\n[debug.atrace.tags.enableflags]: [0]\n[debug.egl.hw]: [0]\n[debug.force_rtl]: [false]\n[debug.hwui.skia_atrace_enabled]: [false]\n[debug.hwui.skia_tracing_enabled]: [false]\n[debug.hwui.skia_use_perfetto_track_events]: [false]\n[debug.mdpcomp.logs]: [0]\n[debug.nt.screen_brightness]: [0.85836387]\n[debug.nt.screen_state]: [0]\n[debug.perfetto.sdk_sysprop_guard_generation]: [0]\n[debug.renderengine.skia_tracing_enabled]: [false]\n[debug.renderengine.skia_use_perfetto_track_events]: [false]\n[debug.sf.auto_latch_unsignaled]: [0]\n[debug.sf.disable_client_composition_cache]: [1]\n[debug.sf.enable_advanced_sf_phase_offset]: [1]\n[debug.sf.enable_gl_backpressure]: [1]\n[debug.sf.enable_hwc_vds]: [0]\n[debug.sf.high_fps_early_gl_phase_offset_ns]: [-4000000]\n[debug.sf.high_fps_early_phase_offset_ns]: [-4000000]\n[debug.sf.high_fps_late_app_phase_offset_ns]: [1000000]\n[debug.sf.high_fps_late_sf_phase_offset_ns]: [-4000000]\n[debug.sf.hw]: [0]\n[debug.sf.latch_unsignaled]: [1]\n[debug.sf.predict_hwc_composition_strategy]: [0]\n[debug.sf.treat_170m_as_sRGB]: [1]\n[debug.stagefright.c2inputsurface]: [-1]\n[debug.stagefright.ccodec]: [4]\n[debug.stagefright.omx_default_rank]: [0]\n[debug.tracing.battery_status]: [3]\n[debug.tracing.device_state]: [0:DEFAULT]\n[debug.tracing.mcc]: [226]\n[debug.tracing.mnc]: [5]\n[debug.tracing.plug_type]: [0]\n[debug.tracing.screen_brightness]: [0.85836387]\n[debug.tracing.screen_state]: [2]\n[dev.bootcomplete]: [1]\n[dev.mnt.blk.data]: [sda10]\n[dev.mnt.blk.data.user.0]: [sda10]\n[dev.mnt.blk.data_mirror.cur_profiles]: [sda10]\n[dev.mnt.blk.data_mirror.data_ce.null]: [sda10]\n[dev.mnt.blk.data_mirror.data_ce.null.0]: [sda10]\n[dev.mnt.blk.data_mirror.data_de.null]: [sda10]\n[dev.mnt.blk.data_mirror.misc_ce.null]: [sda10]\n[dev.mnt.blk.data_mirror.misc_de.null]: [sda10]\n[dev.mnt.blk.data_mirror.ref_profiles]: [sda10]\n[dev.mnt.blk.data_mirror.storage_area]: [sda10]\n[dev.mnt.blk.metadata]: [sda9]\n[dev.mnt.blk.mnt.product.nt_log]: [sde57]\n[dev.mnt.blk.mnt.vendor.nt_log]: [sde57]\n[dev.mnt.blk.mnt.vendor.persist]: [sda2]\n[dev.mnt.blk.mnt.vendor.qmcs]: [sde23]\n[dev.mnt.blk.odm]: [sda6]\n[dev.mnt.blk.product]: [sda6]\n[dev.mnt.blk.root]: [sda6]\n[dev.mnt.blk.system_ext]: [sda6]\n[dev.mnt.blk.vendor]: [sda6]\n[dev.mnt.blk.vendor.bt_firmware]: [sde29]\n[dev.mnt.blk.vendor.dsp]: [sde33]\n[dev.mnt.blk.vendor.firmware_mnt]: [sde28]\n[dev.mnt.dev.data]: [dm-49]\n[dev.mnt.dev.data.user.0]: [dm-49]\n[dev.mnt.dev.data_mirror.cur_profiles]: [dm-49]\n[dev.mnt.dev.data_mirror.data_ce.null]: [dm-49]\n[dev.mnt.dev.data_mirror.data_ce.null.0]: [dm-49]\n[dev.mnt.dev.data_mirror.data_de.null]: [dm-49]\n[dev.mnt.dev.data_mirror.misc_ce.null]: [dm-49]\n[dev.mnt.dev.data_mirror.misc_de.null]: [dm-49]\n[dev.mnt.dev.data_mirror.ref_profiles]: [dm-49]\n[dev.mnt.dev.data_mirror.storage_area]: [dm-49]\n[dev.mnt.dev.metadata]: [sda9]\n[dev.mnt.dev.mnt.product.nt_log]: [dm-7]\n[dev.mnt.dev.mnt.vendor.nt_log]: [dm-7]\n[dev.mnt.dev.mnt.vendor.persist]: [sda2]\n[dev.mnt.dev.mnt.vendor.qmcs]: [sde23]\n[dev.mnt.dev.odm]: [dm-12]\n[dev.mnt.dev.product]: [dm-10]\n[dev.mnt.dev.root]: [dm-8]\n[dev.mnt.dev.system_ext]: [dm-9]\n[dev.mnt.dev.vendor]: [dm-11]\n[dev.mnt.dev.vendor.bt_firmware]: [sde29]\n[dev.mnt.dev.vendor.dsp]: [sde33]\n[dev.mnt.dev.vendor.firmware_mnt]: [sde28]\n[dev.mnt.rootdisk.data]: [sda]\n[dev.mnt.rootdisk.data.user.0]: [sda]\n[dev.mnt.rootdisk.data_mirror.cur_profiles]: [sda]\n[dev.mnt.rootdisk.data_mirror.data_ce.null]: [sda]\n[dev.mnt.rootdisk.data_mirror.data_ce.null.0]: [sda]\n[dev.mnt.rootdisk.data_mirror.data_de.null]: [sda]\n[dev.mnt.rootdisk.data_mirror.misc_ce.null]: [sda]\n[dev.mnt.rootdisk.data_mirror.misc_de.null]: [sda]\n[dev.mnt.rootdisk.data_mirror.ref_profiles]: [sda]\n[dev.mnt.rootdisk.data_mirror.storage_area]: [sda]\n[dev.mnt.rootdisk.metadata]: [sda]\n[dev.mnt.rootdisk.mnt.product.nt_log]: [sde]\n[dev.mnt.rootdisk.mnt.vendor.nt_log]: [sde]\n[dev.mnt.rootdisk.mnt.vendor.persist]: [sda]\n[dev.mnt.rootdisk.mnt.vendor.qmcs]: [sde]\n[dev.mnt.rootdisk.odm]: [sda]\n[dev.mnt.rootdisk.product]: [sda]\n[dev.mnt.rootdisk.root]: [sda]\n[dev.mnt.rootdisk.system_ext]: [sda]\n[dev.mnt.rootdisk.vendor]: [sda]\n[dev.mnt.rootdisk.vendor.bt_firmware]: [sde]\n[dev.mnt.rootdisk.vendor.dsp]: [sde]\n[dev.mnt.rootdisk.vendor.firmware_mnt]: [sde]\n[dev.pm.dyn_samplingrate]: [1]\n[gsm.current.phone-type]: [1,1]\n[gsm.network.type]: [IWLAN,Unknown]\n[gsm.operator.alpha]: [,]\n[gsm.operator.iso-country]: [pt,]\n[gsm.operator.isroaming]: [false,false]\n[gsm.operator.numeric]: [,]\n[gsm.sim.operator.alpha]: [Digi PT]\n[gsm.sim.operator.iso-country]: [ro]\n[gsm.sim.operator.numeric]: [22605]\n[gsm.sim.state]: [LOADED,ABSENT]\n[gsm.version.baseband]: [MPSS.HI.4.3.3-00781-LC_ALL_PACK-1.660628.2.688726.2]\n[gsm.version.ril-impl]: [Qualcomm RIL 1.0]\n[hwservicemanager.ready]: [true]\n[init.svc.aconfigd]: [stopped]\n[init.svc.aconfigd-mainline-init]: [stopped]\n[init.svc.aconfigd-platform-init]: [stopped]\n[init.svc.adbd]: [running]\n[init.svc.android.thermal-hal]: [running]\n[init.svc.apexd]: [stopped]\n[init.svc.apexd-bootstrap]: [stopped]\n[init.svc.apexd-snapshotde]: [stopped]\n[init.svc.art_boot]: [stopped]\n[init.svc.artd]: [running]\n[init.svc.audioserver]: [running]\n[init.svc.bootanim]: [stopped]\n[init.svc.boringssl_self_test32]: [stopped]\n[init.svc.boringssl_self_test32_vendor]: [stopped]\n[init.svc.boringssl_self_test64]: [stopped]\n[init.svc.boringssl_self_test64_vendor]: [stopped]\n[init.svc.boringssl_self_test_apex32]: [stopped]\n[init.svc.boringssl_self_test_apex64]: [stopped]\n[init.svc.bpfloader]: [stopped]\n[init.svc.cameraserver]: [running]\n[init.svc.cnss-daemon]: [running]\n[init.svc.derive_classpath]: [stopped]\n[init.svc.derive_sdk]: [stopped]\n[init.svc.display-color-hal-1-0]: [running]\n[init.svc.dpmQmiMgr]: [running]\n[init.svc.dpmd]: [running]\n[init.svc.drm]: [running]\n[init.svc.eid-1-0]: [running]\n[init.svc.feature_enabler_client]: [running]\n[init.svc.gatekeeper-1-0]: [running]\n[init.svc.gatekeeperd]: [running]\n[init.svc.gnss_service]: [running]\n[init.svc.gpu]: [running]\n[init.svc.health-hal-2-1]: [running]\n[init.svc.heapprofd]: [stopped]\n[init.svc.hidl_memory]: [running]\n[init.svc.hostapd]: [stopped]\n[init.svc.hwservicemanager]: [running]\n[init.svc.idmap2d]: [stopped]\n[init.svc.incidentd]: [running]\n[init.svc.installd]: [running]\n[init.svc.iop-hal-2-0]: [running]\n[init.svc.irsc_util]: [stopped]\n[init.svc.kernel-boot]: [stopped]\n[init.svc.kernel-post-boot]: [stopped]\n[init.svc.keystore2]: [running]\n[init.svc.lmkd]: [running]\n[init.svc.loc_launcher]: [running]\n[init.svc.log_service]: [running]\n[init.svc.logd]: [running]\n[init.svc.logd-auditctl]: [stopped]\n[init.svc.logd-reinit]: [stopped]\n[init.svc.logkit_sigquit]: [stopped]\n[init.svc.media]: [running]\n[init.svc.media.swcodec]: [running]\n[init.svc.mediadrm]: [running]\n[init.svc.mediaextractor]: [running]\n[init.svc.mediametrics]: [running]\n[init.svc.misctrl]: [stopped]\n[init.svc.mlid]: [running]\n[init.svc.netd]: [running]\n[init.svc.nqnfcinfo]: [stopped]\n[init.svc.nt_key_monitor]: [running]\n[init.svc.nt_minidump_extractor]: [stopped]\n[init.svc.ntf-service]: [stopped]\n[init.svc.odsign]: [stopped]\n[init.svc.perf-hal-2-2]: [running]\n[init.svc.perfetto_persistent_sysui_tracing_for_bugreport]: [stopped]\n[init.svc.poweropt-service]: [running]\n[init.svc.prng_seeder]: [running]\n[init.svc.psiclient]: [stopped]\n[[email protected]]: [running]\n[init.svc.qccvndhalservice]: [running]\n[init.svc.qcom-c_core-sh]: [stopped]\n[init.svc.qcom-c_main-sh]: [stopped]\n[init.svc.qcom-post-boot]: [stopped]\n[init.svc.qcom-sh]: [stopped]\n[init.svc.qcomsysd]: [running]\n[init.svc.qfp-daemon]: [running]\n[init.svc.qseecom-service]: [running]\n[init.svc.qsguard]: [running]\n[init.svc.qspmhal]: [running]\n[init.svc.qteeconnector-hal-1-0]: [running]\n[init.svc.qti-media]: [stopped]\n[init.svc.qti_display_boot]: [stopped]\n[init.svc.qti_esepowermanager_service_1_1]: [running]\n[init.svc.secureprocessor-1-0]: [running]\n[init.svc.sensorscal-hal-1-0]: [running]\n[init.svc.servicemanager]: [running]\n[init.svc.sltntc]: [running]\n[init.svc.soter-1-0]: [running]\n[init.svc.ssgqmigd]: [running]\n[init.svc.statsd]: [running]\n[init.svc.storaged]: [running]\n[init.svc.surfaceflinger]: [running]\n[init.svc.system_suspend]: [running]\n[init.svc.thermal-engine]: [running]\n[init.svc.time_daemon]: [running]\n[init.svc.tombstoned]: [running]\n[init.svc.traced]: [running]\n[init.svc.traced_perf]: [stopped]\n[init.svc.traced_probes]: [running]\n[init.svc.tui_comm-1-0]: [running]\n[init.svc.ueventd]: [running]\n[init.svc.update_engine]: [running]\n[init.svc.update_verifier]: [stopped]\n[init.svc.usbd]: [stopped]\n[init.svc.vendor-qti-media-c2-hal-1-0]: [running]\n[init.svc.vendor-sensor-sh]: [stopped]\n[init.svc.vndservicemanager]: [running]\n[init.svc.vold]: [running]\n[init.svc.wfdhdcphalservice]: [running]\n[init.svc.wfdvndservice]: [running]\n[init.svc.wificond]: [running]\n[init.svc.wifidisplayhalservice]: [running]\n[init.svc.wpa_supplicant]: [running]\n[init.svc.zygote]: [running]\n[init.svc.zygote_secondary]: [running]\n[log.tag]: []\n[log.tag.APM_AudioPolicyManager]: [D]\n[log.tag.NT_FaceUnlock]: [D]\n[log.tag.stats_log]: [I]\n[logd.ready]: [true]\n[masterclear.allow_retain_esim_profiles_after_fdr]: [true]\n[media.aac_51_output_enabled]: [true]\n[media.recorder.show_manufacturer_and_model]: [true]\n[media.settings.xml]: [/vendor/etc/media_profiles_vendor.xml]\n[media.stagefright.audio.deep]: [false]\n[media.stagefright.enable-aac]: [true]\n[media.stagefright.enable-fma2dp]: [true]\n[media.stagefright.enable-http]: [true]\n[media.stagefright.enable-player]: [true]\n[media.stagefright.enable-qcp]: [true]\n[media.stagefright.enable-scan]: [true]\n[media.stagefright.thumbnail.prefer_hw_codecs]: [true]\n[mmp.enable.3g2]: [true]\n[net.bt.name]: [Android]\n[net.tcp.2g_init_rwnd]: [10]\n[nfc.initialized]: [true]\n[ota.warm_reset]: [0]\n[partition.odm.verified]: [2]\n[partition.odm.verified.check_at_most_once]: [0]\n[partition.odm.verified.hash_alg]: [sha256]\n[partition.odm.verified.root_digest]: [228d7ea46b3f3973c68c8486b937cab712dd4206ea72c27e2f63eb350518398b]\n[partition.product.verified]: [2]\n[partition.product.verified.check_at_most_once]: [0]\n[partition.product.verified.hash_alg]: [sha256]\n[partition.product.verified.root_digest]: [8bc245fe586bac27c0609ebd6f92fd3b0df418f855accff4450059771bcd2192]\n[partition.system.verified]: [2]\n[partition.system.verified.check_at_most_once]: [0]\n[partition.system.verified.hash_alg]: [sha256]\n[partition.system.verified.root_digest]: [dfb4f5f168bf402b65a887b8580893a209e12bea0b8b8599492f0385e4a68196]\n[partition.system_ext.verified]: [2]\n[partition.system_ext.verified.check_at_most_once]: [0]\n[partition.system_ext.verified.hash_alg]: [sha256]\n[partition.system_ext.verified.root_digest]: [82b3968ffaca98579a1ce6e0bf66200e777713ee257a59f0cb1e747c2fb52a25]\n[partition.vendor.verified]: [2]\n[partition.vendor.verified.check_at_most_once]: [0]\n[partition.vendor.verified.hash_alg]: [sha256]\n[partition.vendor.verified.root_digest]: [572edc522af22b7e22af04d8fbd9c78ae5cb93511fd784cc3466579591de3b66]\n[persist.backup.ntpServer]: ["0.pool.ntp.org"]\n[persist.data.df.agg.dl_pkt]: [10]\n[persist.data.df.agg.dl_size]: [4096]\n[persist.data.df.dev_name]: [rmnet_usb0]\n[persist.data.df.dl_mode]: [5]\n[persist.data.df.iwlan_mux]: [9]\n[persist.data.df.mux_count]: [8]\n[persist.data.df.ul_mode]: [5]\n[persist.data.wda.enable]: [true]\n[persist.debug.coresight.config]: [stm-events]\n[persist.debug.wfd.enable]: [1]\n[persist.device_config.aconfig_flags.accessibility.enable_magnifier_thumbnail]: [false]\n[persist.device_config.aconfig_flags.activity_manager_native_boot.modern_queue_enabled]: [true]\n[persist.device_config.aconfig_flags.bluetooth.INIT_gd_hal_snoop_logger_filtering]: [true]\n[persist.device_config.aconfig_flags.bluetooth.INIT_gd_hal_snoop_logger_socket]: [true]\n[persist.device_config.aconfig_flags.bluetooth.audio_policy_ag_enabled]: [true]\n[persist.device_config.aconfig_flags.bluetooth.audio_policy_hf_enabled]: [true]\n[persist.device_config.aconfig_flags.bluetooth.le_audio_enabled_by_default]: [false]\n[persist.device_config.aconfig_flags.bluetooth.location_denylist_advertising_data]: [⊈0016AAFE40/00FFFFFFF0,⊆0016AAFE/00FFFFFF,⊆00FF4C0002/00FFFFFFFF]\n[persist.device_config.aconfig_flags.bluetooth.location_denylist_mac]: []\n[persist.device_config.aconfig_flags.bluetooth.location_denylist_name]: []\n[persist.device_config.aconfig_flags.bluetooth.scan_timeout_millis]: [300000]\n[persist.device_config.aconfig_flags.companion.enable_context_sync_telecom]: [false]\n[persist.device_config.aconfig_flags.configuration.beta_launch]: [false]\n[persist.device_config.aconfig_flags.configuration.beta_public_launch]: [false]\n[persist.device_config.aconfig_flags.configuration.demo_flag]: [false]\n[persist.device_config.aconfig_flags.configuration.droidfood_launch]: [false]\n[persist.device_config.aconfig_flags.configuration.flag]: [true]\n[persist.device_config.aconfig_flags.configuration.flag_five]: [false]\n[persist.device_config.aconfig_flags.configuration.flag_four]: [false]\n[persist.device_config.aconfig_flags.configuration.flag_six]: [false]\n[persist.device_config.aconfig_flags.configuration.flag_three]: [false]\n[persist.device_config.aconfig_flags.configuration.flag_two]: [false]\n[persist.device_config.aconfig_flags.configuration.public_launch]: [false]\n[persist.device_config.aconfig_flags.configuration.rescue_party_throttle_duration_min]: [10]\n[persist.device_config.aconfig_flags.connectivity.data_stall_consecutive_dns_timeout_threshold]: [5]\n[persist.device_config.aconfig_flags.connectivity.dhcp_init_reboot_enabled]: [false]\n[persist.device_config.aconfig_flags.connectivity.dhcp_init_reboot_version]: [0]\n[persist.device_config.aconfig_flags.connectivity.dhcp_ip_conflict_detect_version]: [0]\n[persist.device_config.aconfig_flags.connectivity.dhcp_rapid_commit_enabled]: [false]\n[persist.device_config.aconfig_flags.connectivity.dhcp_rapid_commit_version]: [1]\n[persist.device_config.aconfig_flags.connectivity.dhcp_restart_configuration_delay]: [1000]\n[persist.device_config.aconfig_flags.connectivity.dhcp_server_decline_version]: [0]\n[persist.device_config.aconfig_flags.connectivity.ipclient_accept_ipv6_link_local_dns_version]: [0]\n[persist.device_config.aconfig_flags.connectivity.ipclient_multicast_ns_version]: [0]\n[persist.device_config.aconfig_flags.edgetpu_native.allowlist_app11]: []\n[persist.device_config.aconfig_flags.edgetpu_native.allowlist_app12]: []\n[persist.device_config.aconfig_flags.edgetpu_native.allowlist_app5]: []\n[persist.device_config.aconfig_flags.edgetpu_native.allowlist_app6]: []\n[persist.device_config.aconfig_flags.edgetpu_native.allowlist_app7]: []\n[persist.device_config.aconfig_flags.lmkd_native.thrashing_limit_critical]: [300]\n[persist.device_config.aconfig_flags.nearby.nearby_enable_presence_broadcast_legacy]: [false]\n[persist.device_config.aconfig_flags.nearby.nearby_nano_app_min_version]: [1]\n[persist.device_config.aconfig_flags.nearby.nearby_support_test_app]: [false]\n[persist.device_config.aconfig_flags.netd_native.dns_event_subsample_map]: [default:6 0:400 2:110 4:110 7:110]\n[persist.d

jjcrblx avatar Apr 29 '25 12:04 jjcrblx

Seems to be a similar issue on the new apk.

I'm on a nothing phone 1

...

This is very useful, thanks I'll analyze it and update shortly

flashnuke avatar Apr 29 '25 13:04 flashnuke

Feel free to @ me for updates! Looking forward for a patch!

jjcrblx avatar Apr 29 '25 14:04 jjcrblx

Seems to be working now

jjcrblx avatar Apr 29 '25 16:04 jjcrblx

Feel free to @ me for updates! Looking forward for a patch!

I just merged this pr - https://github.com/flashnuke/deadnet/pull/17 I believe that it failed because the attempt to get the interface name was not done as superuser furthermore I added an additional fallback in case this fails, and a default value wlan0 if everything else fails

if it still fails pls let me know

flashnuke avatar Apr 29 '25 16:04 flashnuke

Seems to be working now

I'm glad to hear! let me know if you run into any issues in the futures, I'll be happy to know about it

flashnuke avatar Apr 29 '25 16:04 flashnuke

The new app appears to work perfectly on my rooted Pixel 5 on Android 13, thank you! Since both issues are resolved I'm going to close this now; really appreciate your efforts :)

HeyItsJono avatar Apr 30 '25 04:04 HeyItsJono