[Q] ROM install help, update-script failure? - General Questions and Answers

Hi,every body,
I've install the recovery on my Moto Charm, when I try update a update.zip, I've got a failure message in the recovery:
Failure at line x: copy_dir copy_dir PACKAGE:system SYSTEM:
The script is quite simple:
Code:
show_progress 0.500000 0
format CACHE:
format DATA:
format SYSTEM:
copy_dir PACKAGE:system SYSTEM:
show_progress 0.100000 10
It seems someone else have the same problem and when he "Boot in Recovery Mode and fix the permissions", the failure message is gone, is there some permissions to fix in the recovery?

fpenguin said:
Hi,every body,
I've install the recovery on my Moto Charm, when I try update a update.zip, I've got a failure message in the recovery:
Failure at line x: copy_dir copy_dir PACKAGE:system SYSTEM:
The script is quite simple:
Code:
show_progress 0.500000 0
format CACHE:
format DATA:
format SYSTEM:
copy_dir PACKAGE:system SYSTEM:
show_progress 0.100000 10
It seems someone else have the same problem and when he "Boot in Recovery Mode and fix the permissions", the failure message is gone, is there some permissions to fix in the recovery?
Click to expand...
Click to collapse
Im having a similar problem, only at line 4:
copy_dir PACKAGE:system SYSTEM:

Related

Update-Script How to?

Hi!
I have 3 files: boot.img, system.img, userdata.img and I want to create my update.zip with them.
I already extrat it and create the folder structure. Now I need to create my update-script to make the install.
Can someone help me with this?
Regards,
NS
Just look at other people's scripts.. it's easier than trying to write one from scratch. There are a few important commands like format, copy_dir, write_raw_image, set_perm and run_program, but it's easier to see how they're used in context that for me to explain it.
Can't go wrong with:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
show_progress 0.2 0
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
I'm trying to create an update.zip pack using this _HTC Magic_RUU_Sapphire_SMC_Voda_WWE_3.03.990.6_release_signed_NoDriver
But after I sucefull install the update the phone dont boot and freeze on Vodafone Red screen...
eugene373 said:
Can't go wrong with:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
show_progress 0.2 0
format BOOT:
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Click to expand...
Click to collapse
You need the toolbox symlinks..
Can you be more specific?
maxisma said:
You need the toolbox symlinks..
Click to expand...
Click to collapse
Not for an update, or did I miss something.
Is this a Full Flash, if so, then yes you will need the syslinks as well.
EDIT*
Yeah, you will need those, I mis-read the Post.

[ROM] [MIUI] MIUI 1.3.11 Porting effort to the D2 (not working yet)

