Aller au contenu

[Portage] Acer S510


SuperdroidFR

Recommended Posts

Salut,

 

quelqu'un a t il deja essayé de porter la rom du acer S510 (S1) 4.2.2 [Acer.S510.AV052.RV59RC01.WW.GEN1]

 

pour ma part, édité l'updater script et modifié le kernel/ module/ hw (juste voir si elle boot)

 

  • Erreur status 7
  • Puis installation  ok avec un autre meta inf = reste bloqué sur acer
  • Changement de Cwm / twrp / ctr et meme stock ..
  • Changement dossier firmware aussi
  • édité le build.prop
  • ro.sf.lcd_density=240

rien y fait.. bref quelqu'un peut il regarder aussi..

 

 

Même si je sens que le sujet va bider, merci

 

________________________________________________


j'ai bien supprimé ca pourtant :

 

ui_print("Remove last update te_finish_update.txt...");
delete("/cache/te_finish_update.txt");
assert(getprop("ro.product.name") == "s510_ww_gen1");


ui_print("Touch firmware update start\n");
ui_print("Step 1");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
ui_print("Step 2");
package_extract_dir("TouchFw", "/tmp");
ui_print("Step 3");
set_perm(0, 2000, 0777, "/tmp/gt9xx_module");
ui_print("Step 4");
set_perm(0, 2000, 0777, "/tmp/update.bin");
ui_print("Step 5");
set_perm(0, 2000, 0777, "/tmp/config.cfg");
ui_print("Step 6");
set_perm(0, 2000, 0777, "/tmp/config_ips.cfg");
ui_print("Step 7");
run_program("/tmp/gt9xx_module");
ui_print("Step 8");
ui_print("Step 9 finish");
assert(package_extract_file("lk.bin", "/tmp/uboot.img"),
write_raw_image("/tmp/uboot.img", "uboot"),
delete("/tmp/uboot.img"));
unmount("/system");
ui_print("Extracting update te_finish_update.txt...");
package_extract_file("te_finish/te_finish_update.txt", "/cache/te_finish_update.txt");
set_perm(0, 2000, 0777, "/cache/te_finish_update.txt");

 

+ les fichiers

 

l'original

 

ui_print("Remove last update te_finish_update.txt...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/cache");
delete("/cache/te_finish_update.txt");
assert(getprop("ro.product.name") == "s510_ww_gen1");
show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
package_extract_dir("recovery", "/system");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("aee_aed", "/system/bin/debuggerd");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
"/system/bin/chown", "/system/bin/cmp", "/system/bin/cp",
"/system/bin/date", "/system/bin/dd", "/system/bin/df",
"/system/bin/dmesg", "/system/bin/du", "/system/bin/getevent",
"/system/bin/getprop", "/system/bin/grep", "/system/bin/hd",
"/system/bin/id", "/system/bin/ifconfig", "/system/bin/iftop",
"/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice",
"/system/bin/kill", "/system/bin/ln", "/system/bin/log",
"/system/bin/ls", "/system/bin/lsmod", "/system/bin/lsof",
"/system/bin/md5", "/system/bin/mkdir", "/system/bin/mount",
"/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
"/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
"/system/bin/ps", "/system/bin/reboot", "/system/bin/renice",
"/system/bin/rm", "/system/bin/rmdir", "/system/bin/rmmod",
"/system/bin/route", "/system/bin/schedtop", "/system/bin/sendevent",
"/system/bin/setconsole", "/system/bin/setprop", "/system/bin/sleep",
"/system/bin/smd", "/system/bin/start", "/system/bin/stop",
"/system/bin/sync", "/system/bin/top", "/system/bin/touch",
"/system/bin/umount", "/system/bin/uptime", "/system/bin/vmstat",
"/system/bin/watchprops",
"/system/bin/wipe");
symlink("wlan_mt6628.ko", "/system/lib/modules/wlan.ko");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm(0, 0, 0544, "/system/etc/install-recovery.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(1014, 2000, 0550, "/system/etc/wide-dhcpv6/dhcp6c.script");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
set_perm(0, 0, 0644, "/system/vendor/etc/optionalfilter.xml");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/drm");
set_perm(0, 0, 0644, "/system/vendor/lib/drm/libdrmwvmplugin.so");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/hw");
set_perm(0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6589.so");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/pittpatt");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 0755, "/system/xbin/tcpdump");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
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);
ui_print("Touch firmware update start\n");
ui_print("Step 1");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
ui_print("Step 2");
package_extract_dir("TouchFw", "/tmp");
ui_print("Step 3");
set_perm(0, 2000, 0777, "/tmp/gt9xx_module");
ui_print("Step 4");
set_perm(0, 2000, 0777, "/tmp/update.bin");
ui_print("Step 5");
set_perm(0, 2000, 0777, "/tmp/config.cfg");
ui_print("Step 6");
set_perm(0, 2000, 0777, "/tmp/config_ips.cfg");
ui_print("Step 7");
run_program("/tmp/gt9xx_module");
ui_print("Step 8");
ui_print("Step 9 finish");
assert(package_extract_file("lk.bin", "/tmp/uboot.img"),
write_raw_image("/tmp/uboot.img", "uboot"),
delete("/tmp/uboot.img"));
unmount("/system");
ui_print("Extracting update te_finish_update.txt...");
package_extract_file("te_finish/te_finish_update.txt", "/cache/te_finish_update.txt");
set_perm(0, 2000, 0777, "/cache/te_finish_update.txt");
unmount("/cache");


