G
Gast7007
Gast
du solltest die zip öffnen. Nicht am phone. wenn die neue Rom (updatescript (metainf ordner)) was updaten will das es nicht gibt !!!!!!!!!
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
ui_print("[COLOR=Red]ROMV4ACM,X[/COLOR]");
ui_print(" [COLOR=Red] Dodge Rom for HUAWEI G700W [/COLOR] ");
ui_print(" [COLOR=Red]XDA 4.4 [/COLOR] ");
ui_print(" [COLOR=Red]@/BBKH1A [/COLOR] ");
ui_print(" [COLOR=Red] [/COLOR] ");
format("ext4", "EMMC", "/dev/block/mmcblk0p8", "0", "/data");
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/data");
package_extract_dir("data", "/data");
set_perm(1000, 1000, 0771, "/data/app");
package_extract_dir("system", "/system");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("toolbox", "/system/bin/cat", "/system/bin/chmod",
usw......
symlink("wlan_mt6628.ko", "/system/lib/modules/wlan.ko");
et_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");
usw...
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");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "bootimg"),
delete("/tmp/boot.img"));
unmount("/system");
unmount("/data");
ui_print("[COLOR=Red]...Update Complate!!..[/COLOR].");
1GORecovery
1ZIPSD/
2Recovery
3ROMROM
4Recovery
.
1, the downloaded ZIP format card brush package copied to the SD card / built-in card root directory;
2, the phone is completely turned off, press the key combination to manually enter Recovery mode;
3, if no special requirements,[COLOR=Red] please according to their individual needs to be double clear [COLOR=Yellow]data[/COLOR] (official ROM and transplant ROM each brush must double clear);[/COLOR]
4, follow the prompts to restore the contents of Chinese Recovery system's brush card, manually restart the phone after completion!
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/[COLOR=Red]syste [/COLOR] "); ????????
format("ext4", "EMMC", "/dev/block/mmcblk0p8", "0", "/data");
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "[COLOR=Red]/system");m");[/COLOR] ????????
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/[COLOR=Red]system[/COLOR]");
mount("ext4", "EMMC", "/dev/block/mmcblk0p8", "/data");
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/[COLOR=Red]system[/COLOR]");
format("ext4", "EMMC", "/dev/block/mmcblk0p8", "0", "/data");