- Sep 23, 2011
- 587
- 94
- 0
me2151, drewwalton, thekraven, gannon!
Anyone that can help me please help!
irst of all, I know we are not supposed to bother AndroidCentral ROM Dev's or Moderators by PM, but I need help.
I am putting together a one-click-wiper for recovery that I hope will save people from having to do it by hand..
I used these two threads to help me put it together (I already knew most edify codes but just wanted to check up on some...
[TUT]Edify Installation Script Syntax's - xda-developers
AND
[WIP] How to Write an Updater-Script with Edify Code - xda-developers
(Used the second one mostly)..
CWM by TeamHydro and Xionia is throwing back the same thing it did when I was putting ICS BootAnimation V3 Flashable together - Status 6...
I used NotePad ++, checked to be sure the EOL Conversion was set to UNIX, and Encoding to ANSI.. I even checked for extra lines and EVERY command... Yup. All 69 of them. I am signing them completely.. with the same app I used to sign BootAnimationV3 Flashable so I know it works for signing..
I checked the folder for corruption, checked MD5 Sums, checked the binary file, and I can't seem to stop getting Status 6.. I think none of my commands are bad.. Are they??
Folder Tree (I didn't use /system because I have nothing to flash)..
The updater-script is WAY too long to list..
To sum it up,
I used the following BASE commands -
ui_print
format
unmount
mount
delete
set_progress
Can you check my zip out and see what is wrong with it when you get a chance?
DOWNLOAD - OCDW_with_data_wipe-BETA.zip
Thanks...
Anyone that can help me please help!
irst of all, I know we are not supposed to bother AndroidCentral ROM Dev's or Moderators by PM, but I need help.
I am putting together a one-click-wiper for recovery that I hope will save people from having to do it by hand..
I used these two threads to help me put it together (I already knew most edify codes but just wanted to check up on some...
[TUT]Edify Installation Script Syntax's - xda-developers
AND
[WIP] How to Write an Updater-Script with Edify Code - xda-developers
(Used the second one mostly)..
CWM by TeamHydro and Xionia is throwing back the same thing it did when I was putting ICS BootAnimation V3 Flashable together - Status 6...
I used NotePad ++, checked to be sure the EOL Conversion was set to UNIX, and Encoding to ANSI.. I even checked for extra lines and EVERY command... Yup. All 69 of them. I am signing them completely.. with the same app I used to sign BootAnimationV3 Flashable so I know it works for signing..

I checked the folder for corruption, checked MD5 Sums, checked the binary file, and I can't seem to stop getting Status 6.. I think none of my commands are bad.. Are they??
Folder Tree (I didn't use /system because I have nothing to flash)..
Code:
META-INF
_____________ com
_____________google
_____________android
__________________update-binary
__________________updater-script
The updater-script is WAY too long to list..
To sum it up,
I used the following BASE commands -
ui_print
format
unmount
mount
delete
set_progress
Can you check my zip out and see what is wrong with it when you get a chance?
DOWNLOAD - OCDW_with_data_wipe-BETA.zip
Thanks...