peut etre cette erreur : set_perm(0, 0, 0544, "/system/etc/install-recovery.sh");


bref moi je lache l'affaire a+

Modifié par SuperDroid
Lien vers le commentaire
Partager sur d’autres sites

Salut,

 

Vache l'avait fait il y a un moment (mais pas publié) ça tournait très bien en utilisant le kernel du E2.

 

Edit:

Lien vers le portage fonctionnel avec l'accord de Vache. Il ne se souvient plus trop de ce qu'il avait fait pour que ca boot par contre :P

Modifié par paugustin
Lien vers le commentaire
Partager sur d’autres sites

le build.prop et le meta inf sont complétement différent


bon bah elle va devenir ma rom de base, je vais la bidouiller pour mettre l'interface au gout du jour, plus les fichiers 032 etc

 

elle a meme les float apps comme la AIUM mais sans cette surcouche AcerUI

 

edit : elle est pas mal mais il y a des petits problèmes a regler, comme un seul HP fonctionne..

 

Je vais essayé de la faire au complet aujourd'hui

Modifié par SuperDroid
Lien vers le commentaire
Partager sur d’autres sites

Salut,

 

Cette ROM était plus un POC que vouée à être partagée, donc effectivement il doit y avoir divers soucis plus ou moins gênant.

Je me souviens aussi des boutons tactiles qui n'étaient pas correctement mappés.

Lien vers le commentaire
Partager sur d’autres sites

salut,

 

merci pour la rom :)

 

le son etc c'est facile a faire c'est rien.

 

Pour les boutons : retour = retour / home = home / les trois trait = multitache simple appuis et appuis long les float apps

 

sinon elle est vraiment pas mal comparé a celle de base du e2


au pire les touches c'est bien system/usr/keylayout/generic.kl ? si c'est lui je verrais alors

 

edit :c'etait bien un probleme de kernel alors, je viens d'essayer le 3.4.5 (032) et le 3.4.59 et ca boot pas.. idem si je met les hw et modules


7fb79df099c3568ac394c9bb79da5120.jpg

Celui de base present dans la rom Modifié par SuperDroid
Lien vers le commentaire
Partager sur d’autres sites

j'ai plusieurs problemes

 

  • La rom n'a pas de dts
  • envoyer/recevoir mms faut le 3G + itinérance (free)
  • Le reseau 2e sim part pas meme avec GB..
  • etc

Je dl la dernière rom du S1 et j’essaie de mettre a jour celle ci

