infos plus simples
http://infocenter.arm.com/help/topic/com.arm.doc.dui0395b/CIHCAGHH.htmlhttp://osdir.com/ml/android-ndk/2010-04/msg00055.htmlunsigned int getArmCpuId()
{
unsigned int id = 0;
asm volatile("mrc p15 0, %0, c0, c0, 0" : "=r" (id));
return id;
}
Plus qu'a faire une messagebox et tu l'as ton cpuid