SuperdroidFR Posted June 19, 2013 Share Posted June 19, 2013 salut tout le monde, j'aurai besoin d'aide pour dev sous ics car j'ai deux problemes : le 1er la rom ne veut pas ce rooter : voila la parti de l'updater script et j'ai bien le su et busybox de mit dans la rom ui_print(" >>> BusyBox"); symlink("/system/xbin/busybox", "/system/bin/busybox"); run_program("/system/xbin/busybox", "--install", "-s", "/system/xbin"); set_perm(0, 0, 06755, "/system/xbin/su"); symlink("/system/xbin/su", "/system/bin/su"); le 2eme le kernel OC ne s'installe pas mais installe le kernel standard :huh: ui_print(" >>> Flash Boot"); show_progress(0.4, 25); assert(package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "bootimg"), delete("/tmp/boot.img")); ui_print(" "); si quelqu'un a une solution ce serait sympas de m'aider car je bloque juste sur ca .. la rom est fonctionnel en plus bon j'ai résolu les deux problemes :D symlink("/system/xbin/busybox", "/system/bin/busybox"); package_extract_file("installbusybox", "/tmp/installbusybox"); set_perm(0, 0, 0777, "/tmp/installbusybox"); run_program("/tmp/installbusybox"); set_perm(0, 0, 0755, "/system/xbin/tcpdump"); ui_print("...Rooting..."); show_progress(1.000000, 0); set_perm(0, 0, 06755, "/system/bin/su"); symlink("/system/bin/su", "/system/xbin/su"); show_progress(0.200000, 10); show_progress(0.4, 25); ui_print("Flash Boot"); assert(package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "bootimg"), delete("/tmp/boot.img")); show_progress(0.100000, 0); Tout a été dit. Je clos le topic. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.