[Q] Partition Not Recognised - Android

Greetings
I have using Android Kitchen 0.179 with the Vodafone 858 Smart (Huawei u8160)
I downloaded the stock vodafone rom and imported it into the kitchen. When I check update-script for errors, I am getting the following error
8/108: format userdata2
>> WARNING: Partition not recognized
I have searched using the search tool across the entire forum (and google) but all i seem to be doing is getting up results for SD card partition problems.
Here is my entire update script
Code:
update-script has 108 lines
1/108: show_progress 0.1 0
2/108: format DATA:
3/108: delete DATA:local
4/108: delete DATA:app
5/108: copy_dir PACKAGE:data DATA:
6/108: set_perm 2000 2000 0771 DATA:local
7/108: set_perm_recursive 1000 1000 0771 0644 DATA:app
8/108: format userdata2
>> WARNING: Partition not recognized
9/108: format CACHE:
10/108: format persist
>> WARNING: Partition not recognized
11/108: show_progress 0.1 10
12/108: show_progress 0.2 0
13/108: format BOOT:
14/108: write_raw_image PACKAGE:boot.img BOOT:
15/108: show_progress 0.2 10
16/108: show_progress 0.3 0
17/108: format recovery
>> WARNING: Partition not recognized
18/108: package_extract_file PACKAGE:recovery.img TMP:recovery.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
19/108: write_raw_image TMP:recovery.img recovery
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
20/108: delete TMP:recovery.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
21/108: show_progress 0.3 10
22/108: show_progress 0.4 0
23/108: format splash
>> WARNING: Partition not recognized
24/108: package_extract_file PACKAGE:splash.img TMP:splash.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
25/108: write_raw_image TMP:splash.img splash
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
26/108: delete TMP:splash.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
27/108: show_progress 0.4 10
28/108: show_progress 0.5 0
29/108: format SYSTEM:
30/108: copy_dir PACKAGE:system SYSTEM:
31/108: show_progress 0.5 10
32/108: show_progress 0.6 0
33/108: format cust
>> WARNING: Partition not recognized
34/108: copy_dir PACKAGE:cust /cust
35/108: show_progress 0.6 10
36/108: show_progress 0.7 0
37/108: symlink toolbox SYSTEM:bin/cat
38/108: symlink toolbox SYSTEM:bin/chmod
39/108: symlink toolbox SYSTEM:bin/chown
40/108: symlink toolbox SYSTEM:bin/cmp
41/108: symlink toolbox SYSTEM:bin/date
42/108: symlink toolbox SYSTEM:bin/dd
43/108: symlink toolbox SYSTEM:bin/df
44/108: symlink toolbox SYSTEM:bin/dmesg
45/108: symlink toolbox SYSTEM:bin/getevent
46/108: symlink toolbox SYSTEM:bin/getprop
47/108: symlink toolbox SYSTEM:bin/hd
48/108: symlink toolbox SYSTEM:bin/id
49/108: symlink toolbox SYSTEM:bin/ifconfig
50/108: symlink toolbox SYSTEM:bin/iftop
51/108: symlink toolbox SYSTEM:bin/insmod
52/108: symlink toolbox SYSTEM:bin/ioctl
53/108: symlink toolbox SYSTEM:bin/ionice
54/108: symlink toolbox SYSTEM:bin/kill
55/108: symlink toolbox SYSTEM:bin/ln
56/108: symlink toolbox SYSTEM:bin/log
57/108: symlink toolbox SYSTEM:bin/ls
58/108: symlink toolbox SYSTEM:bin/lsmod
59/108: symlink toolbox SYSTEM:bin/mkdir
60/108: symlink toolbox SYSTEM:bin/mount
61/108: symlink toolbox SYSTEM:bin/netstat
62/108: symlink toolbox SYSTEM:bin/newfs_msdos
63/108: symlink toolbox SYSTEM:bin/notify
64/108: symlink toolbox SYSTEM:bin/printenv
65/108: symlink toolbox SYSTEM:bin/ps
66/108: symlink toolbox SYSTEM:bin/reboot
67/108: symlink toolbox SYSTEM:bin/renice
68/108: symlink toolbox SYSTEM:bin/rm
69/108: symlink toolbox SYSTEM:bin/rmdir
70/108: symlink toolbox SYSTEM:bin/rmmod
71/108: symlink toolbox SYSTEM:bin/route
72/108: symlink toolbox SYSTEM:bin/schedtop
73/108: symlink toolbox SYSTEM:bin/sendevent
74/108: symlink toolbox SYSTEM:bin/setconsole
75/108: symlink toolbox SYSTEM:bin/setprop
76/108: symlink toolbox SYSTEM:bin/sleep
77/108: symlink toolbox SYSTEM:bin/smd
78/108: symlink toolbox SYSTEM:bin/start
79/108: symlink toolbox SYSTEM:bin/stop
80/108: symlink toolbox SYSTEM:bin/sync
81/108: symlink toolbox SYSTEM:bin/top
82/108: symlink toolbox SYSTEM:bin/umount
83/108: symlink toolbox SYSTEM:bin/vmstat
84/108: symlink toolbox SYSTEM:bin/watchprops
85/108: symlink toolbox SYSTEM:bin/wipe
86/108: show_progress 0.7 10
87/108: show_progress 0.8 0
88/108: set_perm_recursive 0 0 0755 0644 SYSTEM:
89/108: set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
90/108: set_perm 0 2000 06750 SYSTEM:bin/run-as
91/108: set_perm 0 3003 02750 SYSTEM:bin/netcfg
92/108: set_perm 0 3004 02750 SYSTEM:bin/ping
93/108: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
94/108: set_perm 0 1000 0755 SYSTEM:xbin/busybox
95/108: symlink /system/xbin/busybox SYSTEM:bin/busybox
96/108: run_program PACKAGE:installbusybox
97/108: set_perm 1002 1002 0440 SYSTEM:etc/dbus.conf
98/108: set_perm 1014 2000 0550 SYSTEM:etc/dhcpcd/dhcpcd-run-hooks
99/108: set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
100/108: set_perm 0 0 06755 SYSTEM:bin/su
101/108: symlink /system/bin/su SYSTEM:xbin/su
102/108: set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
103/108: set_perm 1002 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
104/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/audio.conf
105/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/input.conf
106/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/main.conf
107/108: set_perm_recursive 0 0 0755 0644 /cust
108/108: show_progress 0.8 10