Lien vers le commentaire
Partager sur d’autres sites

 

salut,

 

merci pour la rom :)

 

le son etc c'est facile a faire c'est rien.

 

Pour les boutons : retour = retour / home = home / les trois trait = multitache simple appuis et appuis long les float apps

 

sinon elle est vraiment pas mal comparé a celle de base du e2

au pire les touches c'est bien system/usr/keylayout/generic.kl ? si c'est lui je verrais alors

 

edit :c'etait bien un probleme de kernel alors, je viens d'essayer le 3.4.5 (032) et le 3.4.59 et ca boot pas.. idem si je met les hw et modules

7fb79df099c3568ac394c9bb79da5120.jpg

Celui de base present dans la rom

 

 

Il faut surement garder le ramdisk du S1

Faut que tu repack tes boot avec les kernel que tu veux tester

Lien vers le commentaire
Partager sur d’autres sites

  • 2 weeks later...

salut,

 

j'ai un petit probleme avec ce portage..

 

J'ai re Dl la derniere version du site Acer.. la je la Deodex + zipalign etc..

 

mais j'avais fait un test de la rom brut et j'avais un problème d'updater script [erreur 7 symlink je crois] , quelqu'un peut m'aider ?

 

  • Rouge : ce que j'ai supprimé
  • Vert : ce que j'ai changé 

 

ui_print("Remove last update te_finish_update.txt...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p4", "/cache"); (lui aussi j'ai essayé de le supp)
delete("/cache/te_finish_update.txt");
assert(getprop("ro.product.name") == "s510_ww_gen1");
show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");
package_extract_dir("recovery", "/system");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("aee_aed", "/system/bin/debuggerd");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
        "/system/bin/chown", "/system/bin/cmp", "/system/bin/cp",
        "/system/bin/date", "/system/bin/dd", "/system/bin/df",
        "/system/bin/dmesg", "/system/bin/du", "/system/bin/getevent",
        "/system/bin/getprop", "/system/bin/grep", "/system/bin/hd",
        "/system/bin/id", "/system/bin/ifconfig", "/system/bin/iftop",
        "/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice",
        "/system/bin/kill", "/system/bin/ln", "/system/bin/log",
        "/system/bin/ls", "/system/bin/lsmod", "/system/bin/lsof",
        "/system/bin/md5", "/system/bin/mkdir", "/system/bin/mount",
        "/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
        "/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
        "/system/bin/ps", "/system/bin/reboot", "/system/bin/renice",
        "/system/bin/rm", "/system/bin/rmdir", "/system/bin/rmmod",
        "/system/bin/route", "/system/bin/schedtop", "/system/bin/sendevent",
        "/system/bin/setconsole", "/system/bin/setprop", "/system/bin/sleep",
        "/system/bin/smd", "/system/bin/start", "/system/bin/stop",
        "/system/bin/sync", "/system/bin/top", "/system/bin/touch",
        "/system/bin/umount", "/system/bin/uptime", "/system/bin/vmstat",
        "/system/bin/watchprops",
        "/system/bin/wipe");
symlink("wlan_mt6628.ko", "/system/lib/modules/wlan_mt6628.ko"); (meme en laissant wlan.ko)
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm(0, 0, 0544, "/system/etc/install-recovery.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(1014, 2000, 0550, "/system/etc/wide-dhcpv6/dhcp6c.script");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
set_perm(0, 0, 0644, "/system/vendor/etc/optionalfilter.xml");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/drm");
set_perm(0, 0, 0644, "/system/vendor/lib/drm/libdrmwvmplugin.so");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/hw");
set_perm(0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6589.so");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/pittpatt");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 0755, "/system/xbin/tcpdump");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
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);
ui_print("Touch firmware update start\n");
ui_print("Step 1");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
ui_print("Step 2");
package_extract_dir("TouchFw", "/tmp");
ui_print("Step 3");
set_perm(0, 2000, 0777, "/tmp/gt9xx_module");
ui_print("Step 4");
set_perm(0, 2000, 0777, "/tmp/update.bin");
ui_print("Step 5");
set_perm(0, 2000, 0777, "/tmp/config.cfg");
ui_print("Step 6");
set_perm(0, 2000, 0777, "/tmp/config_ips.cfg");
ui_print("Step 7");
run_program("/tmp/gt9xx_module");
ui_print("Step 8");
ui_print("Step 9 finish");
assert(package_extract_file("lk.bin", "/tmp/uboot.img"),
       write_raw_image("/tmp/uboot.img", "uboot"),
       delete("/tmp/uboot.img"));
