First I take little credits for this method , alot goes to ElectronikHeart with his good work on ways to root and backup phones built with spreadtrum processors.
So you have bricked , forgot your patterns or messed up your spreadtrum it1500 and still after a lot of hard work your phone still show no signs of joy .. ?
Yes that's exactly what happened to me , It took me a bit of time to come around this method but I'm happy it worked out perfectly , and thats why I decided to share to others who are still hustling to unbrick the itel it1500 .
What cracks heads about this spreadtrum phones is there system architecture which doesn't even came with a recovery . ( yes itel it1500 doesn't have one and a couple of other I have worked with ) which makes it difficult to factor reset it when its pattern locked , I tried some cwm recoveries from ElectronikHeart thread but non worked with this model , I will try find a working cwm recovery for this one and post some time later or if someone has one please share it with us .
WARNING
This method is safe and will likely 100% bring your phone back to life , But don't act more geeky and flash wrong files , you will end up hard bricking it , and trust me you don't wish to hard brick a spreadtrum phone , you will have a 0.0001% of unbricking it .
WARNING
kaungmyatlin has a way of wiping userdata with researchdownload tool , I must warn you the files doesn't work with it1500 and causes bootloop or soft brick . they work with other spreadtrum processors mentioned ( SC6820 and SC8810 ) but not SC7710 ( it1500 ) as far as I can tell , or maybe I missed out a point in a guide you can try them but you have been warned
What you need
Spreadtrum drivers ( links below )
System image file ( link below )
A brain to work with fastboot and adb ( just some few codes )
Procedures
- Download and Install needed drivers
Thanks to ElectronikHeart for the links
ADB drivers http://www.mediafire.com/download/c5nf3rlhxmxhu4x/Spreadtrum+Drivers.7z
Debug drivers http://www.mediafire.com/download.php?2tyg0k2xp3ejgyg
Then you have to tell adb that you have a spreadtrum phone that you need to work with . By adding spreadtrum PCI ID to android usb vendor list .
Go to this directory { your_user_directory/.android/adb_usb.ini } open with any editor ( notepad , notepad++ etc ) and add below code
Code:
0x1782
- Plug in phone and let windows install the driver , There is one fun part about this phone , adb is by default ON which saves us some breath of finding a key combo of rebooting it to fastboot , of course if its OFF in your device you will have to combo the keys ( I must admit this is a try 'n error game )
key combo = vol down + vol up + power / vol up + power / vol down + power
or reboot in fastboot using adb command
Code:
adb reboot fastboot
phone will reboot in fastboot mode , you will note a black screen with red words ( written fastboot mode ) on the left top corner of the screen
- We can now flash our system file
- Download the system file Itel it1500 system image
- Put it in your adb directory and rename to system.img
Erase userdata
Code:
fastboot erase userdata
Erase cache
Code:
fastboot erase cache
Now flashing the system
Code:
fastboot flash system system.img
Reboot device
Code:
fastboot reboot
Done , let it reboot
Goodluck :good:
RobyMi said:
First I take little credits for this method , alot goes to ElectronikHeart with his good work on ways to root and backup phones built with spreadtrum processors.
So you have bricked , forgot your patterns or messed up your spreadtrum it1500 and still after a lot of hard work your phone still show no signs of joy .. ?
Yes that's exactly what happened to me , It took me a bit of time to come around this method but I'm happy it worked out perfectly , and thats why I decided to share to others who are still hustling to unbrick the itel it1500 .
What cracks heads about this spreadtrum phones is there system architecture which doesn't even came with a recovery . ( yes itel it1500 doesn't have one and a couple of other I have worked with ) which makes it difficult to factor reset it when its pattern locked , I tried some cwm recoveries from ElectronikHeart thread but non worked with this model , I will try find a working cwm recovery for this one and post some time later or if someone has one please share it with us .
WARNING
This method is safe and will likely 100% bring your phone back to life , But don't act more geeky and flash wrong files , you will end up hard bricking it , and trust me you don't wish to hard brick a spreadtrum phone , you will have a 0.0001% of unbricking it .
WARNING
kaungmyatlin has a way of wiping userdata with researchdownload tool , I must warn you the files doesn't work with it1500 and causes bootloop or soft brick . they work with other spreadtrum processors mentioned ( SC6820 and SC8810 ) but not SC7710 ( it1500 ) as far as I can tell , or maybe I missed out a point in a guide you can try them but you have been warned
What you need
Spreadtrum drivers ( links below )
System image file ( link below )
A brain to work with fastboot and adb ( just some few codes )
Procedures
- Download and Install needed drivers
Thanks to ElectronikHeart for the links
ADB drivers http://www.mediafire.com/download/c5nf3rlhxmxhu4x/Spreadtrum+Drivers.7z
Debug drivers http://www.mediafire.com/download.php?2tyg0k2xp3ejgyg
Then you have to tell adb that you have a spreadtrum phone that you need to work with . By adding spreadtrum PCI ID to android usb vendor list .
Go to this directory { your_user_directory/.android/adb_usb.ini } open with any editor ( notepad , notepad++ etc ) and add below code
Code:
0x1782
- Plug in phone and let windows install the driver , There is one fun part about this phone , adb is by default ON which saves us some breath of finding a key combo of rebooting it to fastboot , of course if its OFF in your device you will have to combo the keys ( I must admit this is a try 'n error game )
key combo = vol down + vol up + power / vol up + power / vol down + power
or reboot in fastboot using adb command
Code:
adb reboot fastboot
phone will reboot in fastboot mode , you will note a black screen with red words ( written fastboot mode ) on the left top corner of the screen
- We can now flash our system file
- Download the system file Itel it1500 system image
- Put it in your adb directory and rename to system.img
Erase userdata
Code:
fastboot erase userdata
Erase cache
Code:
fastboot erase cache
Now flashing the system
Code:
fastboot flash system system.img
Reboot device
Code:
fastboot reboot
Done , let it reboot
Goodluck :good:
Click to expand...
Click to collapse
Going to try this, bricked my customer's itel now it stuck on rotating android bot
sarry86 said:
Going to try this, bricked my customer's itel now it stuck on rotating android bot
Click to expand...
Click to collapse
please it gives me
C:\>fastboot flash system E:\spd\system.img
sending 'system' (290420 KB)...
FAILED (remote: data too large)
finished. total time: 0.001s
---------- Post added at 05:27 PM ---------- Previous post was at 05:22 PM ----------
RobyMi said:
First I take little credits for this method , alot goes to ElectronikHeart with his good work on ways to root and backup phones built with spreadtrum processors.
So you have bricked , forgot your patterns or messed up your spreadtrum it1500 and still after a lot of hard work your phone still show no signs of joy .. ?
Yes that's exactly what happened to me , It took me a bit of time to come around this method but I'm happy it worked out perfectly , and thats why I decided to share to others who are still hustling to unbrick the itel it1500 .
What cracks heads about this spreadtrum phones is there system architecture which doesn't even came with a recovery . ( yes itel it1500 doesn't have one and a couple of other I have worked with ) which makes it difficult to factor reset it when its pattern locked , I tried some cwm recoveries from ElectronikHeart thread but non worked with this model , I will try find a working cwm recovery for this one and post some time later or if someone has one please share it with us .
WARNING
This method is safe and will likely 100% bring your phone back to life , But don't act more geeky and flash wrong files , you will end up hard bricking it , and trust me you don't wish to hard brick a spreadtrum phone , you will have a 0.0001% of unbricking it .
WARNING
kaungmyatlin has a way of wiping userdata with researchdownload tool , I must warn you the files doesn't work with it1500 and causes bootloop or soft brick . they work with other spreadtrum processors mentioned ( SC6820 and SC8810 ) but not SC7710 ( it1500 ) as far as I can tell , or maybe I missed out a point in a guide you can try them but you have been warned
What you need
Spreadtrum drivers ( links below )
System image file ( link below )
A brain to work with fastboot and adb ( just some few codes )
Procedures
- Download and Install needed drivers
Thanks to ElectronikHeart for the links
ADB drivers http://www.mediafire.com/download/c5nf3rlhxmxhu4x/Spreadtrum+Drivers.7z
Debug drivers http://www.mediafire.com/download.php?2tyg0k2xp3ejgyg
Then you have to tell adb that you have a spreadtrum phone that you need to work with . By adding spreadtrum PCI ID to android usb vendor list .
Go to this directory { your_user_directory/.android/adb_usb.ini } open with any editor ( notepad , notepad++ etc ) and add below code
Code:
0x1782
- Plug in phone and let windows install the driver , There is one fun part about this phone , adb is by default ON which saves us some breath of finding a key combo of rebooting it to fastboot , of course if its OFF in your device you will have to combo the keys ( I must admit this is a try 'n error game )
key combo = vol down + vol up + power / vol up + power / vol down + power
or reboot in fastboot using adb command
Code:
adb reboot fastboot
phone will reboot in fastboot mode , you will note a black screen with red words ( written fastboot mode ) on the left top corner of the screen
- We can now flash our system file
- Download the system file Itel it1500 system image
- Put it in your adb directory and rename to system.img
Erase userdata
Code:
fastboot erase userdata
Erase cache
Code:
fastboot erase cache
Now flashing the system
Code:
fastboot flash system system.img
Reboot device
Code:
fastboot reboot
Done , let it reboot
Goodluck :good:
Click to expand...
Click to collapse
C:\>fastboot flash system E:\spd\system.img
sending 'system' (290420 KB)...
FAILED (remote: data too large)
finished. total time: 0.001s
this is what am getting here
godwin25 said:
please it gives me
C:\>fastboot flash system E:\spd\system.img
sending 'system' (290420 KB)...
FAILED (remote: data too large)
finished. total time: 0.001s
this is what am getting here
Click to expand...
Click to collapse
You need to remove some system apps in the file you have downloaded .
1 -> exctract system.img ( recommended an ext4 linux OS for this operation )
2 -> remove some apps that are useless ( Use google to know apps that can be safely removed )
3 -> repack your system and fastboot it again .
there are tons of tutorials around here on how to extract / repack img files
I can help you with this one but it will take a bit of time uploading ..
RobyMi said:
You need to remove some system apps in the file you have downloaded .
1 -> exctract system.img ( recommended an ext4 linux OS for this operation )
2 -> remove some apps that are useless ( Use google to know apps that can be safely removed )
3 -> repack your system and fastboot it again .
there are tons of tutorials around here on how to extract / repack img files
I can help you with this one but it will take a bit of time uploading ..
Click to expand...
Click to collapse
used yaffey to remove preloaded apps but it stuck on "sending 'system' <255475 KB>...
sarry86 said:
used yaffey to remove preloaded apps but it stuck on "sending 'system' <255475 KB>...
Click to expand...
Click to collapse
I used yaffs and Ubuntu installed in an ext4 partition for removing bloatware apps ,
Try remove more apps ..
RobyMi said:
I used yaffs and Ubuntu installed in an ext4 partition for removing bloatware apps ,
Try remove more apps ..
Click to expand...
Click to collapse
What exactly do i need to get rid of? only preloaded and app folders contain applications, app folder containing system apps
edit: Oh never mind, i flashed it successfully now, got rid of preloaded apps plus i replaced Launcher2.apk and its odex with adw launcher, changed its permission to rw-r-r, repacked and flashed. asante sana kaka
sarry86 said:
What exactly do i need to get rid of? only preloaded and app folders contain applications, app folder containing system apps
edit: Oh never mind, i flashed it successfully now, got rid of preloaded apps plus i replaced Launcher2.apk and its odex with adw launcher, changed its permission to rw-r-r, repacked and flashed. asante sana kaka
Click to expand...
Click to collapse
Hongera .. glad it worked out well ..
Karib sana kaka .. :good:
cwm-recovery-SC7710g.img
Hi. am looking for this file cwm-recovery-SC7710g.img if you have it..or have an any ideas where i could find it would be appreciated.
cwm recovery for the spreadtrum SC7710g
Hi. am looking for this file cwm-recovery- SC7710g.img if you have it..or have an any ideas where i could find it would be appreciated.
or even the boot.img from the itel 1500 which has a spreadtrum sc7710g cpu chip
montanabay39 said:
Hi. am looking for this file cwm-recovery- SC7710g.img if you have it..or have an any ideas where i could find it would be appreciated.
or even the boot.img from the itel 1500 which has a spreadtrum sc7710g cpu chip
Click to expand...
Click to collapse
The guy has already said that he tried a number of recoveries on the itel it1500 but non of them worked.
CWM recovery SC7710g
sarry86 said:
The guy has already said that he tried a number of recoveries on the itel it1500 but non of them worked.
Click to expand...
Click to collapse
I know very well that the cwm recoveries posted here don't work for the sc7710g, cause I too have tried them all.
Am looking for one that will work on the sc7710g or for someone who can port one for my itel it1351e which uses the sc7710g chip set too, I already have all the back ups here. https://drive.google.com/folderview?id=0B8S1H9fjcS8cSUFQdXJUeDYwMDg&usp=sharing
Hi sarry86
I have the same problem, as the one you faced with.
Can you please upload your file used to revive your phone?
it1500
RobyMi said:
First I take little credits for this method , alot goes to ElectronikHeart with his good work on ways to root and backup phones built with spreadtrum processors.
So you have bricked , forgot your patterns or messed up your spreadtrum it1500 and still after a lot of hard work your phone still show no signs of joy .. ?
Yes that's exactly what happened to me , It took me a bit of time to come around this method but I'm happy it worked out perfectly , and thats why I decided to share to others who are still hustling to unbrick the itel it1500 .
What cracks heads about this spreadtrum phones is there system architecture which doesn't even came with a recovery . ( yes itel it1500 doesn't have one and a couple of other I have worked with ) which makes it difficult to factor reset it when its pattern locked , I tried some cwm recoveries from ElectronikHeart thread but non worked with this model , I will try find a working cwm recovery for this one and post some time later or if someone has one please share it with us .
WARNING
This method is safe and will likely 100% bring your phone back to life , But don't act more geeky and flash wrong files , you will end up hard bricking it , and trust me you don't wish to hard brick a spreadtrum phone , you will have a 0.0001% of unbricking it .
WARNING
kaungmyatlin has a way of wiping userdata with researchdownload tool , I must warn you the files doesn't work with it1500 and causes bootloop or soft brick . they work with other spreadtrum processors mentioned ( SC6820 and SC8810 ) but not SC7710 ( it1500 ) as far as I can tell , or maybe I missed out a point in a guide you can try them but you have been warned
What you need
Spreadtrum drivers ( links below )
System image file ( link below )
A brain to work with fastboot and adb ( just some few codes )
Procedures
- Download and Install needed drivers
Thanks to ElectronikHeart for the links
ADB drivers http://www.mediafire.com/download/c5nf3rlhxmxhu4x/Spreadtrum+Drivers.7z
Debug drivers http://www.mediafire.com/download.php?2tyg0k2xp3ejgyg
Then you have to tell adb that you have a spreadtrum phone that you need to work with . By adding spreadtrum PCI ID to android usb vendor list .
Go to this directory { your_user_directory/.android/adb_usb.ini } open with any editor ( notepad , notepad++ etc ) and add below code
Code:
0x1782
- Plug in phone and let windows install the driver , There is one fun part about this phone , adb is by default ON which saves us some breath of finding a key combo of rebooting it to fastboot , of course if its OFF in your device you will have to combo the keys ( I must admit this is a try 'n error game )
key combo = vol down + vol up + power / vol up + power / vol down + power
or reboot in fastboot using adb command
Code:
adb reboot fastboot
phone will reboot in fastboot mode , you will note a black screen with red words ( written fastboot mode ) on the left top corner of the screen
- We can now flash our system file
- Download the system file Itel it1500 system image
- Put it in your adb directory and rename to system.img
Erase userdata
Code:
fastboot erase userdata
Erase cache
Code:
fastboot erase cache
Now flashing the system
Code:
fastboot flash system system.img
Reboot device
Code:
fastboot reboot
Done , let it reboot
Goodluck :good:
Click to expand...
Click to collapse
Which tool you use with this process?????
Mtengeti said:
Which tool you use with this process?????
Click to expand...
Click to collapse
My laptop with 2 OS's ( windows & Linux )
sirleondavid said:
Hi sarry86
I have the same problem, as the one you faced with.
Can you please upload your file used to revive your phone?
Click to expand...
Click to collapse
Hey you can use yaffs to remove bloatware apps then try fastboot system again ..
Click here for how to use yaffs
it1500
RobyMi said:
My laptop with 2 OS's ( windows & Linux )
Click to expand...
Click to collapse
Yah.... I already downloaded all files but i don know where to start the task..... and as i know itel 1500 has no fastboot mode, what did you doing my brother!!
Mtengeti said:
Yah.... I already downloaded all files but i don know where to start the task..... and as i know itel 1500 has no fastboot mode, what did you doing my brother!!
Click to expand...
Click to collapse
Everything is written and explained on the first post including tools and procedures required , incase of fastboot .. you need to have spreadtrum drivers installed ( link with extra information on how to install them explained on the first post ) .. you can then boot your phone in fastboot mode when you are done .
Download link not working pls update
Please update the download link for the rom. mediafire's acting up.
please is this compatible with windows 8?
RobyMi said:
First I take little credits for this method , alot goes to ElectronikHeart with his good work on ways to root and backup phones built with spreadtrum processors.
So you have bricked , forgot your patterns or messed up your spreadtrum it1500 and still after a lot of hard work your phone still show no signs of joy .. ?
Yes that's exactly what happened to me , It took me a bit of time to come around this method but I'm happy it worked out perfectly , and thats why I decided to share to others who are still hustling to unbrick the itel it1500 .
What cracks heads about this spreadtrum phones is there system architecture which doesn't even came with a recovery . ( yes itel it1500 doesn't have one and a couple of other I have worked with ) which makes it difficult to factor reset it when its pattern locked , I tried some cwm recoveries from ElectronikHeart thread but non worked with this model , I will try find a working cwm recovery for this one and post some time later or if someone has one please share it with us .
WARNING
This method is safe and will likely 100% bring your phone back to life , But don't act more geeky and flash wrong files , you will end up hard bricking it , and trust me you don't wish to hard brick a spreadtrum phone , you will have a 0.0001% of unbricking it .
WARNING
kaungmyatlin has a way of wiping userdata with researchdownload tool , I must warn you the files doesn't work with it1500 and causes bootloop or soft brick . they work with other spreadtrum processors mentioned ( SC6820 and SC8810 ) but not SC7710 ( it1500 ) as far as I can tell , or maybe I missed out a point in a guide you can try them but you have been warned
What you need
Spreadtrum drivers ( links below )
System image file ( link below )
A brain to work with fastboot and adb ( just some few codes )
Procedures
- Download and Install needed drivers
Thanks to ElectronikHeart for the links
ADB drivers http://www.mediafire.com/download/c5nf3rlhxmxhu4x/Spreadtrum+Drivers.7z
Debug drivers http://www.mediafire.com/download.php?2tyg0k2xp3ejgyg
Then you have to tell adb that you have a spreadtrum phone that you need to work with . By adding spreadtrum PCI ID to android usb vendor list .
Go to this directory { your_user_directory/.android/adb_usb.ini } open with any editor ( notepad , notepad++ etc ) and add below code
Code:
0x1782
- Plug in phone and let windows install the driver , There is one fun part about this phone , adb is by default ON which saves us some breath of finding a key combo of rebooting it to fastboot , of course if its OFF in your device you will have to combo the keys ( I must admit this is a try 'n error game )
key combo = vol down + vol up + power / vol up + power / vol down + power
or reboot in fastboot using adb command
Code:
adb reboot fastboot
phone will reboot in fastboot mode , you will note a black screen with red words ( written fastboot mode ) on the left top corner of the screen
- We can now flash our system file
- Download the system file Itel it1500 system image
- Put it in your adb directory and rename to system.img
Erase userdata
Code:
fastboot erase userdata
Erase cache
Code:
fastboot erase cache
Now flashing the system
Code:
fastboot flash system system.img
Reboot device
Code:
fastboot reboot
Done , let it reboot
Goodluck :good:
Click to expand...
Click to collapse
is this compatible with windows 8?
Related
I have a VIBEZ K910 with locked bootloader after upgrading to version 4.4.2. Now it's bricked. Cannot enter test mode with the combination Volumn - and Power button. I think the droidboot.img is damaged. Cannot enter recovery either. Anybody can help me unbrick the phone? Pls:crying:
Sorry to hear about your bricked phone. I can't help specifically as I don't have a Lenovo, but having a search around XDA there seems to have been some success reported in the following thread:
http://forum.xda-developers.com/showthread.php?t=2597590
See this post - http://forum.xda-developers.com/showpost.php?p=52013378&postcount=412
Another post in that thread suggests:
Turn off the phone --> Run minimal ABD and fastboot as admin--> just write the command for recovery install (don't hit enter yet)--> press volume + and volume - button and connect the phone to pc via usb--> now hit enter and voila. Your phone will boot in recovery.
Click to expand...
Click to collapse
Good luck!
anyone?
f4780y said:
Sorry to hear about your bricked phone. I can't help specifically as I don't have a Lenovo, but having a search around XDA there seems to have been some success reported in the following thread:
http://forum.xda-developers.com/showthread.php?t=2597590
See this post - http://forum.xda-developers.com/showpost.php?p=52013378&postcount=412
Another post in that thread suggests:
Good luck!
Click to expand...
Click to collapse
i tried this aldready, but my phone is locked bootloder so that method is no help. Thank you for your support anyway.
hientran41 said:
i tried this aldready, but my phone is locked bootloder so that method is no help. Thank you for your support anyway.
Click to expand...
Click to collapse
OK, but did you look at the second link there, to the specific post in that thread? It suggests a process for locked bootloader, which is why I thought it might help...
Anyhoo, I hope you manage to get it fixed somehow!
Is anybody have the droidboot.img file from the VibeZ K910 dualsim, pls upload it for me. i cannot find it anywhere.
I look into the second link as well. that method for user have a working phone but locked bootloader and want to downgrade.
Ah, OK. Sorry I couldn't help.
u fix your phone?
hientran41 said:
I have a VIBEZ K910 with locked bootloader after upgrading to version 4.4.2. Now it's bricked. Cannot enter test mode with the combination Volumn - and Power button. I think the droidboot.img is damaged. Cannot enter recovery either. Anybody can help me unbrick the phone? Pls:crying:
Click to expand...
Click to collapse
hi do u fix your phone?
Geguniukas said:
hi do u fix your phone?
Click to expand...
Click to collapse
i bricked also
dunno what to do..
---------- Post added at 12:13 AM ---------- Previous post was at 12:13 AM ----------
hientran41 said:
I have a VIBEZ K910 with locked bootloader after upgrading to version 4.4.2. Now it's bricked. Cannot enter test mode with the combination Volumn - and Power button. I think the droidboot.img is damaged. Cannot enter recovery either. Anybody can help me unbrick the phone? Pls:crying:
Click to expand...
Click to collapse
did you fixed the phone?
lenovo k910e 4.2.2 bricked after TWRP for 4.4.2 installation
Hi , this is my first time on the site , so forgive me if ive posted this in the wrong place.
I briked my Lenovo k910e running 4.2.2 rom with google apps purchased off Aliexpress.
What i did was run the flashrec.exe file for TWRP , but not until too late did i realise it was for 4.4.2 instead of 4.2.2.
Now i cannot boot the phone , TWRP was successfully installed and operational , but after about 20 reboots TWRP flash screen is stuck on the TeamWin logo and not accessable.
Ive tried mostl sugestions on this site and others without luck.
I can get the phone recognised with fastboot only after these commands ;
cd downloads
cd fastboot
adb devices
and it seems i may be able to push files to my device.
Is there a working link to the k910 OEM rom k910_ss_s_2_040_0109_131226 someone could direct me to.
All the links i have found so far are corrupted. Is there a way of repairing the TWRP recovery i have in the phone now.
Am I correct in assuming I have to install the OEM factory 4.2.2 ROM to wipe TWRP and istal Lenovo recovery ?.
Any help would be so appreciated. Thanks
Solution ( k910 bricked )
Ok here is the solution even if your device ( k910 dual sim ) is completely bricked as was mine.
I was stuck in Lenovo logo with no success in finding right and working drivers ( windows 7 64x ) and i was not able to to get in recovery official ...everything was just - somehow - deleted...
I had locked bootloader **** and was not be able to flash cmw in working mode ****
There was nothing for me that could recover my phone even if the "hard" way with QPST or miflash etc
So....after 3 days....find this solution and hope this will help you because it is soooooooooo easy finally!
Steps:
1) Download lenovo driver ( i think it is useless in fact but ok....just run it you dont have anything more to loose )
https://www.dropbox.com/s/frbpz16udrefoit/LenovoUsbDriver_autorun_1.0.112.exe?dl=0
2a) Download and install Minimal adb
https://www.dropbox.com/s/uvngsu4vz4hvsky/minimal_adb_fastboot_v1.1.3_setup.exe?dl=0
So now you have to use the right recovery image ( this file has to be inside minimal adb folder )....so here it is:
https://www.dropbox.com/s/ge05m1fe8n4qgb1/recovery.img?dl=0
2b)
Download this ROM ( this worked for me - with other i did try i did get an error )
http://www.needrom.com/download/lenovo-k910-vibeui-2-0/
prefer the last updated version ( 1501 )
Put this rom in the same ADB folder and renale zip in VIBE1411.ZIP ( in order to be easier later )
3) Turn off the device open Adb and write : fastboot boot recovery.img ( to have it ready )
4) Push volume + $ volume - at the same time and AFTER connect with usb to your pc - At the time the device will vibrate HIT ENTER in ADB
This will flash the recovery and after 1 minute device will open in a recovery screen with an adb update option ***
SELECT THIS adb update OPTION !
Your device kow it is ready to flash the new rom ! ( you will realize that everything is right from many usb beeps you will hear )
5)In adb console write : adb sideload VIBE1411.ZIP
This will take a little ....after that your device will reboot ! Dont panic if for a few minutes it will stuck in lenovo logo....
IT IS NORMAL AND YOU HAVE TO WAIT!
Hope this will help you.....please feel free to tell me if this worked for you.
C u
Same thing happens to my lenovo vibe z k910
buzzbuzz1 said:
Hi , this is my first time on the site , so forgive me if ive posted this in the wrong place.
I briked my Lenovo k910e running 4.2.2 rom with google apps purchased off Aliexpress.
What i did was run the flashrec.exe file for TWRP , but not until too late did i realise it was for 4.4.2 instead of 4.2.2.
Now i cannot boot the phone , TWRP was successfully installed and operational , but after about 20 reboots TWRP flash screen is stuck on the TeamWin logo and not accessable.
Ive tried mostl sugestions on this site and others without luck.
I can get the phone recognised with fastboot only after these commands ;
cd downloads
cd fastboot
adb devices
and it seems i may be able to push files to my device.
Is there a working link to the k910 OEM rom k910_ss_s_2_040_0109_131226 someone could direct me to.
All the links i have found so far are corrupted. Is there a way of repairing the TWRP recovery i have in the phone now.
Am I correct in assuming I have to install the OEM factory 4.2.2 ROM to wipe TWRP and istal Lenovo recovery ?.
Any help would be so appreciated. Thanks
Click to expand...
Click to collapse
After running twrp recovery it operates 3-4 times but now it flashes on twrp screen and screen goes blank and again flashes . I am unable to on it and as it shows only light and lenovo logo after that blank screen . Please help me in this. Its only detecting in adb recovery not any other mode.
lenove vibe Z k910 locked and stuck in logo
hello all
I ve done every word and many other tutorials but still the problem the same:
adb devices give just nothing
but fastboot devices gives the device
the driver is installed correctly detected in devices of the computer
here is the response for :fastboot boot recovery.img:
~/Desktop/lenovo]$ fastboot boot recovery.img (master✱)
< waiting for device >
downloading 'boot.img'...
OKAY [ 0.536s]
booting...
FAILED (remote: Locked)
finished. total time: 0.538s
thanks for everyone to help
Boot into recovery under bricked condition
Today I bricked K910 after reinstalling GMS apk.
The phone hanged at boot logo.
Nothing can be from here.
I decided to take this risk.
I removed the back cover and disconnected the battery terminal.
After that I plugged back the terminal.
Several tries by power button and volume down to get into the recovery mode. All failed.
Each time it hanged at boot logo.
I have to redo the battery terminal unplug sequence again.
This is correct method to get into recovery mode.
Press power button and volume down till the Lenovo logo appears.
Move the power button finger to the position of the " Home " of the touchscreen position.
Hold till the recovery menu appears. Choose factory reset to erase the phone.
There was two lit small icon below. Make your choice.
The phone will be erased by reset.
Reboot after the process.
I solved my phone bricked problem.
Hope the method will solve your problem.
Good day to all K910 users.
my vibe z cannot access the recovery mode (PWR + VLM DOWN), it only vibrate. If turn on only stuck at Logo. Please help .
How to root Micromax Unite A092 And please post cwm recovery for this phone
yes i need help on this same post plz somebody help in rooting micromax unite a092
i think Vroot will work for you !
Hy ! I think that micromax a092 unite is sold in my country as allview a6 quad ( specs here ) and rooted whit Vroot from mgyun but there is a catch : many says that vroot is a virus -- info on xda forum--. I don't know how to prove that so use it at your own risk !!!!!!
After i found that i tried to get rid of vroot by using this method described here http://forum.xda-developers.com/showthread.php?t=2434453 and it worked for me :good: !
Now i have a rooted phone and hopefully virus free !
P.S Sorry for my english !
diaconu.silviu said:
Hy ! I think that micromax a092 unite is sold in my country as allview a6 quad ( specs here ) and rooted whit Vroot from mgyun but there is a catch : many says that vroot is a virus -- info on xda forum--. I don't know how to prove that so use it at your own risk !!!!!!
After i found that i tried to get rid of vroot by using this method described here http://forum.xda-developers.com/showthread.php?t=2434453 and it worked for me :good: !
Now i have a rooted phone and hopefully virus free !
P.S Sorry for my english !
Click to expand...
Click to collapse
Just as I was about start a new thread asking for help rooting this damn thing after hours of frustration, the search for similar threads option in the title box sent me here. Man I can't thank you enough! mulțumesc! :good:
Who knew a random Chinese rooting app would succeed where just about everything else failed. Installed it, rebooted, installed SuperSU...victory. Again thanks a bunch.
Oh btw like the OP mentioned, any idea which CWM works for this phone and a flash tool to get the job done? This phone doesn't seem to have proper drivers like the ones say Sony PC Companion would install which gets Device Manager to recognize the phone as say "Micromax A092" or something like that and not just as Android ADB Interface under Android Devices. This might be the reason why adb/fastboot doesn't detect the phone when connected in fastboot mode. Any further help truly appreciated too.
PS: OP/second poster, if you are still looking for a way to root your phones, there's a English version of Vroot to simplify things further..not that the Chinese version was much trouble to begin with. You are probably gonna end up installing SuperSU afterwards anyways. Please update this thread if you find a CWM compatible with this phone and a tool to proceed with the flashing.
Tried all things but no success
I used many softwares like oneclickroot, unlockroot. Unlockroot pro but it still not rooted then i try manual rooting with adb but any exploit and any file not pushing to data/local/tmp it gives an error read only file system pls help
I'm glad I could help ! On my phone debug mode enabled , without battery , hold Volume Down and then insert USB cable enters in fastboot mode ! For flasing original software micromax a092 use a " 8x10_fastboot_all_images.bat " file whitch looks like this : @ECHO off
adb reboot bootloader
echo for not erase modemst1 and modest2
rem fastboot flash partition gpt_both0.bin
fastboot flash aboot emmc_appsboot.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash rpm rpm.mbn
fastboot flash sdi sdi.mbn
rem fastboot flash fsg fs_image.tar.gz.mbn.img
rem fastboot flash modemst1 dummy.bin
rem fastboot flash modemst2 dummy.bin
fastboot flash modem NON-HLOS.bin
echo for not erase bt and wifi information
rem fastboot flash persist persist.img
fastboot flash cache cache.img
fastboot flash usbmsc usbdisk.img
fastboot erase splash
fastboot flash splash splash.img
fastboot -S 256M flash system system.img
fastboot flash recovery recovery.img
fastboot -S 256M flash userdata userdata.img
fastboot flash boot boot.img
fastboot reboot
With debug on and only charging mode enabled in Device Manager appears as Android Composite ADB Interface , olso in fastboot mode !
Here is everything that i found about A092 Unite
Rickydhillon said:
I used many softwares like oneclickroot, unlockroot. Unlockroot pro but it still not rooted then i try manual rooting with adb but any exploit and any file not pushing to data/local/tmp it gives an error read only file system pls help
Click to expand...
Click to collapse
Dude read my previous post will you? It was meant for you. Use Vroot. Its what worked for diaconu.silviu and its what's rooted my A092. If the Chinese version is a tad confusing, just download the English version and get rooting.
diaconu.silviu said:
I'm glad I could help ! On my phone debug mode enabled , without battery , hold Volume Down and then insert USB cable enters in fastboot mode ! For flasing original software micromax a092 use a " 8x10_fastboot_all_images.bat " file whitch looks like this : @ECHO off
adb reboot bootloader
echo for not erase modemst1 and modest2
rem fastboot flash partition gpt_both0.bin
fastboot flash aboot emmc_appsboot.mbn
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash rpm rpm.mbn
fastboot flash sdi sdi.mbn
rem fastboot flash fsg fs_image.tar.gz.mbn.img
rem fastboot flash modemst1 dummy.bin
rem fastboot flash modemst2 dummy.bin
fastboot flash modem NON-HLOS.bin
echo for not erase bt and wifi information
rem fastboot flash persist persist.img
fastboot flash cache cache.img
fastboot flash usbmsc usbdisk.img
fastboot erase splash
fastboot flash splash splash.img
fastboot -S 256M flash system system.img
fastboot flash recovery recovery.img
fastboot -S 256M flash userdata userdata.img
fastboot flash boot boot.img
fastboot reboot
With debug on and only charging mode enabled in Device Manager appears as Android Composite ADB Interface , olso in fastboot mode !
Click to expand...
Click to collapse
Hey man thanks again for the info. I'll look into it and get back to you if I don't understand something.
Wait...hang one...you need to remove the battery to get into fastboot mode?? How's the phone to boot up w/o a battery?
Anyhoo the method mentioned to get my phone into fastboot mode is to press the Volume Down key + the Power button for a while till the Micromax logo pops up and then connect via USB. It just sits there displaying the logo looking like the phone is hung but its apparently supposed to be in fastboot mode.
But you seem my problem is that while the phone is supposedly in fastboot mode, when I open up a command prompt in the adb/fastboot folder and type : fastboot devices, it doesn't detect anything. The phone does show up under Android Devices in Device Manager but fastboot ain't recognizing it.
Does your phone show up in Device Manager as anything other than an Android ADB Interface? Like say your phone model no. or something else. I get the feeling its not being recognized because there are no proper drivers for it.
Also what's the amount of RAM on your phone? 512mb or 1GB? Thanks again man :good:
Unfortunately for me ...only 512MB ! Here is how Device Manager see my phone (debug + charging mode only ) .
-With battery : Vol UP +Power button = standard recovery
-Without battery : Vol Down + Insert USB cable = fastboot mode ( logo Allview on screen...nothing else )
---------- Post added at 03:09 PM ---------- Previous post was at 02:56 PM ----------
Only after i installed moborobo (i don't know why ) i could get a reply from adb devices command (of course android sdk installed ) and i did a phone partition backup !
I am just a newbie in this android stuff ! all that I have achieved is due XDA forum readings ...a lot of reading ! The next step for me is to find a way to CWM
Rickydhillon said:
How to root Micromax Unite A092 And please post cwm recovery for this phone
Click to expand...
Click to collapse
You may use an application called Framaroot which is used to root most of the phones. I don't whether it will root your phone or not, but I successfully rooted 20 phones using it, including->
Micromax A116
Galaxy Tab 2
Galaxy Note 10.1
Galaxy Grand
Galaxy Star Pro
Galaxy Note
Galaxy Note 2
Galaxy Grand 2
& many more...
Vroot not working buddy
I tried but vroot not working i also try manual way pushed many exploit like psneuter, zergrush, rootutility but no success i need a working exploit for 4.3 Jellybean please post one.
diaconu.silviu said:
Unfortunately for me ...only 512MB !
-With battery : Vol UP +Power button = standard recovery
-Without battery : Vol Down + Insert USB cable = fastboot mode ( logo Allview on screen...nothing else )
---------- Post added at 03:09 PM ---------- Previous post was at 02:56 PM ----------
Only after i installed moborobo (i don't know why ) i could get a reply from adb devices command (of course android sdk installed ) and i did a phone partition backup !
I am just a newbie in this android stuff ! all that I have achieved is due XDA forum readings ...a lot of reading ! The next step for me is to find a way to CWM
Click to expand...
Click to collapse
Aaah I think you might have the equivalent of a Micromax Unite Engage A091. Its basically the same phone with half the RAM and memory. Rest of the specs are just about the same. Tell me are you running Jelly Bean 4.3 or Kit Kat 4.4 cause the A091 ships out here with a Kit Kat OS. Maybe that could clear some doubts.
Recovery mode is the same as yours i.e Vol UP + Power Button but I don't understand your description of getting into fastboot mode. How on earth will you get to the logo screen/fastboot if there's no battery in your phone? Still went ahead and tried it...doesn't work for me. The only way I can get into fastboot mode is by pressing the Volume Down + Power buttons and yes like you said it sits at the Micromoax/Allview logo screen but it certainly doesn't show up as Android Composite ADB Interface like in the image you posted...just Android ADB Interface.
Think i'll give this Moborobo a try...maybe it will help me out too.
Not a total newbie as I have rooted/unlocked/flashed/customized a X10 mini pro and a Xperia M but there's just little to no info about this particular phone that I hit a dead end with the rooting process till I happened upon your post and now I have to find a workaround for this fastboot problem. Yeah done a lot...a lot of reading (my bookmarks seem never ending ) on this great site plus many others.
About your CWM installation, why don't you download & install ROM Manager.apk and use that download and install the CWM compatible with your phone? There's no net connection on my phone yet and I haven't got around to reverse tethering my phone so I can use my broadband connection on it so I can't confirm but if I get it done before you, I'll let you know.
---------- Post added at 02:34 PM ---------- Previous post was at 02:20 PM ----------
ProgrammingExpert said:
You may use an application called Framaroot which is used to root most of the phones. I don't whether it will root your phone or not, but I successfully rooted 20 phones using it, including->
Micromax A116
Galaxy Tab 2
Galaxy Note 10.1
Galaxy Grand
Galaxy Star Pro
Galaxy Note
Galaxy Note 2
Galaxy Grand 2
& many more...
Click to expand...
Click to collapse
I tried every and I do mean every version of Framaroot...no dice. The Gandalf exploit that's need to root Qualcomm powered devices just refused to show up for some reason and the strange thing is that 24 hours ago, I had used it (version 1.6.1 I think it was) to root an Xperia M but no matter which version I installed on the A092, all it displayed was the Aragorn exploit which I believe is what is required to root Samsung phones. Also doesn't the Micromax A116 use a MediaTek processor? If I was doing something wrong, do let me know so I can avoid circumvent this situation in the future.
Rickydhillon said:
I tried but vroot not working i also try manual way pushed many exploit like psneuter, zergrush, rootutility but no success i need a working exploit for 4.3 Jellybean please post one.
Click to expand...
Click to collapse
Which version did you use? The Chinese or English one? Because the Chinese one seems to be a newer version if I am not mistaken. I feel your frustration man, I spent an entire night trying to root the damn thing and Vroot was the only thing that worked for me. What operating system are you running? Have you manually installed the Google USB/Micromax drivers?
hey guys thanks i hav successfully rooted my micromax a092 and i m having KingUser as an Super User which works similar but now i need to install CWM recovery.....plz help me with that
I tried chinese version
I used chinese version ir push two apps in phone camera app and one root app i forgot apps name i download english version of vroot tonight i'll give it a try
thanks for reply man
deadhead619 said:
hey guys thanks i hav successfully rooted my micromax a092 and i m having KingUser as an Super User which works similar but now i need to install CWM recovery.....plz help me with that
Click to expand...
Click to collapse
Sorry man...nothing yet. I have been at it for a couple of days but no luck so far. ROM Manager says there's no supported version of CWM and since I haven't been able to get this thing detected in fastboot mode, flashing via command prompt is out of the question. Hope someone else can come to out aid with a working solution. Will update this thread if I manage to flash it.
Pls post the process of rooting
Hey buddy pls post the process to root of this damn phone
i'm searching for a working root process on the google from that day when i purchase this phone but not find any working one
Rickydhillon said:
Hey buddy pls post the process to root of this damn phone
i'm searching for a working root process on the google from that day when i purchase this phone but not find any working one
Click to expand...
Click to collapse
If you are telling me even Vroot didn't work for you, then I am afraid I might be out of suggestions. Did you try Kinguser which worked for the other guy?
Anyhoo unless you tell me exactly what's going wrong for you with Vroot, there's only so much troubleshooting I can do for you. You say its not working for you but you fail to mention which step of the rooting procedure in halting your progress. Basic but essential questions -
Have you switched on USB Debugging mode?
Is Vroot detecting your phone?
Did you follow the link in diaconu.silviu's post, the 3rd post in this thread and follow the exact steps given in that link? Because that's what worked for me.
Also you still haven't answered my question asking you whether you have installed USB drivers or which operating system you are running on your PC. If you are on Win 8, you need to disable driver signature to be able to install the drivers necessary for rooting. Follow this procedure -
https://learn.sparkfun.com/tutorial...abling-signed-driver-enforcement-on-windows-8
After that take a look at this tutorial for driver installation and do exactly what it says in case you haven't done it - http://visualgdb.com/tutorials/android/usbdebug/manualinstall.php
Give more information to people regarding your situation next time...posting a couple of lines saying this app or that ain't working your you isn't gonna help me or anyone else help you.
I used the same way
I used the same way phone conmecting with adb and show up in vroot as A092 When i click on root button it takes 15 To 20 Min. & after that vroot show retry button i tried it many time but no success
Simple Root Micromax A092 Unite..
Dear, For Micromax A092 Simple exploit is there. Just download ROOT GENIUS enable debugging and connect with usb after installation.. install.. enjoy
Downloads:
RootGenius
https://www.dropbox.com/s/omrjip57skzh3g7/RootGenius.exe
Micromax A092 Drivers
http://androidbreak.com/data/MicromaxDriver.zip
Process:
Step 1: Download and install Micromax A092 USB driver on your computer.
Step 2: Enable USB Debugging on your Micromax A092 Smartphone. To enable USB debugging, Open Settings > Developers Option > USB Debugging > Tick to Enable.
(Developers Option is hidden for Android 4.2.2 or above, to show this option Go to Settings > About Phone > Built Number (Tap on it for 5-8 times).
Step 3: Download and Open Root Genius Application on your Windows Computer.
Step 4: Once Root Genius Application is launched, connect your Micromax A092 smartphone to the computer (with USB Debugging enabled).
Step 5: Once Your Micromax A092 is connected successfully to the computer, Root Genius will automatically detect your device.
Step 6: Now, Click on the “Root Now” button to begin the rooting process.
Step 7: Now, Root Genius will automatically “Root” your Micromax A092 and install the KingUser Application.
Step 8: Now your Micromax A092 smartphone is Rooted. To check whether your phone is rooted correctly, open Applications Menu, there you will be able to see a new app installed, called KingUser. If this app exist then it means you have successfully rooted your device.
(Source: http://androidxda.com/root-micromax-canvas-hd-a116)
Sent from my Micromax A116 using XDA Free mobile app
sadisd
I have a Micromax unite a092 too
I rooted my phone with Root genius.exe pctool its very fast only takes about 5 minutes only
Welcome dear xda_dev user,
Model:Prestigio Multiphone 5451 DUO
My device in the past months stuck in a boot-loop, and.. I googled for loads of threads to read,but they don't really help.
This is what the phone do, and not do:
Can/Works:
ADB sideload (PC see the device!)
Stock Recovery Menu
Can turn off/on the device,screen vibration,etc. works.
No/Not Works:
Can't listen to ADB while booting.
NO TWRP and other Recovery menus installed, only the stock android one.
NO official ROMs available from this company.
Click to expand...
Click to collapse
This is what I tried:
Tried to load 1-5Mb "firmware" updates via ADB Sideload /throwing permission problems/
Tried to Wipe data/cache /didn't boot after this/
Tried to unplug battery <- make it 0% (uncharge)
Tried to load non-company driven ROMs via ADB /permission problems/
Click to expand...
Click to collapse
NO official ROMs available from this company, I asked them to share, but they said I need to go a city (200km) away from me who have "authorized access"..
I kept this thread as simple as possible, BTW I have bought a new device, I still need this mobile because it still worth $50 I think..
Thank you if you can help, and ignore the grammar problems.
Not sure if these are legit firmware files for the duo but seeing you are in this fix it is worth a look i think
https://androidmm6.com/deviceinfo_1701.html
http://www.needrom.com/download/prestigio-pap-5451-duo/
Probably Scam/fake.
The file (rar) is locked via password and it's nowhere published, and it's only 1.65Mb so not really a ROM.
Anyways, I star you up for first and probably last replyer.
If you are able to sideload , then i think you can recover your phone in no time.
First I need you need to know that this procedure is complicated but You can recover your device.
go to mtkroms.com and Download any rom from there as per your wish.
-Remove boot.img from zip file and save it else where
-Sideload the rom
-After sideloading ,reboot device into fastboot by pressing power and both volume keys together until Boot Menu appears where you have the choice to Normal Boot , Boot into Fastboot(Bootloader) and Boot into recovery.
-Use Volume Down to navigate to Fastboot and press Volume Up (or Power button in some devices)
-After booting into fastboot , extract boot.img from .zip file to C:
-type in , fastboot flash boot "C:\boot.img"
-type fastboot reboot
If you are lucky , your device might boot (very slight chance to actually boot)
If it doesnt , no issues , this is where you show your skills as rom porter xD
You wont have access to Android OS , but after dalvik cache has been build , access to adb will be granted.
In the same above mentioned website , there is a tool which can port cwm for any mediatek device.
Download it in your PC , PC should not be windows 10 , Compatibility mode wont work.
Make sure you have Drivers necessary to proceed.
Use the tool and Click automatic porting and follow on screen option to Complete Porting recovery , once the recovery has been ported , reboot into recovery.
Now you will have complete access to adb without any problem.
Once you have a proper working recovery , with adb shell , do the following,
Code:
-adb shell
-df
-cat /proc/partitions
Once you have access to the mount points , you can start DeCompiling kernel and do the necessary changes in fstab
To decompile kernel , there are many tools for Windows and Linux
Google it , if you have any problem , PM me or reply back , I'll be happy to assist you
Yureka Yu 55110A bricked no recovery no fastboot bootloop
First i rooted my phone with king root i wanted to flash twrp in my yu yureka plus 5510a no idead what " A" stands for,
then i used flashify from playstore and downloaded the twrp by the official twrp and flashed it with the flashify and boom boot stuck with no recovery somehow removing battery and connecting the phone goes to the charging display from where i ablel to go in the fast boot, but then cmd was not able to identify adb devices nor the flashboot commands tried all the drivers adb drivers fastboot driver phone Coolpad drivers but no one helped
, so i decided to use a method of ygdp , much hopes with this file used ***** 5.1.153.00.P0.160604.8675_I02.def.CPB ******* dont know where the log file is but it was showing
old bootloader error
downloading error
and some other error and terminated at 2 % , then this one of your thread by unziping the official files and clicking on flash-all.bat file which ive provided img(1) "some trials with some "waiting devices error " message but then it just worked oem unlock and some lines of codes and then successful , tried to boot again but this time phone was automatically jumping into fastboot mode , then i finally tried one last time in that power shell thing by using cmd and applied fastboot code , even then was no devices was showing in powe shell (cmd)
, but then i used some different code something like "fastboot ix902 recovery " and i was able to install a real old twrp recovery . I did used some trial command of fastboot to check if device is even recognizing it or not.. and it wasn't but still flashing image worked ...... and able to reach at least cyanogen loading logo . But something I noticed was that yureka boot logo was changed I guess ygdp tool did something or maybe flash-all.bat
phone was showing the cyanogen loading ....but 15 min nothing ...but luckily recovery was working but dont know why the buttons setup used to go in fastboot mode were taking me in the recovery,, and the most important thing was fastboot was no longer acessable , so i downloaded latest recovery from your respected thread file named as " twrp-3.0.2-0-20160604-UNOFFICIAL-tomato.img " specified for 5501a yureka plus i wanted to install nougat aosp so i thought its a nice idea to update the recovery first so i did the normal recovery update from the recovery it self but then booom no recovery , no fastboot , tried all the combination and came up with this one volume+ vol- and power button shown in img(2) same as boot logo but a small "official" tag.
.
.
.
.
.
.
.
.
So in the sum up my phone isn't going booting. Not going in recovery no fastboot mode... Just the 8 sec boot loop with the Yu yureka logo and with all the buttons clicked it shows a small written official tag... Pls help I heard until it show something it have hopes one thing I want to mention it have removable battery and SD card slot so if u know any process it will be usefull but ...just please don't take time to reply on this thread. It not my phone I have to repair it soon. .
If image attachments arn't visible here is link
https://drive.google.com/file/d/1u429vKHkLkoFoS9aHkiyLWPSQVq8Ezph/view?usp=drivesdk
https://drive.google.com/file/d/1jF4PDG6aZDetVajJvbgZgXUnKjsoufUC/view?usp=drivesdk
https://drive.google.com/file/d/1fysp0Q5OGgFxXIMmkn2ajhpSS7XeX01s/view?usp=drivesdk
I'm currently using a mtk phone ( allview v2 viper s ) , and what i want to do , is to copy the stock boot.img file from my phone , because i will need this file ( it needs to be patched in magisk ), and after that , i need to flash this image ( the patched one ) into my phone . I have installed the following programs :
- UniversalADBdriver
- Minimal adb and fastboot
I mentioned this , because i may need these programs to flash the specified patched image into my device .
Does anyone know a helpful method which works , ( i know , you need a pc to copy it , also DO i need the usb drivers in order to copy the boot image ? For eg : what driver do i need from media tek ? CDC , vcom ???
____ moving to the next step . After patching the stock boot image in magisk , i need to open a cmd prompt in minimal adb and fastboot and type the following command : fastboot boot ( and the image name , eg : if the image is called t.img , type fastboot boot t.img )
I would really appreciate to be helped , because magisk is the best rooting software for android , and in my case , it's very hard for me to install a custom recovery ( twrp ) because there are no official builds for my device . So , i'm supposed to use the method that i'm talking about right now .
leave me some suggestions , a program to copy the boot img file .
EDIT : , i also found this command adb pull /system systemdump , is it useful or ? I would like to use a program to pull the stock boot image.
Thanks you for replying to my post , if you have any solution ! Have a good day , guys !