Lam Sao De Jailbreak Ios 8.1.2 / Top 8 # Xem Nhiều Nhất & Mới Nhất 5/2023 # Top View | Globaltraining.edu.vn

How To Jailbreak Ios 8.3, 8.2, 8.1.3 With Taig V2

How To Jailbreak iOS 8.3, 8.2, 8.1.3 With TaiG v2 [Tutorial]

Here’s a step by step tutorial on how to jailbreak iOS 8.3, 8.2 and 8.1.3 using TaiG v2 on supported iPhone, iPad and iPod touch.

Now that the Chinese TaiG jailbreak team has released a Windows compatible tool capable of providing an untethered jailbreak for all devices running iOS 8.1.3, iOS 8.2 and iOS 8.3, it’s time to get down and dirty with the process. Users have been waiting ever so patiently for this tool to be released, more so considering the supported versions of iOS within this tool have previously been publicly unjailbreakable. Still, it’s clear that where there’s a will there is always a way, and thanks to TaiG all Windows users have a way of getting that beautifully liberated device back on the latest firmware.

The jailbreak is untethered and currently available for Windows only.

Make a full backup of your data with either iTunes or to iCloud before going ahead with jailbreak.

Fresh restore to iOS 8.3 is recommended: Download iOS 8.3 Final For iPhone And iPad [Direct Links]

Supported firmware: iOS 8.3, iOS 8.2 and iOS 8.1.3.

Supported devices: iPhone 6 Plus, 6, 5s, 5, 4s, iPad Air 2/1, iPad mini 3/2/1, iPad 4/3/2 and iPod touch 5

How to jailbreak:

Step 1: Grab the latest TaiG Jailbreak version from here: Download TaiG 2.1.2 For iOS 8.3 Jailbreak With Support For Cydia Substrate. (Update: v2.1.3 is available now, download that instead from here.)

Step 4: If the Apple device can’t be discovered by the jailbreak tool, it will present a window that clearly shows ” Can’t find Apple device “. However, if everything is detected correctly a different window will be presented showing the details pertaining to the device and the DEBs that will be installed.

Subscribe to our YouTube channel for more videos.

If you run into any issues like Error 1101, 1102 or getting stuck at 20% or so, follow our full TaiG iOS 8.3 jailbreak troubleshooting guide here: Fix TaiG iOS 8.3 Jailbreak Stuck At 20% Error 1101, 1102, 1103 And More [Troubleshooting Guide].

As you can see, the team has done a wonderful job of making things as easy as possible to ensure that all levels of users can get through the process relatively unscathed.

Let us know how it goes for you.

Update: Mac user? Follow the instructions here on how to jailbreak with TaiG on Mac OS X: Jailbreak iOS 8.3 On Mac OS X With TaiG, Here’s How [Video].

You may also like to check out:

You can follow us on Twitter, add us to your circle on Google+ or like our Facebook page to keep yourself updated on all the latest from Microsoft, Google, Apple and the web.

Related Stories

Like this post on Facebook

How To Jailbreak Ios 8.2 In 2022

Last week I’ve tried to figure out how cheap Chinese AV to Wi-Fi signal converter (903W) works to be able to capture streamed video in my own application. For this purpose I needed access to jailbroken iOS device to run such tools as cycript and to have ability to dump decrypted iOS application binaries with dumpdecrypted.

In most cases jailbreaking modern iOS devices is a trivial process except devices that were updated to the latest iOS version. In my specific case I had my old iPhone 5 with iOS 8.2 available for experiments, but, unfortunately, it wasn’t possible to update this device to anything but iOS 10.2.x. Jailbreak for iOS 10.2.x on iPhone 5 wasn’t available as of January 2017, so I decided to move on with already installed iOS 8.2 and try to jailbreak two-year-old OS with TaiG tool.

First of all, it should be noted that success of whole process depends on right combination of installed iTunes (Apple Mobile Device Support package on Windows) and jailbreak tool version, which, in turn, supports your iOS version. To be honest, I don’t feel myself comfortable running applications created by Chinese hackers on my work machine, that’s why I completed all steps below on my old HP XW6600 with installed Windows 7 on it. I didn’t consider virtual machine usage due to reported issues of TaiG Jailbreak Tool running on VM.

There are two jailbreak options available for iOS 8.x series from TaiG and Pangu, but only TaiG supports iOS 8.2 and available in both Windows and OS X versions. Last version of TaiG Jailbreak Tool for iOS 8.x is v2.4.5, but alas, it doesn’t work with iOS 8.2, installed on my iPhone 5. I’ve tried to run it with different iTunes versions, but had no luck. So I decided to rollback to v2.4.3 in conjunction with iTunes v12.1.2.27. Looking ahead I can say that this combination was successful and I was able to jailbreak my iPhone 5 with it.

TaiG Jailbreak Tool prevents you from running previous versions of application by checking the version of launched application with the last one available on TaiG homepage. This check is obligatory and blocking. Also it won’t allow you to run the tool when TaiG Update Check service is unavailable what happens sometimes.

