Thanks Hardcore ... by the way ... did you planned to insert cwm when test fase ended???
not really as that would mean they would end up with even more corrupted sectors.Hey, lets get the guys who (sort of) recovered from the brick here to test it out, they can always try their fix again if something goes wrong:
http://forum.xda-developers.com/showthread.php?t=1667886
in op it states erase is disabled.how can we make sure that it doesn't have this bug other then wiping 1000000000 times??
http://forum.xda-developers.com/showpost.php?p=26547221&postcount=2484I'm not too sure that the MMC_CAP_ERASE is the answer.
but he also stated that he is not sure if it will solve the hardbrick bug.in op it states erase is disabled.
Hardcore thank you! Nice travel pics btw
Sent from my GT-N7000 using Tapatalk 2
Thanks chas ,so I guess one could use the cwm.zip method to use CWM and flash stuff from it?
that ^You canbuse cwnvfrom here should want tobrisk hardbricking
http://forum.xda-developers.com/showthread.php?p=25935714
Sent from my GT-N7000 using Tapatalk 2
I suppose you could.Thanks chas ,so I guess one could use the cwm.zip method to use CWM and flash stuff from it?
same here , a cm9 fan ever since build#3 .I suppose you could.
Never tried it myself, though; I'm with the CM9-based gang, so I don't use TW-based methods.
The question is which Roms? TW-based or CM9-based? Or all of them?The best solution for now is that the ROMs are packaged with kernels like this one instead of brick prone ones where erase is enabled.
TW based ROMs only ,like stunner or alba ,and of course the official ICS release.The question is which Roms? TW-based or CM9-based? Or all of them?
Who's gonna test it?![]()
so wait ,you used this kernel (stock recovery) to flash CWM.zip and after you were in CWM you flashed CM9.zip ? or was it a nandroid restore?tested it in cm9 nightlies got fc's at the beginning then screen slept
flashed back to the cm9 through cmw
i was on cm9 i tried to flash this kernel and when i felt its not ok with me returned to cwm done wipe cash wipe data and flashed cm9 through itTW based ROMs only ,like stunner or alba ,and of course the official ICS release.
so wait ,you used this kernel (stock recovery) to flash CWM.zip and after you were in CWM you flashed CM9.zip ? or was it a nandroid restore?
if so then this is an extra confirmation that this kernel is safe![]()
The cwm.zip does work. I have used it before in this scenario. Just a fyiI suppose you could.
Never tried it myself, though; I'm with the CM9-based gang, so I don't use TW-based methods.
int mmc_erase(struct mmc_card *card, unsigned int from, unsigned int nr,
unsigned int arg)
{
unsigned int rem, to = from + nr;
if (!(card->host->caps & MMC_CAP_ERASE) ||
!(card->csd.cmdclass & CCC_ERASE))
return -EOPNOTSUPP;