Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
what's that for ?
Where you guys able to get past the status7? I was able to install, but it seems none of the changes where saved![]()
When i made changes i got status 6 error. which usually means the updater script got changed. More reading read that sometimes something in windows will corrupt a updater-script! SO...If i can figure out what command to use with the boot.img in the updater-script that may fix the problem? I even tried making a tmp folder and putting the boot.img in folder on the phone, then flash the zip and it flash up to the point to where the status 7 error. Unpack the boot img to a boot folder and flashing flashes just SOME of the zip so no dice there either! Its something SO small that im missing!
NotePad++ will not corrupt the script. So if that is the only problem with editing the script, we should be set.
package_extract_dir("system", "/system");
package_extract_file("tools/mount.sh", "/tmp/mount.sh");
set_perm(0, 0, 0755, "/tmp/mount.sh");
run_program("/tmp/mount.sh");
Fried video card? Just happened to fry as you were doing this? Murphy dont like us working on the ZTE warp does he? Murphy of murphy's law that is.Here's what i got... Using just
And manually mounting system, in mounts and storage pushed the filesCode:package_extract_dir("system", "/system");
Usingwith the included tool folder from quiet storm's bootani changer and above code will mount and push filesCode:package_extract_file("tools/mount.sh", "/tmp/mount.sh"); set_perm(0, 0, 0755, "/tmp/mount.sh"); run_program("/tmp/mount.sh");
I used the updatecreator.exe in the [INFO] thread i linked above to create the directories the binary and updater-script, in big endien (second option in script tab) and sign it. it flashed with no error (test files) getting ready to create test.zip fried video card
i broke my monitor, and was trying to use on big screen... Power surge/blew circuit now "searching for video card" or some crapFried video card? Just happened to fry as you were doing this? Murphy dont like us working on the ZTE warp does he? Murphy of murphy's law that is.
I believe its called mmcblk0 without the p isnt it? Its located in dev/block/platform/msm_sdcc.2/anybody know where i can find the location of the boot?
package_extract_file("boot.img", "/dev/block/mmcblk0p??");
from http://androidforums.com/3834755-post211.htmlp12 and p13 (boot.img and recovery.img) can be extracted by removing data BEFORE 1F 8B using hex edit, then by adding .gz, and extract it with winrar. Inside it is one file with the same name, and can be extracted with uniextract (google it). Or you can follow this if you have perl.
p14 (splash.img) can be viewed by adding .png to the back.
p15 can be extracted with ext2explore (google it)
Geez man this is all deja vu. We did all htis in the testers wanted thread. All the info is in that thread.cat /proc/partitions
Should give some info. Do you know how big the recovery partition is supposed to be? Or that ^^^^
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,size=61748k,nr_inodes=15437,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,size=61748k,nr_inodes=15437,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,size=61748k,nr_inodes=15437,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk0p15 /system ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p18 /data ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/block/mmcblk0p7 /persist ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p17 /cache ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
/dev/block/vold/179:33 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:33 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
Processor : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 681.57
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x1
CPU part : 0x00f
CPU revision : 2
Hardware : arthur
Revision : 0000
Serial : 0000000000000000
dev: size erasesize name
major minor #blocks name
179 0 3864576 mmcblk0
179 1 8192 mmcblk0p1
179 2 8192 mmcblk0p2
179 3 8192 mmcblk0p3
179 4 1 mmcblk0p4
179 5 8192 mmcblk0p5
179 6 8192 mmcblk0p6
179 7 8192 mmcblk0p7
179 8 8192 mmcblk0p8
179 9 32768 mmcblk0p9
179 10 32768 mmcblk0p10
179 11 8192 mmcblk0p11
179 12 16384 mmcblk0p12
179 13 16384 mmcblk0p13
179 14 8192 mmcblk0p14
179 15 512000 mmcblk0p15
179 16 8192 mmcblk0p16
179 17 307200 mmcblk0p17
179 18 2840576 mmcblk0p18
179 32 3872256 mmcblk1
179 33 3871232 mmcblk1p1
Try addingProgress! it flashed but its to quick and nothing stick! (probably because of how the updater-script is set up) Does take a while to boot up!
unmount ("system")
Format ("ext4", "emmc", "dev/block/mmcblk0p15")