Change MAC Address at the boot time automatically
so that you can de-root the device and One-seg can be watched.
Abstract:
- root your device first.
- Put a script to change the MAC Address at the boot time.
- .mac.info
- init rc
- de-root your device; so that you can watch one-seg tv with changed MAC address.
- script
- .mac.info
- there is a file /efs/wifi/.mac.info, which contains the mac address. simply you can modify it.
- Use the App total commander
There are 3 disks: internal storage, SD Card and /Root.
- init rc
Relevant commands
- # cat /efs/wifi/.mac.info
60:57:18:39:4E:4B
- # ifconfig wlan0 hw ether 60:57:18:39:4E:4B # to change mac address.
- # mount /system -o rw,remount # /system is mounted read-only
- #dmesg | grep ifconfig # you can find the line below which shows it is executed.
[ 3.945745] [5: init: 1] init: Parsing file /system/etc/init/00ifconfig.rc...
Since 20240729