Archive for December, 2008
iPhone 3G unlocked!
iPhone 3G so koncno uspeli odkleniti, dolgo smo cakali na ta trenutek. Unlock tool bo na voljo za Silvestrovo.

lpm
Leopard 10.5.6 available – iPhone DFU not recognised
Apple je releasnil 10.5.6 update s stevilnimi popravki, na voljo je preko software updatea.
Uporabniki, ki z Leopardom jailbreakajo iPhone naj z updateom se pocakajo, kot kaze 10.5.6 ne prepozna vec iPhonov v DFU modeu! Nisem sprobal ampak kot kaze je res.
Pa se ena malce boljsa novica: klikme.
lpm
Update: Kot kaze naj bi pomagalo nekaj od spodnjega:
1. Replace the following plugin kexts from within IOUSBFamily.kext with the ones from 10.5.5 and then rebuild kextcache (if you don’t understand this, then you shouldn’t attempt it!)
/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext
/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext
2. Use a USB hub in-between the DFU device and the Mac and insert/reinsert the iPhone’s USB cable.
3. Use a PwnageTool created .ipsw on Windows! Oh the irony!
Za tocko 1 pastnite sledece v terminal:
mkdir ~/Desktop/USB_10.5.5
cp -pR /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext ~/Desktop/USB_10.5.5
cp -pR /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext ~/Desktop/USB_10.5.5
Potem naredite upgrade na 10.5.6 in najbolje da si naredite backup se teh fajlov ter rebuildate kextcache:
mkdir ~/Desktop/USB_10.5.6
cp -pR /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBHub.kext ~/Desktop/USB_10.5.6
cp -pR /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBCompositeDriver.kext ~/Desktop/USB_10.5.6
sudo cp -pR ~/Desktop/USB_10.5.5/AppleUSBHub.kext /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/
sudo cp -pR ~/Desktop/USB_10.5.5/IOUSBCompositeDriver.kext /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/
sudo rm -fr /System/Library/extensions.kextcache
sudo kextcache -k /System/Library/Extensions
sudo diskutil repairPermissions /System/Library/