The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:M2m"
Line 35: | Line 35: | ||
|- |
|- |
||
|} |
|} |
||
+ | |||
+ | == iPhone2G == |
||
+ | |||
+ | |||
+ | macbook-pro:tools m2m$ ./irecovery -s |
||
+ | iRecovery - Version: 2.0.2 - For LIBUSB: 1.0 |
||
+ | by westbaer. Thanks to pod2g, tom3q, planetbeing, geohot and posixninja. |
||
+ | Rewrite by GreySyntax. |
||
+ | |||
+ | [Device] Connected. |
||
+ | [Program] Attached to Recovery Console. |
||
+ | |||
+ | |||
+ | ======================================= |
||
+ | :: |
||
+ | :: iRain for m68ap, Copyright 2009, Apple Inc. |
||
+ | :: |
||
+ | :: BUILD_TAG: iBoot-636.66 |
||
+ | :: |
||
+ | :: BUILD_STYLE: RELEASE |
||
+ | :: |
||
+ | :: USB_SERIAL_NUMBER: CPID:8900 CPRV:20 CPFM:03 SCEP:05 BDID:00 ECID:000000C3681035CD IBFL:01 SRNM:[7S7373DFWH8] |
||
+ | :: |
||
+ | ======================================= |
||
+ | |||
+ | [FTL:MSG] Apple NAND Driver (AND) RO |
||
+ | [NAND] Device ID 0x2555d5ec |
||
+ | [NAND] BANKS_TOTAL 4 |
||
+ | [NAND] BLOCKS_PER_BANK 8192 |
||
+ | [NAND] PAGES_PER_BANK 1048576 |
||
+ | [NAND] SECTORS_PER_PAGE 4 |
||
+ | [NAND] BYTES_PER_SPARE 64 |
||
+ | [FTL:MSG] FIL_Init [OK] |
||
+ | [FTL:MSG] BUF_Init [OK] |
||
+ | [FTL:MSG] FPart Init [OK] |
||
+ | read old style signature 0x43303035 (line:371) |
||
+ | [FTL:MSG] VFL Register [OK] |
||
+ | [FTL:MSG] VFL Init [OK] |
||
+ | [FTL:MSG] VFL_Open [OK] |
||
+ | [FTL:MSG] FTL Register [OK] |
||
+ | [FTL:MSG] FTL_Open [OK] |
||
+ | Boot Failure Count: 0 Panic Fail Count: 0 |
||
+ | Entering recovery mode, starting command prompt |
||
+ | iRecovery> getenv build-style |
||
+ | Env: RELEASE |
||
+ | iRecovery> getenv build-version |
||
+ | Env: iBoot-636.66 |
||
+ | iRecovery> getenv config_board |
||
+ | Env: m68ap |
||
+ | iRecovery> getenv loadaddr |
||
+ | Env: 0x9000000 |
||
+ | iRecovery> getenv boot-command |
||
+ | Env: fsboot |
||
+ | iRecovery> iRecovery> getenv auto-boot |
||
+ | Env: false |
||
+ | iRecovery> getenv idle-off |
||
+ | Env: true |
||
+ | iRecovery> getenv boot-device |
||
+ | Env: nand0 |
||
+ | iRecovery> getenv boot-partition |
||
+ | Env: 0 |
||
+ | iRecovery> getenv boot-path |
||
+ | Env: /System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900x |
||
+ | iRecovery> getenv display-color-space |
||
+ | Env: RGB888 |
||
+ | iRecovery> getenv display-timing |
||
+ | Env: optC |
||
+ | iRecovery> getenv framebuffer |
||
+ | Env: 0xfd00000 |
||
+ | iRecovery> getenv secure-boot |
||
+ | Env: 0x1 |
||
+ | iRecovery> |
Revision as of 15:45, 8 May 2011
Me
Random iPhone Wiki by-passer
Devices
Device | Color | Memory (GBs) | Comments | Works | Firmware |
---|---|---|---|---|---|
iPhone 4 | Black | 32 | so far works | Yes | 4.3.2 (8H7) |
iPhone 2G | Silver | 8 | Tinkered with NVRAM (only via software) - no longer booting | No | 3.3.1 (I think) |
iPhone 3G | Black | 16 | given to my parents | Yes | 4.2.1 |
iPhone2G
macbook-pro:tools m2m$ ./irecovery -s iRecovery - Version: 2.0.2 - For LIBUSB: 1.0 by westbaer. Thanks to pod2g, tom3q, planetbeing, geohot and posixninja. Rewrite by GreySyntax. [Device] Connected. [Program] Attached to Recovery Console. ======================================= :: :: iRain for m68ap, Copyright 2009, Apple Inc. :: :: BUILD_TAG: iBoot-636.66 :: :: BUILD_STYLE: RELEASE :: :: USB_SERIAL_NUMBER: CPID:8900 CPRV:20 CPFM:03 SCEP:05 BDID:00 ECID:000000C3681035CD IBFL:01 SRNM:[7S7373DFWH8] :: ======================================= [FTL:MSG] Apple NAND Driver (AND) RO [NAND] Device ID 0x2555d5ec [NAND] BANKS_TOTAL 4 [NAND] BLOCKS_PER_BANK 8192 [NAND] PAGES_PER_BANK 1048576 [NAND] SECTORS_PER_PAGE 4 [NAND] BYTES_PER_SPARE 64 [FTL:MSG] FIL_Init [OK] [FTL:MSG] BUF_Init [OK] [FTL:MSG] FPart Init [OK] read old style signature 0x43303035 (line:371) [FTL:MSG] VFL Register [OK] [FTL:MSG] VFL Init [OK] [FTL:MSG] VFL_Open [OK] [FTL:MSG] FTL Register [OK] [FTL:MSG] FTL_Open [OK] Boot Failure Count: 0 Panic Fail Count: 0 Entering recovery mode, starting command prompt iRecovery> getenv build-style Env: RELEASE iRecovery> getenv build-version Env: iBoot-636.66 iRecovery> getenv config_board Env: m68ap iRecovery> getenv loadaddr Env: 0x9000000 iRecovery> getenv boot-command Env: fsboot iRecovery> iRecovery> getenv auto-boot Env: false iRecovery> getenv idle-off Env: true iRecovery> getenv boot-device Env: nand0 iRecovery> getenv boot-partition Env: 0 iRecovery> getenv boot-path Env: /System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900x iRecovery> getenv display-color-space Env: RGB888 iRecovery> getenv display-timing Env: optC iRecovery> getenv framebuffer Env: 0xfd00000 iRecovery> getenv secure-boot Env: 0x1 iRecovery>