How to find MAC-Address of a device using ADF mobile?

Hi,
I am developing an mobile application using ADF Mobile. The application necessitates the use of MAC Address for further development.
Android SDK provides an easy way to find the MAC Address as:
WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
WifiInfo wInfo = wifiManager.getConnectionInfo();
String macAddress = wInfo.getMacAddress();
Is there a similar way in ADF mobile to retrieve the MAC Address of the device?
Regards,
Joseph

This cant be done.

Similar Messages

  • How to find mac address of a client computer in specified time and port in WIFI WCS Control system

    how to find mac address of a client computer in specified time and port in WIFI WCS Control system

    WCS record-keeping is very crude.  
    You'll get the time/date when the client authenticated.  You'll get the local inside address but you'll need the router to translate the outside IP address and the port.  
    You will need a proxy server to determine what sites did a wireless client goes.

  • How to find MAC address for WAN port for Airport Express 2nd Gen.

    The New Airport Express has a LAN and a WAN ethernet ports. How can I find the MAC address for the WAN ethernet port as my Service Provider needs it for provisioning....I can fid MAC address for Ethernet and for two wireless 2.4 & 5GHz but not for WAN ethernet port using Airport Utility 6.1

    Many thanks for the swift response. However, there is no WAN MAC address on the box or on the device anywhere. I even used magnifying glass to find one .
    The airport utility shows only three mac addresses. One for 2.4GHz, one for 5GHz and one fo the ethernet (LAN port) whereas there is another ethernet port in the device mentioned as WAN port and I am still not able to find the MAC address for the WAN ehternet port for Airport Express (2nd Generation).
    Will appreciate a response to make th device work wiht my service provider as providing them the WAN mac address is a must. Had there been an option for cloning mac address, the issue would have not been there.
    Many thanks again - in advance.

  • How to find MAC Address in Java, Windows Environment

    Dear All,
    How to find the MAC address of a machine, provided the IPAddress of the machine.
    Thnx in advance..

    Generally you can't. MAC addresses do not travel through routers.
    For computers on your local subnet: connect to the computer somehow so that your computer knows the MAC, then run the command "arp -a" with Runtime.exec() and parse the output.
    Or write a program/servlet that runs on the remote computer and returns that computer's MAC (or some of the MACs for computers with several network cards.)

  • How to find mac address with 10.7.2 on macbook air

    my dorm doesnt have wifi we r required to sumit our mac address in order to connect to use internet with internet cable
    i have an air with 10.7.2 and bought a ethernet adapter still can find my mac address.........plz help me

    Use the System Information. To get to this, go to the Apple menu, select About this Mac, and click the System Report button.
    In the left column go to Network and select Wifi. Under interfaces select en1 and look for the MAC address.
    Alternatively you can use System Preferences > Network > Wi-Fi > Advanced button > Hardware tab > MAC address.
    Best of luck.

  • How to find MAC address on Apple TV (newest one)?

    I'm trying to find the MAC address on my apple tv 3rd Generation. Any ideas? I've gone through the settings on it but can't seem to find it. It's up-to-date but no luck. Thanks!

    Under settings in the network config options menu.

  • How to get MAC ADDRESS in mais.asc using FMS

    Hello,
    i need to get the Mac Address of every machine connected to my fms, is that possible with FMS?
    THX

    It's also available in System Information, under the Network section.
    Hold down option and select System Information from the Apple menu.
    Select Network, then the particular service type: Airport, Ethernet, Firewire
    Scroll down till you see MAC Address:
    You can also reveal it in the Terminal with ifconfig. en0 is usually ethernet, en1 is Airport, but that depends on your configuration.

  • How to find ip address of a PC using Core Java

    Hi guys,
    i would like to find out the ip address of currently running system i.e my PC using Core Java
    Hows that possible,....
    Code if any would be highly appreciable.....

    Deepak_A_L wrote:
    Hi guys,
    i would like to find out the ip address of currently running system i.e my PC using Core Java
    Hows that possible,....
    Code if any would be highly appreciable.....
    String ipAddress = "0.0.0.0";
         String hostName  = "NA";
         String connonicalName = "NA"
          try{
            ipAddress = InetAddress.getLocalHost().getHostAddress(); 
            hostName = InetAddress.getLocalHost().getHostName(); 
            connonicalName = InetAddress.getLocalHost().getCanonicalHostName();
          }catch(Exception exp){
               exp.printStackTrace();
          }Don't forget to import InetAddress Class from java.net package.
    Hope that might help :)
    REGARDS,
    RaHuL

  • How to add ADMOB advertisement into Android app using ADF Mobile

    hi,
    i need to integrate ADMOB advertisement into Android app.
    can i do that using Oracle ADF mobile?
    regards,
    ad

    Hi,
    I think, there is one example for ADF Mobile push notification with Google Cloud Messaging.
    http://deepakcs.blogspot.in/2013/06/adf-mobile-push-notifications-with.html
    Eba

  • How to get MAC address from client machine ?

    Hi dear,
    We are implementing security measures for a banking system, so it is required that we track the MAC address of the registered clients along with other parameters. How do we get the MAC address from client machine using ADF or running scripts in client side?
    thanks all

    Hi,
    Welcome to OTN.
    Your question has nothing to do with ADF as such. Googling would give you plenty of such topics.
    -Arun

  • How to get MAC Address from device?

    Does any one knows, how we can get programmatically the MAC address of Blackberry device?
    Is it possible to get it through BES IT Policy?
    - Thanks

    abel wrote:
    Yeah that is only working for local system, but how to get remote system's MAC ..?
    Thanks for quick reply ...
    Edited by: abel on Jan 28, 2009 12:10 AMIt is my understanding that only one person ever found the holy grail which you seek. But sadly [_he's dead_|http://forums.sun.com/profile.jspa?userID=649366]
    As a curious aside how did you manage to get the list of IPs?

  • How to check MAC address from host from local network

    Hello,
    I must save information about my network enviroment, at some periods of time (IP, Host Name, MAC Address, and later some information from SNMP). I have IP addresses of all devices. Could any one have an idea how to check MAC address. In java.net.* I didn't find anythink about my problem.
    Please give my an answer, if you konow any solution.
    Marcin Kowalski

    hi !
    I've typed ipconfig on my PC which has windows2000 pro. as the OS!!
    but i couldn't get th line you've mentioned "Physical Address" !!
    what could be wrong .. ?!! hope you could help!!
    thanks!!
    C:\>ipconfig
    Windows 2000 IP Configuration
    Ethernet adapter
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.130.128.210
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 10.130.128.1

  • How to retrive ip address of connected device in shell script or applescript

    Hi all,
    From Mac PC, how to get ip address of connected device in shell script or applescript.
    there is any way to launch an app on ipad in shell script or applescript.
    thank you in advance for your help
    Mickael

    Hi all,
    From Mac PC, how to get ip address of connected device in shell script or applescript.
    there is any way to launch an app on ipad in shell script or applescript.
    thank you in advance for your help
    Mickael

  • How to get Mac Address of Remote Computer

    Hi All,
    I tried to find out a solution for finding Mac Address of a remote system, then first i tried with finding it with local address using the following code it works fine for me.
    public class MacAddressFinder {
         public static void main(String[] args) {
              try
                   InetAddress ipAddr = InetAddress.getLocalHost();
                   System.out.println("Current IP address : " + ipAddr.getHostAddress());
                   NetworkInterface nwIntf;
                   try
                        nwIntf = NetworkInterface.getByInetAddress(ipAddr);
                        byte[] hwAddr = nwIntf.getHardwareAddress();
                        System.out.print("Current MAC address : ");
                        StringBuilder sb = new StringBuilder();
                        for (int i = 0; i < hwAddr.length; i++)
                             sb.append(String.format("%02X%s", hwAddr, (i < hwAddr.length - 1) ? "-" : ""));          
                        System.out.println(sb);
                   } catch (SocketException e) {
                        e.printStackTrace();
              catch (UnknownHostException e) {
                   e.printStackTrace();
    But when i tried this piece of code in jsp with the following code i am getting NeworkInterface object value as null and there by i am unable to get the Mac Address of a remote computer.
    InetAddress ipAddr = InetAddress.getByName(request.getRemoteAddr());
    NetworkInterface nwIntf = NetworkInterface.getByInetAddress(ipAddr);Can you please suggest me how to find out the Mac address of remote system?
    Thanks,
    Uday

    first of all, NetworkInterface only exposes the NetworkInterfaces of the local computer. secondly, you cannot find the mac address of an arbitrary remote computer. that information is not available outside of the local subnet. and java doesn't expose a way to discover it even for computers on the local subnet.

  • Cisco ip to mac address of a device?

    What command can I run in CLI, to get a mac address that is associated with a provided ip address?
    Context: In order to access wifi, users have to go through a web authentication. Upon submiting their credentials, we are able to see their ip address. We want to query router api with cli or something, to find a mac address based on the ip.
    Any pointers?

    It is usually not possible for a person to get the MAC address of a computer from its IP address alone. These two addresses originate from different sources. Simply stated, a computer's own hardware configuration determines its MAC address while the configuration of the network it is connected to determines its IP address.
    However, computers connected to the same TCP/IP local network can determine each other's MAC addresses. The technology called ARP - Address Resolution Protocol included with TCP/IP makes it possible. Using ARP, each computer maintains a list of both IP and MAC addresses for each device it has recently communicated with.
    Most computers allow you to see the list of IP and MAC addresses that ARP has collected there. In Windows, Linux and other operating systems, the command line utility "arp" shows this information. Using "arp," you can in fact determine the MAC address of some computers from their IP address. ARP works only within the small group of computers on a local area network (LAN), though, not across the Internet. ARP is intended for use by system administrators and is not generally useful as a way to track down computers and people on the Internet.

Maybe you are looking for

  • How to open page in new window while handling event on link.

    Hi all I have a requirement where page should be opened in new window when I click on link.My item style is 'link'.Despite of mentioning target frame _blank, I m not able to open it in new window.I m handling event by setting Action Type as fireActio

  • Multiple Stored Procedures - One at a time

    Hello everyone! I´m going to start an interface that requires me to call multiple Stored Procedures, but they will not be called at the same time. The legacy system has 3 stored procedures to be called, like this: 1 - SP number 1: it says to the lega

  • How to outline multiple lines of text

    how to I outline multiple lines of text to create a filled outline around a group of text like this:

  • How to get access to all the advisories in mozilla?

    Mozilla Foundation Security Advisories (http://www.mozilla.org/security/announce/), when accessed provides information on many of the advisories, but for some it displays an error that you are not authorized to open. I tried to open bug #790879 & it

  • Dbms settings in mdm console

    hi all i have installed mdm server, console and oracle database. after installing console i could start mdm server through console , but when i try to configure dbms settings , it shows me the error message , " error in initializing database engine :