[Guide]: How to Root + CWM Recovery, NOOB Friendly.( Method 3) - Micromax A116

I hope you've started reading this article after reading my main article if no then read it first and then come here.
Link: http://forum.xda-developers.com/showthread.php?t=2460679
Method 3:
In this method we're using stock recovery to root our device.
Prerequisites:
1) SU Package
Link: https://www.dropbox.com/s/e2eh1pcju9s7zot/Superuser-3.1.3-arm-signed.zip
2) SU BIN
Link: https://www.dropbox.com/s/y4ser23fhay2nv4/su-bin-3.1.1-arm-signed (1).zip
Sources and thanks:
1) Thanks to XDA i've taken a lot of resources from XDA.
2) Thanks to me( kidding)
3) Thanks to developer of mobile uncle tools.
4) Thanks to micromax for a beautiful device.
5) Taken help from google.
How to Root:
1. Copy both the files to the root of your SD card. Now what is Root , root layer is the top most layer. That is just open the SD card and place it there itself do not place it inside a folder or sub folder.
2. Now again restart the phone to recovery mode by pressing Power Key + Volume UP + Volume Down Key.
3. You will see an Android icon with warning/error on the screen, press the power button.
4. You will see the recovery mode menus in the screen. Now this is tricky, to select any option from the screen you have to press two touch buttons simultaneously on your phone’s bottom, left one which is for the menu and right one which is for going to the previous screen. You have to keep pressing it for 5-6 seconds.
5. From the recovery screen select “wipe data/factory reset” and then “wipe cache partition”
6. Once it’s done, select “apply update from sd card” option and choose the file “Superuser-3.1.3-arm-signed.zip” from the SD card.
7. Repeat the above step and choose the file “su-bin-3.1.1-arm-signed.zip”.
Once you flash both the files select the option “reboot system now” from the recovery screen.
Verification:
Now you'll most probably see an app super user which almost confirms you've successfully rooted
but still if you have doubt download some app like root checker(free in playstore) to confirm whether you've successfully rooted or not.
Now how to install CWM recovery?
1) Place the CWM image in the root of your sd card. Now what is Root , root layer is the top most layer. That is just open the SD card and place it there itself do not place it inside a folder or sub folder only then mobile uncle tool can recognize it.
2) Install mobile uncle tools.
3) Open Mobile uncle tools and select the option Recovery update.
Now you'll see the file you placed in your sd card ,now click it and then click ok. Now it will ask "boot into recovery mode" click yes and now you are in CWM recovery!
Note: If you have connected to internet while doing this you may get loads of other options after clicking recovery update don't worry just click the one you placed in sd card. verify the name twice.
Other methods to root:
First method:
Link: http://forum.xda-developers.com/showthread.php?p=44650526#post44650526
Second method:
Link: http://forum.xda-developers.com/showthread.php?p=45971702#post45971702
How to unroot and replace stock recovery:
Link: http://forum.xda-developers.com/showthread.php?t=2460615
Do this taking your device to customer care.
Please hit THANKS if i helped.
Disclaimer:
I'm not responsible for any damage caused to your phone proceed ahead with caution.

tried with this method as well mate. ITs not working on my phone ... i wiped my data/factory reset, wipe cache partition and after doing so i tried installing that su and super files which you mentioned to be kept on root i put it on the sd card but over there it doesnt shows up .. am i missing some procedure? and yeah while moving those 2 file windows asked me to replace the folders and i did after that i copied those files on sd card . care to explain as i am a noob sorry to disturb you in this way .

zeeshannoorani said:
tried with this method as well mate. ITs not working on my phone ... i wiped my data/factory reset, wipe cache partition and after doing so i tried installing that su and super files which you mentioned to be kept on root i put it on the sd card but over there it doesnt shows up .. am i missing some procedure? and yeah while moving those 2 file windows asked me to replace the folders and i did after that i copied those files on sd card . care to explain as i am a noob sorry to disturb you in this way .
Click to expand...
Click to collapse
While moving the files windows shouldn't ask and if it asks then there is some problem here. Before doing this procedure were you already rooted?
Have you placed it in the root? If so then try pasting it in the internal sd and the external sd( one of them should definitely be recognized).

