[Desire 820u] TWRP Recovery TEST - Desire 820 Original Android Development

Hello.
On request of few users, here below is attached latest version of TWRP recovery for Desire 820u
NOTE that it is ONLY for u version (Qualcomm), so will NOT WORK on any other.
Builded from stock HTC precompiled kernel and stock twrp sources with fresh setup for device tree and in the moment A52 device kernel headers as HTC wasn't release kernel sources at the moment.
Please, test if recovery boot and give me respond.
Thank You
DOWNLOAD
PS, in the future, all ROM's, KERNEL's, RECOVERY and so on goes into XDA: DEVDB which You can find of the top of device forum (HERE)

#CHANGELOG
12.10.2015. Second build
**adb enabled, debug enabled
11.10.2015. First build
**boot but restart, finally stuck
**no adb
HTC Desire826 (A52) opensource link: HTCdev
Github device tree link: GIThub

I recently bricked my phone and got the MoBo replaced by Service Center.. Facing red/pink tint in Camera while using "flash with a/f" mode only.. So havn't unlocked Bootloader or rooted till now until the camera problem gets solved..
. Well thanks for the cooking.. Will test and inform ASAP..
---------- Post added at 06:45 PM ---------- Previous post was at 06:44 PM ----------
I recently bricked my phone and got the MoBo replaced by Service Center.. Facing red/pink tint in Camera while using "flash with a/f" mode only.. So havn't unlocked Bootloader or rooted till now until the camera problem gets solved..
. Well thanks for the cooking.. Will test and inform ASAP..

fergy said:
Hello.
On request of few users, here below is attached latest version of TWRP recovery for Desire 820u
NOTE that it is ONLY for u version (Qualcomm), so will NOT WORK on any other.
Builded from stock HTC precompiled kernel and stock twrp sources with fresh setup for device tree and in the moment A52 device kernel headers as HTC wasn't release kernel sources at the moment.
Please, test if recovery boot and give me respond.
Thank You
DOWNLOAD
PS, in the future, all ROM's, KERNEL's, RECOVERY and so on goes into XDA: DEVDB which You can find of the top of device forum (HERE)
Click to expand...
Click to collapse
i tried it ..................
working but not stable
after few sec ( about 5 -7 sec ) reboot and reboot again
need some polish

aumtaigor said:
i tried it ..................
working but not stable
after few sec ( about 5 -7 sec ) reboot and reboot again
need some polish
Click to expand...
Click to collapse
Superb!!
Thank You very much for this test :good:.
I will make another version with enabled debug so We can see what is going on and what causing reboot.
Will upload in the morning (going sleep now), so within 12 hours will be up here.
Cheers

fergy said:
Superb!!
Thank You very much for this test :good:.
I will make another version with enabled debug so We can see what is going on and what causing reboot.
Will upload in the morning (going sleep now), so within 12 hours will be up here.
Cheers
Click to expand...
Click to collapse
update device stuck in recovery mode ( The device was not even accepting ADB or entering fastboot mode. )
how can i revert or flash any other recovery
please made a flashable zip

aumtaigor said:
i tried it ..................
working but not stable
after few sec ( about 5 -7 sec ) reboot and reboot again
need some polish
Click to expand...
Click to collapse
aumtaigor said:
update device stuck in recovery mode ( The device was not even accepting ADB or entering fastboot mode. )
how can i revert or flash any other recovery
please made a flashable zip
Click to expand...
Click to collapse
Enter into bootloader.
Code:
adb reboot bootloader
Code:
fastboot flash recovery RECOVERY_IMG_NAME.img
...or, install flashify.
Flashable zip will be made when recovery will work. No sense that You have not working recovery in zip.
NEW VERSION ATTACHED IN FIRST POST. PLEASE TEST.

fergy said:
Enter into bootloader.
Code:
adb reboot bootloader
Code:
fastboot flash recovery RECOVERY_IMG_NAME.img
...or, install flashify.
Flashable zip will be made when recovery will work. No sense that You have not working recovery in zip.
NEW VERSION ATTACHED IN FIRST POST. PLEASE TEST.
Click to expand...
Click to collapse
unable to enter in to bootloader mode
always directly boot in to recovery mode
and reboot after 5 - 10 sec

aumtaigor said:
unable to enter in to bootloader mode
always directly boot in to recovery mode
and reboot after 5 - 10 sec
Click to expand...
Click to collapse
Then You doing something wrong. How You try to enter into bootloader?