sfuk said:
Greetings
I have using Android Kitchen 0.179 with the Vodafone 858 Smart (Huawei u8160)
I downloaded the stock vodafone rom and imported it into the kitchen. When I check update-script for errors, I am getting the following error
8/108: format userdata2
>> WARNING: Partition not recognized
I have searched using the search tool across the entire forum (and google) but all i seem to be doing is getting up results for SD card partition problems.
Here is my entire update script
Code:
update-script has 108 lines
1/108: show_progress 0.1 0
2/108: format DATA:
3/108: delete DATA:local
4/108: delete DATA:app
5/108: copy_dir PACKAGE:data DATA:
6/108: set_perm 2000 2000 0771 DATA:local
7/108: set_perm_recursive 1000 1000 0771 0644 DATA:app
8/108: format userdata2
>> WARNING: Partition not recognized
9/108: format CACHE:
10/108: format persist
>> WARNING: Partition not recognized
11/108: show_progress 0.1 10
12/108: show_progress 0.2 0
13/108: format BOOT:
14/108: write_raw_image PACKAGE:boot.img BOOT:
15/108: show_progress 0.2 10
16/108: show_progress 0.3 0
17/108: format recovery
>> WARNING: Partition not recognized
18/108: package_extract_file PACKAGE:recovery.img TMP:recovery.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
19/108: write_raw_image TMP:recovery.img recovery
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
20/108: delete TMP:recovery.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
21/108: show_progress 0.3 10
22/108: show_progress 0.4 0
23/108: format splash
>> WARNING: Partition not recognized
24/108: package_extract_file PACKAGE:splash.img TMP:splash.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
25/108: write_raw_image TMP:splash.img splash
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
26/108: delete TMP:splash.img
>> WARNING: TMP partition is not supported in update-script. You must
>> convert this update-script to an updater-script.
27/108: show_progress 0.4 10
28/108: show_progress 0.5 0
29/108: format SYSTEM:
30/108: copy_dir PACKAGE:system SYSTEM:
31/108: show_progress 0.5 10
32/108: show_progress 0.6 0
33/108: format cust
>> WARNING: Partition not recognized
34/108: copy_dir PACKAGE:cust /cust
35/108: show_progress 0.6 10
36/108: show_progress 0.7 0
37/108: symlink toolbox SYSTEM:bin/cat
38/108: symlink toolbox SYSTEM:bin/chmod
39/108: symlink toolbox SYSTEM:bin/chown
40/108: symlink toolbox SYSTEM:bin/cmp
41/108: symlink toolbox SYSTEM:bin/date
42/108: symlink toolbox SYSTEM:bin/dd
43/108: symlink toolbox SYSTEM:bin/df
44/108: symlink toolbox SYSTEM:bin/dmesg
45/108: symlink toolbox SYSTEM:bin/getevent
46/108: symlink toolbox SYSTEM:bin/getprop
47/108: symlink toolbox SYSTEM:bin/hd
48/108: symlink toolbox SYSTEM:bin/id
49/108: symlink toolbox SYSTEM:bin/ifconfig
50/108: symlink toolbox SYSTEM:bin/iftop
51/108: symlink toolbox SYSTEM:bin/insmod
52/108: symlink toolbox SYSTEM:bin/ioctl
53/108: symlink toolbox SYSTEM:bin/ionice
54/108: symlink toolbox SYSTEM:bin/kill
55/108: symlink toolbox SYSTEM:bin/ln
56/108: symlink toolbox SYSTEM:bin/log
57/108: symlink toolbox SYSTEM:bin/ls
58/108: symlink toolbox SYSTEM:bin/lsmod
59/108: symlink toolbox SYSTEM:bin/mkdir
60/108: symlink toolbox SYSTEM:bin/mount
61/108: symlink toolbox SYSTEM:bin/netstat
62/108: symlink toolbox SYSTEM:bin/newfs_msdos
63/108: symlink toolbox SYSTEM:bin/notify
64/108: symlink toolbox SYSTEM:bin/printenv
65/108: symlink toolbox SYSTEM:bin/ps
66/108: symlink toolbox SYSTEM:bin/reboot
67/108: symlink toolbox SYSTEM:bin/renice
68/108: symlink toolbox SYSTEM:bin/rm
69/108: symlink toolbox SYSTEM:bin/rmdir
70/108: symlink toolbox SYSTEM:bin/rmmod
71/108: symlink toolbox SYSTEM:bin/route
72/108: symlink toolbox SYSTEM:bin/schedtop
73/108: symlink toolbox SYSTEM:bin/sendevent
74/108: symlink toolbox SYSTEM:bin/setconsole
75/108: symlink toolbox SYSTEM:bin/setprop
76/108: symlink toolbox SYSTEM:bin/sleep
77/108: symlink toolbox SYSTEM:bin/smd
78/108: symlink toolbox SYSTEM:bin/start
79/108: symlink toolbox SYSTEM:bin/stop
80/108: symlink toolbox SYSTEM:bin/sync
81/108: symlink toolbox SYSTEM:bin/top
82/108: symlink toolbox SYSTEM:bin/umount
83/108: symlink toolbox SYSTEM:bin/vmstat
84/108: symlink toolbox SYSTEM:bin/watchprops
85/108: symlink toolbox SYSTEM:bin/wipe
86/108: show_progress 0.7 10
87/108: show_progress 0.8 0
88/108: set_perm_recursive 0 0 0755 0644 SYSTEM:
89/108: set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
90/108: set_perm 0 2000 06750 SYSTEM:bin/run-as
91/108: set_perm 0 3003 02750 SYSTEM:bin/netcfg
92/108: set_perm 0 3004 02750 SYSTEM:bin/ping
93/108: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
94/108: set_perm 0 1000 0755 SYSTEM:xbin/busybox
95/108: symlink /system/xbin/busybox SYSTEM:bin/busybox
96/108: run_program PACKAGE:installbusybox
97/108: set_perm 1002 1002 0440 SYSTEM:etc/dbus.conf
98/108: set_perm 1014 2000 0550 SYSTEM:etc/dhcpcd/dhcpcd-run-hooks
99/108: set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
100/108: set_perm 0 0 06755 SYSTEM:bin/su
101/108: symlink /system/bin/su SYSTEM:xbin/su
102/108: set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
103/108: set_perm 1002 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
104/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/audio.conf
105/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/input.conf
106/108: set_perm 1002 1002 0440 SYSTEM:etc/bluetooth/main.conf
107/108: set_perm_recursive 0 0 0755 0644 /cust
108/108: show_progress 0.8 10
Click to expand...
Click to collapse
Did you ever find out a solution

