[SDCard Boot][Dual Boot] SDBooT v0.3 [Discontinued] - Micromax A116

SDCard Boot for Micromax A116
This project is discontinued as I have bought a Galaxy Note 2. This project is open to anyone who wants to take over.
Announcement:Full developer support would be provided for tutorials and user-scripts.
What is SDCard boot?
SDCard boot means Installing the ROM on the SD-Card instead of the EMMC and leaving the EMMC empty for other ROMS.
How is it useful?
It is useful if you need to test roms that don't fit on the EMMC and also enables the user to keep multiple roms on multiple sdcards.
Instructions
Prepare ROM ZIP
Download all the files from the Second Post and follow the instructions given for your ROM
Partition SD Card
Partition 1 : FAT (/sdcard)
Partition 2 : EXT4 (/system)
Partition 3 : EXT4 (/data)
Partition 4 : EXT4 (/cache)
Flash SD-Recovery.img (See attachments)(Use MobileUncle Tools. It is easier to switch to EMMC Boot or Dual Boot.)
Flash ROM (From SD-Recovery)(See 2nd post for a list of compatible ROM and Instructions for installation)
Multi/Dual Booting
NOTE: This feature is not stable yet, may not work on some roms and will remove recovery mode from the device.
Prepare your phone for MultiBooting
-Flash normal CWM/TWRP Recovery
-Install the ROM (EMMC) normally
-Copy boot.img from ROM.ZIP to '/sdcard/boot/emmc/' and '/emmc/boot/emmc/'
-Flash TWRP SBDooT
-Reboot to Recovery
-Flash the ROM you want on the sdcard (ROMS in Sencond post)
-Copy boot.img from SD ROM.ZIP to /sdcard/boot/sdb and emmc/boot/sdb
-Flash mBoot.zip
BUGS
Boot Menu Flickering.
Make sure that the EMMC ROM boot.img mounts "/dev/bootimg" and /dev/recovery"(optional) or SD ROM won't boot.
Convert ROMS from EMMC to SD
1.Obtain the target boot.img
2.Unpack using unpack-MT65xx.pl
Code:
./unpack-MT65xx.pl boot.img
3. Open the fstab file
4.Change the following
Code:
/[email protected]
/[email protected]
/[email protected]
to
Code:
/dev/block/mmcblk1p4
/dev/block/mmcblk1p3
/dev/block/mmcblk1p2
5.
Code:
repack-MT65xx.pl -boot boot.img-kernel.img boot.img-ramdisk SDBoot.img
6.Flash SDBoot.img as Boot.img
7.Share it on XDA
Future Support(Developers)
Use "/system" instead of "[email protected]" on updater script
Add an option for your own mBoot.img to make it easier for others to flash on sd/emmc
Add the following line at the end of fstab.mt6589 on mBoot.img
Code:
/dev/recovery /recovery emmc defaults
Thanks to
@kashifmin for KashKernel (http://forum.xda-developers.com/showthread.php?t=2596271)
@suhas.holla for TWRP 2.7.0.0 (http://forum.xda-developers.com/showthread.php?t=2758539)

SD-ROMS
CyanogenMOD 11
Compatibility:
Dual Boot : Yes
SDBoot : Yes
Last Updated along with v0.6
Bugs with SDBooT:
USB not detected if mounted as UMS and must be used as MTP
Instructions
Download CM11 v0.6 (or above)
ROM Thread
-Extract /META-INF/google/updater-script
-Replace all the "/[email protected]"s with "/dev/block/mmcblk1p2"
-Place updater-script back in the zip
Download mBooT.img
-Rename mBoot.img to boot.img
-Replace boot.img in zip with the one you downloaded
-Flash via TWRP SD-Recovery
-Install Patches given on the ROM Thread without any changes.
-Flash mboot.zip(emmc recovery) given in the previous post for MultiBooting.
-Place boot.img in '/emmc/boot/sdb' and '/sdcard/boot/sdb' (MultiBoot Only)
Carbon ROM
Compatibility:
Dual Boot : Yes
SDBoot : Yes
Last Updated along with Test Build
Bugs with SDBooT:
USB not detected if mounted as UMS and must be used as MTP
Instructions
Download Carbon ROM Test Build (or above)
ROM Thread
-Extract /META-INF/google/updater-script
-Replace all the "/[email protected]"s with "/dev/block/mmcblk1p2"
-Place updater-script back in the zip
Download mBooT.img
-Rename mBoot.img to boot.img
-Replace boot.img in zip with the one you downloaded
-Flash via TWRP SD-Recovery
-Flash mboot.zip(emmc recovery) given in the previous post for MultiBooting.
-Place boot.img in '/emmc/boot/sdb' and '/sdcard/boot/sdb' (MultiBoot Only)
More to come!!

Wohoo! DUAL BOOT!
GOOD WORK @dev0xteam
Finally we got DUAL BOOT on our device :laugh:

Really good work... keep it coming...
Sent from my Micromax A116 using XDA Premium 4 mobile app

Wow great
Excellent!!
Finally A116 s development is reaching new heights

Okay this is something new in this we have seen for dis device good work bro??
Sent from my A116 using XDA Premium 4 mobile app

Great Work. Any simple windows tool to modify boot.img? I want to convert lewa os to EMMC

shivrajsingh said:
Great Work. Any simple windows tool to modify boot.img? I want to convert lewa os to EMMC
Click to expand...
Click to collapse
Try using the script with Cygwin. I will upload more soon.
NOTE: Installation to internal memory doesn't require any modification to boot img.

Sorry. my mistake. I have pure xperia z2 on emmc and want to install lewa os by saket joshi on SD card. So I wanted to modify its boot.img. Can you convert lewa os in next release?

shivrajsingh said:
Sorry. my mistake. I have pure xperia z2 on emmc and want to install lewa os by saket joshi on SD card. So I wanted to modify its boot.img. Can you convert lewa os in next release?
Click to expand...
Click to collapse
I am first focusing on get mBooT stable then I will upload other mBoot.img files. Some of the early mboots will be :
Lewa
Stock(This will work on most of the stock based 4.2.x roms)
MIUI
Custom Kernel(Not Sure which one) with Stock Ramdisk.

So I'll need to make 4 partitions on my external SD card,right?
1 FAT and 3 EXT4.
What sizes should I make the EXT4 partitions?
I currently have a 32gb card with 25gb FAT and remaining EXT3 because I use Link2SD
EDIT: I want to use the CM11 along side my existing stock 4.2.1, and currently have 6.0.4.8 Phil's Touch recovery......can you explain me the steps to multiboot with the CM11? I already have the Mobile Uncle tools and I am familiar with using it.

dev0xteam said:
I am first focusing on get mBooT stable then I will upload other mBoot.img files. Some of the early mboots will be :
Lewa
Stock(This will work on most of the stock based 4.2.x roms)
MIUI
Custom Kernel(Not Sure which one) with Stock Ramdisk.
Click to expand...
Click to collapse
thanks!!

aditya_j said:
So I'll need to make 4 partitions on my external SD card,right?
1 FAT and 3 EXT4.
What sizes should I make the EXT4 partitions?
I currently have a 32gb card with 25gb FAT and remaining EXT3 because I use Link2SD
EDIT: I want to use the CM11 along side my existing stock 4.2.1, and currently have 6.0.4.8 Phil's Touch recovery......can you explain me the steps to multiboot with the CM11? I already have the Mobile Uncle tools and I am familiar with using it.
Click to expand...
Click to collapse
You will have to Partition you SD-Card as given in first post or SDBooT wil not work.
You need Init.d Support on both of the roms (Stock may not work) Try Colossus Rom
Instructuions:
Required Software:
7zip
Notepad++
Preparing EMMC ROM:
-Install Colosus Rom via any recovery
-Create a new folder on your sdcard. call it boot
-Inside Boot, create another folder called 'emmc'
-Extract the boot.img from Stock ROM
-Copy Colossus Boot.img to /emmc
Preparing SDBooT
-Download and Install twrp-sd-recovery that is attached in the 1st Post
-Download CM11 and all the required patches
-Extract META-INF/google/updater-script from CM11.zip
-Open updater-script in Notepad++
-Ctrl+F
-Switch to the Replace tab
-Find what : /[email protected]
-Replace with /dev/block/mmcblk1p2
-Ctrl+S
-Put the updater-script back in CM11.zip/META-INF/google/
-Download mboot.img from the first post
-Rename it to boot.img
-Create a folder inside the boot folder(that we created earlier) and name it 'sdb'
-Place this boot.img in 'sdb' and in CM11.zip
-Flash this via twrp-sd-recovery
-Flash all the CM11 patches via twrp-sd-recover without any changes
-Download mBoot.zip from the first post
-Flash it via any recovery.
Copy boot folder to Internal Storage and FAT Partition of SDCARD
-Structure (Placemant of boot folder and files in boot folder)
Code:
On Internal Storage
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
On SDCard
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
NOTE:If mBoot.zip fails to fire up at boot..
Workaround:
Perform this step at the end
Flash mBoot.zip via any normal recovery

how to partition sd card?

blueandro said:
how to partition sd card?
Click to expand...
Click to collapse
Windows
-Install MiniTool Partition Wizard
-Connect SDCard to PC
-Run MiniTool Partition Wizard
-Select SD Card
-Partition Accordingly
Linux
-Install GParted
-Connect SDCard to PC
-Run GParted
-Select SD Card
-Partition Accordingly

Code:
On Internal Storage
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
On SDCard
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
This we have to do on the FAT partitions of both the storages,right?
I am still a bit unclear on the number and sizes of partitions on the SD card. I have finished making changes to the CM11 ROM zip and also installed an init.d emulator on my stock as I could not find a ROM that didnt require a complete factory reset. Sorry,I know I am asking too many questions,just trying to have all the knowledge before starting it.

aditya_j said:
Code:
On Internal Storage
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
On SDCard
1.EMMC ROM
boot/emmc/boot.img
2.SDBooT ROM
boot/sdb/boot.img
This we have to do on the FAT partitions of both the storages,right?
Click to expand...
Click to collapse
yes
Partition 2 (System) : 660mb or above
Partition 3 (Data) : 450mb or above
Partition 3 (Cache) : 350mb or above
Partition 1 (FAT) : Remaining

Thanks.This is exactly the detail I was looking for.Will test and post results ASAP

Nice work congrats
Sent from my Micromax A116 using XDA Free mobile app

TWRP stops working
I flashed the sd TWRP via Mobile uncle tools,when I boot into recovery, it just gets stuck at the 'Team Win' logo and doesn't respond to any touch or key press. Is it possible to install Dual boot with the regular CWM,or is it necessary to use the sd TWRP?

Related

[CWM][CM7][HC][NOOKCOMB][PHIREMOD]CWM for Flashing Roms to SDcard + More! [6/22]

Hello all you ROM SD'ers out there!
**First off, thank you to all the real devs out there who've sacrificed their time and energy in getting the roms available here to where it is! And of course credit goes to the original creator of CWM. Side note, I was able to prepare this CWM image because of a blog I read somewhere regarding preparing a dualboot setup on a single SDcard. I can't remember. I'll give credit when I do.**
I've prepared a modified CWM image that is sd-bootable for flashing the latest roms to your SDcard.
*CM7 roms prepared by me will not touch your data partition. So all your apps and setup should remain. However certain roms that I've prepped may need to format data and system on your SDcard. So please read through this post for more details*
-You need have a CM7 SDcard already prepared. Get it here http://forum.xda-developers.com/showthread.php?t=989637 Thanks verygreen!
-Download modified CWM image zip file.
-Burn to a second SDcard (that you will only need for this procedure)
-Download attached CM7v22 flashable zip from this post only.
-Copy the CM7v22 SD-Card.zip to the SDcard partition (4th partition) of your CM7-SD (if you cannot see it in your PC, use ADB)
-Power off nook
-Place modified CWM sdcard that you just burned
-Boot to CWM off the CWM SDcard
-Remove CWM SDcard
-Insert your CM7-SD card
-Goto mounts and storage and "mount SDcard"
-Goto top menu and "install zip from SDcard"
-Choose CM7v22 SD-Card.zip
-Confirm "yes"
-This will install the CM7v22 system, including the latest kernel and Ramdisk(I've modded the ramdisk so it stays SD bootable)
-Let it do it's thing, it will take a little bit, might not show progress immediately. Just be patient.
-If you wish to flash Gapps or Dalingrins OC Kernel you can do so now as well
-When install is complete. Leave your CM7 SDcard in there and choose "reboot system now"
-CM7 logo will show for several minutes, be patient and it should eventually come up.
-Enjoy!
**Only use my modified CWM image and flashable zip from here, or else it will mess up your internal. Do not use this CWM sd to flash anything else other than what is stated above! And do not use this to format any partitiions!**
**The usual disclaimers: Backup, backup, did I say backup? Just in case. And oh yeah, I'm not responsible for anything that happens to your nook or your sanity if something goes wrong.
**Edit 3/21-If your PC is unable to mount your 4th partition. There are two ways you can go about it.**
1-Samuelhalff has an app that can do that for you "NookColorUMS" (Thank you sir!) You can get it here http://forum.xda-developers.com/showthread.php?t=952456. Just choose "Mount SD (4) Fourth Partition" and that should mount it to your PC or Mac, and just drag and drop the latest nightly from here. You should be good to go after that.
2 -Or you can use adb and mount the partition your self. In adb shell run the following command:
#echo /dev/block/mmcblk1p4 > /sys/devices/platform/usb_mass_storage/lun0/file
That should mount your 4th partition to your PC. Drag and drop the file over. And you should be good to go.**
Click to expand...
Click to collapse
**Edit 3/23 - Nightlies 30 and on will have the vold.fstab edited so that it will mount the 4th partition to the SDCard folder instead of boot.**
**Edit 3/28 - Thanks to deeper-blue, CM team, Samuelhalff for getting HC to where it is today. I've added a flashable .zip file for anyone that wants to try out samuelhalff's tweaked Honeycomb version. I've also included a dualboot setup(thanks to rookie1) with my CWM_SD. So if you ever wanted to flash anything in the future, just drop it in the SDcard(4th) partition of your SDcard. Hold the HOME button to boot into CWM_SD and flash from there. Leave it alone to boot normally. This will wipe your current rom from your SDcard and install Honeycomb. It is recommended to perform a nandroid backup of your SDcard with my CWM version.**
**Edit 3/30 - There was an error on my part in the edify script. Thanks to "smartmind" for pointing it out. Fixed and uploaded updated version 0.1.
Thanks to rookie1. I've updated a flashable zip that will install my CWM to your SDcard as a dualboot.
1-Once installed you no longer need my CWM_SDcard to flash your nightlies. When booting hold the home button to go into recovery for SD. Leave it alone and it will boot up normally.
2-You can also do a nandroid backup of your CM7_SD. As well as a restore back onto your SD. Tested and working!**
**Edit 3/31 - Uploaded a flashable zip for "mikegonz" NookieComb. Thank you sir. If you want to enjoy a near Honeycomb experience and want all the available features of NookieFroyo (flash, dsp, less apps FC issues) Then I suggest you give his rom a go. After flashing the rom to your SDcard. Please head over to his thread and download some necessary files needed to get the full honeycomb experience. If you enjoy the rom, please go over this his thread here and thank him.
**This will format your /data and /system! So please make a nandroid backup of your current SDcard rom with my modded CWM in case you want to revert**
**Edit 4/5- Uploaded a flashable zip for PHIREMOD's v5.3 Rom (THANK YOU SIR!). His rom is based on CM7 RC4 release. So it is very stable. And I must say, blazing fast. And I'm running it on a 2gb Class 2 card. If you enjoy the rom, please go over this his thread here and thank him.
**This will format your /data and /system! So please make a nandroid backup of your current SDcard rom with my modded CWM in case you want to revert**
**Edit 4/15- Uploaded NookieComb v0.4.13 and Phiremod Nook v6.[/COLOR]
**Both of these roms will format your /data and /system! So please make a nandroid backup of your current SDcard rom with my modded CWM in case you want to revert**
**Edit 5/5- Uploaded latest CM7 nightly. Also uploaded Divine_Madcat's Honeycomb RC1 Update (working su, market, sound). If you enjoy his work. Please head over to his thread here and thank him!
**The Honeycomb RC1 Update will format your /data and /system! So please make a nandroid backup of your current SDcard rom with my modded CWM in case you want to revert**
Click to expand...
Click to collapse
**Edit 6/22- Uploaded latest Phiremod v7-Test Build.
**This is a wipe only update** So the .zip will wipe /data and /system. Make a backup of all your apps. Well I went ahead and made it easier for everyone. So I packaged the whole Phiremod v7-Test as a CWM-SD Flashable zip. This will install phiremod-nook-v7-test, gapps, and will install the launcher-pro backup to the sdcard partition for you.
-All you have to do is download the 'phiremod-nook-v7-TEST-SD-CWM-package.zip' file, no need to extract anything
-Boot into CWM-SD and flash the package zip file
-Reboot when done
-It will prompt with 2 different options on startup, choose "Setup Wizard"
-For some reason it won't get past that, even when touching the Android guy, to get around this touch all 4 corners of the nook screen starting with:
1. top left hand corner
2. top right hand corner
3. bottom right hand corner (just above the 'change language' button)
4. bottom left hand corner (just above the 'emergency' button)
-That should get you to the main screen.
-Connect to a wireless network
-Market will not populate correctly, so go into the app drawer and choose 'Talk'
-That should give you an option to add a google account
-Once completed go back to the main screen and goto options--> preferences --> and restore the launcher pro backup
-You should now see Market on the home screen
-Don't forget to thank the devs!
-Personal thank you to "bdeville" for testing the .zips for me before I borked any more installations!
If I've helped in someway, can I get a thank you!
Thanks everyone,
Racks
______________________________________________________________
Clockwork Recovery Image for Flashing Roms to SD only:
http://www.multiupload.com/I3N3J18DAX - MD5 - 46b0434a5a312b3f84208cd373e9e0c5
Click to expand...
Click to collapse
______________________________________________________________
**ALL FILES BELOW ARE FLASHABLE WITH THE MODDED CWM ATTACHED**
CM7-SD Flashable zip (to be used only with CWM above):
Nightly 22 - http://www.multiupload.com/1A6QI9HJHY
Nightly 25 - http://www.multiupload.com/VKMK4YYS1V
Nightly 28 - http://www.multiupload.com/KD6YOYJ6F0 MD5 - 887b9e607e7d34c06f4fcd3b267472c3
CM7 3/20 Build (Bottom Status Bar by Samuelhalff) - http://www.multiupload.com/L1R2NFCPYS MD5 - 244f87243d5c0cf975c76c89e00c93df
Nightly 29a - http://www.multiupload.com/IHZ9496FUN Updated MD5 - 9cb78fe78462f5a32941c7b218d76c37
Nightly 30 - http://www.multiupload.com/2AJHBAM64N MD5 - ecb2221b575122bf86615324b7328841
Nightly 31 - http://www.multiupload.com/V6EJ7ZUDHE MD5 - e6f0aa3a0bda5544d840416fef4870c0
CM7 Mad_murdock Build 3/28 - http://www.multiupload.com/11N8MDEPYX MD5 - 20e7836bb1bd3b8ae42b507095e0b53d
CM7 Mad_murdock Build 3/29 - http://www.multiupload.com/BY8NVNU1HV MD5 - a3dd232776a9fdae9adf7588f3b2ad69
CM7 Dalingrin Video Test Build 3/29 - http://www.multiupload.com/QYRHN0VX1B MD5 - 5ebe543ff5bae1e6a72d754e5b53b5c0
CM7 Mad_murdock Build 3/31 - http://www.multiupload.com/ZK2P3UP8EI MD5 - 6ecaf69fef625eb37e9c5c89c6880452
CM7 7.0.0 RC4 - http://www.multiupload.com/95HJGYV5S5 MD5 - 3e77930b6d26f4eece264ae324795026
CM7 Mad_murdock Build 4/3 - http://www.multiupload.com/31HBN9W39I MD5 - ef8386c70c7dcb97e035d022060405da
Nightly 35 - http://www.multiupload.com/KENUP9PPP0 MD5 - 62c94fa65e4be5fe92ee3cda202877c5
CM7 Mad_murdock Build 4/4 - http://www.multiupload.com/QVBTRF2O6M MD5 - 3b32cfbc648c3224ef6295ea08f57835
Nightly 36 - http://www.multiupload.com/A1EQN53G24 MD5 - f0d9a6d81e6c9346955eb1ed03d2f11a
CM7 Mad_murdock Build RC2 - http://www.multiupload.com/LEMGQJZKA6 MD5 - 36946e56547d130af23ceb540f3d3ddd
Nightly 37 - http://www.multiupload.com/T0UHF34U12 MD5 - 63bd84a333588c89c73092c36e6577b5
CM7.0.0 Stable-Updated- http://www.multiupload.com/3F3FT3QHZU MD5 - 232ad9466f80c9b25706400d79d5afb9
Nightly 39- http://www.multiupload.com/UPV6KBFYMQ MD5 - 4394706fcc9389d2d15ab73cdbe7f81d
Nightly 41-Updated- http://www.multiupload.com/5VG9UHOMWD MD5 - 801ee4525881d32dc61d2380f115796c
CM7.0.2 Stable- http://www.multiupload.com/REI8NXPW45 MD5 - 616161e75d1a4978efab3f19ae4e8206
Nightly 61- http://www.multiupload.com/REI8NXPW45 MD5 - 323ca059dc3edb03781e0216ed4ed39f
Update 5/11: CM7.0.3 Stable- http://www.multiupload.com/94M4FLBOFC MD5 - 22a85a9a105fb8d41827ccb557906fec
Update 5/11: Nightly 68- http://www.multiupload.com/ZYXYLGP7SN MD5 - 28e58c53dfec5ab651a64151525c3256
Click to expand...
Click to collapse
Gapps-3/07/11 for CM7:
http://www.multiupload.com/GVYM4DN54A
MD5 - 08d46a6d9afceb9789c2978f57598f7e
Click to expand...
Click to collapse
Dalingrin OC Kernels for SD:
CM7 - 3/16: http://www.multiupload.com/OWTHFMM7CU
MD5 - 13c03150b72938fa15f43bd795969dfe
CM7 - 3/29 : http://www.multiupload.com/RUCAN3MUZ8
MD5 - bdd5f6dbaba12c87f3974c281e2def52
CM7 - 4/1 : http://www.multiupload.com/5UT3Y4QUXC
MD5 - e0ec3e1e879562aa5edcb342ee984ac7
CM7 - 4/4: http://www.multiupload.com/7QUA64FBX7
MD5 - 9bbdd0258ad6d9cd64da9f244fa818ad
FROYO - 4/4: http://www.multiupload.com/MLZWMY4XDU
MD5 - e230ea5dab8497e844dd1633e8d880cb
CM7 - 4/18C Test Kernel: http://www.multiupload.com/0GIS22MEZW
MD5 - a8eeca7c033f4f41626e13efeb7dfa87
CM7/Phiredmod - Alsa Update (Only flash this for Phiredrop and CM7 v39 or earlier): http://www.multiupload.com/5JVWY5KV43
MD5 - 885e4109da53e96d4fb0e16a6dc443d8
CM7 - 4/24 1.3ghz Test Kernel (Please read the kernel thread for more info): http://www.multiupload.com/4J506BJ7R3
MD5 - d53a386040b2c40652009d8346d598b1
Update 4/30: Froyo 0.6.8 BT 3/13 Kernel (Please read this thread for more info): http://www.multiupload.com/HZXP6WFRPS
MD5 - b2ff802dd5d9e7f9e98f031538f30796
Click to expand...
Click to collapse
Update 3/28 : HCv4 2nd Edition SDcard:
http://www.multiupload.com/GJ3YFAP8D1
MD5 - 7d615cda41fe0a17758b0bd64fd2ea99
Click to expand...
Click to collapse
Update 3/30 : CWM SD Dualboot 0.1:
http://www.multiupload.com/QE3UIAL2WW
MD5 - 5f2e8aebfe089e7447a9d0389a8bfe5e
Click to expand...
Click to collapse
NookieComb by MikeGonz(Based on NookieFroyo):
NookieCombv0330_SD.zip : http://www.multiupload.com/F4F04XYO1S
MD5 - 38344cce47d581848bc0dd61a3e81a60
NookieCombv042OC_SD_Update.zip (This is an update, must flash v0330 first) : http://www.multiupload.com/7W5008UN1H
MD5 - 575755f76c0854ab531bf8a1b3a841a2
Update 4/15: NookieCombv0.4.13 OC_SD (This will format /system and /data) : http://www.multiupload.com/RR5VVYCU1A
MD5 - a2ff0daaf4c8a9d23359413b77f9bbca
Click to expand...
Click to collapse
Phiremod Nook Roms:
v5.3 : http://www.multiupload.com/RDWL2295HB
MD5 - ee8e8030d1f27ddf0ad8f777dabc069f
v6 (This will format /system and /data): http://www.multiupload.com/OCA2ZN06GO
MD5 - 25e01a189ffc5f8d9a7634fe888c1147
v6.1 Update(This will format /system only): http://www.multiupload.com/J3RGXIZRX7
MD5 - 6abb1cd1485650fa14ec28092ad40552
v6.2 Update(This will format /system only): http://www.multiupload.com/58WUW1AZ0A
MD5 - 70b2ff0345897252f3f3dff8728a4b55
v6.3 Update(This will format /system only): http://www.multiupload.com/5NRXXEPS6N
MD5 - 17c2d5322c2674fe85bd279934dc6830
Update 6/22: **Follow directions in the 6/22 update of the OP for installation instructions!!!**
v7-Test Update(This will format /system and /data) : http://www.multiupload.com/G8W5OT5DNW
MD5 - b77e13c45140f2f90571a0b2a2bcc2bd
Click to expand...
Click to collapse
Divine Madcat's Honeycomb SDcard:
RC2: http://www.multiupload.com/PKLYFMXYZZ
MD5 - 6c3ef5139f33ad250e05117f4e5f9b3f
Update 5/11 - RC3: (This will only format /system)
**Edit: Thanks to "patgnds" confirming that it's working! Enjoy!**
http://www.multiupload.com/KACNEBHVF4
MD5 - Forgot to check the md5 before deleting it off my comp. If anyone can advise. That would be great
Click to expand...
Click to collapse
Nicely done... do you plan to update your flashable for each nightly?
faceman66 said:
Nicely done... do you plan to update your flashable for each nightly?
Click to expand...
Click to collapse
I might get a day or two behind if I'm busy, but yes those are my intentions.
racks11479 said:
...
I've prepared a modified CWM image that is sd-bootable for flashing the latest nightly to your CM7 SDcard.
...
Thanks everyone,
Racks
Clockwork Recovery Image for CM7-SD only: http://www.multiupload.com/I3N3J18DAX
CM7v22 SD Flashable zip (to be used only with CWM above): http://www.multiupload.com/1A6QI9HJHY
Click to expand...
Click to collapse
Cool! Trying Now... Just need to ask... Was I on the right track as I asked in the CWR 3.0.1.0 thread earlier today?
http://forum.xda-developers.com/showpost.php?p=12155685&postcount=299
Hey guys.
I prepared my CM7 SDcard [step one] via burning the .img to my SD via dd. Then, step 3 involves burning another .img to my card. Won't the two .imgs overwrite each other if I use dd?
Can I get a little more detail in these sections? Everything else makes perfect sense. Cheers.
plariers said:
Hey guys.
I prepared my CM7 SDcard [step one] via burning the .img to my SD via dd. Then, step 3 involves burning another .img to my card. Won't the two .imgs overwrite each other if I use dd?
Can I get a little more detail in these sections? Everything else makes perfect sense. Cheers.
Click to expand...
Click to collapse
You're going to be using 2 different SD's.... one that has the original CM7 SD card version from verygreen... the other is for CWM....
Set the CM7 card to the side... burn a CWM SD... this is the one you will boot CWM from... is all it is used for.
Copy the update CM7 zip file to the root of the CM7 SD card to use for upgrading the same card.
Hopefully this cleared it up for you.
Perfect. Thanks for the explanation.
Bump...
OP updated with latest nightly, gapps, and dalingrins OC kernel.
Please let me know how it works out for everyone. If there are any issues or what not so that I may make any needed corrections.
Thanks again everyone,
Racks
Thanks for pulling this together. I was able to update my SDcard pretty easily. Although, I ran across two issues that I had to address that I thought I'd share:
1. I couldn't copy the file to my SDcard from my computer because the Boot partition (1) was only 117MB in size with about 1/2 of it used. Since the .zip file was 81MB, there wasn't enough room. My solution was to download the file directly into the Nook using the browser, following by using File Manager to copy it to the topmost location (or /sdcard). Although, when I went into CWM, I think I could have left it in the download directory rather than move it.
2. I previously edited my vold.fstab file in order for it to point to my fourth partition, which is about 2GB in size, rather than to my boot partition (1), which is only 117MB. I adb pushed it from my computer and all was fine. I may keep a copy of this file on my sdcard so that I can just replace it using file manager going forward. That way I can do the entire process without the need to connect to a computer.
Hope this is helpful.
ScratchSF said:
Thanks for pulling this together. I was able to update my SDcard pretty easily. Although, I ran across two issues that I had to address that I thought I'd share:
1. I couldn't copy the file to my SDcard from my computer because the Boot partition (1) was only 117MB in size with about 1/2 of it used. Since the .zip file was 81MB, there wasn't enough room. My solution was to download the file directly into the Nook using the browser, following by using File Manager to copy it to the topmost location (or /sdcard). Although, when I went into CWM, I think I could have left it in the download directory rather than move it.
2. I previously edited my vold.fstab file in order for it to point to my fourth partition, which is about 2GB in size, rather than to my boot partition (1), which is only 117MB. I adb pushed it from my computer and all was fine. I may keep a copy of this file on my sdcard so that I can just replace it using file manager going forward. That way I can do the entire process without the need to connect to a computer.
Hope this is helpful.
Click to expand...
Click to collapse
Glad you got it working. But doesn't the sdcard partition mount when you plug the sdcard into your pc using a micro sdcard reader? That's how i did mine. boot and sd should mount since they are vfat partitions. You shouldn't be copying to the boot partition because when using the Modded CWM from this thread and when mounting sdcard. It mounts the sdcard partition from your CM7 Sd. Which is where the CM7 zip should preside.
I do appreciate the feedback though.
Thanks,
Racks
I was planning to redo this just a bit to be able to put you uImage -> uRecImg and uRamdisk -> uRecRam on my normal CM7 SDcard to be able to get down to a single card with merged boot partition but figured that I would just verify what I thought you did to get CWR to install to the SDcard (/dev/block/mmcblk1p?) vs. EMMC (/dev/block/mmcblk0p?) and I'm thinking you missed an edit on the cache partition as I don't think you want to use the EMMC cache for the SDcard?
CWR 3.0.1.0 EMMC uRecRam: /etc/recovery.fstab
# mount point fstype device [device2] [fstype2]
/boot vfat /dev/block/mmcblk0p1
/system ext4 /dev/block/mmcblk0p5 NULL ext3
/data ext4 /dev/block/mmcblk0p6 NULL ext3
/cache ext4 /dev/block/mmcblk0p7 NULL ext3
/emmc vfat /dev/block/mmcblk0p8
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3
CWR 3.0.0.6 SDCard uRamdisk: /etc/recovery.fstab
# mount point fstype device
/boot vfat /dev/block/mmcblk1p1
/system ext4 /dev/block/mmcblk1p2
/data ext4 /dev/block/mmcblk1p3
/cache ext4 /dev/block/mmcblk0p7
^ ^^^^^
/emmc vfat /dev/block/mmcblk1p4
/sdcard vfat /dev/block/mmcblk1p4 /dev/block/mmcblk1
Edit: Thinking some more about this I guess it's pretty meaningless as I beleive the only thing CWR will do with /cache is flushing cache... so probably no big deal to flush EMMC cache except first boot takes longer...
jtbnet said:
I was planning to redo this just a bit to be able to put you uImage -> uRecImg and uRamdisk -> uRecRam on my normal CM7 SDcard to be able to get down to a single card with merged boot partition but figured that I would just verify what I thought you did to get CWR to install to the SDcard (/dev/block/mmcblk1p?) vs. EMMC (/dev/block/mmcblk0p?) and I'm thinking you missed an edit on the cache partition as I don't think you want to use the EMMC cache for the SDcard?
CWR 3.0.1.0 EMMC uRecRam: /etc/recovery.fstab
# mount point fstype device [device2] [fstype2]
/boot vfat /dev/block/mmcblk0p1
/system ext4 /dev/block/mmcblk0p5 NULL ext3
/data ext4 /dev/block/mmcblk0p6 NULL ext3
/cache ext4 /dev/block/mmcblk0p7 NULL ext3
/emmc vfat /dev/block/mmcblk0p8
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3
CWR 3.0.0.6 SDCard uRamdisk: /etc/recovery.fstab
# mount point fstype device
/boot vfat /dev/block/mmcblk1p1
/system ext4 /dev/block/mmcblk1p2
/data ext4 /dev/block/mmcblk1p3
/cache ext4 /dev/block/mmcblk0p7
^ ^^^^^
/emmc vfat /dev/block/mmcblk1p4
/sdcard vfat /dev/block/mmcblk1p4 /dev/block/mmcblk1
Edit: Thinking some more about this I guess it's pretty meaningless as I beleive the only thing CWR will do with /cache is flushing cache... so probably no big deal to flush EMMC cache except first boot takes longer...
Click to expand...
Click to collapse
Yes you are correct regarding the cache. I left it as is , without creating tmp cache partition. I'll update when I get a chance next time around.
Thanks for the feedback,
Racks
Sent from my NookColor using Tapatalk
Hey! Thanks for this. This is going to save me a lot of time, but I was enjoying the research. lol
Two questions, If I have modified my 4th partition (sdcard) of my bootable CM-7 SD and modified the vold files accordingly, to utilize the existing space on my SD card, would this have any impact on running any of your procedures in the op? Would I loose my partition at any time during the process?
Perhaps a dumb question:
If I use this method with CM7 nightly 25 on an SD card running nightly 19, will I lose my applications and data? Or just OC kernel?
12paq said:
Hey! Thanks for this. This is going to save me a lot of time, but I was enjoying the research. lol
Two questions, If I have modified my 4th partition (sdcard) of my bootable CM-7 SD and modified the vold files accordingly, to utilize the existing space on my SD card, would this have any impact on running any of your procedures in the op? Would I loose my partition at any time during the process?
Click to expand...
Click to collapse
No it should'nt. You might have to redo your vold file, but your 4th partition should stay intact.
Sent from my NookColor using Tapatalk
TchnclFl said:
Perhaps a dumb question:
If I use this method with CM7 nightly 25 on an SD card running nightly 19, will I lose my applications and data? Or just OC kernel?
Click to expand...
Click to collapse
Not a dumb question at all. I should mention this in my OP actually. It will not touch your data partition. So all your apps and setup should remain. Your Google apps should remain as well. Only /system files are updated. OC kernel will be replaced, that's why I included the flashable OC zip as well in the OP. Use the zip and flash with my modded CWM and it will update your kernel.
-Racks
Sent from my NookColor using Tapatalk
racks11479 said:
Glad you got it working. But doesn't the sdcard partition mount when you plug the sdcard into your pc using a micro sdcard reader?
Click to expand...
Click to collapse
No.
It only shows the first partition, regardless of what the file systems are.
However, one can do the same thing by using ADB to push the zip file to the /sdcard/ folder.
racks11479 said:
Not a dumb question at all. I should mention this in my OP actually. It will not touch your data partition. So all your apps and setup should remain. Only /system files are updated. OC kernel will be replaced, that's why I included the flashable OC zip as well in the OP. Use the zip and flash with my modded CWM and it will update your kernel.
-Racks
Sent from my NookColor using Tapatalk
Click to expand...
Click to collapse
Thanks! Haha I was unsure if you hadn't mentioned it because it was obvious, or because you hadn't thought of it . I'm pretty fresh to the Android scene, especially bootable uSD cards.
ADude said:
No.
It only shows the first partition, regardless of what the file systems are.
However, one can do the same thing by using ADB to push the zip file to the /sdcard/ folder.
Click to expand...
Click to collapse
OK. Thanks for the update. I run windows 7,Ubuntu, and OSX and boot and SD mount for me. Anyone else with only boot mounting? Is it just me?
Thanks,
Racks
Sent from my NookColor using Tapatalk
racks11479 said:
No it should'nt. You might have to redo your vold file, but your 4th partition should stay intact.
Sent from my NookColor using Tapatalk
Click to expand...
Click to collapse
Drat. Nope, CWM SD will not allow me to mount my extended sdcard 4th partition.
Easy enough though, to start over. I have a current sd version I pulled and saved to my PC prior to extending my partition. So no biggie. But as a way to easily do nightlys, not so easy.
If indeed the SDcard partition is the issue, it would be nice if it was not limited to the 2gig image. The 2gig, as you know, is really intended as a Bluetooth test, not practical as a daily runner for me due to storage size limitations. In addition, Verigreen stated he might this weekend, write CM7 SD versions that will just fill the remaining space of a given sd card with the 4th SDcard partition.
I'll look for a work around and report back with any success. I wonder if will not mount because of the 4th part ion size or the High Capacity micro-SD card? Mine is a Sandisk 8gig.
Wonder how hard it would be to modify your CWM sd for variably sized SDcard partitions?

connect partition with phone memory

how i can create 2gb memory in my phone?i follow tutorials with sd formatter and minitool magic partition 7,after that flash .zip from here http://www.android-hilfe.de/themes-...data2sd-installer-komplett-ueberarbeitet.html and after reboot my phone but don't open. freeze in minicm logo
my steps:
1)create ext4
2)flash .zip with recovery
3)reboot phone
4)error-error-error
general steps:
1)create ext4
2)flash .zip with recovery
3)reboot phone
4)install a2sdgui
5)run it
6)all done!
i use this links:
http://www.android-hilfe.de/themes-...data2sd-installer-komplett-ueberarbeitet.html
http://download.cnet.com/MiniTool-Partition-Wizard-Home-Edition/3000-2094_4-10962200.html
http://www.heise.de/download/sd-formatter.html
how i can fix that my friends? this method is success in zte skate and its all fine please help me any idea?