fergy said:
Then You doing something wrong. How You try to enter into bootloader?
Click to expand...
Click to collapse
i tried all the way i know : adb cmd you provided previously ( adb didn't recognized any devices )
by hard key combination vol- & power button
and from twrp menu
all of them unsuccessful
is there any clue ???

aumtaigor said:
i tried all the way i know : adb cmd you provided previously ( adb didn't recognized any devices )
by hard key combination vol- & power button
and from twrp menu
all of them unsuccessful
is there any clue ???
Click to expand...
Click to collapse
#1
Settings -> About -> Software information -> More
Now, tap approx 5x on "Build number" until it enable "Developer options"
Go back to "Settings" and scroll down to "Developer options", tap on it and find "USB debugging". Tap on it and tap "OK". It can ask You for PGP key what You will accept. After that unplug cable and plug it back. ADB should work.
Now:
Code:
adb reboot bootloader
#2
Press power until come menu
Choose "Restart" and again "Restart"
Press and HOLD "Volume down (-)" until phone restart and boot into Bootloader

fergy said:
Hello.
On request of few users, here below is attached latest version of TWRP recovery for Desire 820u
NOTE that it is ONLY for u version (Qualcomm), so will NOT WORK on any other.
Builded from stock HTC precompiled kernel and stock twrp sources with fresh setup for device tree and in the moment A52 device kernel headers as HTC wasn't release kernel sources at the moment.
Please, test if recovery boot and give me respond.
Thank You
DOWNLOAD
PS, in the future, all ROM's, KERNEL's, RECOVERY and so on goes into XDA: DEVDB which You can find of the top of device forum (HERE)
Click to expand...
Click to collapse
C:\Users\Kasra-Mobile\Desktop\Adb And Fastboot-new>fastboot flash recovery recov
ery-v02.img
target reported max download size of 16777216 bytes
Invalid sparse file format at header magi
sending sparse 'recovery' (15792 KB)...
OKAY [ 1.648s]
writing 'recovery'...
FAILED (remote: image error! (BootMagic check fail))
finished. total time: 1.649s
this recovery doest work on my d820u a51_DTUL

@kasra_eminem M8, You need to unlock Your bootloader first. Go to htcdev.com and unlock bootloader to be able to change recovery.
Sent from my HTC Desire 820 using XDA Free mobile app

@fergy bro bootloader is unlocked!!!
even s-offed with XTC
i flashed the recovery on this post http://forum.xda-developers.com/desire-820/help/qa-htc-desire-820-twrp-recovery-2-8-t2975255
but phone reboot when want too boot in recovery

M8, look at code above...boot magic check fail
Sent from my HTC Desire 820 using Tapatalk

fergy said:
#1
Settings -> About -> Software information -> More
Now, tap approx 5x on "Build number" until it enable "Developer options"
Go back to "Settings" and scroll down to "Developer options", tap on it and find "USB debugging". Tap on it and tap "OK". It can ask You for PGP key what You will accept. After that unplug cable and plug it back. ADB should work.
Now:
Code:
adb reboot bootloader
#2
Press power until come menu
Choose "Restart" and again "Restart"
Press and HOLD "Volume down (-)" until phone restart and boot into Bootloader
Click to expand...
Click to collapse
system is not booting in to operating system its always boot in to twrp ( loop in recovery mode )
neither accepting adb nor fastboot
i think rewrite recovery & boot can resolve this issue , which is may be possible with flashable zip , in my case
or is there any other way ???

You can only flash with stock ruu
Sent from my HTC Desire 820 using Tapatalk

Fastboot flash recovery xx.img
BootMagic checkfail a51ul ?
HTC Desire 820 cihazımdan Tapatalk kullanılarak gönderildi

This is ONLY for U... Take another twrp for UL.
Sent from my HTC Desire 820 using XDA Free mobile app

Sorry for off-topic. @kesra_eminem
How do you s-off your device please give me link.
Sent from my HTC Desire 820 dual sim

Related

Problem On My TF201 - No Option To Boot Into Fastboot - Going Straight Into Recovery

Hello
After long time of reset and installations (4 hours from now) i'm stuck now on a very strange problem.
My Asus Prime tf201 is going straight into TWRP Recovery.
Even when i press the volume down and the power button i can't get into Fastboot screen.
I must get into the Fastboot screen to reset and delete my prime completely.
Even when i insert a small pin into the reset hole and pressed the volume down is doing every time the same thing and takes mw to the Recovery.
My device is also Unlocked.
Is there a way to fix it and be able to have the fast boot screen ?
Or my tablet is dead and i get put it in the garbage
james341 said:
Hello
After long time of reset and installations (4 hours from now) i'm stuck now on a very strange problem.
My Asus Prime tf201 is going straight into TWRP Recovery.
Even when i press the volume down and the power button i can't get into Fastboot screen.
I must get into the Fastboot screen to reset and delete my prime completely.
Even when i insert a small pin into the reset hole and pressed the volume down is doing every time the same thing and takes mw to the Recovery.
My device is also Unlocked.
Is there a way to fix it and be able to have the fast boot screen ?
Or my tablet is dead and i get put it in the garbage
Click to expand...
Click to collapse
So, is recovery working or only the splash screen?
If working, can you mount ext_sdcard?
If working' can you adb into tab?
Yes, the recovery is working and I can adb but can't mount ext_sdcard
Sent from my iPhone using Tapatalk
james341 said:
Yes, the recovery is working and I can adb but can't mount ext_sdcard
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
So you can install recovery again.
I recommend one of those from the post#01 from this page: http://forum.xda-developers.com/showthread.php?t=2772093
Push recovery.blob to internal sdcard (/storage/sdcard0) and try to flash using terminal command of TWRP.
Code:
dd if=/storage/sdcard0/recovery.blob of=/dev/block/mmcblk0p4 [enter]
reboot
If it works, you will see a blue progress bar. Let it finish and boot itself to System. On ASUS screen press power and voldown and you should see the three bootloader icons, RCK flashing. Now you are in fastboot mode. If you see four icons (RCK, Andy, USB and wipe) then you have wrong bootloader.
Report again here.
Thanks
In all the downloads in the link you gave me the file that i have after the unzip process is the recovery.img and it's not a blob file.
where can i find a blob file ?
So I searched in google for recovery blob files for the tf201 and it took me to the TeamWin website :
http://teamw.in/project/twrp2/93
and i went down in the page for the "Download - Recovery Image / Fastboot Method (using ICS or JB Asus boot loader):" section and downloaded both ICS and JB blob files and tried to push first the JB and run the commend in the terminal . in both files it looks like it was working and than i reboot (it asks me to install SuperSU and i press No) but even after the restart nothing happened and it takes me to the Teamwin recovery (that in some strange way, the first screen that it shows me is to enter some password ....and i press cancel)
thanks
james341 said:
Thanks
In all the downloads in the link you gave me the file that i have after the unzip process is the recovery.img and it's not a blob file.
where can i find a blob file ?
So I searched in google for recovery blob files for the tf201 and it took me to the TeamWin website :
http://teamw.in/project/twrp2/93
and i went down in the page for the "Download - Recovery Image / Fastboot Method (using ICS or JB Asus boot loader):" section and downloaded both ICS and JB blob files and tried to push first the JB and run the commend in the terminal . in both files it looks like it was working and than i reboot (it asks me to install SuperSU and i press No) but even after the restart nothing happened and it takes me to the Teamwin recovery (that in some strange way, the first screen that it shows me is to enter some password ....and i press cancel)
thanks
Click to expand...
Click to collapse
The cited teamw.in page is outdated. There TWRP stops at 3.6.0.1 which is (to my experience) an evil one. We are at TWRP 2.8.4.0.
Why don't you take my advice and take that one of here: http://forum.xda-developers.com/showpost.php?p=53139910&postcount=1 ???? Nowadays there is no ICS TWRP anymore.
Best IMO is this one: https://www.androidfilehost.com/?fid=23622183712468163
Don't stall at the name TF300T; it's also for TF201 and works with ext4 and f2fs. Either you install it by zip flash or unzip it and get the recovery.img to flash manually.
If you care for a blob file, rename it to recovery.blob. Android terminal commands don't care for file extensions; you need only a .img extension for the zipflash routine of TWRP.
Thanks
will give it a try now
james341 said:
Thanks
will give it a try now
Click to expand...
Click to collapse
If you are more comfortable with fastboot, you can flash recovery using
Code:
fastboot -i 0x0b05 flash staging recovery.img
BTW could you post version of your bootloader (small notice on left upper margin of ASUS screen at bootload).
i tried and it give me an error
I'm uploading now a youtube video for you to see what i am doing - it will take a while and i will be happy if you can pass here tomorrow to see it and what it gives me.
about the bootloader - i think this is the problem, i don't have nothing there , when i turn on the tablet i see only the Asus logo and a message up there that said "device is unlocked"
about the fastboot - i can't run fastboot command because my tablet can't get into fastboot mode - as i told you it boot straight into the recovery
james341 said:
i tried and it give me an error
I'm uploading now a youtube video for you to see what i am doing - it will take a while and i will be happy if you can pass here tomorrow to see it and what it gives me.
about the bootloader - i think this is the problem, i don't have nothing there , when i turn on the tablet i see only the Asus logo and a message up there that said "device is unlocked"
about the fastboot - i can't run fastboot command because my tablet can't get into fastboot mode - as i told you it boot straight into the recovery
Click to expand...
Click to collapse
O.k. one of our best devs here has for the 'boot only to recovery' issue an elaborate solution.
http://forum.xda-developers.com/showpost.php?p=54965562&postcount=1
Problems could be connected with wrong bootloader. @lj50036 has somewhere provided some zips with fitting bl/recovery combos (don't find it atm).
Thanks
I will give it a try - hope to have short night.....
das chaos said:
O.k. one of our best devs here has for the 'boot only to recovery' issue an elaborate solution.
http://forum.xda-developers.com/showpost.php?p=54965562&postcount=1
Problems could be connected with wrong bootloader. @lj50036 has somewhere provided some zips with fitting bl/recovery combos (don't find it atm).
Click to expand...
Click to collapse
IS it really that elaborate ?
Ok ...there's some change , now I can see the fastboot screen on my prime. A screen I haven't see for a while ...but now I can't run fastboot commends aldo ADB run fine . It looks like when i put Fasboot devices - it don't see the device.
Sent from my iPhone using Tapatalk
james341 said:
Ok ...there's some change , now I can see the fastboot screen on my prime. A screen I haven't see for a while ...but now I can't run fastboot commends aldo ADB run fine . It looks like when i put Fasboot devices - it don't see the device.
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
Look in device manager, can you see the device in there ?
Thx Josh
Yes - it say fastboot asus
Sent from my iPhone using Tapatalk
james341 said:
Yes - it say fastboot asus
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
Hmmmm, not sure .. odd ...
I can help on hangouts if you would like more help looking into this ....
Drop me a line sometime [email protected]
Thx Josh
Ok no problem - I will contact you later ...need to go to work...many many thanks .....
Sent from my iPhone using Tapatalk
I can't found you in Hangouts - is this the right email?
Sent from my iPhone using Tapatalk
james341 said:
I can't found you in Hangouts - is this the right email?
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
'gamil.com' is of course 'gmail.com'.
---------- Post added at 08:27 ---------- Previous post was at 08:22 ----------
james341 said:
Ok ...there's some change , now I can see the fastboot screen on my prime. A screen I haven't see for a while ...but now I can't run fastboot commends aldo ADB run fine . It looks like when i put Fasboot devices - it don't see the device.
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
So:
1. How many icons on 'fastboot screen' which is bootloader screen.
2. Now you would see bootloader version; report.
3. 'device' command doesn't work on my pc either; fastboots nevertheless. Try
Code:
fastboot -i 0x0b05 flash recovery recovery.img
and report outcome by the word.
I see 3 icons . I can't remember if I see now the bootloader version ...I'm in my office now. By the way, I sent you a message in hangouts.
Sent from my iPhone using Tapatalk

[ROOT][KITKAT][HONOR 4C] Root, Recovery & Bootloader Unlock by HassanMirza01

DESCRIPTION:
Today i found the New Root & Installing Custom Recovery(CWM) in KITKAT surely...
I will Provide correct info and help......All This you are gonna do is At your Own Risk... Damage to your device of any type is at your Own Responsibility,,, Don't point finger at me or I will Just Laugh at you...
PREREQUISITES:
First of all, You should Unlock Bootloader so that on every reboot, Your Root shouldn't damage. You can unlock bootloader by simple procedure...and also enable the USB Debugging from Developers options in settings...
PROCEDURE:
FOR UNLOCKING BOOTLOADER, FOLLOW THIS
Download the Attached PC Software Named "Huawei Product ID Generator" then Extract this zip file...
Now open it, fill all Info in it and select the device Y300-0000... After this, it will Generate a Product ID for your Phone....
Now go to this site Unlocking Code website
Login to this site using your Huawei id which you made in themes store or in huawei cloud!!
Use the Serial Number Written on BACK OF YOUR PHONE..!!
Fill like, samrtphone>Product Model should be "HUAWEI Y300-0000"
then fill all fields and captcha also.. Click Submit and get the UNLOCKING CODE....
you can unlock bootloader wid that code then and root permanently....
After receiving the unlock code, write down the code;
Now go in your 4C's Settings>About Phone.
Then tap on Build number 10 times,,, you will get the Developers options in Last of Settings app. Open Developers option and Turn On the USB DEBUGGING.
Now connect your device to PC in MTP mode and then install the ADB drivers for it....
To install adb drivers correctly, use the Software Adb Driver Installer from here
LINK FOR ADB DRIVER INSTALLER
Full ADB folder is also attached Below.... put this folder in drive C.
Now Direct the cursor on the folder ADB, hold Shift and the right mouse button and choose "Open Command Window";
connect your phone to the PC in the "media device";
at the command prompt prescribe ADB Devices ;
then we write ADB reboot bootloader (the device will reboot mode fastboot);
then typed fastboot oem unlock **************** (where the asterisks replace unlock code);
BOOTLOADER UNLOCKED NOW!!
Now You are Ready to install CWM recovery first.... Download the Root and CWM recovery File from here...
This File Also contain Stock Recovery of Kitkat Rom
4C Root+CWM by [email protected]
After this, unzip it and better come again in Fastboot Mode like above as explained, this time, move the recovery file to the adb folder which you want to install.
After that, type fastboot devices to see if your device is correctly attached to PC or Laptop. if yes then type this command in adb to install the Custom Recovery(CWM) in your phone.
fastboot flash recovery cwm.img
Then
fastboot reboot
This will reboot your phone and cwm installed.
Now move the Root.zip file to sd card and using CWM recovery, install it.. and Whoa!
Its done and phone Rooted for sure... wid no bootloop chance..
Now Customize Your Phone Install Viper4Android And Roms Xposed ^_^
If You Want To Stock Recovery After Root Simply Use The Command In Fastboot Mode
fastboot flash recovery stock.img
Then
fastboot reboot
This way, you will have Stock Recovery back.
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
This is Based on Stock Huawei Kernel, Not compiled by Me...
Contributors:
@HassanMirza01
Version Information:
Status: Stable
Stable Release Date: 2015-09-28
Created on: 2015-05-29
Last Updated on: 2016-02-19
Reserved
I'll try it when i arrive home.
Enviado do meu CHC-U01 através de Tapatalk
I flashed the cwm zip .. But now unable to boot in to recovery .. After doing Vol up + power .. Honor title come n nothing happens .. Normal booting is fine , just recoverys bricked I think :crying:
Nops... keep pressing vol up for 3 sec then keep power button pressed also untill cwm appears... Dont release keys when logo appear... Release when cwm appears... @Srijit
Press thanks if i helped you
Followed all the steps but still not able to boot into cwm .. I have lollipop beta installed .. Is that the problem ? :crying:
Its for kitkat nd has kitkat kernel.....
inshaalmirza said:
Today i found the New Root & Installing Custom Recovery(CWM) for sure,,,
First of all, You should Unlock Bootloader so that on every reboot, Your Root shouldn't damage. You can unlock bootloader by simple procedure...and also enable the USB Debugging from Developers options in settings...
Just mail at [email protected] wid subject that unlock bootloader huawei honor 4c and in mail type all info..like imei, serial no. Product number nd model number...they will send you unlocking code....
you can unlock bootloader wid that code then and root permanently....
After receiving the unlock code, write down the code;
download the installer utility ADB and Fastboot and set (if you have them yet);
direct the cursor on the folder ADB, hold Shift and the right mouse button and choose "Open Command Window";
connect your phone to the PC in the "media device";
at the command prompt prescribe ADB Devices ;
then we write ADB reboot bootloader (the device will reboot mode fastboot);
then typed fastboot oem unlock **************** (where the asterisks replace unlock code);
Now You are Ready to install CWM recovery first.... Download the Root and CWM recovery File from here...
https://drive.google.com/file/d/0B0iMDu5QRxNicU1EalpZeHNUR3M/view?usp=sharing
After this, unzip it and better come again in Fastboot Mode like above as explained, this time, move the recovery file to the adb folder which you want to install.
After that, type fastboot devices to see if your device is correctly attached to PC or Laptop. if yes then type this command in adb to install the Custom Recovery(CWM) in your phone.
fastboot flash recovery recovery_cm.img
Then
fastboot reboot
This will reboot your phone and cwm installed.
Now move the Root.zip file to sd card and using CWM recovery, install it.. and Whoa!
Its done and phone Rooted for sure... wid no bootloop chance..
Now Customize Your Phone Install Viper4Android And Roms Xposed ^_^
If You Want To Stock Recovery After Root Simply Use The Command In Fastboot Mode
fastboot flash recovery recovery_official.img
Then
fastboot reboot
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
Credits: Gizdev site...
Click to expand...
Click to collapse
where is for lollipop,,
No lollipop cwm yet...
tested recovery and cannot made a advanced restore. Tried only system but after selection cannor made it to apply.
Anyone knows how?
I backup full... Nd its done
I still dont have the bootloader unlock code
Sent from my ALCATEL ONE TOUCH 7047D using XDA Forums
Lol.... Follow procedure carefully... Nd dont write anything other
Honor 4x I need custom rom and cwm r lollipop update
Sent from my Che1-L04 using Tapatalk
inshaalmirza said:
I backup full... Nd its done
Click to expand...
Click to collapse
Me to.
I tried to restore only system but don't know how.
Everything else seems to work OK.
Enviado do meu CHC-U01 através de Tapatalk
OP! how do you able to get CWM,
does it came from own recovery of 4C? if yes, can you show how
Custom recoveries use the kernel properties of device.... Not the stock recovery converted to cwm.....
Hey. Kingo root android application make tempory root your device. After restart mobile. Back to normal
Sent from my CHM-U01 using XDA Forums
Unlock bootloader... Then it wont come back to normal...

HARD BRICKED ! Redmi note 3 (sd)

HELP ! HELP ! HELP !
hard bricked by flashing a miui rom from twrp without deleting the emmc file :crying::crying::crying::crying::crying::crying:
i can only go to fastboot , no recovery , miui logo for 3 seconds
please someone help me !!! :crying::crying:
will the test point work ?
Edit :-
Thank you all , i managed to unbtick using test point .!!
I know enough to tell you that I'd you can get fastboot yo work, its not bricked. Honestly I don't own the device. I own lg g3. And it might be different for this device but you can try pushing recovery from fasyboot mode using your PC. You might wanna google how to tbh and ask around ppl with similar device if possible. Pushing through fastboot/adb is most common so pushing recovery will format recovery partition and install/push new one. That will get you working recovery. (I hope). Happy flashing.
In fastboot check if bootloader is locked by running the device info command... It is not locked you have hopes... Use fastboot to flash fastboot rom package with modified emmc file and modded image...
Its locked
Only way is to do test point method or take it to a service center
#BATMAN# said:
HELP ! HELP ! HELP !
hard bricked by flashing a miui rom from twrp without deleting the emmc file :crying::crying::crying::crying::crying::crying:
i can only go to fastboot , no recovery , miui logo for 3 seconds
please someone help me !!! :crying::crying:
will the test point work ?
Click to expand...
Click to collapse
try 1. this:http://en.miui.com/thread-235865-1-1.html
2. http://en.miui.com/thread-244814-1-1.html
3.http://en.miui.com/forum.php?mod=viewthread&tid=257227&highlight=test%2Bpoint%2Bredmi%2Bnote%2B3
4.http://en.miui.com/thread-245347-1-1.html
Let me know if you have succes!Good luck!
Luiggi79 said:
try 1. this:http://en.miui.com/thread-235865-1-1.html
2. http://en.miui.com/thread-244814-1-1.html
3.http://en.miui.com/forum.php?mod=viewthread&tid=257227&highlight=test%2Bpoint%2Bredmi%2Bnote%2B3
4.http://en.miui.com/thread-245347-1-1.html
Let me know if you have succes!Good luck!
Click to expand...
Click to collapse
im trying now , thank you , i will tel the results
didnt work , and i didn't try the testpoint yet because im afried , can some one help me
*when connect via fastboot it shows android bootloader interface ( im new to adb someone helpme with this )
*when connect holding ( volume up+volume down+power ) it shows =HS-USB diagnostics 900E ( i manually updated this driver to 9008 but mi flash dosent show it )
*when trying to flash via fastboot it says "FAILED : remote ; device is locked"
faced the same problem bro better give it in care if dnt wnt to give it to care just go to( http://en.miui.com/thread-235865-1-1.html ) or try ( http://xiaomitips.com/guide/fix-bricked-redmi-note-3-no-unlock-permission/ ) this if all didnt work go to care bro
#BATMAN# said:
im trying now , thank you , i will tel the results
didnt work , and i didn't try the testpoint yet because im afried , can some one help me
*when connect via fastboot it shows android bootloader interface ( im new to adb someone helpme with this )
*when connect holding ( volume up+volume down+power ) it shows =HS-USB diagnostics 900E ( i manually updated this driver to 9008 but mi flash dosent show it )
*when trying to flash via fastboot it says "FAILED : remote ; device is locked"
Click to expand...
Click to collapse
Steps:
A).On the computer in windows disable driver signature enforcement featrure and turn off any protection like security suites,AV software or firewalls.To disable driver signature enforcement you must open command prompt and type:a)bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS and press enter
b)bcdedit.exe -set TESTSIGNING ON and press enter
c)reboot computer
d) install MI flash after reboot;download it from here :http://en.miui.com/thread-235865-1-1.html
B) On the phone:
1.Hold Vol - and Vol + and plug Usb cable in computer&phone
2.download ADB files from here http://en.miui.com/thread-235865-1-1.html
3.extract files from archive to folder
4. in this folder,where you have extracted adb files press:shift on keyboard and right click on the mouse in the same time and choose "open command window here"
5.in command window type:a)adb devices and press enter
b)adb reboot edl and press enter
Now you are in download mode
6.from device manager install qualcomm driver;it should be seen in other devices section;right click---update driver----navigate to :C/Program files(X86)/XIaomi/Mi flash/Qualcomm/Driver;Note:you need x64 windows computer for this operation
7.start MI flash---right click and run as administrator;browse for rom folder,you need a fastboot rom(the rom need with suffix tgz to be;not zip).Put the tgz archive(rom) in Local Disk C and extract with winrar!!!!!!(use winrar) to folder;rename the created folder to ROM.In MI flash when do browse for folder SELECT ENTIRE FOLDER NOT JUST THE FOLDER IMAGES.OK?
8.in MI Flash window press refresh button from up side;the device should appear on the list
9.in MI Flash windows in the down side of windows tick the litlle circle who say:Flash all
10.Press flash button from up
1.1. Wait until it finish flashing procedure:should appear in the right side from device peration completed succesfully
12.Remove usb cable and press power button on the device;keep the power button pressed until the device give you a vibration,the release it
Luiggi79 said:
Steps:
A).On the computer in windows disable driver signature enforcement featrure and turn off any protection like security suites,AV software or firewalls.To disable driver signature enforcement you must open command prompt and type:a)bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS and press enter
b)bcdedit.exe -set TESTSIGNING ON and press enter
c)reboot computer
d) install MI flash after reboot;download it from here :http://en.miui.com/thread-235865-1-1.html
B) On the phone:
1.Hold Vol - and Vol + and plug Usb cable in computer&phone
2.download ADB files from here http://en.miui.com/thread-235865-1-1.html
3.extract files from archive to folder
4. in this folder,where you have extracted adb files press:shift on keyboard and right click on the mouse in the same time and choose "open command window here"
5.in command window type:a)adb devices and press enter
b)adb reboot edl and press enter
Now you are in download mode
6.from device manager install qualcomm driver;it should be seen in other devices section;right click---update driver----navigate to :C/Program files(X86)/XIaomi/Mi flash/Qualcomm/Driver;Note:you need x64 windows computer for this operation
7.start MI flash---right click and run as administrator;browse for rom folder,you need a fastboot rom(the rom need with suffix tgz to be;not zip).Put the tgz archive(rom) in Local Disk C and extract with winrar!!!!!!(use winrar) to folder;rename the created folder to ROM.In MI flash when do browse for folder SELECT ENTIRE FOLDER NOT JUST THE FOLDER IMAGES.OK?
8.in MI Flash window press refresh button from up side;the device should appear on the list
9.in MI Flash windows in the down side of windows tick the litlle circle who say:Flash all
10.Press flash button from up
1.1. Wait until it finish flashing procedure:should appear in the right side from device peration completed succesfully
12.Remove usb cable and press power button on the device;keep the power button pressed until the device give you a vibration,the release it
Click to expand...
Click to collapse
im trying now! hopefully it will work :good::good:
#BATMAN# said:
im trying now , thank you , i will tel the results
didnt work , and i didn't try the testpoint yet because im afried , can some one help me
*when connect via fastboot it shows android bootloader interface ( im new to adb someone helpme with this )
*when connect holding ( volume up+volume down+power ) it shows =HS-USB diagnostics 900E ( i manually updated this driver to 9008 but mi flash dosent show it )
*when trying to flash via fastboot it says "FAILED : remote ; device is locked"
Click to expand...
Click to collapse
I have the same problem.
I can get Miflash to show when under fastboot but it doesn't show the COM port but the device id similar if you check Fastboot Devices. but can't flash due to device is locked.
I tried QFIL as well but it can't go into Emergency Download Mode.
Anyone Please help.
Stuck at mi logo
Device unlocked
bootloader unlocked
twrp working
how to get rid of this
fylim said:
I have the same problem.
I can get Miflash to show when under fastboot but it doesn't show the COM port but the device id similar if you check Fastboot Devices. but can't flash due to device is locked.
I tried QFIL as well but it can't go into Emergency Download Mode.
Anyone Please help.
Click to expand...
Click to collapse
me too , im still searching for a solution ......:crying::crying::crying::crying::crying:
the only solution i found was the test point but im trying to fix it without opening my phone
i you find anything please let me know !!!!!!!!!!!!!!!!
avrrv3689 said:
Device unlocked
bootloader unlocked
twrp working
how to get rid of this
Click to expand...
Click to collapse
if you don't need TWRP and want MIUI rom try this http://en.miui.com/thread-267263-1-1.html ...
and
if you don't want miui rom flash the new aosp one
#BUT DONT FLASH MIUI ROM USING TWRP IF YOU UNLOCKED THE BOOTLOADER UNOFFICIALY#
#BATMAN# said:
if you don't need TWRP and want MIUI rom try this http://en.miui.com/thread-267263-1-1.html ...
and
if you don't want miui rom flash the new aosp one
#BUT DONT FLASH MIUI ROM USING TWRP IF YOU UNLOCKED THE BOOTLOADER UNOFFICIALY#
Click to expand...
Click to collapse
finlly got out of it
thanxx
can u suggest a procedure to unlock bootloader and root the device and twrp without bricking or bootloop
avrrv3689 said:
finlly got out of it
thanxx
can u suggest a procedure to unlock bootloader and root the device and twrp without bricking or bootloop
Click to expand...
Click to collapse
Read these carefully #DO AT YOUR OWN RISK#
http://forum.xda-developers.com/redmi-note-3/how-to/unlock-instruction-unlock-bootloader-t3355904
http://forum.xda-developers.com/redmi-note-3/how-to/unlock-bootloader-twrp-root-7-2-3-t3359492
http://forum.xda-developers.com/redmi-note-3/how-to/redmi-note3-prokenzo-guiderom-global-t3341102
:good: hit thanks if i helped you :good:
#BATMAN# said:
if you don't need TWRP and want MIUI rom try this http://en.miui.com/thread-267263-1-1.html ...
and
if you don't want miui rom flash the new aosp one
#BUT DONT FLASH MIUI ROM USING TWRP IF YOU UNLOCKED THE BOOTLOADER UNOFFICIALY#
Click to expand...
Click to collapse
"BUT DONT FLASH MIUI ROM USING TWRP IF YOU UNLOCKED THE BOOTLOADER UNOFFICIALY"
If bootloader is unlocked officially then can we flash any MIUI recovery ROM using TWRP without need of modifying Recovery ROM (deleting bootloader file , patch boot.img) ? can we switch to any MIUI ROM then easily ?
akhil17kr said:
"BUT DONT FLASH MIUI ROM USING TWRP IF YOU UNLOCKED THE BOOTLOADER UNOFFICIALY"
If bootloader is unlocked officially then can we flash any MIUI recovery ROM using TWRP without need of modifying Recovery ROM (deleting bootloader file , patch boot.img) ? can we switch to any MIUI ROM then easily ?
Click to expand...
Click to collapse
Yes i think you can but im not 100% sure :good::good:
#BATMAN# said:
Yes i think you can but im not 100% sure :good::good:
Click to expand...
Click to collapse
Oh Lol , have asked many people but none of them are sure about this .. but i have asked from mi chat they said once bootloader is unlocked you can't lock it back by flashing MIUI roms as it's security feature . SO we can say unofficial method is problem if you like to switch to between ROM's but official one will not create any problems ..still not sure though have to ask who have done through Official method.
fylim said:
I have the same problem.
I can get Miflash to show when under fastboot but it doesn't show the COM port but the device id similar if you check Fastboot Devices. but can't flash due to device is locked.
I tried QFIL as well but it can't go into Emergency Download Mode.
Anyone Please help.
Click to expand...
Click to collapse
The solution:
1. Press and hold VolUp+VolDown+Power (all 3 buttons) at the same time.
2. The MI logo will appear for some time, and then disappear, don't release the buttons.
3. The MI logo will then appear briefly, and then disappear. Now release all 3 buttons.
4. Connect the phone to PC, and then proceed to use MiFlash as usual.
Use a 64-bit PC
Take a look here http://en.miui.com/forum.php?mod=viewthread&tid=228048&page=6#pid4518713
http://en.miui.com/thread-228048-1-1.html
To enter in download mode see this youtube video:https://www.youtube.com/watch?v=4Fs5n3W1c8U
---------- Post added at 12:10 PM ---------- Previous post was at 12:07 PM ----------
#BATMAN# said:
me too , im still searching for a solution ......:crying::crying::crying::crying::crying:
the only solution i found was the test point but im trying to fix it without opening my phone
i you find anything please let me know !!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
The solution:
1. Press and hold VolUp+VolDown+Power (all 3 buttons) at the same time.
2. The MI logo will appear for some time, and then disappear, don't release the buttons.
3. The MI logo will then appear briefly, and then disappear. Now release all 3 buttons.
4. Connect the phone to PC, and then proceed to use MiFlash as usual.
Use a 64-bit PC
Take a look here: http://en.miui.com/forum.php?mod=viewthread&tid=228048&page=6#pid4518713
http://en.miui.com/thread-228048-1-1.html
How to enter in download mode see this youtube video :https://www.youtube.com/watch?v=4Fs5n3W1c8U
Luiggi79 said:
The solution:
1. Press and hold VolUp+VolDown+Power (all 3 buttons) at the same time.
2. The MI logo will appear for some time, and then disappear, don't release the buttons.
3. The MI logo will then appear briefly, and then disappear. Now release all 3 buttons.
4. Connect the phone to PC, and then proceed to use MiFlash as usual.
Use a 64-bit PC
Take a look here http://en.miui.com/forum.php?mod=viewthread&tid=228048&page=6#pid4518713
http://en.miui.com/thread-228048-1-1.html
To enter in download mode see this youtube video:https://www.youtube.com/watch?v=4Fs5n3W1c8U
---------- Post added at 12:10 PM ---------- Previous post was at 12:07 PM ----------
The solution:
1. Press and hold VolUp+VolDown+Power (all 3 buttons) at the same time.
2. The MI logo will appear for some time, and then disappear, don't release the buttons.
3. The MI logo will then appear briefly, and then disappear. Now release all 3 buttons.
4. Connect the phone to PC, and then proceed to use MiFlash as usual.
Use a 64-bit PC
Take a look here: http://en.miui.com/forum.php?mod=viewthread&tid=228048&page=6#pid4518713
http://en.miui.com/thread-228048-1-1.html
How to enter in download mode see this youtube video :https://www.youtube.com/watch?v=4Fs5n3W1c8U
Click to expand...
Click to collapse
didn't work for me !:crying::crying:

