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
Original issue reported on code.google.com by
APG...@gmail.com
on 7 Mar 2008 at 7:51