teddybear Well-Known Member Licensed User Apr 5, 2022 #1 I can know the device mac from arp table by phone.shell cat /proc/arp, is there any method I can get the mac of specific IP instead of using phone.shell?
I can know the device mac from arp table by phone.shell cat /proc/arp, is there any method I can get the mac of specific IP instead of using phone.shell?
Erel B4X founder Staff member Licensed User Longtime User Apr 6, 2022 #2 It was possible to get the MAC address on older versions of Android: https://www.b4x.com/android/forum/threads/mac-address-android-6.68182/#content Not anymore. Upvote 0
It was possible to get the MAC address on older versions of Android: https://www.b4x.com/android/forum/threads/mac-address-android-6.68182/#content Not anymore.
teddybear Well-Known Member Licensed User Apr 6, 2022 #3 Erel said: It was possible to get the MAC address on older versions of Android: https://www.b4x.com/android/forum/threads/mac-address-android-6.68182/#content Not anymore. Click to expand... Thanks for you reply, it seems to obtain a mac of local device, I would like to get a mac of remote device in lan. Upvote 0
Erel said: It was possible to get the MAC address on older versions of Android: https://www.b4x.com/android/forum/threads/mac-address-android-6.68182/#content Not anymore. Click to expand... Thanks for you reply, it seems to obtain a mac of local device, I would like to get a mac of remote device in lan.
Pendrush Well-Known Member Licensed User Longtime User Apr 6, 2022 #4 Theoretically it is possible to find the MAC from IP address only in your/device local network. How to get IP address of the device from code? Is it possible to get the IP address of the device using some code? stackoverflow.com Upvote 0
Theoretically it is possible to find the MAC from IP address only in your/device local network. How to get IP address of the device from code? Is it possible to get the IP address of the device using some code? stackoverflow.com
teddybear Well-Known Member Licensed User Apr 6, 2022 #5 Pendrush said: Theoretically it is possible to find the MAC from IP address only in your/device local network. How to get IP address of the device from code? Is it possible to get the IP address of the device using some code? stackoverflow.com Click to expand... Thank you. Upvote 0
Pendrush said: Theoretically it is possible to find the MAC from IP address only in your/device local network. How to get IP address of the device from code? Is it possible to get the IP address of the device using some code? stackoverflow.com Click to expand... Thank you.