Related

No Longer Available On XDA

No Longer Available On XDA
jellette said:
SGH-T959 related - not I9000
So, I can successfully change the modem and kernel and get correct key mapping etc if I Odin the XXJPU BUT I can not at all seem to get it into a flashable form - it always errors out on the symlinks. Is there something about an I9000 rom I don't understand?
I had thought that the same update_script and folder set-up that I use on Vibrant roms would work. From what I have read, the symlink error is caused by running out of space during the copying..
I'm at a loss!
Click to expand...
Click to collapse
I'm not going to claim to be an expert, so perhaps other people will weigh in. But it sounds lt me that you are trying to get a JPx ROM on your vibrant. I don't know that Vibrant ROMS have that designation. I know they have JFD, JIx, JKx, and JLx. So, it is possible that you are trying to flash a ROM that is associated with another Galaxy S phone.
Good luck!
post your update script and I'll take a look at it
When I get off work ill up it. I may have pulled the bin folder wrong because there are like 160 files in it but no doubles that would cause a symlink error. Pulled the files out of factoryfs.rfs the same way I did with JL1 and deodexed the same but no good.. Driving me nuts that I can do it all through Odin but not cwm.
Sent from my SGH-T959 using Tapatalk
See if paste works.. It is just a standard script that I use all the time. It doesnt make it past the su symlink.
show_progress 0.1 0
format SYSTEM:
format CACHE:
format DATADATA:
format DATA:
delete_recursive DATA:dalvik-cache
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:updates TMP:/updates
symlink /system/xbin/su SYSTEM:bin/su
symlink toolbox SYSTEM:bin/cat
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/reboot
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/wipe
show_progress 0.1 10
show_progress 0.2 0
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm_recursive 0 0 0755 0755 SYSTEM:etc
set_perm_recursive 0 0 0755 0755 SYSTEM:etc/bluetooth
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm_recursive 0 0 0777 0777 SYSTEM:etc/init.d
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
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 04755 SYSTEM:xbin/su
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 1000 1000 0771 DATA:app
show_progress 0.2 10
show_progress 0.3 0
run_program PACKAGE:installbusybox
show_progress 0.3 10
show_progress 0.4 0
set_perm 0 0 755 TMP:/updates/redbend_ua
run_program /tmp/updates/redbend_ua restore /tmp/updates/modem.bin /dev/block/bml12
run_program /tmp/updates/redbend_ua restore /tmp/updates/zImage /dev/block/bml7
show_progress 0.4 10
Sent from my SGH-T959 using Tapatalk

