A
achmed20
Erfahrenes Mitglied
- 31
meh und mir glaubt mal wieder keiner ...
hab vor geraumer zeit schon gesagt das wir eh keinen offenen bootloader brauchen weil man das im prizip auch via nandroidbackups und hnlichem machen könnte.
das ding hier macht nix anderes
es installiert root und führt anschliessend noch "/sdcard/hiapkUpdate/romupdate.sh" aus was wiederum einfach das system ersetzt
hab vor geraumer zeit schon gesagt das wir eh keinen offenen bootloader brauchen weil man das im prizip auch via nandroidbackups und hnlichem machen könnte.
das ding hier macht nix anderes
es installiert root und führt anschliessend noch "/sdcard/hiapkUpdate/romupdate.sh" aus was wiederum einfach das system ersetzt
soweit ich weiss (was nix heissen muss ) hat der recoverymode zugriff auf ALLE ROMteile des handys. der könnte also ohen probleme einfach das ganze system ersetzen.echo 'update app' >> /sdcard/hiapkUpdate/result.log
/system/bin/rm -r /system/app
/system/bin/cp -r /sdcard/hiapkUpdate/system/app /system
echo 'update bin' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -rf /sdcard/hiapkUpdate/system/bin /system
echo 'update etc' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -rf /sdcard/hiapkUpdate/system/etc /system
echo 'update framework' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -rf /sdcard/hiapkUpdate/system/framework /system
echo 'update lib' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -rf /sdcard/hiapkUpdate/system/lib /system
echo 'update xbin' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -rf /sdcard/hiapkUpdate/system/xbin /system
echo 'update system' >> /sdcard/hiapkUpdate/result.log
/system/bin/cp -f /sdcard/hiapkUpdate/system/build.prop /system
/system/bin/rm /data/system/packages.xml
/system/bin/ln -s /system/xbin/busybox /system/xbin/tar
/system/bin/ln -s /system/xbin/busybox /system/xbin/grep
/system/bin/ln -s /system/xbin/busybox /system/xbin/tr
/system/bin/ln -s /system/xbin/busybox /system/xbin/cut
#echo 'install app' >> /sdcard/hiapkUpdate/result.log
#/system/bin/cp -rf /sdcard/hiapkUpdate/data/app /data
echo 'update successed' >> /sdcard/hiapkUpdate/result.log