[Recovery] Twrp v3 For Lg Stylo 2 [LS775]

Team Win Recovery Project 3.0.2
https://postimage.org/
Code:
*** Disclamer
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
WARNING: The stock boot image has dm-verity, which prevents you from booting if you swipe to enable system modifications!
SOLUTION: Flash a root such as SuperSU or phh-superuser. You can also flash no-verity-opt-encrypt.zip.
- Prerequisites :
• YOUR BOOTLOADER MUST BE UNLOCKED
-Check this post for details on how to unlock your stylo 2 plus bootloader
http://forum.xda-developers.com/showpost.php?p=68919557&postcount=15
-If you have problems with the device drivers installed , you will need to install lg bridge app by lg that contains the device driver
http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=PWZO7A26B9UW
• Enable OEM Unlocking and ADB in developer options!
- Download :
https://www.mediafire.com/download/ofyf0vdc8t4349c
[Please do not repost this information or mirror the downloads. Feel free to post a link to this thread anywhere you like.]
- How to install twrp :
Notice:
this install guide was originally written for the stylo 2 plus I'm not sure it will work on the stylo 2..
• BOOT INTO FASTBOOT MODE:
With your phone off, connect your usb cable to your phone while holding VOLUME DOWN to boot into fastboot mode or just type [adb reboot bootloader] in the adb terminal
• ONCE YOU ARE IN FASTBOOT MODE:
Open a command prompt and type "fastboot flash recovery <path_to_recovery.img>” without the quotation marks.
Example: fastboot flash recovery C:/Users/John/Desktop/recovery.img
[don't forget to extract the downloaded recovery zip to get the recovery.img]
• WHEN THE FLASH COMPLETES: (Takes about 2 seconds)
On your phone, unplug the usb cable and power it off by taking out the battery and putting it back in.
• BOOT INTO RECOVERY MODE FOR THE FIRST TIME
HOLD VOLUME DOWN + POWER until you see the LG logo and then temporarily release the POWER button, immediately pressing and holding it back down until you see the white prompt screen. You will NEVER release the volume down button in this process!
Use the hard keys to select "YES" and then "YES" again to boot into
TWRP recovery!
After the TWRP splash screen you will see the option to type in the password to decrypt the filesystem. Due to the password prompt and the touchscreen driver, you will not have any touchscreen functionality until your phone locks for inactivity. After it locks (ON ITS OWN) and the screen dims, you can unlock it normally and TWRP is fully functional.
Warning: use the [volume down + power] buttons combo only to boot into twrp for the first time after flash ! don't use it after that as it will wipe your device every time you try to use the buttons combo again to boot into twrp after the first time .
u have 2 methods to boot into twrp after the first boot:
1- u can use this app [root is required] :
https://play.google.com/store/apps/details?id=com.stephansmolek.reboot&hl=en
2- or u can use adb command type [ adb reboot recovery ] in adb terminal to boot into twrp
DISABLE FORCED ENCRYPTION & ROOT IT!
1. In TWRP, go to Wipe > Format Data. Enter the keyword ‘yes‘, in the provided space and enter. This will wipe the automatically encrypted filesystem, and decrypt it.
2. Once the wiping is done, reboot back into recovery. Go to Reboot > Recovery.
3. When the recovery boots again, connect your phone to the PC and Enable MTP under the Mount section.
4. Transfer the downloaded ‘no-verity-opt-encrypt-2.1.zip’ and ‘SR1-SuperSU-v2.78-SR1-20160915123031.zip to your internal storage or EXTSD
5. Disconnect the device now.
6. Tap on Install. Now, navigate your phone’s storage and select ‘no-verity-opt-encrypt-2.1.zip’. Finally swipe the ‘Swipe to confirm Flash’ button on the bottom of the screen.
7. The flashing process will merely take a few seconds. And when it’s done, follow the same method to flash the root package – SR1-SuperSU-v2.78-SR1-20160915123031.zip
Click to expand...
Click to collapse
Wait 1 or 2 minutes after the zip files are done flashing then reboot system and PROFIT! Your phone may take 3-5 minutes to boot the first time and it might boot-loop once or twice at the Metro PCS splash screen but don’t worry this is expected.
All required files [supersu+dm-verify disable] can be found in this thread :
http://forum.xda-developers.com/lg-g5/development/recovery-team-win-recovery-project-lg-g5-t3363047
Like my work?
consider donating. TY
Nice :good:
Now...who's gonna be first to try this on a LS775 (not Stylo Plus xx550)?
Andromeda_Station said:
Nice :good:
Now...who's gonna be first to try this on a LS775 (not Stylo Plus xx550)?
Click to expand...
Click to collapse
Thx xD it should be safe to test if u are not doing anything wrong , are u able to enter fastboot mode ?
messi2050 said:
Thx xD it should be safe to test if u are not doing anything wrong , are u able to enter fastboot mode ?
Click to expand...
Click to collapse
Not yet...I need to make a proper back up before I do any messing around with this thing. I've got four phones here but the Stylo 2 is the only one I can't afford to brick right now
I thought the Stylo 2 Plus stuff had already been tried and didn't work on this?
Andromeda_Station said:
Not yet...I need to make a proper back up before I do any messing around with this thing. I've got four phones here but the Stylo 2 is the only one I can't afford to brick right now
I thought the Stylo 2 Plus stuff had already been tried and didn't work on this?
Click to expand...
Click to collapse
This is not a stylo 2 plus recovery that's twrp port for the stylo 2 ls775 model....
messi2050 said:
This is not a stylo 2 plus recovery that's twrp port for the stylo 2 ls775 model....
Click to expand...
Click to collapse
Ah, I see that now...just downloaded it.
No luck so far though...have USB debugging and 'enable OEM unlock' checked, 'adb reboot bootloader' and 'reboot to bootloader' from recovery both just boot as normal and power off/volume down+plug in USB just gives the battery charging screen.
Edit: Just went back and read some old threads over again...looks like no one has been able to get to fastboot post ZV3
Is anyone actively trying to get this to work? This is my last hope for this phone. If I cant get it rooted I'm switching phones.
Would this method work for LG VS835 (Stylo 2 V)
Araltd said:
Would this method work for LG VS835 (Stylo 2 V)
Click to expand...
Click to collapse
No
I have the VM version of the stylo 2. I got temp root at one point and tried to get full root via the terminal method but it didn't work and I have king root installed in the system but no root, Ive been trying this method but when I push the adb reboot boot loader command it reboots into the boot loader but I can't get any command to work after that. I launched the adb devices command and no device is listed, the only time the device is listed is when the phone is booted to the stock ROM. I'm currently downloading the lg bridge app in hopes it fixes this issue. I'm willing to do this because I have 3 VM variants of this phone all running zv3. Also my google apps are broke after attempting to achieve permanent root....I feel a Lil bummed about that lol
I spent a fair amount of time yesterday and today trying everything I could imagine to get to fastboot...nothing. Tried everything I could find for other LG models in case one worked...nope. Read every thread on every forum I could find that was posted to within the last 60 days. Pulled out the stylus and tried it all again (lol)...all the while being mocked by the cursed "Boost Zone" app icon.
Now I'm just trying to decide if I should pull my hair out, or punch myself in the nuts.
---------- Post added at 05:35 PM ---------- Previous post was at 05:32 PM ----------
bakerd62 said:
I'm willing to do this because I have 3 VM variants of this phone all running zv3. Also my google apps are broke after attempting to achieve permanent root....I feel a Lil bummed about that lol
Click to expand...
Click to collapse
AFAIK @DirtyPISTOLA is the only one who's pulled this off...everyone else got ZV4'd
You've probably already read these, but if not:
http://forum.xda-developers.com/android/help/lg-stylo-2-ls775-root-t3387009
http://forum.xda-developers.com/android/development/boost-varient-permanent-root-t3435543
I don't even know what I did?
So I tried this. First when I tried to Unlock the bootloader but no matter what I tried it wouldn't work. It would always return with the error saying the command is unrecognized (I tried the old and new command to unlock the bootloader). So then I figured I might as well try and flash the recovery anyways. I tried flashing TWRP and it worked. It comes up with a screen that asking if I want to keep my system partition unmodified. Whether I choose to or not it has a bunch of error messages when I try to factory reset. I'm completely confused. I have TWRP but it seems I can't do anything with it. My phone isn't bricked either. I can still boot into android just fine.
Slayer1822 Jr said:
So I tried this. First when I tried to Unlock the bootloader but no matter what I tried it wouldn't work. It would always return with the error saying the command is unrecognized (I tried the old and new command to unlock the bootloader). So then I figured I might as well try and flash the recovery anyways. I tried flashing TWRP and it worked. It comes up with a screen that asking if I want to keep my system partition unmodified. Whether I choose to or not it has a bunch of error messages when I try to factory reset. I'm completely confused. I have TWRP but it seems I can't do anything with it. My phone isn't bricked either. I can still boot into android just fine.
Click to expand...
Click to collapse
Huh...flashed it with fastboot? If so, what mode was your phone in when you did it?
Andromeda_Station said:
Huh...flashed it with fastboot? If so, what mode was your phone in when you did it?
Click to expand...
Click to collapse
It was in fastboot mode
Slayer1822 Jr said:
It was in fastboot mode
Click to expand...
Click to collapse
Ah...right, I see from the other thread you're on ZV3. I can't get to fastboot
Slayer1822 Jr said:
It was in fastboot mode
Click to expand...
Click to collapse
what's the output of [adb reboot recovery] ?
messi2050 said:
what's the output of [adb reboot recovery] ?
Click to expand...
Click to collapse
It reboots the phone into TWRP with the same message as the first time I booted to it (can see that in my post above)
I'm on zv6 how can I help
Sent from my LGLS775 using Tapatalk
So I figured out after many days of trying to flash a recovery through fastboot and didn't work, I found a way. This may work for zv4, zv5, and zv6 for I'm on zv3. Anywho I'll get started on what I did.
1) get some type of root (temp or perm)
2) download flashify from play store or Google
3) allow root access
4) open up flashify and choose recovery image
5) press choose image
6) locate where you downloaded your recovery
7) press on your image it will pop up a box click yup 8) it will flash, after the flash choose reboot now
9) for any reason you don't want to reboot right then but you want to later, go to flashify and click the 3 dots in the top right corner and press reboot recovery.
How do I get even temp root? I'm on zv6 if it matters.
Sent from my LGLS775 using Tapatalk