Hello,
I do not have access to a Droid2 right now so please do a NAND backup BEFORE and then try to flash my MIUI D2 ROM[/URL]
IMPORTANT:
Make sure you have a .sbf file to restore the phone to factory state if this rom does not work as intended,
remember I DO NOT own a droid2 (and with the lack of donations it doesn´t look like I will be able to afford one anytime soon)
so unfortunately I can not test whether the rom works correctly, partially or not at all.
ALPHA7:
http://www.ziddu.com/download/14374125/alpha7_signed.zip.html
Install:
make sure you have root and clockworks recovery installed
Warning!!!! Make sure you are on 2.3.320 or 2.3.340!!!
-boot into recovery via clockworks bootstrap
-select "wipe data/factory reset"
-select "Yes -- delete all data"
-go back "powerbutton"
-select "install zip from sdcard"
-select "choose zip from sdcard"
-find and select alphaXX-signed.zip
-reboot
WARNING:
If the rom does not work to perfection (or at all) and you want to help with the porting effort please carry out the following steps:
1) Install the latest alpha (in this thread)
2) (optional if you want to produce a debug log but can not do so)
Before rebooting apply the following patch to enable debugging
3) From a terminal enter these commands:
Code:
adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start
and in a separate terminal
Code:
adb -d logcat
Now reboot the phone so we get some logs (hopefully)
4) Repeat the process of point 3) with
Code:
db -s ? bugreport
5) check the contents of /sdcard/clockworkmod/ for .log files
Get me the resulting output logs... (under /sdcard/clockworkmod/ )
-------------------------------
If you encounter errors please be as specific as you can in the error report
Downloading now. Will put in my .02 when I get it up and running.
As promising as this looks. After downloading twice and copying over twice I can't install it. I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.
Any ideas?
miketoasty said:
I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.
Click to expand...
Click to collapse
Same here.
Would love to give this a try also if the file gets fixed. There has been a lot of hype around MIUI and I'd like to see if it works any good!
This really made my day. I can't wait to see what comes of this. Looks really promising.
I think the bug is with the buidscript
I will try to fix it... stay tuned
Open the .zip from the first posting and rename
/META-INF/com/google/android/updater-script
to update-script
and the content with:
Code:
show_progress 0.500000 0
delete_recursive SYSTEM:
format SYSTEM:
format CACHE:
copy_dir PACKAGE:sdcard SDCARD:
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
## droid2 froyo MIUI permissions ##
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 1001 04770 SYSTEM:bin/pppd-ril
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm 0 0 06755 SYSTEM:xbin/su
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 0 06755 SYSTEM:etc/install-recovery.sh
set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm 0 0 06755 SYSTEM:bin/busybox
set_perm 0 0 06755 SYSTEM:bin/busybox2
set_perm 0 0 06755 SYSTEM:bin/sysinit
set_perm 0 0 06755 SYSTEM:etc/init.d/00banner
set_perm 0 0 06755 SYSTEM:etc/init.d/01sysctl
set_perm 0 0 06755 SYSTEM:etc/init.d/02firstboot
set_perm 0 0 06755 SYSTEM:etc/init.d/05modules
set_perm 0 0 06755 SYSTEM:etc/init.d/06defaulttheme
set_perm 0 0 06755 SYSTEM:etc/init.d/99complete
set_perm 0 0 06755 SYSTEM:xbin/zipalign
set_perm 0 0 06755 SYSTEM:xbin/zipalign_apks
show_progress 0.2 10
Then I am not sure if you need to sign the resulting .zip or not (try without and see what happens, if it works, or a different error)
Make sure you edit the update-script file within linux or using something like ultraedit or notepadplus
(remember guys I am working blind here as I am not likely to have a droid2 for a couple of months, I need people able to flash the different alphas and report on errors)
Tried and got same error before and after signing.
yes, the scrip has to be named update-script not updater-script
So try with the correct name and the content in my previous posting
miketoasty said:
Tried and got same error before and after signing.
Click to expand...
Click to collapse
Hyped about this ^.^
New download link doesn't work, check your pm's btw.
In the first version you forgot to add an updater-script and the other thing that is usually in that folder.... I'll add it for you and then test it out, if it works I'll upload it.
Really nice work.
Update: just finished fixing the updater-script and am testing out now
Update #2: never mind, something is just wrong with the zip and it's not working for me. I didn't end up fixing it.
so has anyone got this to work?
dling now
download in progress.....
mine gets stuck on installing updates.....
installation error
i was able to download the zip. during installation...installation aborted (error 4)....
Update: just finished fixing the updater-script and am testing out now
Update #2: never mind, something is just wrong with the zip and it's not working for me. I didn't end up fixing it.[/QUOTE]
agreed lol
I'll try and make another zip thingy.... I think just taking the files from the original zip and then putting them in a new signed one should work out
Update: FML, the rom still doesn't work so I know it is not a zip problem. I am getting a problem on clockworkmod and the log says this happened:
Code:
ClockworkMod Recovery V2.5.0.8
--Wiping DATA....
Formatting CACHE...
Formatting SDEXT...
No app2sd partition found. Skipping format of /sd-ext
Data wipe complete.
--Wiping cache...
Formatting CACHE...
Cache wipe complete.
-- Installing: SDCARD: NewMiuiAlpha.zip
Finding update package....
Opening update package...
Installing update...
E:Error in /sdcard/NewMiuiAlpha.zip
(Status 6)
Installation aborted.
I don't really know how to fix a status 6 problem but supposedly it is a problem with the updater-script and I think I know how to fix that. I am going to try one more build and if that doesn't work I'll leave it to the creator of the rom....
I hope this works...
ljbaumer said:
I'll try and make another zip thingy.... I think just taking the files from the original zip and then putting them in a new signed one should work out
Click to expand...
Click to collapse
i have my signature verification turned off...
Waiting with soo much excitement, and willing to donate to the cause!
Sent using XDA App

[Q] [got stuck] Creating update-zip

