Hi Folks,
I need to access the product key (or whatever unique device ID) of the Archos devices. I've found the following API mentioned on Archos website which should work on Archos5 series:
Settings.System.getString(getContentResolver(), "archos.product_key");
But it does not work on 101 tablets (returning NULL). Any clue?
Further Note: It seems that "Telephony.getDeviceId()" always returns NULL on all Archos devices.
Thank you,
Armond
I need to access the product key (or whatever unique device ID) of the Archos devices. I've found the following API mentioned on Archos website which should work on Archos5 series:
Settings.System.getString(getContentResolver(), "archos.product_key");
But it does not work on 101 tablets (returning NULL). Any clue?
Further Note: It seems that "Telephony.getDeviceId()" always returns NULL on all Archos devices.
Thank you,
Armond