shimming/apkd-bridge-user-connman-shim: spoof a better wifi mac address

Looks like android didn't want to pick up the old (random) one...
main
Jonas Dreßler 2023-12-29 16:18:28 +01:00
parent 753835783f
commit 9bef56def6
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ class ManagerImpl {
'Ethernet': new GLib.Variant('a{sv}', {
'Method': GLib.Variant.new_string('auto'),
'Interface': GLib.Variant.new_string('wlan0'),
'Address': GLib.Variant.new_string('AB:CD:EF:6A:F3:00'),
'Address': GLib.Variant.new_string('CE:A8:35:6A:F3:AA'),
'MTU': GLib.Variant.new_uint16(1500),
}),
/* This is very necessary for android to pick up the wifi */
@ -265,7 +265,7 @@ class WifiServiceImpl {
'Ethernet': new GLib.Variant('a{sv}', {
'Method': GLib.Variant.new_string('auto'),
'Interface': GLib.Variant.new_string('wlan0'),
'Address': GLib.Variant.new_string('AB:CD:EF:6A:F3:00'),
'Address': GLib.Variant.new_string('CE:A8:35:6A:F3:AA'),
'MTU': GLib.Variant.new_uint16(1500),
}),
/* This is very necessary for android to pick up the wifi */