[ICS] [REPACK] VODA-CZ VERSION B937 [4.0.3]
Started by
mack_
, Sep 27 2012 10:09 PM
#21
Posted 28 September 2012 - 06:13 AM
Tried to flash the zip but Cwm fails. instalation aborted! 
#22
Posted 28 September 2012 - 06:26 AM
mack_, on 27 September 2012 - 11:19 PM, said:
OK here us a little FAQ that will come up....
If it doesn't flash, its because the files are in a folder inside the zip(I blame 7zip and my noobness)...
So you can use root explorer or your PC to move the files out the folder into the main zip
PS don't extract the zip
If it doesn't flash, its because the files are in a folder inside the zip(I blame 7zip and my noobness)...
So you can use root explorer or your PC to move the files out the folder into the main zip
PS don't extract the zip
Redflake, on 28 September 2012 - 06:13 AM, said:
Tried to flash the zip but Cwm fails. instalation aborted! 
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#23
Posted 28 September 2012 - 06:59 AM
Yep, then it failed with the error i got.
Edited by tcpaulh, 28 September 2012 - 07:03 AM.
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
#24
Posted 28 September 2012 - 07:28 AM
#25
Posted 28 September 2012 - 07:30 AM
Did you drop the rsa key in the system folder or was that Huawei?
Edited by tcpaulh, 28 September 2012 - 07:32 AM.
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
#26
Posted 28 September 2012 - 07:34 AM
That was huawei..I only extracted the update.app for the system img and the boot img... but seems to have gone wrong somehow 
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#27
Posted 28 September 2012 - 12:07 PM
META-INF\com\google\android\updater-script
...removing
let's see...
edit2: Well that resulted in "extracted package to external sd card ok" then for shits and giggles I tried a forced update (vol+,vol-) and got a blank pink screen :eek: Battery pull and back in action.
Mght try moving relevant files to a working zip without this weird updater script
ui_print("Now hota starting...");
ui_print("Verifying current system...");
assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:2.3.6/HuaweiU8815C02B895/C02B895:user/ota-rel-keys,release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:4.0.3/HuaweiU8815C02B937/C02B937:user/ota-rel-keys,release-keys");
ui_print("Checking patch files...");
show_progress(0.200000, 0);
set_progress(0.004796);
if mount("vfat","EMMC","/dev/block/mmcblk0p14","/HWUserData") then ui_print("mounted internal sdcard") else mount("vfat","EMMC","/dev/block/mmcblk0p19","/HWUserData") endif;
if mount("vfat","EMMC","/dev/block/mmcblk1p1","/sdcard") then ui_print("mounted external SD card successfully!") else mount("vfat","EMMC","/dev/block/mmcblk1","/sdcard") endif;
if is_mounted("/HWUserData") then ui_print("internal card ok") else abort("internal SD card error!") endif;
show_progress(0.500000, 0);
if is_mounted("/sdcard") && package_extract_dir("sdcard", "/sdcard")
then
ui_print("Extracted pkg to external SD card ok")
else
if is_mounted("/sdcard")
then
concat( delete("/sdcard/dload/UPDATE.APP"),
delete("/sdcard/dload/au_temp.cfg"),
ui_print("extracted pkg to external sdcard error"),
abort("Maybe no space left on external SD card!")
)
else
if is_mounted("/HWUserData")&&package_extract_dir("sdcard", "/HWUserData")
then
ui_print("Extracted pkg to internal SD card ok")
else
concat( delete("/HWUserData/dload/UPDATE.APP"),
delete("/HWUserData/dload/au_temp.cfg"),
ui_print("extracted pkg to internal sdcard error"),
abort("Maybe no space left on internal SD card!")
)
endif
endif
endif;
sync();
if file_exists("/sdcard/dload/au_temp.cfg") then set_perm(0, 0, 000777,"/sdcard/dload/au_temp.cfg") endif;
if file_exists("/sdcard/dload/UPDATE.APP") then set_perm(0, 0, 000777,"/sdcard/dload/UPDATE.APP") endif;
if file_exists("/HWUserData/dload/au_temp.cfg") then set_perm(0, 0, 000777,"/HWUserData/dload/au_temp.cfg") endif;
if file_exists("/HWUserData/dload/UPDATE.APP") then set_perm(0, 0, 000777,"/HWUserData/dload/UPDATE.APP") endif;
set_progress(1.000000);
sync();
...removing
assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:2.3.6/HuaweiU8815C02B895/C02B895:user/ota-rel-keys,release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:4.0.3/HuaweiU8815C02B937/C02B937:user/ota-rel-keys,release-keys");
let's see...
edit2: Well that resulted in "extracted package to external sd card ok" then for shits and giggles I tried a forced update (vol+,vol-) and got a blank pink screen :eek: Battery pull and back in action.
Mght try moving relevant files to a working zip without this weird updater script
Edited by tcpaulh, 28 September 2012 - 12:29 PM.
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
#28
Posted 28 September 2012 - 12:54 PM
Here is a repack of the repack. 
I downloaded mack's repack and saw it was a little br0ked, so made a few changes and re-uploaded it for those who are interested. I've tested that it flashes and that it boots but havn't had chance to test it further than that.
http://www.multiuplo...o.uk/H3ZDHDDDSS
I downloaded mack's repack and saw it was a little br0ked, so made a few changes and re-uploaded it for those who are interested. I've tested that it flashes and that it boots but havn't had chance to test it further than that.
http://www.multiuplo...o.uk/H3ZDHDDDSS
#29
Posted 28 September 2012 - 01:04 PM
Ah nice one. Was gonna upload one. Just needed system etc to be moved to a working zip
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
#30
Posted 28 September 2012 - 01:08 PM
#31
Posted 28 September 2012 - 01:50 PM
Pity the dictionary is still bolloxed though
+ defaulting to internal storage
+ chrome://gpu-internals shows no 2d hw acceleration (software canvas, webgl been disabled) + News and weather FC on pressing i
+ defaulting to internal storage
+ chrome://gpu-internals shows no 2d hw acceleration (software canvas, webgl been disabled) + News and weather FC on pressing i
Edited by tcpaulh, 28 September 2012 - 02:04 PM.
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
G300 CM10 Bug List / Issues Tracker How To Provide Error Logs
#32
Posted 28 September 2012 - 02:41 PM
Yeah just seen the same.still happening. How do these things keep slipping through......
#33
Posted 28 September 2012 - 03:52 PM
I'll update the op with the working repack asap....if Cyda doesn't mind
Edited by mack_, 28 September 2012 - 03:54 PM.
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#34
Posted 28 September 2012 - 03:59 PM
#35
Posted 28 September 2012 - 04:14 PM
...RESERVED...
Edited by mack_, 30 September 2012 - 06:31 PM.
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#36
Posted 28 September 2012 - 08:11 PM
OP has been updated
two links added
dropbox and multiupload
everything is correct
so download and flash
Any problems ,feel free to ask.
two links added
dropbox and multiupload
everything is correct
so download and flash
Any problems ,feel free to ask.
I was once a noob like you.... until i bricked my G300. ^_^
If i helped you or you just like my topic/post ,give me some rep with the green button
If i helped you or you just like my topic/post ,give me some rep with the green button
#37
Posted 07 May 2013 - 06:49 PM
can I downgrade this ICS b937 repack to official GB ?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top