So what can we undertake here? There are a lot of tools that allow us to view what requests are sent from our computer and what responses it receives. They are called packet sniffers or analyzers. Even the simplest one will cover our needs as we need to determine only URL of the Update Check request.

With help of HTTPNetworkSniffer we can figure out that TaiG Jailbreak Tool sends request to i_get_taig_pc_config.php with data GET parameter, probably, the current version signature:

http://f_bb.taig.com/Interface/i_get_taig_pc_config.php?data=sU40nFL43ykkDN0HS445RDwWUi%43RPgyKpSJ21HdsDDCRyNarODu%2FHGXEE5Wxf%2FJPYlzztfTSYkw940%0D%0AdcsVU20AXAF0WQD92%2Ff9yI324FCMGEvE%3D

Now, when we know this detail, we can emulate work of Update Check logic on our local server and point TaiG Jailbreak Tool to it.

But first we need to get successful Update Check request response structure. To get it we can run the latest TaiG Jailbreak Tool v2.4.5 and capture Update Check request URL with HTTPNetworkSniffer. Putting this URL into any browser will reveal JSON response structure that application gets in case of successfully passed check:

That’s all we need to emulate Update Check service. We can skip data GET parameter analysis as our Update Check service will respond with success for all application versions.

Let’s use simple web server Mongoose to host plain text file as i_get_taig_pc_config.php. Re-create next folder structure and put successful JSON response, mentioned above, into i_get_taig_pc_config.php.

Run Mongoose with following command-line arguments:

Final step – append Windows hosts file ( C:WindowsSystem32driversetchosts) with new line to point TaiG Jailbreak Tool to our masqueraded service instead of genuine one:

Now we are ready to launch any version of TaiG Jailbreak Tool or reload already launched application by pressing Try Again button.

After approximately 15 minutes and several iPhone reboots you will get access to unrestricted iOS environment perfect for debugging and reverse engineering.

Speaking of APIs for updates check and beyond, use of secure HTTP instead of plain together with SSL pinning can make this type of attack more difficult or indeed impossible.

How To Jailbreak Ios 8.4.1 On 32

EtasonJB is a new jailbreak for iOS 8.4.1 that works with 32-bit devices. It’s an untethered jailbreak that has been developed by @tihmstar, the same hacker who created the Phoenix jailbreak for iOS 9.3.5.

Unlike the new jailbreaks that we’ve seen recently, EtasonJB is an untethered jailbreak rather than semi-untethered. What this means is that your device will remain jailbroken even after it restarts, unlike semi-untethered jailbreaks which require you to re-jailbreak every time your device restarts.

Installing the EtasonJB jailbreak onto your device is quite simple. You have to use Cydia Impactor to sideload the app onto your device, then run the jailbreak app to begin the jailbreak process. If you’re new to this whole thing or don’t have an idea how to sideload apps, then this tutorial will show you how to do it. Follow the steps below to find out how to jailbreak iOS 8.4.1 on 32-bit devices using EtasonJB.

Before we begin, make sure that you read the following important points:

This jailbreak supports 32-bit devices only, which include:

64-bit devices are not supported by this jailbreak. It only works with 32-bit devices.

You can perform the jailbreak using Mac, Windows, or Linux.

This is an untethered jailbreak which means that your device will remain jailbroken even if it restarts.

Before jailbreaking, please take a complete backup of your iOS device using iTunes or iCloud.

How to Jailbreak iOS 8.4.1 using EtasonJB Jailbreak on 32-bit Devices

Step 1: On your computer, download the EtasonJB IPA file from here, as well as Cydia Impactor.

Step 2: Connect your iPhone, iPad, or iPod touch to your computer, then open Cydia Impactor.

Step 3: Drag and drop the EtasonJB IPA file onto Cydia Impactor, as shown below.

Step 4: You’ll be prompted to enter your Apple ID and password. This information is only sent to Apple to sign the IPA file.

Step 6: Open the profile labeled with your Apple ID. Then press the Trust button.

Step 7: Now go back to the Home screen and open the Etason JB app.

Step 8: To begin the jailbreak, press the Etason JB button.

The jailbreak process will now begin. Do not touch your device until the jailbreak completes successfully. Once it’s done, your device will reboot and the Cydia icon should appear on your Home screen. If the jailbreak fails, then keep on retrying until it works.

Now that you have jailbroken your iOS 8.4.1 device, go ahead and open Cydia to installyour favorite jailbreak tweaks. Cydia will take some time to perform the initial setup when you launch it for the first time. After it’s done, you can start using it, but keep in mind that you should only install the compatible tweaks to avoid running into issues.

Hướng Dãn Tải Taig Và Cách Jailbreak Ios 8.1.3, 8.2, 8.3 Mới Nhất

Thế là Jailbreak iOS 8.1.3, 8.2, 8.3 đã chính thức ra mắt, đáp lại sự kỳ vọng của nhiều người dùng iOS. Chỉ cách đây vài tiếng, TaiG đã chính thức cho ra mắt bản Jailbreak iOS 8.1.3 đến 8.3, nghĩa là bạn có thể sử dụng phần mềm này để jailbreak tất cả các thiết bị nào tương thích, bao gồm cả iPhone, iPod và iPad. Và bài viết sau đây sẽ hướng dẫn các bạn cách jailbreak iOS 8.1.3, 8.2, 8.3 với TaiG Windows.

