首先奉上網址
https://github.com/libimobiledevice/libimobiledevice (Linux,Mac可自編)
http://quamotion.mobi/iMobileDevice/Download (Windows版本, 沒測過)
#ideviceinfo
執行畫面
http://3.bp.blogspot.com/-tX7xBUVMVxY/U6SZ7KuKOPI/AAAAAAAAADc/Zl8X-X6upcQ/s1600/ideviceinfo1.png


關鍵點在HardwarePlatform這個值
#ideviceinfo|grep HardwarePlatform
根據皮樂姐的source code,
s8000 就是 samsung,
s8003 就是 tsmc
其他的看source code有寫(t7000 -> a8, t7001-> a8x, s5l8950->a6 ....)
理論上啦!!
透過這個方法可以插著usb就讀到你的iphone6s/6s+是那家cpu的
--
All Comments