[Q] My First ROM

Hello to all.
I'm a very new chef and so i have some problems!!
I'm trying to modify a rom (i can name it as ROM A) to make it similar to another rom (ROM B)
I have made the same file structure of the ROM B in ROM A but i don't understand how generate the update-script file.
I made all changes in update script file of ROM A similar to ROM B's update script file but i have an error during rom installation.
After copying files i have error on set_perm 2000 2000 0771 DATA:local can't chown/mod /data/local and installation aborted.
Now...how can i fix it?How can i generate a good update script file for my rom??
My update-script is
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete DATA:local
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Thanks!
mattiadj said:
Hello to all.
I'm a very new chef and so i have some problems!!
I'm trying to modify a rom (i can name it as ROM A) to make it similar to another rom (ROM B)
I have made the same file structure of the ROM B in ROM A but i don't understand how generate the update-script file.
I made all changes in update script file of ROM A similar to ROM B's update script file but i have an error during rom installation.
After copying files i have error on set_perm 2000 2000 0771 DATA:local can't chown/mod /data/local and installation aborted.
Now...how can i fix it?How can i generate a good update script file for my rom??
My update-script is
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete DATA:local
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Thanks!
Click to expand...
Click to collapse
It's actually pretty simple my good man ...at the top of your script you said to "delete DATA:local" ...if it's deleted, it cant chmod/own it ...so i'd get rid of the line "delete DATA:local" and continue to venture forward in your journey
Option 1... Use this code
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Or Option 2.... Use this code...
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete DATA:local
mkdir DATA:local
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Hope that helped
BThomas22x said:
It's actually pretty simple my good man ...at the top of your script you said to "delete DATA:local" ...if it's deleted, it cant chmod/own it ...so i'd get rid of the line "delete DATA:local" and continue to venture forward in your journey
Option 1... Use this code
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Or Option 2.... Use this code...
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete DATA:local
mkdir DATA:local
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Hope that helped
Click to expand...
Click to collapse
Thanks for reply but with script 1 i have the isse again and with script two i have syntax error in update-script
My update-script now is
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete DATA:local
mkdir DATA:local
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink /data/local/downanimation.zip SYSTEM:customize/resource/downanimation.zip
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Help
My apologies I completely goofed it up... I was thinking of something else... you can't do the data local like that... take away the mkdir data local and replace delete data local with "delete_recursive DATA:data" minus the quotation marks of course
Nothing.
E:Can't chown/mod /data/local
(No such fil or directory)
E:Failure at line 64:
set_perm 2000 2000 0771 DATA:local
My update-script is
Code:
show_progress 0.1 0
format CACHE:
format SYSTEM:
delete_recursive DATA:data
delete SYSTEM:xbin/busybox
delete_recursive SYSTEM:xbin
copy_dir PACKAGE:data DATA:
copy_dir PACKAGE:system SYSTEM:
symlink /data/.systemapp SYSTEM:app
symlink /data/local/downanimation.zip SYSTEM:customize/resource/downanimation.zip
symlink dumpstate SYSTEM:bin/bugreport
symlink dumpstate SYSTEM:bin/dumpcrash
symlink toolbox SYSTEM:bin/date
symlink toolbox SYSTEM:bin/chownto
symlink toolbox SYSTEM:bin/vmstat
symlink toolbox SYSTEM:bin/smd
symlink toolbox SYSTEM:bin/watchprops
symlink toolbox SYSTEM:bin/df
symlink toolbox SYSTEM:bin/ps
symlink toolbox SYSTEM:bin/rmmod
symlink toolbox SYSTEM:bin/newfs_msdos
symlink toolbox SYSTEM:bin/stop
symlink toolbox SYSTEM:bin/mount
symlink toolbox SYSTEM:bin/wipe
symlink toolbox SYSTEM:bin/ls
symlink toolbox SYSTEM:bin/lsmod
symlink toolbox SYSTEM:bin/chown
symlink toolbox SYSTEM:bin/mv
symlink toolbox SYSTEM:bin/dd
symlink toolbox SYSTEM:bin/ln
symlink toolbox SYSTEM:bin/ifconfig
symlink toolbox SYSTEM:bin/rm
symlink toolbox SYSTEM:bin/start
symlink toolbox SYSTEM:bin/chmod
symlink toolbox SYSTEM:bin/insmod
symlink toolbox SYSTEM:bin/kill
symlink toolbox SYSTEM:bin/dmesg
symlink toolbox SYSTEM:bin/getprop
symlink toolbox SYSTEM:bin/ionice
symlink toolbox SYSTEM:bin/schedtop
symlink toolbox SYSTEM:bin/umount
symlink toolbox SYSTEM:bin/sync
symlink toolbox SYSTEM:bin/renice
symlink toolbox SYSTEM:bin/rmdir
symlink toolbox SYSTEM:bin/log
symlink toolbox SYSTEM:bin/top
symlink toolbox SYSTEM:bin/cmp
symlink toolbox SYSTEM:bin/getevent
symlink toolbox SYSTEM:bin/ioctl
symlink toolbox SYSTEM:bin/nandread
symlink toolbox SYSTEM:bin/sendevent
symlink toolbox SYSTEM:bin/hd
symlink toolbox SYSTEM:bin/netstat
symlink toolbox SYSTEM:bin/setconsole
symlink toolbox SYSTEM:bin/id
symlink toolbox SYSTEM:bin/notify
symlink toolbox SYSTEM:bin/iftop
symlink toolbox SYSTEM:bin/route
symlink toolbox SYSTEM:bin/mkdir
symlink toolbox SYSTEM:bin/sleep
symlink toolbox SYSTEM:bin/printenv
symlink toolbox SYSTEM:bin/setprop
symlink toolbox SYSTEM:bin/cat
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
set_perm_recursive 1000 1000 0771 0644 DATA:.systemapp
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 06755 SYSTEM:bin/ip
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm_recursive 0 2000 0755 0755 SYSTEM:etc/init.d
set_perm 0 3003 02755 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
#symlink /system/bin/bash SYSTEM:bin/sh
symlink /data/etc/hosts SYSTEM:etc/hosts
set_perm 0 0 04755 SYSTEM:bin/sysrw
set_perm 0 0 04755 SYSTEM:bin/sysro
set_perm 0 0 04755 SYSTEM:bin/nano
set_perm 0 0 06755 SYSTEM:bin/su
#symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin
set_perm 0 0 04755 SYSTEM:etc/ppp/ip-up-vpn
set_perm 0 0 04755 SYSTEM:xbin/busybox
set_perm 0 0 04755 SYSTEM:bin/toolbox
show_progress 0.1 10
show_progress 0.2 0
run_program PACKAGE:installbusybox
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Right. This is an easy one...
First of all, I'm going to assume that you have no data/local in your ROM, or it wouldn't be giving you that error.
So...
Get rid of the line that's setting the permissions. More often than not, common sense is all that is needed with simple errors like this. In future, if you're getting an error when flashing, find out the cause of the error through the error message, then check your directory structure against your update script.
Anyway, I'll save you a job:
set_perm 2000 2000 0771 DATA:local
Delete that.