Tải TaiG cho Windows và cách Jailbreak iOS 8.1.3, 8.2, 8.3

Bài viết được cập nhật 23/06/2015.

Quá trình chời đợi bản Jailbreak mới nhất!

Ý đồ của Apple khi tung ra bản cập nhật iOS 8.2 và hiện nay là iOS 8.3

Trước đây, cộng đồng iFan đều rất hào hứng mỗi khi Apple tung ra bản cập nhật mới nhất, vì ngay sau đó, chắc chắn 1 nhóm hacker Trung Quốc sẽ tiến hành thực hiện phá mã, tận dụng khe hỡ trong bản cập nhật để Jailbreak và chia sẽ cho cộng đồng mạng. Lúc đó các bạn chỉ việc tìm kiếm hướng dẫn cách Jailbreak rồi tiến hành làm theo, nhanh gọn và tiện lợi.

Thời gian trôi qua,khoảng hơn 2 tháng, tới nay bản cập nhật mới nhất là 8.1.2, 8.1.3 (beta và chính thức), 8.2 mới nhất là 8.3(Có thể iOS 8.3 sẽ JB được??) đã thực sự dập tan những ý muốn can thiệp vào khe khở của Apple. Lí do những nhà lập trình của Apple đã phát hiện một số lỗi nhỏ, bị các hacker tận dụng triệt để, từ đó đề ra cách khắc phục, có thể bản iOS 8.1.3 beta chỉ là 1 bản thử nghiệm, không phải để test cập nhật, mà là để test chính xác có phải do lỗ hổng mà họ phát hiện gây ra lỗi Jailbreak được hay không?

DEV của Apple phát hiện ra sự việc đã lên tiếng cảnh báo và khẳng định thông tin này với iFan rằng với những người nào sử dụng iOS mà thích Jailbreak vọc vạch thì đừng bao giờ vội cập nhật lên iOs 8.1.3, bởi vì chưa biết chính xác tới khi nào mới có thể phát hiện thêm lỗ hổng nào đó nữa của Apple.

Bản iOS 8.1.3 cũng như bản 8.2 đều là những bản được Apple fix lỗi, tạo ra lớp vỏ bọc cho chính các lỗi đó, khiến những lập trình viên phá khóa chưa thể hack đươc, có thể nói đây là những bản Unjailbreak, “tạm” chấm dứt thời kì Jailbreak.

Đánh bay thời kì tự do Jailbreak của cộng đồng iFan và anh em hacker.

Apple từ khi hệ điều hành iOS bị Jailbreak, từng ngày từng ngày đều tìm lỗi và tìm cách vá lỗi, qua các phiên bản trước thì nay Apple đã thành công, chặn đứng được nguyên nhân, lỗ hổng .

Nếu Jailbreaker không thể vượt qua bức tường iOS 8.1.3 thì đây chính là chặn đường cuối cùng của thời kì Jailbreak iOS, và iOS 8.2, tương lai có thể là iOS 8.3 sẽ là 1 phiên bản tuyệt vời dành cho các sản phẩm của Apple, đồng thời được tích hợp kết nối với Apple Watch.

Đó là theo nhận xét của Apple, dĩ nhiên sản phẩm của mình thì mình sẽ không muốn bất kì ai có thể phá khóa được, tuy nhiên đối với những người dùng iOS sẽ rất đáng thất vọng, vì không thể vọc vạch quá nhiều, và họ chỉ có thể những công cụ như Pangu, TaiG tìm ra được lỗi, lỗ hổng của phiên bản 8.1.3 mà thôi, từ đó iOS 8.2 cũng sẽ được phá khóa.

Thêm một thông tin đáng buồn dành cho các bạn sử dụng iOS rằng nếu đã lỡ cập nhật lên iOS cao hơn thì chỉ có thể hạ phiên bản xuống 1 mức gần nhất, nghĩa là nếu đã lên iOS 8.2 thì chỉ có thể xuống iOS8.1.3 hoặc iOs 8.1.3 beta, còn iOS 8.1.3 Unjailbreak chỉ hạ được xuống 8.1.2. Sở dĩ được nói là tin đáng buồn vì sau khi ra mắt ngày 9.3, 2 tuần sau đó, tức là chỉ vài ngày nữa Apple sẽ không cho các bạn hạ cấp iOS của mình nữa.

Điều đó đồng nghĩa với việc, nếu iOS của bạn ở 8.1.2 thì yên vui mà “hưởng thụ”, nhưng không phải bản mới, còn nếu bạn nằm ở 8.1.3 hoặc 8.2 thì chỉ có nước “nằm chờ chết”, đó là lí do nếu bạn đang ở phiên bản Unjailbreak (8.1.2, 8.1.3) thì nên hạ cấp trước khi muộn.

Giải pháp thật sự cần thiết bây giờ là đưa máy về phiên bản cũ, và chờ đợi.