Advertisement

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use the Checkm8 BootROM Exploit (iPwnDFU) on iOS 8 up to iOS 13.1.1
#21
Does anyone have a chart linking SoC and processor models please?
I can't find any online

Thanks in advance

[Image: Screenshot-2019-09-30-at-21.33.19.jpg]
Reply
#22
(10-02-2019, 02:45 PM)jbx2017 Wrote: [font][font]请问有人有一张链接SoC和处理器模型的图表吗?[/font][/font]
[font][font]我[/font][/font]

[font][font]在[/font][font]网上找不到任何内容,[/font][font]谢谢[/font][/font]

[Image: Screenshot-2019-09-30-at-21.33.19.jpg]

[font][font]https://www.theiphonewiki.com/wiki [/font][/font]
[font][font]这里的[/font][/font][font][font]应用处理器[/font][/font]
[font][font]比如[/font][/font]
(10-02-2019, 03:28 PM)qweqwedd Wrote:
(10-02-2019, 02:45 PM)jbx2017 Wrote: [font][font]请问有人有一张链接的SoC和处理器模型的图表吗?[/font][/font]
[font][font]我[/font][/font]

[font][font]在[/font][/font][font][font]网上找不到任何内容,[/font][/font][font][font]谢谢[/font][/font]

[Image: Screenshot-2019-09-30-at-21.33.19.jpg]

[font][font]https://www.theiphonewiki.com/wiki [/font][/font]
[font][font]这里的[/font][/font][font][font]应用处理器[/font][/font]
[font][font]比如[/font][/font]
Reply
#23
(09-28-2019, 10:38 PM)GeoSn0w Wrote: Hello everyone, GeoSn0w here.

As you probably are aware, on September 27, hacker @axi0mX released his checkm8 SecureROM (BootROM) exploit which is compatible with iPhone 4S, iPhone 5, iPhone 5C, iPhone 5S, iPhone 6 / 6 Plus, iPhone 6S / 6S Plus, iPhone 7 / 7 Plus, iPhone 8 / 8 Plus and iPhone X, as well as all iPods from iPod Touch 5 to iPod Touch 7th Generation, and all iPads that are not A12. 

Checkm8 exploit doesn't support the A12 and A13 devices (iPhone XS, iPhone XR, iPhone XS Max, iPhone 11, iPhone 11 Pro, iPhone 11 Pro MAX).

All the rest of the devices are supported from the first iOS version they run (iOS 7, iOS 8, iOS 9, etc.) all the way to the latest that is available (currently iOS 13.1.1).

Here's how to use iPwnDFU to put a newer iOS device running iOS 13.1.1 (or any iOS for that matter) in Pwned DFU mode to be able to restore a CFW for CFW iCloud Bypass, Jailbreak or Downgrades.

Follow the steps below on a Mac or on Linux. No Windows tool for now.

1) Download iPwnDFU from here:
https://github.com/axi0mX/ipwndfu
3) Unpack the ZIP file on your Desktop.
4) Open Terminal and run "cd /PathToYourExtractedFile" (change PathToYourExtractedFile to the actual path).
5) Connect your iDevice to the computer using a USB cable.
6) Put the device in DFU Mode. Before iPhone 7, you do it by pressing and holding Power + Home until the screen is off, wait a few seconds, release the POWER button but keep pressing the HOME button for another 10 seconds. the screen should remain black. For iPhone 7 and newer, you need to press and hold POWER + VOLUME DOWN until the screen is off, wait a few seconds, release the POWER button and keep pressing the VOLUME DOWN button for another 10 seconds. The screen should remain black. Do not disconnect the device.
7) In the Terminal, run "./ipwndfu -p". If you get an error, run it again until you get a message telling you the iDevice is now in Pwned DFU mode.
8) The Pwned DFU mode will remain until the phone reboots. You should not see anything on the screen (black screen).

This basically it. You can now DUMP the ScureROM, demote the device to enable JTAG, and soon you'll be able to restore CFWs, do downgrades, etc.

[Image: 1.png]
AFTER THE DEVICE IS IN "PWNED DFU MODE"
CAN I FLASH CFW THROUGH ITUNE ?
PS:-  CPID:t7000.
Reply
#24
How do you press the buttons for Ipad Air 2?
Reply
#25
(09-29-2019, 03:42 PM)sharjeel Wrote: Value Error 'The device has no langid'. Tried on iphone 4s and 5.

same error
Reply
#26
(09-30-2019, 07:17 PM)pscullum Wrote:
(09-29-2019, 03:26 AM)Konskii Wrote: Can I do it in Ubuntu? Or I should use other Linux distribution kit?(I never used Linux)

I thought a ran it on Ubuntu but I keep getting errors and as soon as I squash one error another pops up. I saw on twitter where somebody said it’s working fine on Debian but I can’t confirm. I really think I’ll wait until a dev who knows what they are doing creates a user friendly option to use this.

try elementary os
Reply
#27
(10-03-2019, 02:16 PM)arajuri Wrote:
(09-29-2019, 03:42 PM)sharjeel Wrote: Value Error 'The device has no langid'. Tried on iphone 4s and 5.

same error

Install libusb 
 
Code:
sudo apt-get install libusb-1.0-0-dev
Reply
#28
(10-03-2019, 03:37 PM)sharjeel Wrote:
(10-03-2019, 02:16 PM)arajuri Wrote:
(09-29-2019, 03:42 PM)sharjeel Wrote: Value Error 'The device has no langid'. Tried on iphone 4s and 5.

same error

Install libusb 
 
Code:
sudo apt-get install libusb-1.0-0-dev


I still get the same error. I try with 2 ipads and 2 iphones X and Linux mint OS

This
Code:
mint@mint:~/Desktop/ipwndfu-master$ ./ipwndfu -p
Traceback (most recent call last):
File "./ipwndfu", line 49, in <module>
serial_number = device.serial_number
File "/home/mint/Desktop/ipwndfu-master/usb/core.py", line 830, in serial_number
self._serial_number = util.get_string(self, self.iSerialNumber)
File "/home/mint/Desktop/ipwndfu-master/usb/util.py", line 314, in get_string
raise ValueError("The device has no langid")
ValueError: The device has no langid
Reply
#29
why description not include iphone se
Reply
#30
(09-29-2019, 12:00 AM)Lavamaster Wrote: Is it possible to do this on a Windows PC? If not, then is it possible to do it in Linux?

I used Linux Mint 19.2 "Tina" - Release amd64 on IOS 13.1.2 and the boot rom work perfectly using a windows pc with dual boot to Linux.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)

About Us
    Welcome to the Jailbreak Central Forum! Here you can get the latest iOS Jailbreak News from iDevice Central, ask your jailbreak questions and request help, and find the best iOS modding tools for downgrade, CFW iCloud Bypass, Jailbreak and so on. :-)