• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root OC kernel block line

AkeelR

Lurker
Hi guys ive not had enough time to consult you guys with this but how do i increase the block size and what is the command line.. i forgot and i really want to fix this.

i just flashed the OC kernel after 2 weeks its been sitting on my desktop.

i ahve adb working and everything is installed right
 
I believe this is same OC kernel block expansion line:PROPERTY OF BH_MANbusybox mkfs.ext2 /dev/stl9 -b 4096busybox mkfs.ext2 /dev/stl14 -b 4096busybox mkfs.ext2 /dev/stl12 -b 4096http://eb-productions.net84.net/behold-2.htmI could not find the page becusae for some reason it wouldnt let me go...it would redirect to the webhost's site.I found the cached version though.Good Luck!
 
Seems he has removed that particular thread.

1)Boot into recovery
2) Unmount cache
3) Go into cmd prompt and type in:

ADB shell (then the following commands)

busybox mkfs.ext2 /dev/stl9 -b 4096
busybox mkfs.ext2 /dev/stl14 -b 4096
busybox mkfs.ext2 /dev/stl12 -b 4096

There was also one more for the sd card...but I don't remember that one.
 
Does you have you redo the adb lines if you have done a nandroid restore? Or if you have done factory reset?
 
Back
Top Bottom