Back to CM10 from CM11 - A Shortcut

Search This thread

sam_777

Senior Member
Nov 15, 2012
382
180
Dhaka
Whenever I find some spare time I use to switch rom. Flashollic Me!
Increment CM digits are always no task at all because developers are taking good care so that flash process is done right.
But when try to decrements cm digits - do not have options. Back to DDLF2 via mighty odin is the only way to start. No flash-able zip files to step back! There should exist some easy way to do the job. This is a way to do this but I believe more easier way exists.

From cm11 rebboot to recovery
Flash cm-Ker-10.2over11-BuildBox.zip from cwm
Reboot to recovery again
Clean user data, etc, etc
Flash any cm10 (I tried cm10.2) rom
If that well known error "status 7" appears go ahead and flash again.
Flash gapps accordingly (gapps for 4.1, 4.2, 4.3)
Reboot.

Yes, not caught by mighty odin. Bye bye odin. See you later in deep needs.

This is not my work. I moved things from here to there. No Dev thing.
The zip structure is taken from the work of David Rodero
The boot.img is from BuildBox

All credit goes to @rodero95 and @buildBox

Finally, good luck to all flashers.
 

Attachments

  • cm-Ker-10.2over11-BuildBox.zip
    7.4 MB · Views: 41
  • Like
Reactions: zhiyong

zhiyong

Member
Jun 21, 2013
45
47
Shanghai
Google Nexus 5
Honor 8
another method:
open cm10(10.1 or 10,2).zip\META-INF\com\google\android
edit the updater-script
delete the device assert script
Code:
assert(getprop("ro.product.device") == "galaxysl" || getprop("ro.build.product") == "galaxysl" || 
       getprop("ro.product.device") == "GT-I9003" || getprop("ro.build.product") == "GT-I9003" || 
       getprop("ro.product.device") == "GT-I9003L" || getprop("ro.build.product") == "GT-I9003L");

then mount sdcard0 ,sdcard1 in cwm recovery and then chose the zip and flash. work for me:)
 
  • Like
Reactions: sam_777

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Whenever I find some spare time I use to switch rom. Flashollic Me!
    Increment CM digits are always no task at all because developers are taking good care so that flash process is done right.
    But when try to decrements cm digits - do not have options. Back to DDLF2 via mighty odin is the only way to start. No flash-able zip files to step back! There should exist some easy way to do the job. This is a way to do this but I believe more easier way exists.

    From cm11 rebboot to recovery
    Flash cm-Ker-10.2over11-BuildBox.zip from cwm
    Reboot to recovery again
    Clean user data, etc, etc
    Flash any cm10 (I tried cm10.2) rom
    If that well known error "status 7" appears go ahead and flash again.
    Flash gapps accordingly (gapps for 4.1, 4.2, 4.3)
    Reboot.

    Yes, not caught by mighty odin. Bye bye odin. See you later in deep needs.

    This is not my work. I moved things from here to there. No Dev thing.
    The zip structure is taken from the work of David Rodero
    The boot.img is from BuildBox

    All credit goes to @rodero95 and @buildBox

    Finally, good luck to all flashers.
    1
    another method:
    open cm10(10.1 or 10,2).zip\META-INF\com\google\android
    edit the updater-script
    delete the device assert script
    Code:
    assert(getprop("ro.product.device") == "galaxysl" || getprop("ro.build.product") == "galaxysl" || 
           getprop("ro.product.device") == "GT-I9003" || getprop("ro.build.product") == "GT-I9003" || 
           getprop("ro.product.device") == "GT-I9003L" || getprop("ro.build.product") == "GT-I9003L");

    then mount sdcard0 ,sdcard1 in cwm recovery and then chose the zip and flash. work for me:)