Linked Questions

-5 votes
1 answer
4k views

how to find MAC address(physical address) of android phone .any help will be appreciated..
Hanan's user avatar
  • 1
94 votes
12 answers
191k views

I am working on Ubuntu. How can I get MAC address of my machine or an interface say eth0 using C program.
Bruce's user avatar
  • 35.5k
64 votes
8 answers
129k views

How do i get Mac Id of android device programmatically. I have done with IMIE Code and I know how to check Mac id on device manually but have no idea how to find out programmatically.
sami's user avatar
  • 705
42 votes
6 answers
63k views

It seems the java.net.NetworkInterface implementation of android does not have a byte[] getHardwareAddress() method http://developer.android.com/reference/java/net/NetworkInterface.html I've found ...
Gubatron's user avatar
  • 6,509
18 votes
9 answers
28k views

I'm using Android with Api level 8 and I want to get the Address of my Ethernet interface (eth0). On API level 8, the NetworkInterface class don't have the function getHardwareAddress(). The ...
inversus's user avatar
  • 1,317
23 votes
5 answers
58k views

How do I get the MAC-Address of the network interface of an android device which doesn't have a Wifi-Interface (e.g. the android emulator)? WifiInfo obtained via the WifiManager returns null. EDIT ...
Tom's user avatar
  • 5,058
16 votes
2 answers
28k views

I am using WiFi MAC address as Unique id, from Marshmallow onwards returning fake MAC address(for security reason). With this my Android application behaves differently. How to get the actual MAC ...
kaki_hary's user avatar
  • 191
15 votes
3 answers
21k views

Android developers looking to get the Wifi MAC Address on Android M may have experienced an issue where the standard Android OS API to get the MAC Address returns a fake MAC Address (02:00:00:00:00:00)...
DanielG's user avatar
  • 378
4 votes
1 answer
3k views

Can one programmatically obtain the MAC address of a device running Android 6.0+? According to this, To provide users with greater data protection, starting in this release, Android removes ...
Dake's user avatar
  • 289
2 votes
1 answer
10k views

I need to obtain the MAC address of my android device using Kotlin. I've searched online, but I haven't found anything useful. I am using WiFi MAC address as Unique id, How to get the actual MAC ...
Ahmad Rizqi's user avatar
1 vote
1 answer
8k views

I need to determine my device's MAC (hardware) address, ie that for the wifi. I'm using Termux on an Android device, although maybe an answer will apply more generally. I'm using python, but any bash ...
CPBL's user avatar
  • 4,070
4 votes
1 answer
5k views

{ try { List<NetworkInterface> all = Collections.list(NetworkInterface.getNetworkInterfaces()); for (NetworkInterface nif : all) { if (!nif.getName()....
viki_rvc's user avatar
2 votes
2 answers
766 views

I'm working on a mobile game in Unity and I want to be able to identify my user without them logging in (so when they send data to the server I will know it's them). In this specific case, the ...
Clicksurfer's user avatar
2 votes
2 answers
3k views

i am working on Android with Java (Android studio) to create Android app so i want to get Mac Address. so my Question is how i can find Mac address? Mac address will be Unique for each User. User will ...
Mohammad Engineer's user avatar
2 votes
1 answer
2k views

We are implementing a server for app distribution and we need restrict the access to the apps by: mac address ip At the moment I have not found any module that can obtain this data from the device in ...
B1-66er's user avatar
  • 23

15 30 50 per page