[Q] Error 6 When Installing ROM

Hey guys I took a Froyo ROM and added the MMS files and scripts to it using
Dsixda's kitchen.
I have an issue when trying to install the ROM in recovery.
I get error 6. Which im pretty sure is a script error. I may be wrong im new to ROM making/editing.
Here is the original update-script for the ROM:
Code:
delete DATA:local
run_program PACKAGE:check_data_app
copy_dir PACKAGE:data DATA:
set_perm 2000 2000 0771 DATA:local
set_perm_recursive 1000 1000 0771 0644 DATA:app
show_progress 0.1 0
delete_recursive SYSTEM:
copy_dir PACKAGE:system 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_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
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 04755 SYSTEM:bin/bash
symlink /system/bin/bash SYSTEM:bin/sh
set_perm 0 0 06755 SYSTEM:bin/su
symlink /system/bin/su SYSTEM:xbin/su
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm 0 1000 0755 SYSTEM:xbin/busybox
symlink /system/xbin/busybox SYSTEM:bin/busybox
run_program PACKAGE:installbusybox
run_program PACKAGE:kernel-update.sh
delete SYSTEM:zImage.2.5.img
delete_recursive DATA:/dalvik-cache
show_progress 0.1 10
And here is the orginal update-script from the MMS zip file:
Code:
show_progress 0.1 0
delete SYSTEM:app/Mms.odex
delete SYSTEM:app/Mms.apk
delete SYSTEM:xbin/sqlite3
delete DATA:eri.xml
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
set_perm 0 0 0644 SYSTEM:app/Mms.apk
set_perm 0 2000 0755 SYSTEM:xbin/sqlite3
set_perm 0 0 0644 DATA:eri.xml
run_program PACKAGE:mpcs.sh
show_progress 0.1 10
Can anyone help me combine the two so I dont get errors?
I have placed all the files in the correct locations.
Thank You!
Did I post this in the right section?
Or did I ask a question no one can answer lol.
Let me know if it makes sense to you guys
Thanks again
Slinged from my iPhone 4 On Straight Talk using Tapatalk