[Q] how can I install CM10.1 rom to emmc?

hi,
currently i have CWM 6.0.1.2 installed on SD, when doing SD recovery, the rom goes always to SDCard, not to emmc, same about gapps.
i am trying to flash CM10.1 ROM from kuzma30 to emmc but it always goes to SD.
i am going in circles, read lots of threads and cannot cover a basic question: what is the deciding factor if rom is installed into sdcard or into emmc? is it rom dependent and I need to get an emmc enabled ROM or can I flash any ROM to emmc?
can I flash emmc with CWM sd recovery? do I need certain version or any (latest) version will do?
Little explanation would help a lot.
The location where the ROM and gapps get installed is specified in the updater-script in folder META-INF\com\google\android\ of the respective zip archives -- assuming that you have the correct (i.e., for SD) version of CWM recovery (see http://forum.xda-developers.com/showpost.php?p=35669871&postcount=1 for more details (the installation process is the same, just swap in your choice of 10.1 ROM and gapps)).
i've seen the post and did exactly the procedure, however, the rom got installed into sd card.
now according to you I need to have a emmc enabled ROM, I tried this one:
cm-10.1-20130110-acclaim-HD-SDC.zip
which is SDCard ROM, I suppose.
so it cannot be flashed to emmc, right?
do I need to look for a rom which has no "SDC" in the name?
helcik said:
...
do I need to look for a rom which has no "SDC" in the name?
Click to expand...
Click to collapse
Yes, you need the ROM and Gapps zip files identified on this Succulent blogpost http://iamafanof.wordpress.com/2012/12/20/cm10-1-jellybean-android-4-2-1-for-nook-tablet-1221/

[ETC] Flashable File to Create Bootable SDCard for Nook Tablet

I AM NOT RESPONSIBLE IF YOU DAMAGED YOUR SDCARD OR NOOK TABLET
WHAT IS THIS?
It's a flashable file (a file that you can install from recovery) that will create a bootable SDCard for your Nook Tablet.
What it does is creates 4 partitions on your SDCard.
100MB for partition 1 (BOOT)
400MB for partition 2 (SYSTEM1)
Size for partition 3 (DATA1) and partition 4 (SDCARD) vary.
It'll also copy over boot files to your SDCard, making the SDCard bootable on your Nook Tablet.
INSTRUCTIONS:
This will only work with the provided CWM 6.0.2.9 because it contains fdisk with advanced options.
Format your SDCard with SDFormatter if you are on Windows and OSX. Linux? GParted.
Copy CWM 6.0.2.9 recovery (renamed the internal recovery img to recovery.img) to your SDCard.
Copy flashable_create_bootable_sdcard.zip to your internal storage.
if [ Stock_Rom ]; then
# If you are still on Stock Rom, you need to be rooted and have terminal installed.
# Open up terminal.
# Backup stock recovery
su
dd if=/dev/block/mmcblk0p3 of=/sdcard/stock_recovery.img
# Store the stock_recovery.img on your computer for future need.
# Install CWM 6.0.2.9 recovery
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p3
# Boot to recovery. Power up device by holding Power + Home keys.
else
# If you already have previous CWM version of recovery installed, just flash the new one.
reboot recovery
fi
Insert formatted SDCard.
Make sure the USB cable is not plugged into your computer.
1) Install zip from sdcard
- choose zip from internal sdcard
- flashable_create_bootable_sdcard.zip
Ignored the "can't unmount /dev/block/mmcblk1p1".
Be patient with the loading bar. It's not frozen, just wait.
The larger the data1 size, the longer the process take.
Power off device and turn it on again.
If successful, it will boot into Cyanoboot.
Then you can install *SDC Rom.
The default data1 (Partition 3) size is 600MB in flashable_create_bootable_sdcard.zip.
My recommendation.
600MB is for 2GB SDCard
1000MB is for 4GB SDCard
2000MB is for 8GB SDCard
3000MB is for 16GB-64GB SDCard
To make data1 size larger, just rename the file 'createsd_*.sh' to 'createsd.sh' inside flashable_create_bootable_sdcard.zip.
createsd_600MB.sh
createsd_1000MB.sh
createsd_2000MB.sh
createsd_3000MB.sh
*added 4000MB and 5000MB scripts. Rename createsd_X000MB.sh.txt to createsd.sh.
Do test and tell. I've only tested on 2GB, 4GB, and 32GB sdcard.
I'm curious how I go about installing a rom onto the sd card after i have this?
Koneesha said:
I'm curious how I go about installing a rom onto the sd card after i have this?
Click to expand...
Click to collapse
There should be a guide on how to flash ROMs to SD somewhere in the forum...it was intended for making a triple boot Nook...although the scripts may not work for CM10/10.1 as they were for CM7/9
If you find it (back 1-2 pages) you could use it, if I find it I'll link you...
http://forum.xda-developers.com/nook-hd?nocache=1&z=7773671285249293
If you indeed have a Nook HDplus, then you are posting in the wrong forum. Try posting in a HD+ forum and perhaps someone might be willing to help, in spite of your rather abrasive attitude.
SD-based CM11 ROMs for HD+:
http://forum.xda-developers.com/showthread.php?t=2583952
http://forum.xda-developers.com/showthread.php?t=2600572
http://iamafanof.wordpress.com/2013/12/20/cm11-0-kitkat-android-4-4-2-for-nook-hd-xx-20dec2013/

