problem with recovery & ROM - Micromax A120 Canvas 2 Colors

Dear all,
I ll try to explain my problem :
I have a wiko rainbow
I installed a recovery from android 4.2 to change my ROM
unfortunately, it doesent work correctly ..... now I just have access to my recovery
I d like to change this recovery (to try to install again the ROM from this new recovery)
my problem is : I know how to install a *.zip (ROM format file) from my current recovery, but what I d like is to install/flash a new recovery, so a *.img file
So, is it possible to install/flash this *.img (and so change my recovery) and how can I do that ?
Thanks in advance for your answer, proposition of test (I can nomore use my phone )

Download the stock ROM for your phone, download your preferred custom recovery(CWM/TWRP/PHILZ), download SP flash tool and the mtk drivers. After installing the drivers, unzip the Stock ROM zip and replace the stock recovery file with the custom one(the name must be recovery.img)make sure you don't put it into a separate folder. Run SP flash tool as administrator, select scatter loading, browse to your ROM's scatter file, uncheck all the options except recovery and download, then connect your switched off phone via USB cable. Wait for the download to finish, unplug, boot into recovery and do a factory reset.
Hit thanks of this post helps.

Related

[GUIDE] Unbricking Karbonn A21

This is the first ever guide written by me, and I am not an expert in android and recovery, so please pardon if any mistakes are found. Lets correct if any. Also at this time Karbonn A21's system.img file is not available hence we had to perform some hard steps to get the job done.
CAUTION : WARRANTY VOID : I'm not responsible if any hard/soft damage occurs to your handset after/during using this guide. I successfully unbricked my A21 and want all of you to understand the recovery procedure properly before doing anything. Rooting your handset and applying another recovery/ROM certainly voids manufacturer's warranty. Do anything mentioned here ONLY if you understand it.
The only reason I posted this is to save any karbonn a21 users time if his device gets bricked. I had to keep my business aside for a whole day to recover my Karbonn A21 in working state.
You will have to keep handy :
1) Drivers for Karbonn A21 Click here
1) CWM by Eklovya Click here
2) AIO Flasher by Fonehacker Click here
3) Custom ROM flashable reloaded (*.zip) and A9+ system image (system.img) (because A21 's system image was not found at this time.) here and here
Also use Root_with_Restore_by_Bin4ry_v18 to root your karbonn a21 whenever necessary.
First of all you must understand that three partitions are necessary in Android : 1) Boot, 2) System, 3) Recovery
Other than these, there are Data, Cache, etc.
Unbricking an Android handset involves
1) Repairing Boot partition in fastboot mode using AIO Flasher to flash a proper boot.img file to the handset.
2) Installing proper Recovery partition in fastboot or normal mode using AIO Flasher, CWM Recovery by eklovya is a suitable solution.
3) Installing the System partition from a proper system.img file using AIO Flasher, or from a .zip file (Custom ROM) or a backed up ROM through CWM recovery.
Fastboot mode :
Fastboot mode is a Android device's state where it is possible to flash different partitions through a simple USB cable and PC. It can be activated on Karbonn A21 by keep pressed [Volume Up] key during power on (read : before power on) until your screen glows in green colour. Instantly release [Volume Up] key or your A21 may boot into recovery partition. On your PC proper drivers must be installed and fastboot.exe from Google is required to flash the partitions to the handset. AIO Flasher is a good GUI based solution for that.
Recovery :
During the above process, (for Karbonn A21) if you keep the [Volume Up] key pressed until the screen glows red, and then release the key, you enter into recovery mode. Updates to operating system's files can be installed from this mode. Stock recovery means manufacturer provided Recovery partition 'as it is' and Custom recovery is recovery partition OS developed by other developers, CWM recovery being the most popular one.
STEPS FOR UNBRICKING :
1) Repair Boot partition
Firstly enter into fastboot mode, and then use AIO Flasher to flash boot.img of Karbonn A9+ / Cherry Mobile flare to boot partition of your A21
2) Repair Recovery partition
Using AIO flasher, flash CWM Recovery's img file to recovery partition, in A21's fastboot mode. (For more info read this and this thread)
3) Install System.img to system partition
Currently A21's system.img is not available, else we could easily flash it to A21's system partition and get our handset running. Hence I flashed A9+ system.img downloaded from above (note that the downloaded file has extension .7z, to be renamed to .img), by AIO Flasher to system partition in fastboot mode. The flashed system rom was made for Karbonn A9+ hence it didn't work on my handset properly. I got white display and the touch screen and buttons didn't work. I used AIO flasher's screenshot facility to get into the handset and found that actually the system was up and running properly, except the display and touch interface. Then I decided to flash custom ROM and tried using santo_rock 's custom ROM DarkBoid. But it didn't work. Then I flashed ashoknraj 's custom ROM Flashable reloaded. It was success.
4) Install ROM for A21
To install the custom ROM via Eklovya's CWM recovery, the .zip file needed to be inside internal memory in the form of update.zip file stored in root folder, but the internal memory was not accessible through my PC as its usb drive was shown in windows explorer but was in [no disk] state, and I could not select [Turn on USB Storage] on my A21.
Here comes ADB 's power. I used ADB push to push the custom ROM into the internal memory.
Use the following command to push the update.zip (rename the custom ROM to update.zip) :
adb push update.zip /mnt/sdcard/sd_card/update.zip
Note the spaces and special characters properly.
The file is greater than 100 MB and hence some time will be required to transfer that file into memory.
If it shows error Permission denied, then remount using the command
ADB REMOUNT
and then try again.
Now we have the custom ROM ready in A21's internal memory, lets flash it. Boot into CWM recovery mode and select apply update.zip, let it install, and then wipe data/cache and reboot the device normally. (For more info read this thread)
If everything goes well, your A21 will now be successfully unbricked.
Of course you need patience and concentration to do all this.
DISCLAIMER : The above process and softwares are not my creation and are of respective developers. I just aggregated all these to one place.
Thanks for the guide. Do you know of any solution if phone only boots in QPST Download mode? No other methods like Fastboot, adb working for now.
I've connected via QPST tool but don't have images to flash. If you can research on it and provide the files to me, it would be great help.
Enter QPST download for karbonn A21
Is there any soution to this problem. It arises when I install cwm. But I have restored the default recovery by mounting it in linux.
When it shows this in sceen you can access all the partitions in linux.
I used this command to restore the default recovery as it was 16th partition that I changed with cwm image
dd if=/home/tushar/recovery.img of=/dev/sdc16 bs=4096
Also fastboot mode in not working on karbonn A21. powering up while holding up volume key shows me no green screen
karbonn a21 brickked
need help
need ashoknraj 's custom ROM Flashable reloaded
bgb7 said:
This is the first ever guide written by me, and I am not an expert in android and recovery, so please pardon if any mistakes are found. Lets correct if any. Also at this time Karbonn A21's system.img file is not available hence we had to perform some hard steps to get the job done.
CAUTION : WARRANTY VOID : I'm not responsible if any hard/soft damage occurs to your handset after/during using this guide. I successfully unbricked my A21 and want all of you to understand the recovery procedure properly before doing anything. Rooting your handset and applying another recovery/ROM certainly voids manufacturer's warranty. Do anything mentioned here ONLY if you understand it.
The only reason I posted this is to save any karbonn a21 users time if his device gets bricked. I had to keep my business aside for a whole day to recover my Karbonn A21 in working state.
You will have to keep handy :
1) Drivers for Karbonn A21 Click here
1) CWM by Eklovya Click here
2) AIO Flasher by Fonehacker Click here
3) Custom ROM flashable reloaded (*.zip) and A9+ system image (system.img) (because A21 's system image was not found at this time.) here and here
Also use Root_with_Restore_by_Bin4ry_v18 to root your karbonn a21 whenever necessary.
First of all you must understand that three partitions are necessary in Android : 1) Boot, 2) System, 3) Recovery
Other than these, there are Data, Cache, etc.
Unbricking an Android handset involves
1) Repairing Boot partition in fastboot mode using AIO Flasher to flash a proper boot.img file to the handset.
2) Installing proper Recovery partition in fastboot or normal mode using AIO Flasher, CWM Recovery by eklovya is a suitable solution.
3) Installing the System partition from a proper system.img file using AIO Flasher, or from a .zip file (Custom ROM) or a backed up ROM through CWM recovery.
Fastboot mode :
Fastboot mode is a Android device's state where it is possible to flash different partitions through a simple USB cable and PC. It can be activated on Karbonn A21 by keep pressed [Volume Up] key during power on (read : before power on) until your screen glows in green colour. Instantly release [Volume Up] key or your A21 may boot into recovery partition. On your PC proper drivers must be installed and fastboot.exe from Google is required to flash the partitions to the handset. AIO Flasher is a good GUI based solution for that.
Recovery :
During the above process, (for Karbonn A21) if you keep the [Volume Up] key pressed until the screen glows red, and then release the key, you enter into recovery mode. Updates to operating system's files can be installed from this mode. Stock recovery means manufacturer provided Recovery partition 'as it is' and Custom recovery is recovery partition OS developed by other developers, CWM recovery being the most popular one.
STEPS FOR UNBRICKING :
1) Repair Boot partition
Firstly enter into fastboot mode, and then use AIO Flasher to flash boot.img of Karbonn A9+ / Cherry Mobile flare to boot partition of your A21
2) Repair Recovery partition
Using AIO flasher, flash CWM Recovery's img file to recovery partition, in A21's fastboot mode. (For more info read this and this thread)
3) Install System.img to system partition
Currently A21's system.img is not available, else we could easily flash it to A21's system partition and get our handset running. Hence I flashed A9+ system.img downloaded from above (note that the downloaded file has extension .7z, to be renamed to .img), by AIO Flasher to system partition in fastboot mode. The flashed system rom was made for Karbonn A9+ hence it didn't work on my handset properly. I got white display and the touch screen and buttons didn't work. I used AIO flasher's screenshot facility to get into the handset and found that actually the system was up and running properly, except the display and touch interface. Then I decided to flash custom ROM and tried using santo_rock 's custom ROM DarkBoid. But it didn't work. Then I flashed ashoknraj 's custom ROM Flashable reloaded. It was success.
4) Install ROM for A21
To install the custom ROM via Eklovya's CWM recovery, the .zip file needed to be inside internal memory in the form of update.zip file stored in root folder, but the internal memory was not accessible through my PC as its usb drive was shown in windows explorer but was in [no disk] state, and I could not select [Turn on USB Storage] on my A21.
Here comes ADB 's power. I used ADB push to push the custom ROM into the internal memory.
Use the following command to push the update.zip (rename the custom ROM to update.zip) :
adb push update.zip /mnt/sdcard/sd_card/update.zip
Note the spaces and special characters properly.
The file is greater than 100 MB and hence some time will be required to transfer that file into memory.
If it shows error Permission denied, then remount using the command
ADB REMOUNT
and then try again.
Now we have the custom ROM ready in A21's internal memory, lets flash it. Boot into CWM recovery mode and select apply update.zip, let it install, and then wipe data/cache and reboot the device normally. (For more info read this thread)
If everything goes well, your A21 will now be successfully unbricked.
Of course you need patience and concentration to do all this.
DISCLAIMER : The above process and softwares are not my creation and are of respective developers. I just aggregated all these to one place.
Click to expand...
Click to collapse
I followed the above steps and could come till Flashing System.img the links of ashoknraj 's custom ROM Flashable reloaded are not working I request you to please upload the rom and post the link
thanks
bgb7 said:
This is the first ever guide written by me, and I am not an expert in android and recovery, so please pardon if any mistakes are found. Lets correct if any. Also at this time Karbonn A21's system.img file is not available hence we had to perform some hard steps to get the job done.
CAUTION : WARRANTY VOID : I'm not responsible if any hard/soft damage occurs to your handset after/during using this guide. I successfully unbricked my A21 and want all of you to understand the recovery procedure properly before doing anything. Rooting your handset and applying another recovery/ROM certainly voids manufacturer's warranty. Do anything mentioned here ONLY if you understand it.
The only reason I posted this is to save any karbonn a21 users time if his device gets bricked. I had to keep my business aside for a whole day to recover my Karbonn A21 in working state.
You will have to keep handy :
1) Drivers for Karbonn A21 Click here
1) CWM by Eklovya Click here
2) AIO Flasher by Fonehacker Click here
3) Custom ROM flashable reloaded (*.zip) and A9+ system image (system.img) (because A21 's system image was not found at this time.) here and here
Also use Root_with_Restore_by_Bin4ry_v18 to root your karbonn a21 whenever necessary.
First of all you must understand that three partitions are necessary in Android : 1) Boot, 2) System, 3) Recovery
Other than these, there are Data, Cache, etc.
Unbricking an Android handset involves
1) Repairing Boot partition in fastboot mode using AIO Flasher to flash a proper boot.img file to the handset.
2) Installing proper Recovery partition in fastboot or normal mode using AIO Flasher, CWM Recovery by eklovya is a suitable solution.
3) Installing the System partition from a proper system.img file using AIO Flasher, or from a .zip file (Custom ROM) or a backed up ROM through CWM recovery.
Fastboot mode :
Fastboot mode is a Android device's state where it is possible to flash different partitions through a simple USB cable and PC. It can be activated on Karbonn A21 by keep pressed [Volume Up] key during power on (read : before power on) until your screen glows in green colour. Instantly release [Volume Up] key or your A21 may boot into recovery partition. On your PC proper drivers must be installed and fastboot.exe from Google is required to flash the partitions to the handset. AIO Flasher is a good GUI based solution for that.
Recovery :
During the above process, (for Karbonn A21) if you keep the [Volume Up] key pressed until the screen glows red, and then release the key, you enter into recovery mode. Updates to operating system's files can be installed from this mode. Stock recovery means manufacturer provided Recovery partition 'as it is' and Custom recovery is recovery partition OS developed by other developers, CWM recovery being the most popular one.
STEPS FOR UNBRICKING :
1) Repair Boot partition
Firstly enter into fastboot mode, and then use AIO Flasher to flash boot.img of Karbonn A9+ / Cherry Mobile flare to boot partition of your A21
2) Repair Recovery partition
Using AIO flasher, flash CWM Recovery's img file to recovery partition, in A21's fastboot mode. (For more info read this and this thread)
3) Install System.img to system partition
Currently A21's system.img is not available, else we could easily flash it to A21's system partition and get our handset running. Hence I flashed A9+ system.img downloaded from above (note that the downloaded file has extension .7z, to be renamed to .img), by AIO Flasher to system partition in fastboot mode. The flashed system rom was made for Karbonn A9+ hence it didn't work on my handset properly. I got white display and the touch screen and buttons didn't work. I used AIO flasher's screenshot facility to get into the handset and found that actually the system was up and running properly, except the display and touch interface. Then I decided to flash custom ROM and tried using santo_rock 's custom ROM DarkBoid. But it didn't work. Then I flashed ashoknraj 's custom ROM Flashable reloaded. It was success.
4) Install ROM for A21
To install the custom ROM via Eklovya's CWM recovery, the .zip file needed to be inside internal memory in the form of update.zip file stored in root folder, but the internal memory was not accessible through my PC as its usb drive was shown in windows explorer but was in [no disk] state, and I could not select [Turn on USB Storage] on my A21.
Here comes ADB 's power. I used ADB push to push the custom ROM into the internal memory.
Use the following command to push the update.zip (rename the custom ROM to update.zip) :
adb push update.zip /mnt/sdcard/sd_card/update.zip
Note the spaces and special characters properly.
The file is greater than 100 MB and hence some time will be required to transfer that file into memory.
If it shows error Permission denied, then remount using the command
ADB REMOUNT
and then try again.
Now we have the custom ROM ready in A21's internal memory, lets flash it. Boot into CWM recovery mode and select apply update.zip, let it install, and then wipe data/cache and reboot the device normally. (For more info read this thread)
If everything goes well, your A21 will now be successfully unbricked.
Of course you need patience and concentration to do all this.
DISCLAIMER : The above process and softwares are not my creation and are of respective developers. I just aggregated all these to one place.
Click to expand...
Click to collapse
what u mean bricked?......
when i wipe data.... the karbonn a21 is bricked.....
cant go int o recovery mode....
cant go into fastboot mode....
only connect with zeus flash drive......
now how to flash it?
how to go into recovery mode or fastboot mode?
any solution?
is there any solution for unbricking a21 with no adb or fastboot?
I tried to use AIO flasher but it doesn't detect anything.
QPST download mode is shown if i press power and volume- during bootup.
Fastboot mode is shown on phone but on PC its doesn't detect any android device at all. No ADB support either.
I've cwm recovery install but its not showing my SD card.
Is there anyway to unbrick my phone without taking it to service center?
Regards
Plz Help
need some serious help,...i have bricked karbonn a21,...it got bricked because i formatted the boot partition which was of harly 20-40kb,..i guess,...i managed to take a backup from the same running device,..i got two files which are AMSS.MBN and AMSSHD.MBN,...and i don't know what to do,...when i connect my phone it just shows,..qualcomm hs-usb qdloader 9008,...i tried qpst software but it doesn't seem supported,....plz help,...can anyone tell me my phones current state,...and the process of de-bricking,...thanks in advance,... :good:
help me,..
can anyone suggest what to do ahead,.....
Plz Help Out,...
i have hard bricked Karbonn A21,....and now with some help,...i programmed the bootloader,....with the qpst emmc software download,.....and after programming the bootloader it shows qualcomm mmc storage,...so i think its the time to fill the partition,...with programming mmc storage,...but the problem is i don't have the original files backed up,..but i do have a running A21,..can i backup the files somehow,.or i can get the files in a zip on the internet ,.........plz thanks in advance,..... :angel:
My Karbonn A21 is showing white screen what should i do
Hard bricked Karbonn a21
My phone karbonn a21 was hard brick and in QPST Download Mode it was connected to the PC and was recognized by the drivers too and I, from QPST CONFIGURATION of QPST.2.7.374 software I added port and From eMMC SOFTWARE DOWNLOAD APP I used BP FIRMWARE extracted files in 'load xml def' and 'load patch def' and also in both search path 1,2 I used the location of BP FIRMWARE. After waiting few minutes it said download complete and phone around 4 touchpad it blinked and i disconnected the phone from PC hoping it can go in fastboot mode but it didnt power on and cant go in qpst and fastboot mode ! Now when ever i connect the phone in Pc or charger it just directly starts blinking in keypad only. And in PC when connected it says USB media connected but there is no any removeable disc connected when i looked in My computer and also in device manager there is no any sign of mobile being connected in computer ! Can Anyone help me solve this problem ? help will be really appreciated ! P.S I used BP FIRMWARE of jellybean from this forum ==> forum.xda-developers.com/showthread.php?t=2330823
For karbonn a9+ ??
is flashing system.img sufficient to karbonn A9+??
---------- Post added at 12:26 PM ---------- Previous post was at 11:52 AM ----------
I have CWM Recovery installed.I accidently wiped system and sdcard and cant boot android. I have nandroid backup and stock rom for my karbonn A9+ in my pc and pda net driver already installed in my pc. How can i repair my karbonn A9+? Please reply ASAP.
need for karbonn a12
i've tried to install font...and my mobile stuck in bootanimation.
need a help in unbricking it.
help karbonn a21
my karbonn a21 device is not in warrenty i have rooted my karbonn a21
and install font changer software i change the font in it then it say reboot phone
i restat phone but when i restart phone it shows firstly karbonn logo and then go at anination it and android does not open
then i press volume + and power on it shows green screen it does no turn into red to restore factory setting and does not show the list
then i press volume- and power key it only shows ENTER QPST DOWNLOAD on black screen
i went to customer care they say that it is software sorting problem they say that phone is dead.
i want to itself repair it. Is there is any method to repair it or fresh install android in it?
and pls give me software link with tuutorial
also give me karbonn a21 drivers and how to instal in pc
i search so many website but i can not found any solution then i foun your link relatd to this and i m telling problem to you
pls give me solution with tutorial
pls help urgent
alo pls tell me that there is any method to reinstall android in karbonn a21 as we install fresh window in pc after corrupt
pls give me solution with tutorial
Karbonn a21 Bricked. please help!
I tried installing Nokia X firmware on my Karbonn a21 but it gor stuck at black screen no boot logo or animation.
When i press volumeUP+ power itwas going to black screen only so i thought recovery partition is also gone
But volumeDOWN +power was working so i put it into QPST mode and tried EMMC download software with Karbonn a9+ bp firmware. it resulted in error of cookies not present!.
Then i got to know that volume up button was broken from hardware only. so i got it fixed.
Now i see green light for fastboot and then pink for recovery.
BUT if i leave power button on pink(recovery) it goes to black screen
And if i leaveit on fastboot(green) it stays green only .
I dont know if that failed QPST try blew my recovery or it got bad in the beginning only!
QPST mode is still working and drivers are getting detected as Qualcomm USb 9006.
Please tell me what i can do to revive my phone!. (Its not in warranty)
I can donate to whoever solves my issue!
Dude... i think the rom is not compatible with your phone....flash stock rom using qpst
---------- Post added at 04:05 AM ---------- Previous post was at 04:01 AM ----------
You need to be on fastboot mode to flash stock rom using qpst
1manshow said:
Thanks for the guide. Do you know of any solution if phone only boots in QPST Download mode? No other methods like Fastboot, adb working for now.
I've connected via QPST tool but don't have images to flash. If you can research on it and provide the files to me, it would be great help.
Click to expand...
Click to collapse
u can download Image of karbonn a21 from here
firmwarefile.com/karbonn-a21
set this link b'cos i cant send link on my msg
Bhaveshsuthar10 said:
u can download Image of karbonn a21 from here
firmwarefile.com/karbonn-a21
set this link b'cos i cant send link on my msg
Click to expand...
Click to collapse
Thanks mate for your help. But I've got it replaced within warranty from Karbonn and already sold it last year.
Naineesh said:
can anyone suggest what to do ahead,.....
Click to expand...
Click to collapse
Dude can u suggest me what to do when karbonn A21 is dead.
your help will be appreciated.