Related

[Q] [ HELP ] The instructions for rom OpenOptimus get my phone with nothing on it.

Hello all, I am a noob. I tried to install my first rom, OpenOptimus 1.48, from this tread :
http://forum.xda-developers.com/showthread.php?t=1033653
I followed the instructions, wich said to get the file on the sd card then partition the card, then I get my phone able to boot in colckworkmod recovery but nothing else, file not found for install the rom because the partition is formated.. We are c urrently 2 noobs that this happened at the end of the posts on that tread.
So this is a kind of catch-22, now the compuiter wont recognize the usb, wich is the best method to get it working again now ? I am currently trying to get adb, if someone knows the treads to look for I'll be happy.
Thanks from Canada
Eh, the instructions do not say any such thing like to put something on SD card and then format/partition it. Anyway,
Either download the SDK, connect the phone via USB cable and do
Code:
adb push openOptimus-build-X.XXX.zip /sdcard/openOptimus-build-X.XXX.zip
and flash it from recovery like the instructions say,
or simply remove the SD card from phone and use a card reader to copy it there in PC.
Just mount usb storage from recovery and connect it to pc. The card will be recognized and then copy the zip file.
Sent from my LG-P500 using XDA App
at the first page :
at the first page, instructions looks like that :
"
4.Go to Advanced>Partition SD Card
512 EXT(Do not create it if you do not want a2sd)
0 Swap
Remainder FAT32
5.Go into the main recovery menu and select "wipe data/factory reset"
6.Go to Mounts and storage>format /system
7.Go into the main recovery menu and select "install zip from sdcard"
8.Select "choose zip from sdcard"
"
So then I got the file on , then formated, so no more recovery . I have clockworkmod 3.1.0.0 installed.
I am trying to get ADB working, will try that. But looking at the instructions, is it me that is not understanding them well enough or are they written strangely ?
Thanks ;-)
Mangala_Dharma said:
at the first page, instructions looks like that :
"
4.Go to Advanced>Partition SD Card
512 EXT(Do not create it if you do not want a2sd)
0 Swap
Remainder FAT32
5.Go into the main recovery menu and select "wipe data/factory reset"
6.Go to Mounts and storage>format /system
7.Go into the main recovery menu and select "install zip from sdcard"
8.Select "choose zip from sdcard"
"
So then I got the file on , then formated, so no more recovery . I have clockworkmod 3.1.0.0 installed.
I am trying to get ADB working, will try that. But looking at the instructions, is it me that is not understanding them well enough or are they written strangely ?
Thanks ;-)
Click to expand...
Click to collapse
Yes, the instructions do say that, but instead of blindly following them you should have realized that after partitioning the sd card all data would be deleted.
Anyway, the way to do this is after partitioning, select mount usb storage in recovery and connect it to ur pc(while still in recovery). The card will be recognized and you can copy the zip file. Then you can flash the zip.
Sent from my LG-P500 using XDA App
mihir287 said:
Anyway, the way to do this is after partitioning, select mount usb storage in recovery and connect it to ur pc(while still in recovery). The card will be recognized and you can copy the zip file. Then you can flash the zip.
Click to expand...
Click to collapse
I assumed he already tried that and it did not work (b/c of the "now the compuiter wont recognize the usb" part of the OP). Anyway, if not, then that is obviously the most easy way to get the file there.
Man I think your stock rom should still be working. Reboot and it should boot into your previous rom. And USB should work. Even in recovery u can mount sdcard.
Sent from my LG-P500 using XDA Premium App
I got a sd-adapter...
Well, no usb-mount while in recovery, adb is complicated to install and so I went to the store and got a micro-sd adapter and a new card with more capacity. Then no more complication to install the rom to the card & phone..
Thanks folks

[Q] how to use link2sd can give me a guide (gt s5380i)