[Q] upgrading verygreen cm11 boot from sdcard install

Hi I run the booth CM 10.2 boot from SDCARD install from verygreen and would like to upgrade to KITKAT and keep my apps intact without starting over from scratch. Can someone who has actually done the upgrade fill me in on some of the steps and gotchyas.
So glancing at the post below. It looks like there is some info missing for 10.2 sd card users and I would like to preserve my installed apps.
So do I just need to download only the sdcard ovation zip to the original nook build on the stock nook then booth to cwm and update with that zip and reboot. What folder is best to stick zip into for cwm? Again I want to preserve my installation as much as possible. Also if I have to clear the cache what type of data does that cause me to loose exactly?
Im thinking this instruction set is for existing internal installs and not boot from sdcard installs and im a bit confused too which zip is the recovery zip and which file is CM11. I would think cwm would just unpack the ovation sdcard zip and install it you would be done. What is gapps, Is play store hosed or something after the upgrade and where are the links for the gapps if its not via play store for this mod?
What is the difference in a recovery zip and cwm11 I would like to understand more why the recovery is needed, used, what it is in android.
For upgrades from CM10.x (the only tested are 10.2 and 10.1). If you have any problems after upgrade - you'll need to do factory reset to clear /data:
1.Download recovery zip and CM11 install and place it on the nook If hats and existing install what
2.Reboot into recovery you already have installed
3.Flash the recovery zip you just downloaded
4.reboot into recovery again (This is important! Failure to do this will botch your upgrade and you'll need to wipe /data) so that the new recovery is started.
5.Install CM11, install other stuff you need like gapps
6.reboot
7.enjoy
http://forum.xda-developers.com/showpost.php?p=49192422
Latest CM11 EMMC images are now available as CM11 nightlies at:
For Nook HD+ get ovation builds
For Nook HD get hummingbird builds
There also might be experimental builds available referenced below in the history section.
(Also for completeness, For Nook HD+ sdcard image cm-11-20140118-UNOFFICIAL-ovation-sdcard.zip, | initial sdcard image for ovation )
For new Installs:1.Download the initial sdcard image
2.ungzip and write to sdcard using dd (winimage or whatever for those stuck on Windows)
3.Instert the card into your nook and reboot
4.Flash the recovery image
5.Flash cm11 image
6.Flash whatever other extra things you need like gapps
7.remove the sdcard
8.reboot the nook
For upgrades from CM10.x (the only tested are 10.2 and 10.1). If you have any problems after upgrade - you'll need to do factory reset to clear /data:1.Download recovery zip and CM11 install and place it on the nook
2.Reboot into recovery you already have installed
3.Flash the recovery zip you just downloaded
4.reboot into recovery again (This is important! Failure to do this will botch your upgrade and you'll need to wipe /data) so that the new recovery is started.
5.Install CM11, install other stuff you need like gapps
6.reboot
7.enjoy
test
test
test3
test3
testing
test
test
testing
post test
post test
this 10 post rule crap
test
nookhdp said:
Hi I run the booth CM 10.2 boot from SDCARD install from verygreen and would like to upgrade to KITKAT and keep my apps intact without starting over from scratch. Can someone who has actually done the upgrade fill me in on some of the steps and gotchyas.
So glancing at the post below. It looks like there is some info missing for 10.2 sd card users and I would like to preserve my installed apps.
...
For upgrades from CM10.x (the only tested are 10.2 and 10.1). If you have any problems after upgrade - you'll need to do factory reset to clear /data:
1.Download recovery zip and CM11 install and place it on the nook
2.Reboot into recovery you already have installed
3.Flash the recovery zip you just downloaded
4.reboot into recovery again (This is important! Failure to do this will botch your upgrade and you'll need to wipe /data) so that the new recovery is started.
5.Install CM11, install other stuff you need like gapps
6.reboot
7.enjoy
Click to expand...
Click to collapse
First of, you should post your question in the HD/HD+ forums (rather than this Nook Tablet forum).
The above was written for emmc install. For SD install, in lieu of steps 2-4 above, do the following:
download sdcard-cwm-early9.img.gz (linked as "initial sdcard image for ovation" in the OP at http://forum.xda-developers.com/showpost.php?p=49192422&postcount=1)
use archive file manager such as 7-zip to open the .gz file and extract the image sdcard-cwm-early9.img
use archive file manager to open the .img file and extract the 3 files: uImage, kernel, and ramdisk.cwm
replace the 3 files uImage, kernel, and ramdisk.cwm on the /boot partition of the SD card with their corresponding version just extracted
boot the SD card and continue with step 5 above
You can try the above install without doing "wipe /data", and if there is any problem you can repeat the install (steps 5+) with a "wipe /data". With a "wipe /data" your current apps most likely will get auto-downloaded ("auto-restored") by Google Backup/Restore service, but you still have to redo the apps' personal settings (if any).
The Gapps for CM11 can be obtained from http://wiki.cyanogenmod.org/w/Google_Apps.

Categories

Resources