I need help with packing an apk as an update zip. Followed a lot of how-to's:
What i did:
[folder]/system/app/app.apk
[folder]/META-INF/com/google/android/update-script
This is what the script looks like:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
set_perm_recursive 0 0 0755 0644 SYSTEM:app
show_progress 0.1 10
Now, the recovery says it flashed successfully, but if i boot the system, the app was not placed into /system/app.....
Can anyone assist?
You're not mounting partitions.
Made this : System App Flasher
Just copy .apk(s) in /system/app and flash.
gamin92 said:
You're not mounting partitions.
Made this : System App Flasher
Just copy .apk(s) in /system/app and flash.
Click to expand...
Click to collapse
NICE! Thank you sir!

[Q] Status 7 Error Pacman Rom

Hi I am constantly getting a status 7 error when trying to install the rom from here
here is the log from the recovery
any help would be greatly appreciated
Starting recovery on Thu Mar 14 14:13:44 2013
framebuffer: fd 3 (480 x 800)
Welcome to 4EXT Recovery Touch
by madmaxx82
Preparing boot.. 0I:start load volumes..
Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0I:st.f_bsize: 4096
I:st.f_bsize: 4096
Preparing boot.. 1 Preparing boot.. 1 Preparing boot.. 1I:st.f_bsize: 4096
Preparing boot.. 1 Preparing boot.. 1I:st.f_bsize: 4096
Preparing boot.. 2recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /recovery emmc /dev/block/mmcblk0p21 (null)
2 /boot emmc /dev/block/mmcblk0p22 (null)
3 /cache ext3 /dev/block/mmcblk0p27 (null)
4 /data ext3 /dev/block/mmcblk0p26 (null)
5 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
6 /system ext4 /dev/block/mmcblk0p25 (null)
I:end load volumes..
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
Command: "/sbin/recovery"
ro.build.date=Tue Feb 5 19:22:42 CET 2013
ro.build.date.utc=0
ro.product.model=Desire HD
ro.product.brand=htc_wwe
ro.product.name=htc_ace
ro.product.device=ace
ro.product.board=spade
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.board.platform=msm7x30
ro.build.product=ace
ro.com.android.dateformat=MM-dd-yyyy
net.bt.name=Android
ro.serialno=HT18NT202090
ro.baseband=26.17.14.11_M
ro.carrier=ATT
ro.bootloader=0.85.2007
init.svc.choice_fn=stopped
init.svc.offmode_charging=running
init.svc.detect_key=running
init.svc.adbd=running
init.svc.recovery=running
ext.version="1005.9.0"
ext.feature.version_check=yes
ext.build=70
ext.edition=ng
Ireparing..
Preparing boot.. 2Irep sys1: 0
Preparing boot.. 2Ireparing.. fin
Preparing boot.. 2 Configuring settings..
Your configuration settings:
Using button backlights level: 80
Restore: MD5Sum checks: enabled
Backups: generate MD5Sums: enabled
Backups: mode: tar
Backups: exclude /cache: disabled
Backups: exclude dalvik-cache: disabled
Preserve theme: enabled
Hide useless directories: disabled
Haptic feedback: enabled
Haptic feedback strength: 28
Timezone: configured
Using 12h-hour time format
I:theme propok
Recovery is ready..
I:have tz_data
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
About to format everything..
..except your fat32 partition
Format BOOT SYSTEM DATA CACHE SD-EXT..?
Formatting /boot...
I:Formatting unknown device.
Formatting /system...
Creating filesystem with parameters:
Size: 585101312
Block size: 4096
Blocks per group: 32768
Inodes per group: 7152
Inode size: 256
Journal blocks: 2231
Label:
Blocks: 142847
Block groups: 5
Reserved block group size: 0
Created filesystem with 11/35760 inodes and 4484/142847 blocks
warning: wipe_block_device: Discard failed
-- Wiping data...
Formatting /data...
I:Formatting unknown device.
I:Formatting ext3 device.
tune2fs 1.41.12 (17-May-2010)
Setting current mount count to 1
e2fsck 1.41.6 (30-May-2009)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/mmcblk0p26: 11/75200 files (0.0% non-contiguous), 13377/300799 blocks
Formatting /cache...
I:Formatting unknown device.
I:Formatting ext3 device.
tune2fs 1.41.12 (17-May-2010)
Setting current mount count to 1
e2fsck 1.41.6 (30-May-2009)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/mmcblk0p27: 11/76912 files (0.0% non-contiguous), 20002/307196 blocks
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
Data wipe complete.
All internal partitions have been formatted.
This includes dalvik-cache and batt stats
since they are just files / directories.
Your sdcard(s) weren't touched
no worries.
About to install:
saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Continue install?
-- Installing: /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Finding update package...
I:Update location: /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Opening update package...
Installing update...
script aborted: assert failed: getprop("ro.product.device") == "saga" || getprop("ro.build.product") == "saga"
assert failed: getprop("ro.product.device") == "saga" || getprop("ro.build.product") == "saga"
E:Error in /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
(Status 7)
Installation aborted.
------------------ Info -------------------
mount point | fs | size | free
system ext4 549.2MiB 540.5MiB
data ext3 1.1GiB 1.0GiB
cache ext3 290.5MiB 265.5MiB
sdcard fat32 1.8GiB 924.3MiB
Current Rom: IceColdSandwich-8.2.AOKP
Start fixing permissions?
Fixing permissions...
/sbin/fix_permissions 2.04 started at 03-14-2013 10:15:20
cat: can't open '/data/system/packages.xml': No such file or directory
cat: can't open '/data/system/packages.xml': No such file or directory
/sbin/fix_permissions 2.04 ended at 03-14-2013 10:15:20 (Runtime:0m0s)
Done!
Could anyone tell me what I am doing wrong or help me correct this problem?
EDIT: I want to note that PAC-man-v20.0.1-BLINDNDUMB.zip installs without error its just the nightlies and PAC-man-v21.0.0-BLINDNDUMB.zip that do not work for me
thekool11 said:
Hi I am constantly getting a status 7 error when trying to install the rom from here
here is the log from the recovery
any help would be greatly appreciated
Starting recovery on Thu Mar 14 14:13:44 2013
framebuffer: fd 3 (480 x 800)
Welcome to 4EXT Recovery Touch
by madmaxx82
Preparing boot.. 0I:start load volumes..
Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0I:st.f_bsize: 4096
I:st.f_bsize: 4096
Preparing boot.. 1 Preparing boot.. 1 Preparing boot.. 1I:st.f_bsize: 4096
Preparing boot.. 1 Preparing boot.. 1I:st.f_bsize: 4096
Preparing boot.. 2recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /recovery emmc /dev/block/mmcblk0p21 (null)
2 /boot emmc /dev/block/mmcblk0p22 (null)
3 /cache ext3 /dev/block/mmcblk0p27 (null)
4 /data ext3 /dev/block/mmcblk0p26 (null)
5 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
6 /system ext4 /dev/block/mmcblk0p25 (null)
I:end load volumes..
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
Command: "/sbin/recovery"
ro.build.date=Tue Feb 5 19:22:42 CET 2013
ro.build.date.utc=0
ro.product.model=Desire HD
ro.product.brand=htc_wwe
ro.product.name=htc_ace
ro.product.device=ace
ro.product.board=spade
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.board.platform=msm7x30
ro.build.product=ace
ro.com.android.dateformat=MM-dd-yyyy
net.bt.name=Android
ro.serialno=HT18NT202090
ro.baseband=26.17.14.11_M
ro.carrier=ATT
ro.bootloader=0.85.2007
init.svc.choice_fn=stopped
init.svc.offmode_charging=running
init.svc.detect_key=running
init.svc.adbd=running
init.svc.recovery=running
ext.version="1005.9.0"
ext.feature.version_check=yes
ext.build=70
ext.edition=ng
Ireparing..
Preparing boot.. 2Irep sys1: 0
Preparing boot.. 2Ireparing.. fin
Preparing boot.. 2 Configuring settings..
Your configuration settings:
Using button backlights level: 80
Restore: MD5Sum checks: enabled
Backups: generate MD5Sums: enabled
Backups: mode: tar
Backups: exclude /cache: disabled
Backups: exclude dalvik-cache: disabled
Preserve theme: enabled
Hide useless directories: disabled
Haptic feedback: enabled
Haptic feedback strength: 28
Timezone: configured
Using 12h-hour time format
I:theme propok
Recovery is ready..
I:have tz_data
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
About to format everything..
..except your fat32 partition
Format BOOT SYSTEM DATA CACHE SD-EXT..?
Formatting /boot...
I:Formatting unknown device.
Formatting /system...
Creating filesystem with parameters:
Size: 585101312
Block size: 4096
Blocks per group: 32768
Inodes per group: 7152
Inode size: 256
Journal blocks: 2231
Label:
Blocks: 142847
Block groups: 5
Reserved block group size: 0
Created filesystem with 11/35760 inodes and 4484/142847 blocks
warning: wipe_block_device: Discard failed
-- Wiping data...
Formatting /data...
I:Formatting unknown device.
I:Formatting ext3 device.
tune2fs 1.41.12 (17-May-2010)
Setting current mount count to 1
e2fsck 1.41.6 (30-May-2009)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/mmcblk0p26: 11/75200 files (0.0% non-contiguous), 13377/300799 blocks
Formatting /cache...
I:Formatting unknown device.
I:Formatting ext3 device.
tune2fs 1.41.12 (17-May-2010)
Setting current mount count to 1
e2fsck 1.41.6 (30-May-2009)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/mmcblk0p27: 11/76912 files (0.0% non-contiguous), 20002/307196 blocks
Formatting /sdcard/.android_secure...
I:Formatting unknown device.
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
Data wipe complete.
All internal partitions have been formatted.
This includes dalvik-cache and batt stats
since they are just files / directories.
Your sdcard(s) weren't touched
no worries.
About to install:
saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Continue install?
-- Installing: /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Finding update package...
I:Update location: /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
Opening update package...
Installing update...
script aborted: assert failed: getprop("ro.product.device") == "saga" || getprop("ro.build.product") == "saga"
assert failed: getprop("ro.product.device") == "saga" || getprop("ro.build.product") == "saga"
E:Error in /sdcard/saga_PAC_JB_4.2.2-v20.1.0_20130310.zip
(Status 7)
Installation aborted.
------------------ Info -------------------
mount point | fs | size | free
system ext4 549.2MiB 540.5MiB
data ext3 1.1GiB 1.0GiB
cache ext3 290.5MiB 265.5MiB
sdcard fat32 1.8GiB 924.3MiB
Current Rom: IceColdSandwich-8.2.AOKP
Start fixing permissions?
Fixing permissions...
/sbin/fix_permissions 2.04 started at 03-14-2013 10:15:20
cat: can't open '/data/system/packages.xml': No such file or directory
cat: can't open '/data/system/packages.xml': No such file or directory
/sbin/fix_permissions 2.04 ended at 03-14-2013 10:15:20 (Runtime:0m0s)
Done!
Could anyone tell me what I am doing wrong or help me correct this problem?
EDIT: I want to note that PAC-man-v20.0.1-BLINDNDUMB.zip installs without error its just the nightlies and PAC-man-v21.0.0-BLINDNDUMB.zip that do not work for me
Click to expand...
Click to collapse
Have you checked md5sum?
glevitan said:
Have you checked md5sum?
Click to expand...
Click to collapse
Did you really need to quote all of that just to say that?
Sent from a dream.
I believe you're trying to flash a Saga ROM.
bananagranola said:
I believe you're trying to flash a Saga ROM.
Click to expand...
Click to collapse
I couldnt have been a bigger idiot, thank you very much lol this shouldve been obvious to me if I were paying attention the nightly I downloaded
thekool11 said:
I couldnt have been a bigger idiot, thank you very much lol this shouldve been obvious to me if I were paying attention the nightly I downloaded
Click to expand...
Click to collapse
Sorry noob here. I'm getting the status 7 error too and I have no clue what a saga rom is :/ how do i fix it?
A ROM for a different device: the Desire S, codenamed Saga. We are the forum for the Desire HD/Inspire 4G, codenamed Ace.
williamrazmy said:
Sorry noob here. I'm getting the status 7 error too and I have no clue what a saga rom is :/ how do i fix it?
Click to expand...
Click to collapse
here is a noob fiendly way to solve it
http://forum.xda-developers.com/showthread.php?t=2302599

[Q] custoM rom for android tablet

Hi,
I am new in custom ROM developer. I want to install my bluetooth libraries in GT-P3100. In update.zip folder I copied all bluetooth libraries inside the /system/lib folder. My updater-script file is like this
Code:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
But when I an trying to update from zip file. My tablet is showing installation abort. Any idea what I am missing here. ???

Categories

Resources