Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirakujira/CPU-Identifier

Check your A9 chip manufactory
https://github.com/hirakujira/CPU-Identifier

Last synced: about 2 months ago
JSON representation

Check your A9 chip manufactory

Awesome Lists containing this project

README

        

# CPU Identifier

This tiny app can detect the CPU chipset of your iPhone. For iPhone 6s / 6s Plus, it can also detect the manufactory (TSMC or Samsung) of A9 chip.

The compiled (and signed) binary file that I distrubte would upload the chip model, device model and an [unique id](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor) (not UDID, SN or IMEI) to my server, but it's for statistics only. Therefore, I can't identify you from these information. The statistic result is [here](http://demo.hiraku.tw/CPUIdentifier).

## How to Use
Open [http://demo.hiraku.tw/CPUIdentifier](http://demo.hiraku.tw/CPUIdentifier) on your iPhone, and follow the introduction to install.

## Reference
The iPhone Wiki: [s8000](https://www.theiphonewiki.com/wiki/S8000) [s8003](https://www.theiphonewiki.com/wiki/S8003)

Ars Technica: [
Chipworks: Both Samsung and TSMC are making the A9 chip for Apple](http://arstechnica.com/apple/2015/09/chipworks-b…)

## License
MIT. Please kindly keep the credit of contributors.

## About Me
I'm a iOS jailbreak tweaks developer. You can find me on my twitter [@hirakujira](http://twitter.com/hirakujira).