i want to know how use link2sd n what the function.bcoz i have problem to download mo
re app n game..after i download this app can i download more app n game..
can u give me some guide ...n xplain 1 by 1. thank both of u...
Ok then
1. Root your device by checking out this thread http://forum.xda-developers.com/showthread.php?t=1552792
2. Download ClockWorkMod Recovery from http://forum.xda-developers.com/showthread.php?t=1552792 and place it in the main directory of your SD
3. Boot your device into recovery mode by pressing Vol UP, Home and POWER buttons.
4. Select Install Update from SD card and select ClockWorkRec5830i.zip
5. Once CWM has loaded, scroll down to Advanced (scroll using volume up/down).
6. In advanced mode, scroll down to partition SD card.
7. Select Your extention size, I suggest 256M
8. Select a swap size, I suggest 0M.
9. Once your SD is partitioned, Select reboot system now.
10. Once your system has rebooted, open Link2SD.
11. Link2SD will request you create and SD partition, just select ext-3.
12. Enjoy your extra internal storage!!
kveerasmething said:
6. In advanced mode, scroll down to partition SD card.
7. Select Your extention size, I suggest 256M
8. Select a swap size, I suggest 0M.
9. Once your SD is partitioned, Select reboot system now.
10. Once your system has rebooted, open Link2SD.
11. Link2SD will request you create and SD partition, just select ext-3.
Click to expand...
Click to collapse
is it going to format memory card before partition...
if not how to roll back to pre partition state, incase none of that space is used and no backup....
is their an option like unmounting....

After repartition of internal memory phone's both internal/external SD cards missing

I am sorry for making this thread but this is specific to my needs only. I have gone through many threads but none resolve my purpose.
I will start my issue:
10days earlier I have rooted my MMX A116 CHD and installed following ROM Colossus S5 without any problem and I was happily using until played to increase the internal phone memory.
http://forum.xda-developers.com/mic...-rom-colossus-s5-theme-rom-v5-0-1006-t2999766
Yday I have played with my CHD phone and tried following process:
metroholic.com/repartition-the-internal-storage-myphone-rio/
Steps:
1. Once you installed the m|p Rio Repartition app, open it. You need to grant superuser for it to work.
2. Select and tap the button “2.5gb internal / 21mb phone (sagad)“. This will now start to repartition the internal storage.
3. The app will ask you to reboot to recovery – just press OK and proceed. If not, tap on the Boot to Recovery… button and then continue.
4. Your phone will reboot again to CWM Recovery console. Again, use your volume rocker to navigate to the option you want and the power button to select it.
5. Go down to “wipe data/factory reset” then press the power button to select it.
6. Then select “Yes – Wipe all user data“. Then wait for it to complete.
7. Then go down and select “wipe cache partition“, and select “Yes – Wipe Cache“… then wait again.
8. After that, navigate down and select “advanced“.
9. Select “wipe dalvik cache” and select “Yes – Wipe Dalvik Cache“.
10. Restore(But not possible and returned unsuccessul errors in restore.)
After this I have rebooted my phone and tried to go to again in CWM recovery but not available anymore. As all my apps are in SD card and every backups are also in that only.
After phone is ON, I have observed that the Phone storage is changed to 2.5GB now but at the cost of removal/hiding of External/Internal SD cards.
I can see few system built apps are there like Phonebook, Messaging etc. but Chrome, Gmail short cuts are seen but when I tap on them, it returns errors like App isn't installed. Gmail is just starting and asking for Google Play services and it is also on SD card.
I tried to install apps but not installing and returning error: Application cannot be installed in the default installation location.
Just one software - Titanium Backup utility is there but I don't know how will be useful it? It has also my all backup.
I can't see any files or folder or drives in file manager. Even I connect to pc and not able to see any drive but just able to names of drives. When I try to open it, it returns the error messages.
Pl advise how to fix my this situation. I am stuck up since last evening and not able to use my phone as SMART Phone now.
Its easy... Use spflash tool .. Flash stockrom but check bot mbr1 and mbr2.. That should solve it XD

Fw honor 9 twrp

