Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasgasser/IOKitBrowser
Hardware Browser for iOS
https://github.com/matthiasgasser/IOKitBrowser
Last synced: 9 days ago
JSON representation
Hardware Browser for iOS
- Host: GitHub
- URL: https://github.com/matthiasgasser/IOKitBrowser
- Owner: matthiasgasser
- Created: 2014-10-20T18:41:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T16:13:19.000Z (about 3 years ago)
- Last Synced: 2024-08-01T13:36:17.986Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 260 KB
- Stars: 285
- Watchers: 17
- Forks: 53
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IOKitBrowser
============Uses private API to access various hardware related informations on iOS.
I used it to check the battery cycle count. But there are other informations hidden es well, eg. temperature etc.(c) developed and copyright by Lyon Anderson
http://www.lyonanderson.org/blog/2014/02/12/ios-iokit-browser/iOS 8 adapted by me.
## Check memory type:
Root > N61AP > AppleARMPE > arm-io > AppleT7000IO > ans > AppleA7IOPV1 > AppleCSI > asp > ASPStorage
defaults-bits-per-cell:
* 3 = TLC
* 2 = MLC
* 1 = SLC## Check Battery Cycle Count
Root > N61AP > AppleARMPE > charger > AppleARMPMUCharger
Scroll to CycleCount.
## Warning!
Do not use for App submissions. You will be rejected.## Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.