Aller au contenu

besoin d'aide pour dev ics


Recommended Posts

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.

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...