hi ...These Are my phone Specs
Rooted
5.0 CWM
Unlocked Bootloader
Stock GB .42
i HAve 2 queries
1)Which is the best overclockable kernel for codname 8
2)(noob) should it be flashed after the rom or before ?
Thnkz a lot in aDvance
Bdsz170 said:
hi ...These Are my phone Specs
Rooted
5.0 CWM
Unlocked Bootloader
Stock GB .42
i HAve 2 queries
1)Which is the best overclockable kernel for codname 8
2)(noob) should it be flashed after the rom or before ?
Thnkz a lot in aDvance
Click to expand...
Click to collapse
1.Knight-Elf's kernel- try experimental lite v10.1(overclocked upto 1.8 Ghz)
Download it from below link:
http://forum.xda-developers.com/showpost.php?p=21896062&postcount=1
2.Flash the Kernel in FastBoot and reboot into CWM Recovery.
Then follow the below Steps
*make sure you've the downloaded rom on your sd card
*always do a full CWM backup of your current rom
*reboot into recovery
*wipe data/factory reset, wipe cache partition, wipe dalvik cache & wipe battery stats
*mount & storage > mount data & system (it will change from "mount /data" to "unmount /data")
*format cache, data & system
*install custom zip > choose the main rom
*reboot into phone, skip setup (next, next & next)
*reboot the phone again
*for neo user only: flash the patch in -=codename_ei8ht_final=- folder
*hit the 'thanks' button
im basically a noob at android
just the other day i was flashing a cutom rom 10.2 cyro mod..with gapps
i deleted all data on my samsung including the current operating system(i thought the rom would work)
now the rom is corrupt
i dont have any way to access my devices internal memory
the sd card(external) wont mount when i put files in it(format exfat)
i need help
clockwork mode 6.0.3.2
plz plz plz
dont wanna let my parents know
Access to internal Storage by CWM
Connect phone via USB to PC & now boot to CWM & Mount USB storage & copy again CM10.2 files to internal memory so you can flash it again
HIT THANKS if it helped you
redownlaod
subhanjr1 said:
im basically a noob at android
just the other day i was flashing a cutom rom 10.2 cyro mod..with gapps
i deleted all data on my samsung including the current operating system(i thought the rom would work)
now the rom is corrupt
i dont have any way to access my devices internal memory
the sd card(external) wont mount when i put files in it(format exfat)
i need help
clockwork mode 6.0.3.2
plz plz plz
dont wanna let my parents know
Click to expand...
Click to collapse
redownload cyanogenmod
and flash
wipe data/cache
wipe cache partion
goto advance select wipe dalwik cache
restart enjoy!!!!!!
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?
Installation:
Download the ZIP
ZIP on SD card copy
If necessary backup make
In CWM recovery boot
wipe data / factory reset
wipe cache partition
advanced / wipe Dalvik cache
mounts and storage / format system + cache
mounts and storage / mount system mount data +
install zip from sdcard
choose zip from sdcard
finished
during the first boot it takes a while until the ROM starts
Status:Stable
Rom Link: https://www.androidfilehost.com/?w=files&flid=13821
Recovery: 6.5.0 https://www.androidfilehost.com/?w=files&flid=13838
Credits:
No Name
Dazzoo
Huawei Y201 ROM
Thanks !!! Downloading it now !!! I will try it today
Hi there !!! What Gapps version should i use? I have checked all the mini, lite and full ( which does not work ) version that are supposed to work with 4.4.4 but only few apps appear and i have tried a dozen time to flash them over and over with no result so far No Play Store and Gmail opens and stops ....
original CM 11 Thread in German Forum from developer No|Name :
http://www.android-hilfe.de/root-cu...o/532676-rom-4-4-4-cyanogenmod-11-kitkat.html
there youll find all links as well. last update was 18 Sep 2014
Please Repair Link !
New Updated TWRP Recovery for Canvas Nitro A310.
Fixed Bugs of 2.8.1
New Version of Recovery 2.8.5
Having problem With this recovery
Bro trouble with wiping data
when we wipe data (advanced wipe)
formating whole internal memory
& Showing Only sdcard while choosing a flash file
Thanks for regards......
TWRP for canvas nitro a311
Does it work on canvas nitro a311? :fingers-crossed:
nsiva4 said:
Bro trouble with wiping data
when we wipe data (advanced wipe)
formating whole internal memory
& Showing Only sdcard while choosing a flash file
Thanks for regards......
Click to expand...
Click to collapse
yes it will only show sd card..because before flashing we need to do factory reset. and after factory reset there would be no rom left in internal sd card then what will you flash? so sd card is necessary!
Akshat2100 said:
Does it work on canvas nitro a311? :fingers-crossed:
Click to expand...
Click to collapse
no idea dude! i have not made it...i am just sharing
surajsahijwani said:
no idea dude! i have not made it...i am just sharing
Click to expand...
Click to collapse
yes it works bro
its working fine on a310? can anyone tell me?
Sent from my Micromax A310
How to install
Cant install it from mobile uncle tools any other way???
TWRP 2.8.7 exists from a long time buddy. Why use 2.8.5?
S.i.d_ said:
TWRP 2.8.7 exists from a long time buddy. Why use 2.8.5?
Click to expand...
Click to collapse
Please tell how to update to V2.8.7, what is the method, please
i Cant see this file in Recovery Update option In mobile uncle tools
How can I recover Internal Data from Micromax A311 4.4.2?
I am unabe to recover data from internal softwares are unable to detect my phones internal please help?