unmount("/system");
ui_print("Extracting update te_finish_update.txt...");
package_extract_file("te_finish/te_finish_update.txt", "/cache/te_finish_update.txt");
set_perm(0, 2000, 0777, "/cache/te_finish_update.txt");
unmount("/cache");
 

 

 

Apres ce qui est du boot (kernel) je verrais apres, il faut juste que l'updater passe avant 

 

merci

 

___________________________________________________________________________

 

voila le nouveau updater.. je vais essayer ..

 

show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/system");;
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("aee_aed", "/system/bin/debuggerd");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
        "/system/bin/chown", "/system/bin/cmp", "/system/bin/cp",
        "/system/bin/date", "/system/bin/dd", "/system/bin/df",
        "/system/bin/dmesg", "/system/bin/du", "/system/bin/getevent",
        "/system/bin/getprop", "/system/bin/grep", "/system/bin/hd",
        "/system/bin/id", "/system/bin/ifconfig", "/system/bin/iftop",
        "/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice",
        "/system/bin/kill", "/system/bin/ln", "/system/bin/log",
        "/system/bin/ls", "/system/bin/lsmod", "/system/bin/lsof",
        "/system/bin/md5", "/system/bin/mkdir", "/system/bin/mount",
        "/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
        "/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
        "/system/bin/ps", "/system/bin/reboot", "/system/bin/renice",
        "/system/bin/rm", "/system/bin/rmdir", "/system/bin/rmmod",
        "/system/bin/route", "/system/bin/schedtop", "/system/bin/sendevent",
        "/system/bin/setconsole", "/system/bin/setprop", "/system/bin/sleep",
        "/system/bin/smd", "/system/bin/start", "/system/bin/stop",
        "/system/bin/sync", "/system/bin/top", "/system/bin/touch",
        "/system/bin/umount", "/system/bin/uptime", "/system/bin/vmstat",
        "/system/bin/watchprops",
        "/system/bin/wipe");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(1014, 2000, 0550, "/system/etc/wide-dhcpv6/dhcp6c.script");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/drm");
set_perm(0, 0, 0644, "/system/vendor/lib/drm/libdrmwvmplugin.so");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/hw");
set_perm(0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6589.so");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/pittpatt");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/left_eye-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/nose_base-y0-yi45-p0-pi45-r0-ri20.lg_32/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.7/right_eye-y0-yi45-p0-pi45-r0-ri20.lg_32-2/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-r0-ri30.4a-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rn30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.6/head-y0-yi45-p0-pi45-rp30-ri30.5-v24/full_model.bin");
set_perm(0, 0, 0644, "/system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
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);
unmount("/system");

 

installation  ok

Logo acer avec led rouge ok

adb devices  ok détecté 

 

donc j'attends pour voir 


Bon la rom fonctionne c'est good  :lol:


le system me propose une maj de 220Mo .. je vais donc voir ...

Modifié par SuperDroid
Lien vers le commentaire
Partager sur d’autres sites

  • lockscreen = impossible de rallumer l'ecran pour deverouiller
  • Pas de signal gps, comme ci que le tel ne faisait pas gps
  • Luminosité = bug impossible a regler 
  • etc

c'est compliqué de plus le kernel il y a que celui de vache qui boot 

Lien vers le commentaire
Partager sur d’autres sites

  • 2 weeks later...
×
×
  • Créer...