[need help] is there anyone here can root this cloudfone thrill plus and thrill hd?? - General Questions and Answers

Is there anyone else can root this phone without migrating to Walton?? badly needed to remove all the bloats into this phone and also i want to speed up my performance to this phone. PLS HELP PLS
or if you cant you do a compatibility to root this phone in FRAMA ROOT or KINGROOT. :'(
PLS DONT IGNORE HELP US BADLY NEEDED :'(

Wait bro I'm going to post a tutorial on how to root cloudfone thrill plus, I was just able to root it yesterday

EJudeGarcia said:
Is there anyone else can root this phone without migrating to Walton?? badly needed to remove all the bloats into this phone and also i want to speed up my performance to this phone. PLS HELP PLS
or if you cant you do a compatibility to root this phone in FRAMA ROOT or KINGROOT. :'(
PLS DONT IGNORE HELP US BADLY NEEDED :'(
Click to expand...
Click to collapse
Hey bro, here is what I did to root my cloudfone thrill plus. Just follow it and you won't run any problem.
Prerequisites
adb:
http://universaladbdriver.com/download/universal-adb-driver-v4-0
twrp:
https://drive.google.com/open?id=0B3254aQEzX2aS2dMOWk5ZDBoV1E
superSU:
https://drive.google.com/open?id=0B3254aQEzX2adlBZQ3JESzZYc0k
USB cable
Procedures
First setup the ASB/FASTBOOT driver. after that you need to properly install usb driver for your device( you can google an universal driver)
Now you need to enable developer option, just go to settings then about phone tap on build number several times until you get an pop up message saying "you are now a developer".
Go to developer option then make sure you activate developer option together with OEM unlocking(this is necessary so you can unlock bootloader to flash the twrp recovery) and make sure you enable usb debugging option
Now you need to backup everything on your phone because the following steps will wipe your data to factory.
Now connect your phone and install driver for your phone no need to setup this if you already did it prior to this step
Open a command line change the directory to where you installed your adb and type the following command: "adb devices" (without quotes) you should see your device on the lists(actually it is a several sets of letters and numbers) type the following command: "adb reboot bootloader" your phone will reboot to bootloader and you should see fastboot mode on your device.
Now make sure that fastboot recognized your device this is a little bit tricky because on my case adb failed to recognized my device on fastboot mode several times, so I need to repeat to boot to fastboot until fastboot can recognize my phone.
Now type in this command: "fastboot devices" again you should see your device recognized by fastboot by simply showing again several sets of numbers and letters.
Now type in "fastboot oem unlock" you should see a message and options on your device saying press volume up to unlock bootloader or press volume down to reboot normally. (again you should backup your phone prior to this step) now choose to unlock bootloader and wait for it to finished.
After you unlock your bootloader you need to flash your recovery to enable to flash superSU to do so just type in following command: "fastboot flash recovery [this should be the location where you saved the twrp recovery]" sample fastboot flash recovery E:\User\users\download\recovery.img
After you successfully flash your recovery reboot now to twrp by typing this command: "fastboot reboot recovery"
Now you're on twrp recovery(make sure you save superSU on sdcard) go to install and install superSU from sdcard wait for it to be done.
Now to avoid bootloop, just wipe /data partion only and kindly factory reset your phone.
After that normally boot your phone. Viola you successfully root your cloudfone thrill plus.
If you run on any trouble don't be hesitant to ask help I gladly help you with anything I can:good:

Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?

