netkas escribió:also, iphoneos 3.0 has own version of libs like libxml2, libxslt, and if u install those libs from repo you will have to restore, but many apps depends on those libs, what to do ?
for libxml2 - dload deb pkg, copy it to iphone into /var/root folder , ssh into iphone and do this commands
cd /usr/lib/
cp libxml2.2.dylib libxml2.2.dylib_old
dpkg -i /var/root/libxml2_2.6.32-5_iphoneos-arm.deb
rm libxml2.2.dylib
cp libxml2.2.dylib_old libxml2.2.dylib
rm libxml2.dylib
ln -s libxml2.2.dylib libxml2.dylib
cydia bans such pkgs like libxml2 to appear on list, but apps still depends on it and dont want to install
after running those commands, you can install appbackup from cydia
Warning, icy 1.4.1 doesnt ban those pkg and can install them, killing iphoneos this way.
This time jailbreak came very dirty, installing any app from repo can kill OS.