[GUIDE] How to restore the Stock ROM on the Grand X Pro

How to restore the Stock ROM:
For Grand X Pro​OK, today I'll be showing you how to restore the Grand X Pro back to Stock, just as it was before you flashed the custom ROM...
You will need:
A PC Running Windows 7 (ONLY WIN 7 WORKS FOR NOW)
The Grand X Pro
A USB Android Cable
My FlashTool
ZTE VCOM Preloader Drivers MT6577
So , first get the full flashtool from here: ApeelMe's Blogspot - ZTE Grand X Pro FlashTool
Also install the Preloader drivers if you didn't do so...
Plug in the Grand X Pro and then turn it off...
It should (on the PC) install some drivers and fail , don't worry...
Open flashtool and select the NandUtil file and the Scatter file (nandutil.bin and mt6577_scatter.txt , their names are like that)
In the menu where you can select ANDROID , RECOVERY , BOOT , MBR, DSP , Preloader , etc DON'T Touch anything as it will wipe that partition and you may hard-brick your device..
Click "Download" in flashtool, wait till the green circle...
After the green circle appears , close flashtool and disconnect the phone.
Now turn it on, good ol' stock ROM...
Hope this works for you as it did work for me...
TeamMaverick
it didn't work for me, it completes the download and evrything but it still just stands on zte sign an that is it, can you help?
trying to use but i get a nandutil.bin file is not a valid da format. Is it corrupted?
Anyhowse. i went ahead and flshed with all in one. im now with cyanogenmod and cwm which is the opposite of what i needed. How can I return to stock rom and stock recovery? basically i need to send it back to shop because of faulty screen.
Resolved. Followed guide with link here
http://apeelme.blogspot.no/2013/08/zte-blade-super-gyari-allapot.html?m=1
how did you manage to follow he steps in flash tool to find download agent and scaterr file, the all thees ebr1, and the rest....i have done everything FAILED, it didn't change nothing same thing like with the solution in this post
majmun123 said:
how did you manage to follow he steps in flash tool to find download agent and scaterr file, the all thees ebr1, and the rest....i have done everything FAILED, it didn't change nothing same thing like with the solution in this post
Click to expand...
Click to collapse
Didn't have any problems followed these steps:
1. run Flash_tool.exe from desktopfolder (maybe try run as admin if a problem)
2. select File-open scatter loading file
3. select MT6577_Android_scatter_emmc.txt from restore to stock folder.
the ebr1 etc should be automatically filled in with file pathway
4.click download button
5. plug in switched off telephone (if drivers installed properly should just run)
6. wait until green circle appears. hey presto! switch on telephone.
nothing i hav done all that, an the problem is when it is all finished, i get errors such as can't mount data, it doesn find anything, i don't know what to do else, if you want i can post pictures when i enter recovery mode
repair grand x pro
Hi, this is no working for me. Just have CWm after finished.
I tried update tool software too, but can't recognize phone, red x stay at chacking and installing drivers.
Someone help?