EJudeGarcia said:
Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?
Click to expand...
Click to collapse
not yet but since I have twrp now I'm going to backup it for emergency purposes.. hehe
---------- Post added at 08:43 PM ---------- Previous post was at 08:10 PM ----------
EJudeGarcia said:
Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?
Click to expand...
Click to collapse
Prerequisites
adb:
https://forum.xda-developers.com/showthread.php?t=2588979
android driver:
https://androidmtk.com/download-universal-adb-driver
twrp:
https://drive.google.com/open?id=0B3254aQEzX2aS2dMOWk5ZDBoV1E
superSU:
https://drive.google.com/open?id=0B3254aQEzX2adlBZQ3JESzZYc0k
USB cable
Procedures
First setup the ADB/FASTBOOT. Just install it and and follow instructions. This is needed to send commands on your phone.
Next install the driver this will allow the adb/fastboot software you installed earlier to read your device when you connect it on computer. When installing the driver connect first your phone so that the driver can read and identity your phone then proceed on installation process.
Now you need to enable developer option, just go to settings then about phone tap on build number several times until you get an pop up message saying "you are now a developer".
Go to developer option then make sure you activate developer option together with OEM unlocking(this is necessary so you can unlock bootloader to flash the twrp recovery) then enable usb debugging option.
Now you need to backup everything on your phone because the following steps will wipe your data to factory.
Open a command line change the directory to where you installed your adb ( since it is a installer type adb, it automatically install the adb on the right folder so just type in cd \adb. but if that doesn't work try to locate where your adb is located).
After changing on the adb just type in this command: "adb devices" (without quotes) you should see your device on the lists(actually it is a several sets of letters and numbers) type the following command: "adb reboot bootloader" your phone will reboot to bootloader and you should see fastboot mode on your device.
Now make sure that adb recognized your device this is a little bit tricky because on my case adb failed to recognized my device on fastboot mode several times.
Now type in this command: "fastboot devices" again you should see your device recognized by fastboot by simply showing again several sets of numbers and letters.
Now type in "fastboot oem unlock" you should see a message and options on your device saying press volume up to unlock bootloader or press volume down to reboot normally. (again you should backup your phone prior to this step because it will factory reset the phone after unlocking bootloader) now choose to unlock bootloader and wait for it to finished.
After you unlock your bootloader you need to flash your recovery to enable to flash superSU to do so just type in following command: "fastboot flash recovery [this should be the location where you saved the twrp recovery]" sample fastboot flash recovery E:\User\users\download\recovery.img
After you successfully flash your recovery reboot now to twrp by typing this command: "fastboot reboot recovery"
Now you're on twrp recovery(make sure you save superSU on sdcard) go to install and install superSU from sdcard wait for it to be done.
Now to avoid bootloop wipe everything you can wipe( probably the only thing you need to wipe is /data and /system partition.
After that normally boot your phone. Viola you successfully root your cloudfone thrill plus.
If you run on any trouble don't be hesitant to ask help I gladly help you with anything I can:good:
please disregard my previous tutorial this is now my official tutorial

That TWRP file that you link is that for Cloudfone Thrill plus only because i have a Cloudfone Thrill Hd does it still gonna work if I follow the same procedure???
You said yesterday can i add you on facebook so we can chat on messenger and Show me the root checker app that it is already rooted hehe just to make sure ?
And also do we any have support for Lineage OS?? Or any popular Roms like Resurrection??

EJudeGarcia said:
That TWRP file that you link is that for Cloudfone Thrill plus only because i have a Cloudfone Thrill Hd does it still gonna work if I follow the same procedure???
You said yesterday can i add you on facebook so we can chat on messenger and Show me the root checker app that it is already rooted hehe just to make sure ?
And also do we any have support for Lineage OS?? Or any popular Roms like Resurrection??
Click to expand...
Click to collapse
I don't know if that is suitable for cloudfone thrill HD, I only tried it on thrill plus but as to the dev that gave that file, it's only for thrill plus. As to the rom I'm still searching for them I haven't fine any yet, I'll just update you if I found any??

i already flash twrp on my phone but somehow my os got deleted after and i was bootlooped on recovery logo recovery at the same time.

ayaw
hndi ko alam bat ayaw ma root nitong ctp ko, sinunod ko naman yung instruction sir Nico pero ayaw pa dn after mag "fast oem boot" ako tpos pag press ko ng up volume mag stockup nalg tpos ayaw na mag reboot ,ano po dpat kong gawin.​

lienard20 said:
hndi ko alam bat ayaw ma root nitong ctp ko, sinunod ko naman yung instruction sir Nico pero ayaw pa dn after mag "fast oem boot" ako tpos pag press ko ng up volume mag stockup nalg tpos ayaw na mag reboot ,ano po dpat kong gawin.​
Click to expand...
Click to collapse
Na flash mo na ba ung twrp??​

EJudeGarcia said:
Na flash mo na ba ung twrp??
Click to expand...
Click to collapse
flash po ba muna yung twrp? bagu mag proceed sa pagroroot?,
yun po ba yung 1st step?,

Yes flash mo muna. Tapos pag na flash mo na twrp tyaka mo iflash yung Super Su.zip sa twrp tapos ayun rooted kana

EJudeGarcia said:
Yes flash mo muna. Tapos pag na flash mo na twrp tyaka mo iflash yung Super Su.zip sa twrp tapos ayun rooted kana
Click to expand...
Click to collapse
sorry for late reply, but I just wanna ask, is your phone still in bootloop mode or are you able to fix it?

For others na ma papadpad dito ito po yung evidence na working ang tutorial para sa thrill plus.

EJudeGarcia said:
Na flash mo na ba ung twrp??
Click to expand...
Click to collapse
Sir na fix na po bah yung problem nyo sa bootloop? and may copy po ba kayo ng stock OS?

EJudeGarcia said:
i already flash twrp on my phone but somehow my os got deleted after and i was bootlooped on recovery logo recovery at the same time.
Click to expand...
Click to collapse
I guess im late but you could have booted the twrp instead of flashing it now you have to reflash stock ROM
To boot the twrp instead of flashing it -good to make a full nandroid or twrp ROM dump
fastboot boot <twrp-image-name>.img

nico1228 said:
Sir na fix na po bah yung problem nyo sa bootloop? and may copy po ba kayo ng stock OS?
Click to expand...
Click to collapse
Wala akong stock rom eh naka custom rom lng pero dinodownload ko pa kc ung Stock Rom eh

sir may i use the steps for cloudfone thrill boost?

I need help for rooting cloudfone thrillpower

Cant fastboot oem unlock for the 2nd time lol.
first try few months ago is a success but I bricked my phone from installing Xposed framework. good news is phone is okay now but have few glitches or errors (like the sound system of my phone suddenly perform not the same) now stucked on fastboot mode even i clicked up or down volume it wont respond lol)
P.S. -> I am willing to do anything to root my phone again just give me other options to root it. please I am begging.

Related

bricked 6045

well think im done i have a locked bootloader but have TWRP on and root now im just hitting bootloop and carnt ever use mobile upgrade because it wont find it as i dont have usb debugging enabled
any help please
HI if you have TWRP installed,just go to twrp and reboot to bootloader
then connect to pc with usb open adb and fastboot and
-Then type "fastboot -i 0x1bbb devices" should show some numbers and "fastboot" after the numbers
-Type "fastboot -i 0x1bbb oem device-info" shows device info including bootloader status (e.g. locked).
-Type "fastboot -i 0x1bbb oem unlock" to unlock the bootloader; after this you should get, for device info,
-Type "fastboot -i 0x1bbb oem device-info" and you should see "Device unlocked: true"
-To reboot normally: "fastboot -i 0x1bbb reboot"
Alek Dev said:
HI if you have TWRP installed,just go to twrp and reboot to bootloader
then connect to pc with usb open adb and fastboot and
-Then type "fastboot -i 0x1bbb devices" should show some numbers and "fastboot" after the numbers
-Type "fastboot -i 0x1bbb oem device-info" shows device info including bootloader status (e.g. locked).
-Type "fastboot -i 0x1bbb oem unlock" to unlock the bootloader; after this you should get, for device info,
-Type "fastboot -i 0x1bbb oem device-info" and you should see "Device unlocked: true"
-To reboot normally: "fastboot -i 0x1bbb reboot"
Click to expand...
Click to collapse
Hi it won't think I don't have fastest commands as I get OEM unlock not allowed
brockyneo said:
Hi it won't think I don't have fastest commands as I get OEM unlock not allowed
Click to expand...
Click to collapse
But in the twrp you have to reboot to bootloader and just use the commands in previous post if doesn't work try with mobile upgrade if doesnt't works,for me doesn't just use this guide to flash the panasonic eluga switch firmware(same as Idol 3) ,it will erase everything
1.First you need the drivers so you can get from this https://drive.google.com/folderview?...TQ&usp=sharing
2.After you installed the Drivers Press Volume UP and Volume DOWN and connect to usb to your pc
3.Go to device Manager to view the Port ,so the port can be "Android HS-USB QDLoader 9008 (COM3)"
4.Download the Panasonic Firmware Eluga and Extract (don't worry this is the same like idol 3 only name changed)https://docs.google.com/uc?id=0B01Om...DhaSFN2aVFzaVU
5. After Extract you wil find EB-90S55EWLv1009.exe so run as administrator wait to load data
6.select 6045 and in the list down you can find your phone
7.and press the button "download"
8.So process starting ..indetifying your device you will get informations about imei..rooted or no .....
9.so automatically started to flashing the firmware (my it's go to 45 % and then i get error)
10.Don't worry press the button Reboot Device
11.and your device will reboot and you will view 'the screen powered by android and then panasonic so i get message Encrypted device just click the button "reset" and automatically device will be reseted and when wil finish with reset automatically reboots and wait to first boot you will get welcome screen set up and finished.....
12.So device successfully repaired from dead
Alek Dev said:
But in the twrp you have to reboot to bootloader and just use the commands in previous post if doesn't work try with mobile upgrade if doesnt't works,for me doesn't just use this guide to flash the panasonic eluga switch firmware(same as Idol 3) ,it will erase everything
1.First you need the drivers so you can get from this https://drive.google.com/folderview?...TQ&usp=sharing
2.After you installed the Drivers Press Volume UP and Volume DOWN and connect to usb to your pc
3.Go to device Manager to view the Port ,so the port can be "Android HS-USB QDLoader 9008 (COM3)"
4.Download the Panasonic Firmware Eluga and Extract (don't worry this is the same like idol 3 only name changed)https://docs.google.com/uc?id=0B01Om...DhaSFN2aVFzaVU
5. After Extract you wil find EB-90S55EWLv1009.exe so run as administrator wait to load data
6.select 6045 and in the list down you can find your phone
7.and press the button "download"
8.So process starting ..indetifying your device you will get informations about imei..rooted or no .....
9.so automatically started to flashing the firmware (my it's go to 45 % and then i get error)
10.Don't worry press the button Reboot Device
11.and your device will reboot and you will view 'the screen powered by android and then panasonic so i get message Encrypted device just click the button "reset" and automatically device will be reseted and when wil finish with reset automatically reboots and wait to first boot you will get welcome screen set up and finished.....
12.So device successfully repaired from dead
Click to expand...
Click to collapse
I'm out if thanks but thank you this saved my phone I was worried for a bit there lol
Is it possible for me not to have a ulockable bootloader as I've tried everything a day no joy
I'm back on stock and rooted just no twrp because of love led bootloader
All I get is OEM unlock not allowed
I have the 6045Y and running 010 02
Also with me been on stock and rooted it won't run system update because it sees it as been rooted
When a new version of comes out can I just use mobile upgrade to flash latest version
brockyneo said:
Also with me been on stock and rooted it won't run system update because it sees it as been rooted
When a new version of comes out can I just use mobile upgrade to flash latest version
Click to expand...
Click to collapse
Yes if you root your device you will wont able to get any update ,but you can get with mobile ugprade ot just flash stock system and recovery and not root..
when you use the panasonic eluga switch update firmware, it also rewrites the aboot paritions and if the aboot parition has fastboot oem unlock command you can ulock it and then use mobile upgrade Q app to go to stock (it will not lock your bootloader)
DallasCZ said:
when you use the panasonic eluga switch update firmware, it also rewrites the aboot paritions and if the aboot parition has fastboot oem unlock command you can ulock it and then use mobile upgrade Q app to go to stock (it will not lock your bootloader)
Click to expand...
Click to collapse
So can I tried unlock my bootloader from Panasonic eluga alone or do I need to flash firmware from it too as I'll give that a try if I can just unlock bootloader
brockyneo said:
So can I tried unlock my bootloader from Panasonic eluga alone or do I need to flash firmware from it too as I'll give that a try if I can just unlock bootloader
Click to expand...
Click to collapse
as i said. Use the original panasonic eluga switch firmware exe, run it, choose 6045 device, connect your phone and let it do the thing. In cca 45-54% you see an error. It is nothing sreious, just unplug hte phone and booti it to see,that everything is allright.
Then just allow usb debugging, connect to PC and confirm connction with the PC ,then use adb reboot bootloader and then the unlock bootloader procedure.
DallasCZ said:
as i said. Use the original panasonic eluga switch firmware exe, run it, choose 6045 device, connect your phone and let it do the thing. In cca 45-54% you see an error. It is nothing sreious, just unplug hte phone and booti it to see,that everything is allright.
Then just allow usb debugging, connect to PC and confirm connction with the PC ,then use adb reboot bootloader and then the unlock bootloader procedure.
Click to expand...
Click to collapse
But won't it just flash the firmware I already have on which is 010 02 cause if it does then my bootloader doesn't seem to be unlockable
no it flshes the complete firmware image of panasonic eluga switch, which is just rebranded idol3. with all parririons including aboot.
DallasCZ said:
no it flshes the complete firmware image of panasonic eluga switch, which is just rebranded idol3. with all parririons including aboot.
Click to expand...
Click to collapse
OK thanks worth a try see if it allowes me to unlock the bootloader will I be on a different build number once flashed
And I suppose the eluga way is more thorough then the other way
Thanks for you help
thats the only way that will allow you to unlock bootloader beside the way described in the 6039 thread (in that case you need a mbn files for your devices, which you have to find somewhere on the internet).
DallasCZ said:
thats the only way that will allow you to unlock bootloader beside the way described in the 6039 thread (in that case you need a mbn files for your devices, which you have to find somewhere on the internet).
Click to expand...
Click to collapse
OK downloading now will I be on a different build number and it's worth a try only doing it to unlock my bootloader and flash your rom
Just happy to have recovered my phone in the first place lol
Is eluga just as safe as mobile qe
@DallasCZ
FINALLY i can confirm that flashing back to the panasonic rom allowed me to unlock my bootloader lol :laugh::good:
whats the best thing to do now to flash your rom should i flash back to alcatel stock rom then twrp then your rom or can i flash from the panasonic rom
millions thanks to you and all that have helped
just flash the DCZ ROM 1.3 should be fine. Anyway you have unlocked bootloader now and the fastboot commands will work as they should.
From now you can go stock anytime with mobile upgrade Q tool .
DallasCZ said:
just flash the DCZ ROM 1.3 should be fine. Anyway you have unlocked bootloader now and the fastboot commands will work as they should.
From now you can go stock anytime with mobile upgrade Q tool .
Click to expand...
Click to collapse
ok ill flash your rom straight from the panasonic rom can i ask in you thread you say to use
-go to TWRP recovery (please make sure you use the @Unjustified Dev version from here
should i do that or is it ok to flash the later 3.0 from Unjustified Dev
i use the 2.8.7 you can use the 3.0.0 also.
DallasCZ said:
i use the 2.8.7 you can use the 3.0.0 also.
Click to expand...
Click to collapse
ive flashed rom and doesnt seem to be booting up just freezes i think its the OC kernel im gonna flash stock 6045Y kernel in twrp just not sure what to select
what partion do i flash over
boot
system image
recovery

[RECOVERY]Lenovo Tab A10-30F/L TWRP 2.x.

Hey everyone!
TWRP 2.x For A10-30!​
First read bugs before You'll flash it.
So far everything works well. Xposed works great too! .​
Guide​
Turn off Your device.
Hold Vol up and plug in usb.
From stock recovery select reboot to bootloader.
Now in You computer run following commands:
Fastboot oem unlock
Fastboot flash recovery recovery.img
If You just wanna boot it instead of flashing, type:
Fastboot boot recovery.img
Done. Enjoy!
Download:
Mega.nz
All thanks/donations should go to: @Costi979 he did all the hard work
What works?
For now most things that You will use everday work fine.
Thanks to TWRP Team for making this awesome recovery.​
Hi, thanks for your time and effort. Any advice how to get it working or how it can be used?
I'm able to boot into it but I'm lost in the start screen "Unmodified System Partition". Without the touchscreen I cannot use "swipe to allow modifications".
Update: After some fiddling on the screen I was able to enter the twrp. Thanks
Thanks
Stephan
Thanx.But not working for my device. 10-30L . i can't make backup,i can't flash nothing. I think we must wait for official relase...
Found working twrp in 4pda forum but I cannot download because I can't make an account. Must captcha entered and is Russian. Is someone who can help us? Someone who is member on 4pda forum? Thanks in advance !
Do you have the link?
---------- Post added at 06:52 AM ---------- Previous post was at 06:41 AM ----------
snoerenberg said:
Hi, thanks for your time and effort. Any advice how to get it working or how it can be used?
I'm able to boot into it but I'm lost in the start screen "Unmodified System Partition". Without the touchscreen I cannot use "swipe to allow modifications".
Update: After some fiddling on the screen I was able to enter the twrp. Thanks
Thanks
Stephan
Click to expand...
Click to collapse
Hi, what did you do to get around the touchscreen issue?
Just touching it quite often
snoerenberg said:
Just touching it quite often
Click to expand...
Click to collapse
Nice. Was this on Marshmallow?
Thanks for porting TWRP to the TB2 A10-30F/L, @Costi979 and @ProtoDeVNan0! :good:
I've tried booting it first via fastboot boot recovery.img, which worked great, but it fails to backup /system, /boot and /data, as SELinux is still enforced. Building my own kernel based on msm8909_defconf from the Lenovo Support source code for the A10-30F with SELinux disabled in the config worked so far, but now I can't seem to get the touch screen working (which did indeed work with the above attached recovery.img). How did you port TWRP and which kernel (from what source?) did you use? Is there a GitHub repository?
Perdon...este TWRP vale para LENOVO TAB 2 A10-30 TB2 X30F
Gracias, no me atrevo, por que hay varios modelos de TAB2 A10-30, pero si me aconsejais que es para este modelo, genial.
Hi all,
I've tried to recover my Lenovo Tab2 A10-30.
I have done the first 3 steps :
1-Turn off Your device.
2-Hold Vol up and plug in usb.
3-From stock recovery select reboot to bootloader.
but then the tablet stay whith the LENOVO logo (powered by android) and doesn't go to bootloader.
I've tried to wipe data, then reinstall fresh firmware TB2-X30F_S113_160816_ROW_FULLOTA. Tablet runs well, but no reboot on bootloader... (
any idea on how to install recovery.img for TWRP and then supersu ?
thanks for your help, and sorry for my english ;o)
Regards
Sebastien
Power off tablet, power on and keep pressing volume up and down keys. Tablet will boot in bootloader. Connect to pc, device manager will install proper driver. Use QFIL to flash firmware
Costi979 said:
Found working twrp in 4pda forum but I cannot download because I can't make an account. Must captcha entered and is Russian. Is someone who can help us? Someone who is member on 4pda forum? Thanks in advance !
Click to expand...
Click to collapse
Post a link if you know it's really working one so other can try to get it.
Was it for Marshmallow release or Lollipop??
Tablet dead,not necessary .Thanks
---------- Post added at 10:14 AM ---------- Previous post was at 10:11 AM ----------
Barnabe02 said:
Hi all,
I've tried to recover my Lenovo Tab2 A10-30.
I have done the first 3 steps :
1-Turn off Your device.
2-Hold Vol up and plug in usb.
3-From stock recovery select reboot to bootloader.
but then the tablet stay whith the LENOVO logo (powered by android) and doesn't go to bootloader.
I've tried to wipe data, then reinstall fresh firmware TB2-X30F_S113_160816_ROW_FULLOTA. Tablet runs well, but no reboot on bootloader... (
any idea on how to install recovery.img for TWRP and then supersu ?
thanks for your help, and sorry for my english ;o)
Regards
Sebastien
Click to expand...
Click to collapse
Do u have ,in developer options,OEM unlocking enabled?
Working solution.
Rooting LENOVO TAB 2 A10-30
Download and install ADB, Fastboot for windows
https://forum.xda-developers.com/showthread.php?t=2588979
Download TWRP
https://mega.nz/#!hll1HKxQ!fSBwf6fsiLo94mmT_RGNyJ_8KGWlZfA3tDw8tqsgm0o
Another version
https://drive.google.com/file/d/0ByarGoi1dtlkVzN6dlFOanJZZXc/view
Propably working 3.0 TWRP (Haven't tried)
https://mega.nz/#!thszlYzD!UXwqVGY9l4fF4dOdciVWZBOwXF1mSxTlCBZKGaLgYNk
Download supersu recovery flashable.zip
http://www.supersu.com/download
Copy supersu.zip to tablet internal memory
1. Go to settings, system information
2. tap SW version number 5 times to enable developer options
3. Go to developer options menu and Enable USB debugging and open OEM locking
4. Turn off Your device.
5. Hold Vol up and plug in usb.
6. From stock recovery select reboot to bootloader.
7. Now in You computer run following commands:
8. Fastboot oem unlock
9. boot it instead of flashing, type:
Fastboot boot recovery.img
ELSE
if you want to flash it then type:
Fastboot flash recovery recovery.img
From TWRP select install and browse to emmc folder.
install supersu.zip
after installation exit TWRP.
TWRP suggest installing root on exit. Select do not install to exit TWRP.
Now you have root. Enjoy.
Costi979 said:
Do u have ,in developer options,OEM unlocking enabled?
Click to expand...
Click to collapse
Hi,
Yes, OEM unlock is enabled and USB debug also.
RECOVERY MODE is working good (vol up + power) : I can go to RECOVERY. Then I select "Reboot to Bootloader". The tablet reboots but stay in the screen with the LENOVO logo and "Powered by android".
If I start whith buttons (vol up & vol down + power) : same behaviour, tablet stay in Logo screen.
If I start whith down button + power, I can go to the factory meny (with all chineese characters).
Perhaps my bootloader partition is broken ? With RECOVERY MODE, can I reflash it ?
Thanks for your help,
---------- Post added at 11:38 AM ---------- Previous post was at 11:36 AM ----------
Jugehuge said:
Rooting LENOVO TAB 2 A10-30
Download and install ADB, Fastboot for windows
https://forum.xda-developers.com/showthread.php?t=2588979
Download TWRP
https://mega.nz/#!hll1HKxQ!fSBwf6fsiLo94mmT_RGNyJ_8KGWlZfA3tDw8tqsgm0o
Another version
https://drive.google.com/file/d/0ByarGoi1dtlkVzN6dlFOanJZZXc/view
Propably working 3.0 TWRP (Haven't tried)
https://mega.nz/#!thszlYzD!UXwqVGY9l4fF4dOdciVWZBOwXF1mSxTlCBZKGaLgYNk
Download supersu recovery flashable.zip
http://www.supersu.com/download
Copy supersu.zip to tablet internal memory
1. Go to settings, system information
2. tap SW version number 5 times to enable developer options
3. Go to developer options menu and Enable USB debugging and open OEM locking
4. Turn off Your device.
5. Hold Vol up and plug in usb.
6. From stock recovery select reboot to bootloader.
7. Now in You computer run following commands:
8. Fastboot oem unlock
9. boot it instead of flashing, type:
Fastboot boot recovery.img
ELSE
if you want to flash it then type:
Fastboot flash recovery recovery.img
From TWRP select install and browse to emmc folder.
install supersu.zip
after installation exit TWRP.
TWRP suggest installing root on exit. Select do not install to exit TWRP.
Now you have root. Enjoy.
Click to expand...
Click to collapse
Thanks Jugehuge for this sumary.
That's excatllly what I am trying to do. But since I can't enter in Bootloader mode, I can't go further than Step 7 ...
Sebastien
Barnabe02 said:
I select "Reboot to Bootloader". The tablet reboots but stay in the screen with the LENOVO logo and "Powered by android".
Click to expand...
Click to collapse
In bootloader mode tablet shows LENOVO logo etc. It's normal. It's not same like recovery mode where you can see something on screen.
Jugehuge said:
In bootloader mode tablet shows LENOVO logo etc. It's normal. It's not same like recovery mode where you can see something on screen.
Click to expand...
Click to collapse
Many thanks Jugehuge !!! I never thought it was the good screen, always thinking the tablet was on a bootloop ! :silly:
So I've tried Fastboot and IT WORKS like a charm ! many many thanks, I was on this since Christmas !
So TWRP is installed. good.
Now, I have another problem to root : when I tri to install SuperSu, I have an error message in the log saying :
patching sepolicy
----- failure aborting
Click to expand...
Click to collapse
SuperSu is not installed and no root after.
I will try to find why I have this error.
Thanks a lot for your help, very appreciated
Regards,
Sebastien
Check if this help.
https://forum.xda-developers.com/showpost.php?p=68764185&postcount=9
Jugehuge said:
Check if this help.
https://forum.xda-developers.com/showpost.php?p=68764185&postcount=9
Click to expand...
Click to collapse
Thanks Jugehuge, but I don't really understand where I am supposed to find these files for policies...
Nevermind. I wanted to try another TWRP because the one I have installed has a lot of errors (can't stat many folders, ...) Can't return to Fasboot anymore... Can't instal another version of SuperSu (many errors in logs)...
So I will stop my actions, because I have the stange fealing that I will made a big mistake
I will give the tablet to my daughter as this, she will have to restart her games and I will not be able to give her a lot of gems, nor remove the advertisings. But she will be happy to have her tab back !
Many many thanks for your help and to have try to help, but I'm giving up... I've rooted 6 phones and tablet from Samsung in couples of minutes, but for this Lenovo, this is a nightmare for me :silly:
Thanks again
Regards,
Sebastien
Barnabe02 said:
Nevermind. I wanted to try another TWRP because the one I have installed has a lot of errors (can't stat many folders, ...) Can't return to Fasboot anymore... Can't instal another version of SuperSu (many errors in logs)...
Click to expand...
Click to collapse
Hi Sebastien,
Those stat errors are fine. I had them coming also but those didn't prevent from rooting.
It's hard when there isn't much community behind the product. For Samsung products is fairly easy to get rooted as there is community behind them.
One question. Did you download Latest(V2.79):Recovery Flashable.zip from SuperSU??

OUKITEL U20 Plus - Development & Support

In order to keep this thread clean, please use this one to discuss about Development, Support or Software Updates.​
HOW-TO Root, Install Custom Recovery (TWRP) and Restore Stock ROM guide: https://docs.google.com/presentation/d/1NJcDBkLk8zMwyv2BTqRjn2NB_ZOWKjP1fRpSVr44Oxk
ROMs:
To avoid any possible issue, do not forget to backup your NVRAM so that you won't risk to lose your IMEI. How-to: http://www.anythingultimate.in/2015/11/how-to-backup-your-nvram-partition.html
Stock (Android 7.0)
- Latest Official: http://www.oukitel.com/latest-software-rom-for-all-oukitel-devices-48.html
DO NOT USE THE "Format All & Download" OPTION IF YOU CARE ABOUT YOUR IMEI! Choose "Firmware Upgrade" instead.
Previous Releases:
- 20170209: https://yadi.sk/d/_nDmgSWS3DsRX5
- 20161210: https://mega.nz/#!I1ZVHISY!pJwchJX4TdJdEXs5n6BnnalEcQBbZPzqVdoEyoHZvPE
Flash Tool
- SP Flash Tool v5.1628 for Windows & Linux: https://mega.nz/#F!dYUm0TbB!SWeMLb5Wu1NbRzTPQ8-s_A​
Recovery:
- TWRP 3.1.1 for both boards by @jemmini: https://mega.nz/#F!dUVGyAZa!dsLmuVimWC4HRTgOELskwg​
Root:
Rooting Methods (if you are on Stock ROM)
- SuperSU (flashable using TWRP): http://forum.xda-developers.com/apps/supersu​
Extras (Root-Only):
Customization
- Xposed Framework: http://forum.xda-developers.com/showthread.php?t=3034811​
Useful Third-Party Apps:
Battery Life
- Amplify: https://play.google.com/store/apps/details?id=com.ryansteckler.nlpunbounce&hl=en
- Greenify: https://play.google.com/store/apps/details?id=com.oasisfeng.greenify&hl=en​
Thanks
Thank you so much for the room and the development & support :good::good:
I managed to port a TWRP but the touch screen isn't working
I can upload it if you wanna check it !:fingers-crossed:
Hope someone manage to port a working recovery for that OUKITEL
keep up the good work :highfive:
Edit:
Q. How did you get the ROOM ?? Is this a readback using SP ?? If so, how did you get the scatter file ?? ( sorry for the load of questions :silly:
No word on root yet?
Yo i have the same problem the slide to unlock don't work we have to wait 1 week and it's comming a twrp for this oukitel.
I have buy this one and i want to root to !
Sprinterman's said:
Yo i have the same problem the slide to unlock don't work we have to wait 1 week and it's comming a twrp for this oukitel.
I have buy this one and i want to root to !
Click to expand...
Click to collapse
Andoird without SuperUser power is like a Nokia 1100 ( no offense to Nokia that was a great phone actually )
why we have to wait 1 week ?? can you explain more .?? is there an update coming or something ??
k_lucifuru said:
Andoird without SuperUser power is like a Nokia 1100 ( no offense to Nokia that was a great phone actually )
why we have to wait 1 week ?? can you explain more .?? is there an update coming or something ??
Click to expand...
Click to collapse
I know that with a video on youtube just tipe Root oukitel U20 Plus it's Russe guy
And i talk to the guy and i say to me to wait a week and i drop the recovry fixed on the description on the google drive.
Sprinterman's said:
I know that with a video on youtube just tipe Root oukitel U20 Plus it's Russe guy
And i talk to the guy and i say to me to wait a week and i drop the recovry fixed on the description on the google drive.
Click to expand...
Click to collapse
I have some sad news for you man ! that Russian youtuber is just a copy/past guy ! He took the recovery directly from a russien forum where the dev who makes it doesn't have a u20plus he is a famous twrp builder called Jimmini. I've already contacted him & he told me that he'll check it out when he have the time, so don't expect anything from the youtubers
k_lucifuru said:
I have some sad news for you man ! that Russian youtuber is just a copy/past guy ! He took the recovery directly from a russien forum where the dev who makes it doesn't have a u20plus he is a famous twrp builder called Jimmini. I've already contacted him & he told me that he'll check it out when he have the time, so don't expect anything from the youtubers
Click to expand...
Click to collapse
Ok thanks for the info we have to wait for that and for the update of oukitel u20 plus... And for now it's not comfirmed
---------- Post added at 08:12 AM ---------- Previous post was at 08:07 AM ----------
k_lucifuru said:
Thank you so much for the room and the development & support :good::good:
I managed to port a TWRP but the touch screen isn't working
I can upload it if you wanna check it !:fingers-crossed:
Hope someone manage to port a working recovery for that OUKITEL
keep up the good work :highfive:
Edit:
Q. How did you get the ROOM ?? Is this a readback using SP ?? If so, how did you get the scatter file ?? ( sorry for the load of questions :silly:
Click to expand...
Click to collapse
Or just buy a otg Mouse ! Its cost 3 dollars on amazon and with a mouse we can select and install super-su !
Sprinterman's said:
Or just buy a otg Mouse ! Its cost 3 dollars on amazon and with a mouse we can select and install super-su !
Click to expand...
Click to collapse
sadly the mouse won't work ( already tied many ones, wireless or normal mouse ) the phone itself doesn't have an OTG port..
Don't worry ! a lot of devs out there are working for a solution . so :fingers-crossed:
k_lucifuru said:
sadly the mouse won't work ( already tied many ones, wireless or normal mouse ) the phone itself doesn't have an OTG port..
Don't worry ! a lot of devs out there are working for a solution . so :fingers-crossed:
Click to expand...
Click to collapse
I have buy a otg and don't work... im so sad about that .. well im gon a wait ..
Hello guys
I have managed to root oukitel u20 plus like 20 days ago, but forgot to post on XDA, here are steps:
1. Go to Developer options and enable OEM unlocking
2. Shutdown phone, hold volume down and plug in USB cable, keep holding the button until you see fastboot, for some reason controls are inversed it says volume up to select but its volume down to select, or other way around i dont rememeber.
3. After windows detects your device go to fastboot and type in command "fastboot oem unlock" without quotes, use buttons to confirm the prompt. After this you can use fastboot to boot TWRP. This will wipe your data!!!
4. Once phone boots copy SuperSU 2.78 or newer to device internal memory, and reboot back again to fastboot.
5. Download twrp from my link and put it in your fastboot directory, now type "fastboot boot u20_twrp.img" without quotes.
6. You will be booted in TWRP with Touchscreen working, select and flash your supersu.zip.
7. Reboot and enjoy your root and stock recovery for OTA.
Explanation:
For some reason when you flash TWRP with flashtools touchscreen is not working, but when you try to boot recovery instead of flashing it, the touchscreen works allowing your to flash zips and do backups.
Twrp link:
https://www.sendspace.com/file/biqa9f
Solution 2: (Not tested)
While in twrp you can flash zips with command line, without touchscreen.
1. Go to your adb command window and type "adb shell" without quotes.
2. Once in shell type "twrp install /sdcard/SuperSu.zip" without quotes... Adjust location and name of the zip file to where you putted it.
3. It will install supersu without touchscreen
Regards,
Magix01
dont working
Works for me, i can post screenshots for proof that i am rooted.
ok i wite your scxreenshot
magix01 said:
Works for me, i can post screenshots for proof that i am rooted.
Click to expand...
Click to collapse
ANDROIDXFOREVER said:
ok i wite your scxreenshot
Click to expand...
Click to collapse
Not my fault you can't follow simple tutorial
Screenshots in attachment.
magix01 said:
Not my fault you can't follow simple tutorial
Screenshots in attachment.
Click to expand...
Click to collapse
I'm sorry but I have tried several times the procedure but I keep saying at the time failed to install fastboot recovery
---------- Post added at 07:29 PM ---------- Previous post was at 07:15 PM ----------
magix01 said:
Not my fault you can't follow simple tutorial
Screenshots in attachment.
Click to expand...
Click to collapse
C:\adb>fastboot oem unlock
...
OKAY [ 7.597s]
finished. total time: 7.597s
C:\adb>fastboot boot u20_twrp.img
downloading 'boot.img'...
OKAY [ 1.173s]
booting...
FAILED (remote: oem unlock is false)
finished. total time: 1.173s
C:\adb>fastboot boot u20_twrp.img
downloading 'boot.img'...
OKAY [ 1.173s]
booting...
FAILED (remote: oem unlock is false)
finished. total time: 1.188s
Go to your settings, scroll down to "About phone", tap "Build Number" 5 times, when it says you are developer now, go back and enter "Developer options".
Find option called "OEM Unlocking" enable that, then reboot to fastboot do "fastboot oem unlock" and then try to boot twrp image.
Check this image for refference about "OEM Unlocking":
http://www.howtogeek.com/wp-content...+jw+pj+js+rj+rp+rw+ri+cp+md.ic.bBn5LvNsT8.jpg
magix01 said:
Hello guys
I have managed to root oukitel u20 plus like 20 days ago, but forgot to post on XDA, here are steps:
1. Go to Developer options and enable OEM unlocking
2. Shutdown phone, hold volume down and plug in USB cable, keep holding the button until you see fastboot, for some reason controls are inversed it says volume up to select but its volume down to select, or other way around i dont rememeber.
3. After windows detects your device go to fastboot and type in command "fastboot oem unlock" without quotes, use buttons to confirm the prompt. After this you can use fastboot to boot TWRP. This will wipe your data!!!
4. Once phone boots copy SuperSU 2.78 or newer to device internal memory, and reboot back again to fastboot.
5. Download twrp from my link and put it in your fastboot directory, now type "fastboot boot u20_twrp.img" without quotes.
6. You will be booted in TWRP with Touchscreen working, select and flash your supersu.zip.
7. Reboot and enjoy your root and stock recovery for OTA.
Explanation:
For some reason when you flash TWRP with flashtools touchscreen is not working, but when you try to boot recovery instead of flashing it, the touchscreen works allowing your to flash zips and do backups.
Twrp link:
https://www.sendspace.com/file/biqa9f
Solution 2: (Not tested)
While in twrp you can flash zips with command line, without touchscreen.
1. Go to your adb command window and type "adb shell" without quotes.
2. Once in shell type "twrp install /sdcard/SuperSu.zip" without quotes... Adjust location and name of the zip file to where you putted it.
3. It will install supersu without touchscreen
Regards,
Magix01
Click to expand...
Click to collapse
hi dear after restoring my u20 plus I redid the process slowly and everything went well thanks a lot
Hello,
I do not know if I am in the right place, but I wanted to know if someone would have the drivers for the oukitel u20 plus
Thanks for what you do for the community
Mikade said:
Hello,
I do not know if I am in the right place, but I wanted to know if someone would have the drivers for the oukitel u20 plus
Thanks for what you do for the community
Click to expand...
Click to collapse
I use windows 10 pro 64bit I have not had to install any drivers

Rooting Swipe Elite Sense

Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Update n happiness for Swipe Elite sense users as TWRP recovery is ported successfully now
Here is link for Swipe Elite Sense TWRP 3.1.1-0
https://drive.google.com/file/d/0B9zMaiaWjYanWW5qQ292THZGeHM/view?usp=sharing
Before flashing this
1.Unlock bootloader via S-Droid ToolKit (unlocking will wipe/erase data on internal storage completely)
2.Now u can flash/boot TWRP via adb commands in fast boot mode.
3.then u can root device by flashing SuperSU .zip
Then enjoy device is rooted as well TWRP recovery installed u can customize with Xposed framework modules too..
Hit Thnx if liked n enjoyed..
HACKS_EXPERT said:
Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Plz help me out..
Even to enable DIAGnostic PORT via codes like *#558 or *#9090# or any..
Click to expand...
Click to collapse
You can't flash SuperSU zip file from stock recovery. You need custom recovery like cwm or twrp to flash SuperSU and root your phone. Stock recovery can't flash files without oem signatures and it always gives you error.
Most of the one click root apps can't root android 6.0 marshmallow.
Ashwinrg said:
You can't flash SuperSU zip file from stock recovery. You need custom recovery like cwm or twrp to flash SuperSU and root your phone. Stock recovery can't flash files without oem signatures and it always gives you error.
Most of the one click root apps can't root android 6.0 marshmallow.
Click to expand...
Click to collapse
Bro I agree with you but their is no Custom recovery available for this phone.
Also via which recovery I can try porting ??
Hi,
I am also looking for custom Recovery for Swipe Elite Sense
Same as you Bro Search ? all Web but not Working Method to Root It.
Please Share Method for Making Custom Recovery for Qualcomm (Swipe Elite Sense)
HACKS_EXPERT said:
Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Update n happiness for Swipe Elite sense users as TWRP recovery is ported successfully now
Here is link for Swipe Elite Sense TWRP 3.1.1-0
##drive.google.com/file/d/0B9zMaiaWjYanUnZYazVTdHZHbU0/view?usp=drivesdk
Before flashing this
1.Unlock bootloader via S-Droid ToolKit (unlocking will wipe/erase data on internal storage completely)
2.Now u can flash/boot TWRP via adb commands in fast boot mode.
3.then u can root device by flashing SuperSU .zip
Then enjoy device is rooted as well TWRP recovery installed u can customize with Xposed framework modules too..
Hit Thnx if liked n enjoyed..
Click to expand...
Click to collapse
TWRP not working please post working recovery
I unlocked the bootloader via s-droid but twrp u posted is not working it just bootloop
please post correct twrp and also give the procedure
after unlocking boot loader u can directly flash this twrp via adb commands..
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
shamsud said:
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
Click to expand...
Click to collapse
Bro u can try now with updated n working TWRP..
I had already tried n My Swipe Elite Sense is now Rooted as well on TWRP 3.1.
Hit like n update after u succeed..
thank you Hacks Expert TWRP is working.
HACKS_EXPERT said:
Bro u can try now with updated n working TWRP..
I had already tried n My Swipe Elite Sense is now Rooted as well on TWRP 3.1.
Hit like n update after u succeed..
Click to expand...
Click to collapse
Bhai link bhejo elite sense twrp recovery ka
I m rooted
Thanks a lot for these tricks about how to root Swipe elite sense................as it trick I did and now I m rooted........thank u so much
Mobile is getting restarted while asking for root permission
Can any one solve this ?
Link
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Mr.joy said:
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Click to expand...
Click to collapse
Download from below link and flash in custom recovery..
https://download.chainfire.eu/696/supersu/
Bro, Please give me a step by step procedure to root and install SU in swipe elite sense
hi dude..
Mr.joy said:
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Click to expand...
Click to collapse
bro, help me to root my swipe elite sense mobile by giving step by step guidelines..
thank you
please give TWRP for similar device swipe elite pro
bro, my device is swipe elite pro. . similar configuration as swipe elite sense. i had tried your twrp recovery but not works again stock recovery camed. please help be bro with my device.
---------- Post added at 11:38 AM ---------- Previous post was at 11:22 AM ----------
shamsud said:
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
Click to expand...
Click to collapse
help me how do you fixied it
Hi, Tried to root Swipe Elite Sense with all 1Click root apps before stumbling on this method.
Now my phone is rooted as per Root Checker, but whenever I try to perform root operations Phone reboots, I am not able to uninstall system apps or delete any file in root directory.
I think phone is not rooted properly with SuperSU,
all root folders are still read only.
The Steps I followed are given just to know where I went wrong.
1 Enabled USB debugging
2 Enable OEM unlocking
3 Reboot into bootloader
4 fastboot oem unlock
unlocking not allowed(use fastboot oem unlock-go)
5 fastboot oem unlock-go
success
6 fastboot flash recovery XXXX.img(provided by author)
7 fastboot reboot
8 open TWRP recovery
9 install SuperSU.zip
10 reboot.
It appears to be rooted but actually doesn't allow root operations
meanwhile in the process of gaining access I hardbricked my device and flashed stock Rom again.(Took me 10 days to put the phone into EDL mode).
Now dont want to brick it again. Can U help.
Nagopt said:
Hi, Tried to root Swipe Elite Sense with all 1Click root apps before stumbling on this method.
Now my phone is rooted as per Root Checker, but whenever I try to perform root operations Phone reboots, I am not able to uninstall system apps or delete any file in root directory.
I think phone is not rooted properly with SuperSU,
all root folders are still read only.
The Steps I followed are given just to know where I went wrong.
1 Enabled USB debugging
2 Enable OEM unlocking
3 Reboot into bootloader
4 fastboot oem unlock
unlocking not allowed(use fastboot oem unlock-go)
5 fastboot oem unlock-go
success
6 fastboot flash recovery XXXX.img(provided by author)
7 fastboot reboot
8 open TWRP recovery
9 install SuperSU.zip
10 reboot.
It appears to be rooted but actually doesn't allow root operations
meanwhile in the process of gaining access I hardbricked my device and flashed stock Rom again.(Took me 10 days to put the phone into EDL mode).
Now dont want to brick it again. Can U help.
Click to expand...
Click to collapse
I m also facing same problem

Need root and recovery for Infocus M460 - Bingo 50

Can anyone share the method or recovery image for Infocus Bing 460? How to root as I don't find anything online. hanks in advance.
Please download this recovery image
raghav2984 said:
Can anyone share the method or recovery image for Infocus Bing 460? How to root as I don't find anything online. hanks in advance.
Click to expand...
Click to collapse
https://mega.nz/#!Jjx3lACD!QvM_8LDV_t9my1uvPJDdiRik_8FCNwuLkXyGkEa49vo
---------- Post added at 05:44 PM ---------- Previous post was at 05:36 PM ----------
sunilk00029 said:
https://mega.nz/#!Jjx3lACD!QvM_8LDV_t9my1uvPJDdiRik_8FCNwuLkXyGkEa49vo
Click to expand...
Click to collapse
After download recovery place it in your pc .
Switch off your in focus m460 . Make sure you backup all your data because as you unlock your bootloader your device formated and hard reset .
After that install adb and it's driver .
Now press power +vol down to go to fastboot .
Conect your phone to pc and unlock bootloader and then flash recovery image .
After that download SuperSU and place it in sd card and install using twrp .
Enjoy root access . If any problem reply this post.
Hi,
Is there a stable xposed framework for infocus m460 (bingo 50)?
raghav2984 said:
Hi,
Is there a stable xposed framework for infocus m460 (bingo 50)?
Click to expand...
Click to collapse
May be no exposed worked. Can you able to install the busy box for m460
Bro I am finishing the installation of TWRP recovery in my Infocus M460 mobile...
But, Cannot work,
After opening TWRP.....It shows "Running OpenRecovery Script" Error and unmount /data /system Error And automatically rebooting....
How to fix it....
Dhanasekar Dhanush said:
Bro I am finishing the installation of TWRP recovery in my Infocus M460 mobile...
But, Cannot work,
After opening TWRP.....It shows "Running OpenRecovery Script" Error and unmount /data /system Error And automatically rebooting....
How to fix it....
Click to expand...
Click to collapse
I fix it this problem
Bro I am flashing stock rom on Infocus M460 after this problem
After finishing the stock rom flashing... Go to follow my steps...
1. Power Off Phone
2. Go to Fastboot / Download Mode
3. Firstly install adb drivers and your android device usb drivers.
4. Open ADB Prompt..I am using Minimal ADB and Fastboot Prompt
5. Connect your Infocus M460 smartphone with USB cable to PC
6. Then Type "Fastboot Devices" Then shows the device Model number On the prompt
7. Then Type "Fastboot Flash Recovery TwrpRecovery.img" (Here TwrpRecovery.img name is your file name of TWRP)
8. After Flashing completed, Then Type "Fastboot boot TwrpRecovery.img" (Now your smartphone boot into TWRP Recovery automatically)
9. Done
TWRP Recovery is working best For Infocus M460......Thanks XDA... Wonderful
Dhanasekar Dhanush said:
I fix it this problem
Bro I am flashing stock rom on Infocus M460 after this problem
After finishing the stock rom flashing... Go to follow my steps...
1. Power Off Phone
2. Go to Fastboot / Download Mode
3. Firstly install adb drivers and your android device usb drivers.
4. Open ADB Prompt..I am using Minimal ADB and Fastboot Prompt
5. Connect your Infocus M460 smartphone with USB cable to PC
6. Then Type "Fastboot Devices" Then shows the device Model number On the prompt
7. Then Type "Fastboot Flash Recovery TwrpRecovery.img" (Here TwrpRecovery.img name is your file name of TWRP)
8. After Flashing completed, Then Type "Fastboot boot TwrpRecovery.img" (Now your smartphone boot into TWRP Recovery automatically)
9. Done
Click to expand...
Click to collapse
But, Bootloop starting after Xposed.zip installing ...
I am rooted my android Infocus M460 using Magisk zip file with flashing in TWRP Recovery...
But, In Magisk Manager some modules install after bootlooping started...
How I fixed it....
Please Give the idea...
Need Custom Rom For InFocus M460 (Bingo 50).
Sir, I am using InFocus M460, I already have rooted my InFocus Bingo 50 by help of you....
So, I want to need the Custom Roms like Lineage OS for my InFocus Bingo 50 (M460).
Please give me the Custom Roms link for suitable of my InFocus M460 device...
Thank You!!!!?
Dhanasekar Dhanush said:
Sir, I am using InFocus M460, I already have rooted my InFocus Bingo 50 by help of you....
So, I want to need the Custom Roms like Lineage OS for my InFocus Bingo 50 (M460).
Please give me the Custom Roms link for suitable of my InFocus M460 device...
Thank You!!!!
Click to expand...
Click to collapse
Please sir .....Send the Lineage OS 15.1 Custom Rom for Infocus M460......:cyclops:

Categories

Resources