javitu / iphone-elite

Automatically exported from code.google.com/p/iphone-elite
GNU General Public License v2.0
0 stars 0 forks source link

zibri.dat put new commands in iPhone #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i don't know if i am posting in the right place, if it is not the case 
please warn me by a link to the good place thank you.

i want to know how is the iPhone react to this code of your ziphone.cpp, 
is because of the zibri.dat file right ???

if (bl39) {
sendCommandToDevice(rdev, CFStringCreateWithCString
(kCFAllocatorDefault, "setenv bl39 1", kCFStringEncodingUTF8));
}

if (unlock) {
sendCommandToDevice(rdev, CFStringCreateWithCString
(kCFAllocatorDefault, "setenv unlock 1", kCFStringEncodingUTF8));
}

if (jailbreak) {
sendCommandToDevice(rdev, CFStringCreateWithCString
(kCFAllocatorDefault, "setenv jailbreak 1", kCFStringEncodingUTF8));
}

if (activate) {
sendCommandToDevice(rdev, CFStringCreateWithCString
(kCFAllocatorDefault, "setenv activate 1", kCFStringEncodingUTF8));
}

if (ierase) {
sendCommandToDevice(rdev, CFStringCreateWithCString
(kCFAllocatorDefault, "setenv ierase 1", kCFStringEncodingUTF8));
}

Original issue reported on code.google.com by APG...@gmail.com on 7 Mar 2008 at 7:51

GoogleCodeExporter commented 9 years ago
This will just take you back to the web site to buy the product again...

Original comment by YACIN1...@gmail.com on 29 May 2011 at 5:21