[Q] Flashed wrong ROM for Micromax Canvas Juice A177 & Unable to enter Recovery Mode

[Q] Flashed wrong ROM for Micromax Canvas Juice A177 & Unable to enter Recovery Mode
Hi All,
I was using Custom ROM Lewa OS on my Micromax Canvas Juice A177.
My Phone's Previous State: Rooted, CWM flashed, Uncle Mobile Tool is present (Just to give more info to help people who tried to solve the problem)
Problem: I was experimenting and tried to install a new Custom ROM
Step1: Launched Uncle Mobile Tools and entered Into Recovery mode (It asked something related to reboot and I pressed YES)
Step2: (In PhilZ Recover_Mode) I Wiped Cache Partition
Step3: Wipe Data/Factory Reset > Clean to install a new Rom
Step4: Go to Advanced > Wipe Dalvik Cache.
Step5: Going to Install Zip.
Selected the zip in external sd card and confirmed the installation
Error: Later, After Flashing, It showed the error saying that It cant write along with some path(I don't remember the exact path it showed).
My Phone's Current State: It can't boot. I am unable to enter the recovery mode (After Pressing Volume+ or Volume- along with power key)
It is just displaying "Lewa" on the screen.
I removed my battery and tried to enter recovery and was unsuccessful.
Please help me to resolve my problem. Let me know if you need further info.
Thanks in Advance !!
u again download the custom rom nd flash it through CWM... I face this prob many tym.. its boot.img prob..
if u hve Lewo Os rom now so follow this step..
1. extract ur rom via winzip/winzip
2.after extract u find the boot.img file nd delete it..
Now put Original boot.img file in there folder..
Nd compresse it normal mod via winzip/winrar
after do these step U flash it..
Ur prob solve
Try To Instal Stock Using Flashtools...
Amit PN said:
Hi All,
I was using Custom ROM Lewa OS on my Micromax Canvas Juice A177.
My Phone's Previous State: Rooted, CWM flashed, Uncle Mobile Tool is present (Just to give more info to help people who tried to solve the problem)
Problem: I was experimenting and tried to install a new Custom ROM
Step1: Launched Uncle Mobile Tools and entered Into Recovery mode (It asked something related to reboot and I pressed YES)
Step2: (In PhilZ Recover_Mode) I Wiped Cache Partition
Step3: Wipe Data/Factory Reset > Clean to install a new Rom
Step4: Go to Advanced > Wipe Dalvik Cache.
Step5: Going to Install Zip.
Selected the zip in external sd card and confirmed the installation
Error: Later, After Flashing, It showed the error saying that It cant write along with some path(I don't remember the exact path it showed).
My Phone's Current State: It can't boot. I am unable to enter the recovery mode (After Pressing Volume+ or Volume- along with power key)
It is just displaying "Lewa" on the screen.
I removed my battery and tried to enter recovery and was unsuccessful.
Please help me to resolve my problem. Let me know if you need further info.
Thanks in Advance !!
Click to expand...
Click to collapse
Hey Buddy!! Sometimes it gonna happen if you keep tring to mess with your phone...
Just one method left!! That is to flash stock rom using Flashtools on your Windows PC!!!
#gOtm

plz help yoga 2 830l boot failed. efi hard drive

hi
how are you
I have a big problem
When you update a device error occurred ( fastboot failde)
Then the machine continues to this situation
Video demonstrates the problem
youtube.com/watch?v=E8k0KOQF8p0&feature=youtu.be
I do not know how to solve the problem
is there a solution?​
you tried to flash a kitkat rom over an existing lollipop and the files flashed cannot be loaded by the lollipop bios (that one remained the same) you need to flash a lollipop stock rom instead
1. download and extract this file someplace on your pc
2. uninstall your existing Phone Flash Tool and from the drivers folder install both files (Intel Phone Flash Tool and Android Driver accepting defaults) reboot pc when finished
3. place your tab in DNX mode (from power off press and hold both volume keys then press pwr to start, in a few you screen will show "Fastboot starting..." message and hang on that. you must get that message on your tab screen, restart from power off until you have it)
4. start the installed Phone Flash Tool and load flash.xml from the extracted YT2-830L... folder then Start Flashing, it will reboot when done
ionioni said:
you tried to flash a kitkat rom over an existing lollipop and the files flashed cannot be loaded by the lollipop bios (that one remained the same) you need to flash a lollipop stock rom instead
1. download and extract someplace on your pc
2. uninstall your existing Phone Flash Tool and from the drivers folder install both files (Intel Phone Flash Tool and Android Driver accepting defaults) reboot pc when finished
3. place your tab in DNX mode (from power off press and hold both volume keys then press pwr to start, in a few you screen will show "Fastboot starting..." message and hang on that. you must get that message on your tab screen, restart from power off until you have it)
4. start the installed Phone Flash Tool and load flash.xml from the extracted YT2-830L... folder then Start Flashing, it will reboot when done
Click to expand...
Click to collapse
Really I do not know how to thank
But how Mark device receives calls​
sayyid haroun said:
Really I do not know how to thank
But how Mark device receives calls​
Click to expand...
Click to collapse
download extract and flash this using the same procedure (from DNX load and flash using flash.xml)
ionioni said:
download extract and using the same procedure (from DNX load and flash using flash.xml)
Click to expand...
Click to collapse
very good Everything is just fine.
Thank you very much
I want custom rom Lollipop for
The device phone lenovo s856​
please
I have a question you can download Windows 8 on the tablet
I have same problem on Lenovo yoga 1050L... any help?
ionioni said:
you tried to flash a kitkat rom over an existing lollipop and the files flashed cannot be loaded by the lollipop bios (that one remained the same) you need to flash a lollipop stock rom instead
1. download and extract "this file" someplace on your pc
2. uninstall your existing Phone Flash Tool and from the drivers folder install both files (Intel Phone Flash Tool and Android Driver accepting defaults) reboot pc when finished
3. place your tab in DNX mode (from power off press and hold both volume keys then press pwr to start, in a few you screen will show "Fastboot starting..." message and hang on that. you must get that message on your tab screen, restart from power off until you have it)
4. start the installed Phone Flash Tool and load flash.xml from the extracted YT2-830L... folder then Start Flashing, it will reboot when done
Click to expand...
Click to collapse
Hi ionioni,
I have the same problem with Yoga tablet 830LC, would you please re-upload the file, i cannot get it because it is removed.
Thanks!
hi dear ionioni
the link you provided "flash this" is dead. can you please upload it again?
Thanks

Please Help!!! Samsung Grand 2 (SM-G7102) Black Screen!!!

Before this issue happens i try to root my phone using King Root that i download from kingrootapk.com. After i run that apps my phone died. I try to switch on so many time but didnt work. I download stock ROM from firmwarefile.com for my phone version and run the Odin v 1.85.,.it detect my phone but failed to flash that stock ROM ...Please someone help me.
HELLO... your grand2 is softbricked
i can help you!!!
do this:
A.YOU NEED:
1. a windows os
2.your phone
3. download this stock prerooted https://www.androidfilehost.com/?fid=23329332407574426?fid=23329332407574426
4. download odin 3.09 http://www.devfiles.co/download/CAHmXM6c/Odin_v3.09.zip
5. YOU(lol)
B.1.switch your phone download mode ( power+volume down+home)
2. extract odin and stock prerooted
3. open odin 3.09 select pda or ap and select the extracted stock prerooted (NOT the .zip)
4.connect your phone and you will see in odin on upper right corner @[0:] or something like it means your phone connected
5.now press start and wait
6.let the phone boot alone(if it bootloop open recovery and wipe)
7.CONGRATULATIONS
8. you can open settings and see you baseband version and download the official stock
dont forget to press THANKS

Categories

Resources