I need a list with the mac address prefix and and the nokia models.
for my software that identity the mobile and send the relevant data.
where do i get something like this?
Guy.
I need a list with the mac address prefix and and the nokia models.
for my software that identity the mobile and send the relevant data.
where do i get something like this?
Guy.
Probably nowhere. Nokia has not published such lists.
so how do i know which file to transfer to specific mobile?
the software by default send flash files but not all the mobiles support flash.
someone have any suggestion?
Well you can get the device MAC address using :-
http://wiki.forum.nokia.com/index.php/WLAN_Info_API
And the device model using :-
http://wiki.forum.nokia.com/index.ph...ber_in_Symbian
Before sending the file, you can send some kind of notification to the device, which would trigger sending this information from the device to your content pushing server/any other implementation of yours, where you can then read the info sent from the device and decide what needs to be done.
Cheers,
Mayank