Strange problem: Black screen when my redmi note 4x booting into TWRP recovery

I got a very strange & interesting problem when flashing TWRP into my Redmi note 4x ,
Problem statement:
When My Redmi note 4x boot into TWRP recovery, it is black screen , nothing show up on the screen, and if I connect the phone to pc, and type command: adb devices, and the phone is on the output list, and in 'recovery' mode.
my flash steps:
https://forum.xda-developers.com/showpost.php?p=74775246&postcount=900
the phone info. & recovery log are in this post:
https://forum.xda-developers.com/showpost.php?p=74776640&postcount=905
I also have tested another 2 cases:
case #1: flash stock recovery, and type command fastboot boot stock-recovery.img, phone can boot into stock recovery successfully, the stock recovery UI show up on the screen....
then boot into fastboot mode again , type command : fastboot boot twrp_xxx.img
, the phone is black screen, if i connect phone to PC now, and type command 'adb devices' , my phone is on the list with 'recovery' ... same issue
case #2: flash TWRP recovery, and then type command: fastboot boot twrp-xxx.img, the phone is black screen, if i connect phone to PC now, and type command 'adb devices' , my phone is on the list with 'recovery' ... same issue
then boot into fastboot mode again ,type command fastboot boot stock-recovery.img, phone can also boot into stock recovery successfully, the stock recovery UI show up on the screen....
Command when you flash recovery is:
fastboot flash recovery name_recovery.img
Not
Fastboot boot recovery recovery.img <~~~ its only boot to recovery temporary...
Anyway you wrong thread
andro_diggers said:
Command when you flash recovery is:
fastboot flash recovery name_recovery.img
Not
Fastboot boot recovery recovery.img <~~~ its only boot to recovery temporary...
Anyway you wrong thread
Click to expand...
Click to collapse
thanks, i know it. i know the flash command . the point is ,even i boot to temporary twrp recovery, it does not work, it is black screen
JevonsDU said:
I got a very strange & interesting problem when flashing TWRP into my Redmi note 4x ,
Problem statement:
When My Redmi note 4x boot into TWRP recovery, it is black screen , nothing show up on the screen, and if I connect the phone to pc, and type command: adb devices, and the phone is on the output list, and in 'recovery' mode.
my flash steps:
https://forum.xda-developers.com/showpost.php?p=74775246&postcount=900
the phone info. & recovery log are in this post:
https://forum.xda-developers.com/showpost.php?p=74776640&postcount=905
I also have tested another 2 cases:
case #1: flash stock recovery, and type command fastboot boot stock-recovery.img, phone can boot into stock recovery successfully, the stock recovery UI show up on the screen....
then boot into fastboot mode again , type command : fastboot boot twrp_xxx.img
, the phone is black screen, if i connect phone to PC now, and type command 'adb devices' , my phone is on the list with 'recovery' ... same issue
case #2: flash TWRP recovery, and then type command: fastboot boot twrp-xxx.img, the phone is black screen, if i connect phone to PC now, and type command 'adb devices' , my phone is on the list with 'recovery' ... same issue
then boot into fastboot mode again ,type command fastboot boot stock-recovery.img, phone can also boot into stock recovery successfully, the stock recovery UI show up on the screen....
Click to expand...
Click to collapse
Try this :
Code:
fastboot flash recovery recoveryname.img
Next, do not disconnect your device... Instead run this command
fastboot boot recoveryname.img
Give it some time, it'll boot to TWRP.
If it's doesn't works, then this :
fastboot flash recovery recoveryname.img
Do not disconnect your device, use hardware keys to boot into TWRP.
Volume up + power key simultaneously.
Sent from my Redmi Note 4 using Tapatalk
sachin n said:
Try this :
Code:
fastboot flash recovery recoveryname.img
Next, do not disconnect your device... Instead run this command
fastboot boot recoveryname.img
Give it some time, it'll boot to TWRP.
If it's doesn't works, then this :
fastboot flash recovery recoveryname.img
Do not disconnect your device, use hardware keys to boot into TWRP.
Volume up + power key simultaneously.
Sent from my Redmi Note 4 using Tapatalk
Click to expand...
Click to collapse
have tried both methods already, many times, not work
JevonsDU said:
have tried both methods already, many times, not work
Click to expand...
Click to collapse
i think i found the answer for this problem:
TWRP does not support the touch screen in new made redmi note 4x (at least my note4x )
i use the adb shell connect to twrp, even no twrp ui . then use the twrp command line to flash lineageos to my note4x successfully. then reboot to lineageos, i found the touch screen does not work, it can show lineageos ui ,but no reponse to any press on the screen. then i use otg cable to connect a mouse to the phone, the mouse works, i can use the mouse to control the phone.
based on above test, i believe both twrp and latest lineageos do not support new made redmi note 4x, at least my note4x
p.s. my note4x made date is Nov 2017.
Are you sure it is Mido?
Sent from my Redmi Note 4 using Tapatalk
JevonsDU said:
i think i found the answer for this problem:
TWRP does not support the touch screen in new made redmi note 4x (at least my note4x )
i use the adb shell connect to twrp, even no twrp ui . then use the twrp command line to flash lineageos to my note4x successfully. then reboot to lineageos, i found the touch screen does not work, it can show lineageos ui ,but no reponse to any press on the screen. then i use otg cable to connect a mouse to the phone, the mouse works, i can use the mouse to control the phone.
based on above test, i believe both twrp and latest lineageos do not support new made redmi note 4x, at least my note4x
p.s. my note4x made date is Nov 2017.
Click to expand...
Click to collapse
Try redwolf recovery
prathu30 said:
Try redwolf recovery
Click to expand...
Click to collapse
tried.. not work either...
JevonsDU said:
tried.. not work either...
Click to expand...
Click to collapse
There is a new recovery Official TWRP
Stevica Smederevac said:
There is a new recovery Official TWRP
Click to expand...
Click to collapse
good ! what's new in this version ? support the ebbg display?
JevonsDU said:
good ! what's new in this version ? support the ebbg display?
Click to expand...
Click to collapse
No but who knows, maybe it'll work now.
JevonsDU said:
tried.. not work either...
Click to expand...
Click to collapse
Maybe there's something to do with firmware? Did you try the latest one?
prathu30 said:
Maybe there's something to do with firmware? Did you try the latest one?
Click to expand...
Click to collapse
actually, even twrp does not support ebbg display, i can still use it to flash 3rd rom via twrp command line. so i don't care whether twrp support ebbg display or not.
my concern is , currently seems no 3rd rom for redmi note4 support ebbg display, and i hv to use official rom, no other choice
@JevonsDU: Just for the record, would you mind to share the touch screen info of your device? Go to Settings > about phone > tap kernel version 8..10 times and go to version info then let us know the LCD and the TP info - probably we all have the same as in the video at 11sec but you have a different TP chip?
crok.bic said:
@JevonsDU: Just for the record, would you mind to share the touch screen info of your device? Go to Settings > about phone > tap kernel version 8..10 times and go to version info then let us know the LCD and the TP info - probably we all have the same as in the video at 11sec but you have a different TP chip?
Click to expand...
Click to collapse
fyi
mdss_dsi_panel_on panel_name = qcom,mdss_dsi_r63350_ebbg_fhd_video
prathu30 said:
Maybe there's something to do with firmware? Did you try the latest one?
Click to expand...
Click to collapse
i hv tried this version, still black screen on my redmi note4x, seems not support EBBG display yet.
Stevica Smederevac said:
No but who knows, maybe it'll work now.
Click to expand...
Click to collapse
tested.
not support EBBG display yet
JevonsDU said:
tested.
not support EBBG display yet
Click to expand...
Click to collapse
I'm not sure there will be a solution to your problem
Maybe selling that one and buy a global version.
Please try and report if this recovery boots with working display twrp-mido-r63350.img.
I've added some dts code to kernel reversed from latest miui builds. New displays code was added first in miui 7.5.11 and not included in kernel sources released for mido by Xiaomi. If this recovery works for this type of display I will push code to official lineage 14.1 kernel.

Categories

Resources