Rom: hd4 sgs4 4.2.1
Jetzt habe ich wieder eine ständig wechselnde mac adresse.
Spiel dir die erste (älteste) Sicherheitskopie von
"WIFI-saved_from_nvram..." und
"WIFI_CUSTOM-saved_from_nvram..." aus
deinem "/sdcard/Yelupics/MAC Fix/"-Verzeichnis wieder zurück nach
"/data/nvram/APCFG/APRDEB/...",
dann sollte es wieder ne fixe MAC geben.
Hier mal eine technische Erklärung dazu auf "Neu-Deutsch":
UBOOT macht den Unterschied ...
Currently, the AOSP kernel we are using for B2G builds generates a random MAC address due to the fact that panda boards do not have an EEPROM and therefore does not have a factory set MAC address. AOSP and the linux kernel all handle this the same with by generating random MACs. We will need to solve this before B2G on panda tests goes into prodution.
There are 2 approaches to getting static MACs.
First, patch the kernel net driver to allow for the mac address to be passed by via kernel boot params. This creates a dependency on the boot loader being able to pass those. Linaros u-boot loader will be able to pass this but not the current uboot loader being used with b2g.
The second approach, which Linaro takes, is to patch the kernel to generate a MAC address from the CPU DIE ID. This is also the same way Linaro U-boot handles this issue.
Das heißt für mich, ich brauche nicht mehr weiter machen.
Ihr könnt die App ausprobieren.
Wenn es funktioniert, dann ist der Kernel (euer Android) vorbereitet und macht es mit = ihr habt ne fixe MAC.
Oder es geht halt leider nicht = anderes ROM/UBOOT ausprobieren ...