There is a stock firmware That i can flash with twrp?
I'm on the RROS. I can flash it?
If you want to go back from RROS to EMUI, I'd suggest you use Dload method.
You can get the needed files in the following thread:
https://forum.xda-developers.com/honor-9/development/firmware-huawei-honor-9-stf-l09-stock-t3696892
I went through that process without any problems.
_lucx_ said:
If you want to go back from RROS to EMUI, I'd suggest you use Dload method.
You can get the needed files in the following thread:
https://forum.xda-developers.com/honor-9/development/firmware-huawei-honor-9-stf-l09-stock-t3696892
I went through that process without any problems.
Click to expand...
Click to collapse
Thanks but i need to flash the stock recoveryq (i didn't have the vendor can you link a download of it?) ?
trive253 said:
Thanks but i need to flash the stock recoveryq?
Click to expand...
Click to collapse
No, you only have to let it install the two files. Stock recovery will be flashed automatically and your bootloader will be locked again. Here's the way I did it:
1. Unpack the rar file downloaded from the link on my previous reply.
2. You'll get a dload folder. Copy the entire folder to the root of your SD card.
3. Power off your phone and boot it into dload (Volume down + Volume up + Power)
4. After it finished installing this first file, interrupt the startup and boot into recovery (hold Volume up + Power until it forcibly reboots).
5. Do a factory reset and wipe cache.
6. Remove the SD card from the phone and do the following steps on your PC (you can let the phone sit in Recovery while doing that):
6a. Go into /dload/ folder of the SD card and remove update.app.
6b. Go into the other folder in /dload/ and move its .app file into /dload/
6c. Rename this .app file into update.app
6d. Eject the SD card from your PC and insert it in your phone again.
7. Hold Volume down and Volume up while tapping Reboot.
8. It should start the second installation in dload mode, let it install, reboot and you're done
EDIT to your edit: The vendor is the second file you're gonna flash with this method.
2nd EDIT: Tried to make it easier to understand
_lucx_ said:
No, you only have to let it install the two files. Stock recovery will be flashed automatically and your bootloader will be locked again. Here's the way I did it:
1. Unpack the rar file downloaded from the link on my previous reply.
2. You'll get a dload folder. Copy the entire folder to the root of your SD card.
3. Power off your phone and boot it into dload (Volume down + Volume up + Power)
4. After it finished installing this first file, interrupt the startup and boot into recovery (hold Volume up + Power until it forcibly reboots).
5. Do a factory reset and wipe cache.
6. Remove the SD card from the phone and do the following steps on your PC (you can let the phone sit in Recovery while doing that):
6a. Go into /dload/ folder of the SD card and remove update.app.
6b. Go into the other folder in /dload/ and move its .app file into /dload/
6c. Rename this .app file into update.app
6d. Eject the SD card from your PC and insert it in your phone again.
7. Hold Volume down and Volume up while tapping Reboot.
8. It should start the second installation in dload mode, let it install, reboot and you're done
EDIT to your edit: The vendor is the second file you're gonna flash with this method.
2nd EDIT: Tried to make it easier to understand
Click to expand...
Click to collapse
Thanks for The edit ?

[ROOT] A3 2017 Oreo adoptable storage for stock rom

This is a adoptable storage guide for samsung stock rom with a modified plugin from Root Essentials.
1. Format data in TWRP
2. Wipe everyhting in TWRP (including external sdcard)
3. Boot to BL with Vol down + home button and power button
4. Flash Samsung Firmware over Odin (uncheck reboot)
5. Reboot to bootloader from bootoader, otherwise twrp will not flash (vol down + home button and power button)
6. Press reset on odin and uncheck reboot again
7. Select twrp md5 on ap flash and flash it
8. Force restart on bootlaoder with Vol down + home button and power button (check step 9 before you do 8)
9. Right after the dispaly goes black instantly press Vol up + home button and power button to get into TWRP
10. Flash magisk and after this flash asplugin
11. reboot
12. After you set everyhting up you should see the question of adoptable storage on the left upper side of display
13. You do not need to install Root Essentials
Should work for any other samsung smartphone but I don't know.
Have fun
vampy2k5 said:
This is a adoptable storage guide for samsung stock rom with a modified plugin from Root Essentials.
Click to expand...
Click to collapse
Followed the guide to a T, everything seems to work and I've got Oreo, etc.
When I select to format as Internal storage it still doesn't appear as space within the Samsung Storage manager and it appears as an SD card, this doesn't seem to be right to me. Some apps seem to then install onto Storage and some seem to only install onto internal, any ideas?
vampy2k5 said:
This is a adoptable storage guide for samsung stock rom with a modified plugin from Root Essentials.
1. Format data in TWRP
2. Wipe everyhting in TWRP (including external sdcard)
3. Boot to BL with Vol down + home button and power button
4. Flash Samsung Firmware over Odin (uncheck reboot)
5. Reboot to bootloader from bootoader, otherwise twrp will not flash (vol down + home button and power button)
6. Press reset on odin and uncheck reboot again
7. Select twrp md5 on ap flash and flash it
8. Force restart on bootlaoder with Vol down + home button and power button (check step 9 before you do 8)
9. Right after the dispaly goes black instantly press Vol up + home button and power button to get into TWRP
10. Flash magisk and after this flash asplugin
11. reboot
12. After you set everyhting up you should see the question of adoptable storage on the left upper side of display
13. You do not need to install Root Essentials
Should work for any other samsung smartphone but I don't know.
Have fun
Click to expand...
Click to collapse
You don't need to install root essentials anyway if you use the original patch that this plugin was taken from.
https://www.google.com/amp/s/forum....patch-adoptable-storage-enabler-t3507387/amp/
ashyx said:
You don't need to install root essentials anyway if you use the original patch that this plugin was taken from.
https://www.google.com/amp/s/forum....patch-adoptable-storage-enabler-t3507387/amp/
Click to expand...
Click to collapse
You also don't need to install Magisk if you install Encryption Disable Patch.
After this procedure I am now trying to use ADB to format sd card half for external half for internal storage.
However, now after typing "sm list-disks" all I get is "Killed", instead of the disk name. What's up with that?
It was working before this whole process, just that the "sm partition" command did not actually format anything.
I tried this also with "su" enabled through Magisk, it did not help, still getting "Killed"
Shajirr said:
After this procedure I am now trying to use ADB to format sd card half for external half for internal storage.
However, now after typing "sm list-disks" all I get is "Killed", instead of the disk name. What's up with that?
It was working before this whole process, just that the "sm partition" command did not actually format anything.
I tried this also with "su" enabled through Magisk, it did not help, still getting "Killed"
Click to expand...
Click to collapse
If you can,
1. Format sd card
2. Download root essentials
3. Format it half and half from there
Hope that helped.:good:
This works well.... but: Different apps are crashing now. I tried everything... delete cach, re-install apps, wike cache in TWRP, re-flash the entire phone (then root, then adoptable storage). Now I have a new sd card in.... a sandisk extrem pro which is opptimized for apps (iops), so this card is an a2 card (4000 iops read, 2000 iops write) which schould be fast enough.... but apps are still crashing.
Any idea? 16 GB is to low to run every app on the phone, I need the adoptable storage.
No one an idea? Am I the only one with this problem?
i dont understand what is this for. adoptable storage? so it mean, you can move android apps data to external sd card? correct me if im wrong, but i can also do that on stock rom, just go to developer option and scroll to the bottom part of dev option, and you will see option to move apps to exteranal sd.
but, again, correct me if im wrong for the function of adoptable storage itself
leo31 said:
i dont understand what is this for. adoptable storage? so it mean, you can move android apps data to external sd card? correct me if im wrong, but i can also do that on stock rom, just go to developer option and scroll to the bottom part of dev option, and you will see option to move apps to exteranal sd.
but, again, correct me if im wrong for the function of adoptable storage itself
Click to expand...
Click to collapse
Maybe if you clicked the link in the 3rd post?
This adoptable storage workaround is not working anymore.
https://forum.xda-developers.com/sa...galaxy-a3-a5-a7-2017-adoptable-t3557999/page7
It seems that Samsung has changed something in the system so the free space is not correct. Most of the sd card is empty but the systems says the storage is nearly full.

Categories

Resources