On Sat, Oct 19, 2013 at 2:32 AM, Jerzy Łogiewa <[email protected]> wrote: > ... > Is it possible to randomize wifi MAC of Andorid phone on power up?
this works for most wifi devices if you have root; just modify init scripts to ifconfig hw ether a random mac (you can do this in shell). don't delegate something critical like this to an arbitrary app, which is invoked much later in the start up sequence. any of the apps which mask the MAC via intercepted calls to Java/Android APIs will do nothing to hide your MAC on the network, like you desire. -- Liberationtech is public & archives are searchable on Google. Violations of list guidelines will get you moderated: https://mailman.stanford.edu/mailman/listinfo/liberationtech. Unsubscribe, change to digest, or change password by emailing moderator at [email protected].
