Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirakujira/CPU-Identifier
Check your A9 chip manufactory
https://github.com/hirakujira/CPU-Identifier
Last synced: 3 months ago
JSON representation
Check your A9 chip manufactory
- Host: GitHub
- URL: https://github.com/hirakujira/CPU-Identifier
- Owner: hirakujira
- Created: 2015-09-28T18:29:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T06:20:56.000Z (over 9 years ago)
- Last Synced: 2024-08-03T14:08:03.362Z (7 months ago)
- Language: Objective-C
- Size: 1.44 MB
- Stars: 253
- Watchers: 23
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).