[Q] update-script?

Sorry for posting noob questions, but I am trying to learn as much as I can.
I am using android kitchen to create a rom.
I have a boot.img and all the /system files in place.
I look at the update-script and it only made 24 lines?
This is what it looks like:
update-script has 24 lines
1/24: show_progress 0.1 0
2/24: format SYSTEM:
3/24: copy_dir PACKAGE:system SYSTEM:
4/24: symlink dumpstate SYSTEM:bin/dumpcrash
5/24: set_perm_recursive 0 0 0755 0644 SYSTEM:
6/24: set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
7/24: set_perm 0 3003 02750 SYSTEM:bin/netcfg
8/24: set_perm 0 3004 02755 SYSTEM:bin/ping
9/24: set_perm 0 2000 06750 SYSTEM:bin/run-as
10/24: set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
11/24: set_perm 0 0 0755 SYSTEM:etc/bluetooth
12/24: set_perm 1000 1000 0640 SYSTEM:etc/bluetooth/auto_pairing.conf
13/24: set_perm 3002 3002 0444 SYSTEM:etc/bluetooth/blacklist.conf
14/24: set_perm 1002 1002 0440 SYSTEM:etc/dbus.conf
15/24: set_perm 1014 2000 0550 SYSTEM:etc/dhcpcd/dhcpcd-run-hooks
16/24: set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
17/24: set_perm 0 0 06755 SYSTEM:bin/su
18/24: symlink /system/bin/su SYSTEM:xbin/su
19/24: set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
20/24: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
21/24: show_progress 0.1 10
22/24: show_progress 0.2 0
23/24: write_raw_image PACKAGE:boot.img BOOT:
24/24: show_progress 0.2 10
No issues found.
Where is the rest?
I try to flash and gives me error status 0 or something like that...
Can someone help please?

[Help] Gigabyte Aku A1 Problems

