rorist / android-network-discovery

Android network tool: Discover hosts and scan their ports, in your Wifi/3G network.
http://rorist.github.com/android-network-discovery/
587 stars 242 forks source link

MAC resolution not working #5

Closed jmhoya closed 11 years ago

jmhoya commented 11 years ago

Hi, For some reason the vendor name for each MAC address is not displayed, all discovered hosts are labeled as "Unknown". I've tried the app on several devices and Android versions and they all have the same problem. The NIC database file is fine, I opened it on my computer and there was an entry for some of the devices in my network (I didn't check all of them).

Does anybody have any idea what could the problem be? Or at least which are the relevant classes and/or methods so I can take a look and try to figure it out.

Thanks to anyone who reads this. This project is great, by the way. There aren't any other free (as in freedom) network discovery apps for Android as far as I'm concerned, and it's a pity that it's receiving so little attention from the community :(

rorist commented 11 years ago

Hi,

The issue was server side, can you try to update the NIC db from the preferences of my app ? The format of the oui file changed, so I had to modify my script in 1f5d5692be09e09e7e89f5d6a4739a9427692ce7

Regards.

jmhoya commented 11 years ago

Hi, I updated the database and everything is working fine now. Thank you very much!

akashqss commented 8 years ago

I am getting "Unknown" at place of all device's name. Please resolve this issue.

rorist commented 8 years ago

Hi, did you update the database from the General preferences ?

akashqss commented 8 years ago

I don't know how to update database from General preferences. Please guide me how to do this.

akashqss commented 8 years ago

Sorry for above comment. I have update database from General preferences. But result is same.

rorist commented 8 years ago

which version of the app do you have ? (you can see it in the Options)

akashqss commented 8 years ago

app vesrion- 0.3.5 device android api version- 23 and 21

akashqss commented 8 years ago

Have you got solution?