[KERNEL] SpeedMod N7000 ICS [K3-15 CWM CIFS ROOT / NO-ROOT]

dannycanrock

Senior Member
Apr 18, 2012
617
78
0
Heaven
You guys I have stock ice rooted with the methed that I went to recover and installed 2 files one of the the busy box thing anyway how do I flash this kernal and should I unroot first then flash thank u guys and am sorry for my English btw I don't have the traingle and zero counter would this kernal increase it
 

erichbitch

Senior Member
Sep 16, 2010
305
29
0
Germany (NRW)
Hello hardcore !
Thanks for your work !

I use The MIDTeam 1.0 on LP5 Kernel, i think this Firmware was based on a i9220 Leak too.
Can i use your ICS Kernel even if i use a Custom ICS Rom based on a Leak?

Or just "real" N7000 Roms?
 
B

baz77

Guest
You guys I have stock ice rooted with the methed that I went to recover and installed 2 files one of the the busy box thing anyway how do I flash this kernal and should I unroot first then flash thank u guys and am sorry for my English btw I don't have the traingle and zero counter would this kernal increase it
Every non stock kernal increases counter throught Odin.
You can savest flash thought Odin. Mobile odin you can to, with risk, but without triangle

No need to unroot.

Sent from my GT-N7000 using Tapatalk 2
 

nandihno

Senior Member
Jul 22, 2010
1,011
99
0
Brisbane
Same thing I flashing with mob Odin am in Franco kernel but nothing has change



ok tried via pc Odin and it worked...

to the OP..Franco Kernel broke my wifi some setting he did didnt allow me to connect to my wifi..and seeing that you are like stock kernel with circumventing the brick bug i tried yours ..and it works great :)
my wifi is back
Sent from my iPad using Tapatalk
 
Last edited:

hardcore

Senior Member
Sep 12, 2006
3,435
7,990
0
Hardcore, so with the modification that you made, the function mmc_erase in code.c:

Code:
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;
will return -EOPNOTSUPP and exit from the function mmc_erase right?

Thanks for your excellent work and amazing kernels!!!!!!!!!


One question to those that already flashed,
Can you use Mobile Odin to flash back to another kernel or GB?

Thanks
No, I changed mshci.c and sdhci.c (just in case), like this:

drivers/mmc/host/mschi.c:

mmc->ops = &mshci_ops;
mmc->f_min = 400000;
mmc->f_max = host->max_clk;
//SpeedMod: Disable TRIM to fix hard brick bug
mmc->caps |= MMC_CAP_SDIO_IRQ; // | MMC_CAP_ERASE;

drivers/mmc/host/sdhci.c:

if (host->quirks & SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK)
mmc->max_discard_to = (1 << 27) / (mmc->f_max / 1000);
else
mmc->max_discard_to = (1 << 27) / host->timeout_clk;

//SpeedMod: Disable TRIM to fix hard brick bug
mmc->caps |= MMC_CAP_SDIO_IRQ; // | MMC_CAP_ERASE;
 
  • Like
Reactions: MikeFRG and iyousif

praetorius

Senior Member
Feb 3, 2012
535
103
0
strangely, similar to fransco, I'm getting non responsive touch screen after leaving it for a while and waking up. any idea why? am on RRv2
Must be the way they cooked the rom? I dnt experience that on stock LPF. system is responsive, immediately wakes up from deepsleep overnight without a hitch.

Zapped through server hops to XDA forums
 

plsoft

Senior Member
Dec 28, 2011
72
7
0
Flashed using mobile odin. Tried few deletes and it's definitely faster as others have mentioned.

Sent from my GT-N7000 using XDA
 

shin9999

Senior Member
Mar 31, 2010
120
3
0
JB
Same thing I flashing with mob Odin am in Franco kernel but nothing has change



ok tried via pc Odin and it worked...

to the OP..Franco Kernel broke my wifi some setting he did didnt allow me to connect to my wifi..and seeing that you are like stock kernel with circumventing the brick bug i tried yours ..and it works great :)
my wifi is back
Sent from my iPad using Tapatalk
so mean we have to flash this kernal via pc odin?

Sent from my GT-N7000 using xda premium
 
B

baz77

Guest
nothing change in my ics stock rom ....phone information still show out stock rom kernel

Sent from my GT-N7000 using xda premium
Are you rooted? Follow my link for cwm and follow my steps. Then try with mobile odin

Sent from my GT-N7000 using Tapatalk 2