Hi.
I tried to root my phone and it worked (with Faramir), after that I tried repartitioning the internal memory with Meteos MTK6589 ROM EDIT (link http://forum.xda-developers.com/showthread.php?t=2611583 ), I rebooted the phone to do step 3 (Press "Reboot into Recovery" and choose "'Wipe data/Factory Reset" on CWM or Wipe internal storage on TWRP) but I did with Android System Recovery e3, after I rebooted again the phone the problems appears. The phone stuck on boot logo. I tried to reinstall stock rom, but I couldn't due error:
"symlink: some symlinks failed
Installation aborted."
Click to expand...
Click to collapse
After these, I installed CWM (v5.5.0.4) and I tried with a custom rom named Pure Xperia Z2. I wiped cache partition and Dalvik Cache, but the installation didn't succeed. Summary log output:
Code:
Wiping System...
format /system /dev/block/mmcblk0p6
Creating filesystem with parameters:
Size: 131072000
Block size: 4096
Blocks per group: 32768
Inodes per group: 8000
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 32000
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/8000 inodes and 1538/32000 blocks
Mounting System...
mount /system /dev/block/mmcblk0p6
Installing Files...
symlink: failed to symlink /system/fonts/DroidSans-Bold.ttf to Roboto-Bold.ttf: No such file or directory
symlink: failed to symlink /system/fonts/DroidSans.ttf to Roboto-Regular.ttf: No such file or directory
symlink: failed to symlink /system/bin/debuggerd to aee_debuggerd: No such file or directory
symlink: failed to symlink /system/bin/sh to mksh: No such file or directory
symlink: failed to symlink /system/bin/cat to toolbox: No such file or directory
symlink: failed to symlink /system/bin/chmod to toolbox: No such file or directory
symlink: failed to symlink /system/bin/chown to toolbox: No such file or directory
symlink: failed to symlink /system/bin/cmp to toolbox: No such file or directory
symlink: failed to symlink /system/bin/date to toolbox: No such file or directory
symlink: failed to symlink /system/bin/dd to toolbox: No such file or directory
symlink: failed to symlink /system/bin/df to toolbox: No such file or directory
symlink: failed to symlink /system/bin/dmesg to toolbox: No such file or directory
symlink: failed to symlink /system/bin/getevent to toolbox: No such file or directory
symlink: failed to symlink /system/bin/getprop to toolbox: No such file or directory
symlink: failed to symlink /system/bin/hd to toolbox: No such file or directory
symlink: failed to symlink /system/bin/id to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ifconfig to toolbox: No such file or directory
symlink: failed to symlink /system/bin/iftop to toolbox: No such file or directory
symlink: failed to symlink /system/bin/insmod to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ioctl to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ionice to toolbox: No such file or directory
symlink: failed to symlink /system/bin/kill to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ln to toolbox: No such file or directory
symlink: failed to symlink /system/bin/log to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ls to toolbox: No such file or directory
symlink: failed to symlink /system/bin/lsmod to toolbox: No such file or directory
symlink: failed to symlink /system/bin/lsof to toolbox: No such file or directory
symlink: failed to symlink /system/bin/md5 to toolbox: No such file or directory
symlink: failed to symlink /system/bin/mkdir to toolbox: No such file or directory
symlink: failed to symlink /system/bin/mount to toolbox: No such file or directory
symlink: failed to symlink /system/bin/mv to toolbox: No such file or directory
symlink: failed to symlink /system/bin/nandread to toolbox: No such file or directory
symlink: failed to symlink /system/bin/netstat to toolbox: No such file or directory
symlink: failed to symlink /system/bin/newfs_msdos to toolbox: No such file or directory
symlink: failed to symlink /system/bin/notify to toolbox: No such file or directory
symlink: failed to symlink /system/bin/printenv to toolbox: No such file or directory
symlink: failed to symlink /system/bin/ps to toolbox: No such file or directory
symlink: failed to symlink /system/bin/reboot to toolbox: No such file or directory
symlink: failed to symlink /system/bin/renice to toolbox: No such file or directory
symlink: failed to symlink /system/bin/rm to toolbox: No such file or directory
symlink: failed to symlink /system/bin/rmdir to toolbox: No such file or directory
symlink: failed to symlink /system/bin/rmmod to toolbox: No such file or directory
symlink: failed to symlink /system/bin/route to toolbox: No such file or directory
symlink: failed to symlink /system/bin/schedtop to toolbox: No such file or directory
symlink: failed to symlink /system/bin/sendevent to toolbox: No such file or directory
symlink: failed to symlink /system/bin/setconsole to toolbox: No such file or directory
symlink: failed to symlink /system/bin/setprop to toolbox: No such file or directory
symlink: failed to symlink /system/bin/sleep to toolbox: No such file or directory
symlink: failed to symlink /system/bin/smd to toolbox: No such file or directory
symlink: failed to symlink /system/bin/start to toolbox: No such file or directory
symlink: failed to symlink /system/bin/stop to toolbox: No such file or directory
symlink: failed to symlink /system/bin/sync to toolbox: No such file or directory
symlink: failed to symlink /system/bin/top to toolbox: No such file or directory
symlink: failed to symlink /system/bin/touch to toolbox: No such file or directory
symlink: failed to symlink /system/bin/umount to toolbox: No such file or directory
symlink: failed to symlink /system/bin/uptime to toolbox: No such file or directory
symlink: failed to symlink /system/bin/vmstat to toolbox: No such file or directory
symlink: failed to symlink /system/bin/watchprops to toolbox: No such file or directory
symlink: failed to symlink /system/bin/wipe to toolbox: No such file or directory
symlink: failed to symlink /system/lib/modules/wlan.ko to wlan_mt6628.ko: No such file or directory
symlink: failed to symlink /system/xbin/libmnlp to /system/xbin/libmnlp_mt6628: No such file or directory
Setting Permissions...
set_perm: chown of /system/framework/android.policy.jar to 0 0 failed: No such file or directory
set_perm: chmod of /system/framework/android.policy.jar to 644 failed: No such file or directory
set_perm: chown of /system/bin/netcfg to 0 3003 failed: No such file or directory
set_perm: chmod of /system/bin/netcfg to 2750 failed: No such file or directory
set_perm: chown of /system/bin/ping to 0 3004 failed: No such file or directory
set_perm: chmod of /system/bin/ping to 2755 failed: No such file or directory
set_perm: chown of /system/bin/run-as to 0 2000 failed: No such file or directory
set_perm: chmod of /system/bin/run-as to 6750 failed: No such file or directory
set_perm: chown of /system/etc/bluetooth to 0 0 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth to 755 failed: No such file or directory
set_perm: chown of /system/etc/bluetooth/auto_pairing.conf to 1000 1000 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth/auto_pairing.conf to 640 failed: No such file or directory
set_perm: chown of /system/etc/bluetooth/blacklist.conf to 3002 3002 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth/blacklist.conf to 444 failed: No such file or directory
set_perm: chown of /system/etc/dbus.conf to 1002 1002 failed: No such file or directory
set_perm: chmod of /system/etc/dbus.conf to 440 failed: No such file or directory
set_perm: chown of /system/etc/dhcpcd/dhcpcd-run-hooks to 1014 2000 failed: No such file or directory
set_perm: chmod of /system/etc/dhcpcd/dhcpcd-run-hooks to 550 failed: No such file or directory
set_perm: chown of /system/etc/init.goldfish.sh to 0 2000 failed: No such file or directory
set_perm: chmod of /system/etc/init.goldfish.sh to 550 failed: No such file or directory
set_perm: chown of /system/etc/wide-dhcpv6/dhcp6c.script to 1014 2000 failed: No such file or directory
set_perm: chmod of /system/etc/wide-dhcpv6/dhcp6c.script to 550 failed: No such file or directory
set_perm: chown of /system/vendor to 0 2000 failed: No such file or directory
set_perm: chmod of /system/vendor to 755 failed: No such file or directory
set_perm: chown of /system/vendor/lib to 0 2000 failed: No such file or directory
set_perm: chmod of /system/vendor/lib to 755 failed: No such file or directory
set_perm: chown of /system/vendor/lib/drm/libdrmwvmplugin.so to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/lib/drm/libdrmwvmplugin.so to 644 failed: No such file or directory
set_perm: chown of /system/vendor/lib/egl to 0 2000 failed: No such file or directory
set_perm: chmod of /system/vendor/lib/egl to 755 failed: No such file or directory
set_perm: chown of /system/vendor/lib/hw/gralloc.mt6589.so to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/lib/hw/gralloc.mt6589.so to 644 failed: No such file or directory
set_perm: chown of /system/xbin/tcpdump to 0 0 failed: No such file or directory
set_perm: chmod of /system/xbin/tcpdump to 755 failed: No such file or directory
set_perm: chown of /system/xbin/busybox to 0 0 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
symlink: failed to symlink /system/bin/busybox to /system/xbin/busybox: No such file or directory
about to run program [/system/xbin/busybox] with 4 args
run_program: execv failed: No such file or directory
run_program: child exited with status 1
set_perm: chown of /system/xbin/su to 0 0 failed: No such file or directory
set_perm: chmod of /system/xbin/su to 6755 failed: No such file or directory
symlink: failed to symlink /system/bin/su to /system/xbin/su: No such file or directory
set_perm: chown of /system/bin/.ext to 0 0 failed: No such file or directory
set_perm: chmod of /system/bin/.ext to 777 failed: No such file or directory
set_perm: chown of /system/bin/.ext/.su to 0 0 failed: No such file or directory
set_perm: chmod of /system/bin/.ext/.su to 6755 failed: No such file or directory
set_perm: chown of /system/app/superuser.apk to 0 0 failed: No such file or directory
set_perm: chmod of /system/app/superuser.apk to 644 failed: No such file or directory
Adding init.d support
set_perm: chown of /system/bin/sysinit to 0 2000 failed: No such file or directory
set_perm: chmod of /system/bin/sysinit to 755 failed: No such file or directory
set_perm: chown of /system/etc/init.d to 0 0 failed: No such file or directory
set_perm: chmod of /system/etc/init.d to 777 failed: No such file or directory
about to run program [/tmp/add_initd.sh] with 1 args
/tmp/add_initd.sh: line 20: can't create /system/etc/install-recovery.sh: nonexistent directory
/tmp/add_initd.sh: line 20: can't create /system/etc/install-recovery.sh: nonexistent directory
/tmp/add_initd.sh: line 20: can't create /system/etc/install-recovery.sh: nonexistent directory
/tmp/add_initd.sh: line 20: can't create /system/etc/install-recovery.sh: nonexistent directory
/tmp/add_initd.sh: line 20: can't create /system/etc/install-recovery.sh: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
/tmp/add_initd.sh: line 40: can't create /system/bin/sysint: nonexistent directory
chmod: /system/etc/install-recovery.sh: No such file or directory
chown: /system/etc/install-recovery.sh: No such file or directory
chmod: /system/bin/sysint: No such file or directory
chown: /system/bin/sysint: No such file or directory
run_program: child exited with status 1
Writing boot...
Writing logo...
=================================================
Finished !
=================================================
script result was []
Installer Sucessfull (Status 0)
End at : Fri Jan 1 01:04:20 2010
I tried 3 version of stock rom, but it gave me the same error. I tried to remove
"assert(getprop("ro.product.device") == "Aku_A1" ||
getprop("ro.build.product") == "Aku_A1");"
Click to expand...
Click to collapse
from "updater-script", but I failed because in stock rom archive there are 4 identical file name in the same folder:
system\lib\libSync.so (289.772 bytes)
system\lib\libsync.so (5.160 bytes)
system\media\audio\ringtones\UrsaMinor.ogg (185.005 bytes)
system\media\audio\ringtones\URSAMINOR.ogg (144.112 bytes)
Click to expand...
Click to collapse
I tried removing one of file from each, but the installation failed again immediately after it started due error "Installation aborted." without any other information.
Other errors that I encountered
1. When I tried to mount/format /emmc: "Error mounting /emmc!"
2. When I tried to mount/format /sd-ext: "Formatting /sd-ext ... No app2sd partition found. Skipping format of /sd-ext. Done."
3. When I tried to mount internal memory or to format emmc on TWRP it didn't work.
Currently I am using CWM.
Any ideas? Thank you in advance and I apologize for my english mistakes and for the long post.

Categories

Resources