[RECOVERY][pioneer] TWRP Touch Recovery [OFFICIAL] - Sony Xperia XA2 ROMs, Kernels, Recoveries, & Other

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
DOWNLOAD: https://twrp.me/sony/sonyxperiaxa2.html
BUGS:
If you have found a bug, please consider posting it to our github issues log and then I'll report to Dess_Troy. If you have a significant problem that cannot be answered in this thread, your best bet is to PM Dees_Troy directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
XDA:DevDB Information
[RECOVERY][pioneer] TWRP Touch Recovery [OFFICIAL], ROM for the Sony XA2 Ultra
Contributors
LuK1337
Source Code: https://github.com/TeamWin
ROM OS Version: 8.x Oreo
Version Information
Status: Testing
Created 2018-04-06
Last Updated 2020-06-25

OMG, official TWRP is here! Awesome

looks good. use your android password to decrypt data

frantisheq said:
looks good. use your android password to decrypt data
Click to expand...
Click to collapse
Isn't that... obvious?

no idea. there are users and first time users.
one question, in case i install lineage for example, is this recovery persistent or do i need to reinstall it after every boot.img flash?

frantisheq said:
no idea. there are users and first time users.
one question, in case i install lineage for example, is this recovery persistent or do i need to reinstall it after every boot.img flash?
Click to expand...
Click to collapse
It's A/B so no.

2 thoughts: since I see sony is being weird about supporting US models with AOSP, can this be confirmed to work all models of XA2/XA2 ultra? since the link posted here for the ultra says it's for the XA2 it's the same twrp for both?

Drenyx said:
2 thoughts: since I see sony is being weird about supporting US models with AOSP, can this be confirmed to work all models of XA2/XA2 ultra? since the link posted here for the ultra says it's for the XA2 it's the same twrp for both?
Click to expand...
Click to collapse
There's no XA2 forum which is why I posted here. If you want legit XA2 Ultra release ping me later on hangouts or IRC. Also I only tested H3113 cause I don't have 5 other XA2's and 4 XA2's Ultra.

LuK1337 said:
There's no XA2 forum which is why I posted here. If you want legit XA2 Ultra release ping me later on hangouts or IRC.
Click to expand...
Click to collapse
"legit" as in, we are talking labelling issues or will there be problems on the ultra?
*edit* noticed you did say this was only tested on H3113, anyone else care to try?
I was asking to be sure if this will work for all versions both US and international as sony seems to have split support between the two.
Xperia XA2 (H3113, H4113) and Xperia XA2 Ultra (H3213, H4213) have sony AOSP support. The others Xperia XA2 (H3123, H3133, H4133) and Xperia XA2 Ultra (H3223, H4233, H3212?) do not have sony AOSP support.

Drenyx said:
"legit" as in, we are talking labelling issues or will there be problems on the ultra? Also, I was asking to be sure if this will work for all versions both US and international as sony seems to have split support between the two.
Xperia XA2 (H3113, H4113) and Xperia XA2 Ultra (H3213, H4213) have sony AOSP support. The others Xperia XA2 (H3123, H3133, H4133) and Xperia XA2 Ultra (H3223, H4233, H3212?) do not have sony AOSP support.
Click to expand...
Click to collapse
I want to split support between pioneer and discovery even tho this build will probably work.

It says root will be gone once I flash twrp, can I reflash a patched Magisk boot.img after I install this twrp? will I then have both?

bloodclot said:
It says root will be gone once I flash twrp, can I reflash a patched Magisk boot.img after I install this twrp? will I then have both?
Click to expand...
Click to collapse
Dunno, however you could just have a "tethered" TWRP and use fastboot boot whenever you need TWRP.

bloodclot said:
It says root will be gone once I flash twrp, can I reflash a patched Magisk boot.img after I install this twrp? will I then have both?
Click to expand...
Click to collapse
This is what I did:
It's important to note, if you want root, download magisk.zip before you fastboot boot twrp.img, then once you boot twrp, you go into TWRP and do adb sideload twrp.zip (the instructions say adb push, but in fact it's adb sideload). if you want root, after you sideload twrp.zip, go to install in twrp, and install the magisk.zip
once that's complete then reboot to partition A
then you will have both twrp, and root

so how do we flash this via adb ? fastboot flash (recovery then name.img)

Drenyx said:
"legit" as in, we are talking labelling issues or will there be problems on the ultra?
*edit* noticed you did say this was only tested on H3113, anyone else care to try?
I was asking to be sure if this will work for all versions both US and international as sony seems to have split support between the two.
Xperia XA2 (H3113, H4113) and Xperia XA2 Ultra (H3213, H4213) have sony AOSP support. The others Xperia XA2 (H3123, H3133, H4133) and Xperia XA2 Ultra (H3223, H4233, H3212?) do not have sony AOSP support.
Click to expand...
Click to collapse
First time that Sony make something like this, I didn't know that in AOSP they just mention H3113 and not the other models, hope that the differences are just the bands and not the internal hardware as it will difficult the development

Meloferz said:
First time that Sony make something like this, I didn't know that in AOSP they just mention H3113 and not the other models, hope that the differences are just the bands and not the internal hardware as it will difficult the development
Click to expand...
Click to collapse
Check the other thread about the (I think) H4213 aosp build someone is running... But even Sony's website confirms only select models are fully aosp supported.
https://developer.sony.com/develop/open-devices/get-started/supported-devices-and-functionality/

tokoam said:
so how do we flash this via adb ? fastboot flash (recovery then name.img)
Click to expand...
Click to collapse
"fastboot boot twrp.img" will load twrp, if you would like to permanently install, "adb sideload twrp.zip" then if you want root, go in twrp and install magisk.zip in TWRP (not sideload), then reboot to the A partition
do not fastboot flash anything for this

li0nh3art3d said:
"fastboot boot twrp.img" will load twrp, if you would like to permanently install, "adb sideload twrp.zip" then if you want root, go in twrp and install magisk.zip in TWRP (not sideload), then reboot to the A partition
do not fastboot flash anything for this
Click to expand...
Click to collapse
Thanks this worked out great running the 16.3 beta from magisk,Working fine so far.

tokoam said:
Thanks this worked out great running the 16.3 beta from magisk,Working fine so far.
Click to expand...
Click to collapse
what flavor model do you have?

Drenyx said:
what flavor model do you have?
Click to expand...
Click to collapse
Mine is H3123, 5.2" single sim USA version - pioneer

Related

[mint][CWM Advanced Edition] PhilZ Touch

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Sony Xperia T (mint)
http://goo.im/devs/philz_touch/CWM_Advanced_Edition
For stock rom:
http://forum.xda-developers.com/showthread.php?t=2657190
Click to expand...
Click to collapse
XDA:DevDB Information
[mint][CWM Advanced Edition] PhilZ Touch, a Tool/Utility for the Sony Xperia T
Contributors
Phil3759, DooMLoRD, [NUT]
Version Information
Status: Stable
Created 2014-03-29
Last Updated 2014-03-29
Phil3759 said:
Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Click to expand...
Click to collapse
This rules that this has been ported, as I use the PhilzTouch on my Galaxy Tab2. I even donated a few $$ to him!
One question, with the shared kernel "feature" of the T, how did you avoid having it revert back to stock CWMrecovery anytime one flashes a new ROM?
Regardless, I'll try this out tonight.
Hey i always wanted this to get ported! Im using the leaked 4.3 rom and it does work but it only boots into the recovery everytime. Is this a bug or is there a way to fix this?
hhamzah49 said:
Hey i always wanted this to get ported! Im using the leaked 4.3 rom and it does work but it only boots into the recovery everytime. Is this a bug or is there a way to fix this?
Click to expand...
Click to collapse
It will be repacked into other kernels later...
Sent from my C6902 using xda app-developers app
So how do I go about installing this?
Is it as simple as boot the "T" into flashboot mode and running
fastboot -i 0xfce flash boot philz_touch_6.09.3-mint.img
But I'd rather not blow away my phone if this is wrong.
Can I use this for the xperia V, too ?
alex m. said:
Can I use this for the xperia V, too ?
Click to expand...
Click to collapse
No
Sent from my LT30p using Tapatalk
Is there a trick to using PhilzTouch on the T to avoid the shared kernel?
I installed it via "flashboot boot philz.img" and at first glance, it seems to work the same as on my Galaxy Tab 2.
But then it turns out that its not really useable.
a) I was unable to boot back into my normal ROM. Rebooting always brought it back to PhilzTouch.
b) Even if I could have found a way to boot my phone, it turns out that PhilzTouch recovery was overwritten by the stock recovery as soon as I installed a newer CM nightly which I tend to do nightly.
hi all
can i use for TX ? do i need UL or not ? thanks
How to install this recovery?
fastboot flash boot boot.img gives me each time a reboot in recovery
fastboot flash recovery boot.img gives me an error.
Anyone got this working?
Sent from my Xperia T using xda app-developers app
Thanks alot! Used it to get root on the new 4.3 update:good::good:
silasje1 said:
Thanks alot! Used it to get root on the new 4.3 update:good::good:
Click to expand...
Click to collapse
Would you please share how you did it? A how-to would be great including which ROM you came from and all the steps in clear chronological order.
zilboris said:
Would you please share how you did it? A how-to would be great including which ROM you came from and all the steps in clear chronological order.
Click to expand...
Click to collapse
You need Unlocked Boatloader at first!
1. install the 4.3 rom (any you like). Flashing the FTF with everything included
2. Flash this CWM recovery and install SU zip
3. flash FTF and exclude all except KERNEL.
Done! (limited time to write so made it short)
@Phil3759
@steveboss is reporting an extremely sensitive touch interface, is there any way you can confirm it is working out of the ordinary?
[NUT] said:
@Phil3759
@steveboss is reporting an extremely sensitive touch interface, is there any way you can confirm it is working out of the ordinary?
Click to expand...
Click to collapse
I need video of this "extremely..."
Phil3759 said:
I need video of this "extremely..."
Click to expand...
Click to collapse
Hello, I send you video tomorrow
@steveboss where's the video?
@Phil3759
I'm having trouble to get philz to recognize the internal sdcard partition (its a real partition, not part of userdata)... what ever I try, it just keeps failing...
Do you have a possibility to build philz based on the CM10.1 or the freexperia 'jellybean' repo for this device?
I'm starting to suspect the CM10.2 repo might contain some issues as it was put together with pure CM in mind, which might make it incompatible with the stock sony JB4.3 kernel...
The Xperia T made a jump from JB4.1.2 to JB4.3 in one step up, receiving it only a month or so ago, while the CM10.2 repo has been around for far longer...
The 'original' locked bootloader package has made the same jump up recently and CWM started causing problems for it's users too.
[NUT] said:
@steveboss where's the video?
Click to expand...
Click to collapse
I`am sorry, I don`t have any camera now, maybe at weekend
[NUT] said:
@steveboss where's the video?
@Phil3759
I'm having trouble to get philz to recognize the internal sdcard partition (its a real partition, not part of userdata)... what ever I try, it just keeps failing...
Do you have a possibility to build philz based on the CM10.1 or the freexperia 'jellybean' repo for this device?
I'm starting to suspect the CM10.2 repo might contain some issues as it was put together with pure CM in mind, which might make it incompatible with the stock sony JB4.3 kernel...
The Xperia T made a jump from JB4.1.2 to JB4.3 in one step up, receiving it only a month or so ago, while the CM10.2 repo has been around for far longer...
The 'original' locked bootloader package has made the same jump up recently and CWM started causing problems for it's users too.
Click to expand...
Click to collapse
Look at the fireball device repo (fstab file) to use vold with real sdcard partition
Else use compatibility recoveryonly option in fstab with real blk device path
Phil3759 said:
Look at the fireball device repo (fstab file) to use vold with real sdcard partition
Else use compatibility recoveryonly option in fstab with real blk device path
Click to expand...
Click to collapse
ooh, that could be the trick :cyclops:
Thanks for the hint :good:
I'll update you once I know if it works or not.

Unofficial CM 12 for Xperia E1 *working Progress

Hey this thread is for making an cm12 rom for xperia E1 And E1 Dual!
UPDATE:I CANNOT MANAGE TO GET THE BOOTLOOP ISSUE FIXED
LIKE OTHER DEVS SAID NO AOSP SUPPORT
Android 5 lolipop features
Less Ram Usage
Version with stock Xperia Apps from Xperia Z3
More Usages...
3g+!!
Adreno 302 Tweaks.......
Qualcomm MSM8210 Snapdragon 200 Tweaks.........
Not working:
GPS, Bluetooth, WiFi(Solved), Sound, Camera, Dial menu, Auto rotate, Lockscreen, Leds
Bravia Engine System Tweaks.....
Stuff E1 users need:
rooted hot-bootable kernel
working TA-partn backup so users can unlock bootloaders late in the game
once you unlocked: it is no going back! (no relock method proven yet!)
to flash in flash-mode (rather than fast boot mode) u need to unlock the bl
The Rom IS UPLOADED!
Installation Guide:
FIRST:
You need an unlocked bootloader, root, custom recovery already installed and PLEASE make a full backup using the recovery.
SECOND
0 - Download it and move it to SD CARD
1 - Go to TWRP(Custom Recovery)
2 - "Wipe and Format Options"
3 - "Clean to Install a New ROM"
4 - Install ZIP
5 - Chose zip from /storage/sdcard...
6 - Then chose "cm-12XPERIAE1.zip" and wait the installation, after installed reboot your device.
7 - DONE
*Remember that there are a lot of things don't working, so this is an alpha version. I hope on the future we will be able to get a stable rom.
Download: XDA:DevDB Information[/SIZE][/U][/B]
[E1][ROM]CM12 For XPERIA E1, ROM for the Sony Xperia E1
Contributors
[URL="http://forum.xda-developers.com/member.php?u=5885651"]Siokrismarios
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: XPeria E1
Based On: CYANOGEN MOD 12
Version Information
Status: Alpha
Current Stable Version: NO
Stable Release Date: 2015-08-12
Current Beta Version: 1.2.1
Beta Release Date: 2015-08-20
Created 2015-08-08
Last Updated 2015-12-17
Woah. How did you get it to work with KK kernel? I'm curious
(I'm ready for testing btw.)
Kizoky said:
Woah. How did you get it to work with KK kernel? I'm curious
(I'm ready for testing btw.)
Click to expand...
Click to collapse
happy to hear that unfortuntly i have some problems with mediafire
Siokrismarios said:
happy to hear that unfortuntly i ahve some problems with mediafire
Click to expand...
Click to collapse
Upload it to here then: https://mega.co.nz/
Also, If you need E1's Vendor it is here: https://github.com/CyanogenMod-E1/android_vendor_sony_e1/tree/cm-12.1/proprietary
Kizoky said:
Upload it to here then: https://mega.co.nz/
Also, If you need E1's Vendor it is here: https://github.com/CyanogenMod-E1/android_vendor_sony_e1/tree/cm-12.1/proprietary
Click to expand...
Click to collapse
Thank you!!!
WTF? It does not even boot up
Stuck at CM logo
Don't use Vendor files I mentioned here, it does not work
Does not work...?
Flashed it, everything seems to go nicely, then it does not boot. It's stuck on the boot animation. Did you even check before uploading it? Did it work for you?
xezrunner said:
Flashed it, everything seems to go nicely, then it does not boot. It's stuck on the boot animation. Did you even check before uploading it? Did it work for you?
Click to expand...
Click to collapse
Yeah it succsesfull booted in my xperiae1 please pm me with screenhots to short that out!
Siokrismarios said:
Yeah it succsesfull booted in my xperiae1 please pm me with screenhots to short that out!
Click to expand...
Click to collapse
Not sure If I did something wrong
I wiped my system, cache, dalvik, almost everything, and then flashed the ROM; and then I restarted my phone
Shortly after the Sony logo the CM logo showed up, but it is stuck and sometimes it is laggy
kmsg: postoffice_sendPackage, postoffice service hasn't ready re-sent at 5 secs later
This message is spammed
Kizoky said:
Not sure If I did something wrong
I wiped my system, cache, dalvik, almost everything, and then flashed the ROM; and then I restarted my phone
Shortly after the Sony logo the CM logo showed up, but it is stuck and sometimes it is laggy
kmsg: postoffice_sendPackage, postoffice service hasn't ready re-sent at 5 secs later
This message is spammed
Click to expand...
Click to collapse
Pm me
Any progress so far?
Kizoky said:
Any progress so far?
Click to expand...
Click to collapse
unfortunately no my head is stucked up!
Στάλθηκε από το D2005 μου χρησιμοποιώντας Tapatalk
Need my help?
I have this phone back from January.. actually purchased it for my mom!
But this is overloaded most of the times and now I have the device for myself!
Pm me if You need some sort of support!
kaustubh.rockstar said:
Need my help?
I have this phone back from January.. actually purchased it for my mom!
But this is overloaded most of the times and now I have the device for myself!
Pm me if You need some sort of support!
Click to expand...
Click to collapse
We all need your help my friend, Xperia e1 users have been waiting for a miracle in order to have at least a custom rom. What we really need is a super hero
Darkar18 said:
We all need your help my friend, Xperia e1 users have been waiting for a miracle in order to have at least a custom rom. What we really need is a super hero
Click to expand...
Click to collapse
A miracle that is not likely to happen
Is it based on ramdisk-hijack method?
SP users were starting like here- nothing was working...
Try to make CM 10.2 or 11, it's easier!
Helping Tutorial:http://forum.xda-developers.com/showthread.php?p=50396702#post50396702
MixoMaxoViper said:
Is it based on ramdisk-hijack method?
SP users were starting like here- nothing was working...
Try to make CM 10.2 or 11, it's easier!
Helping Tutorial:http://forum.xda-developers.com/showthread.php?p=50396702#post50396702
Click to expand...
Click to collapse
We can boot into CM11 without any problems
the Issue here is the non-working drivers (Sony OEM drivers from Stock ROM does not work)
Maybe there is a phone with same specs?
Look at Motorola Moto E(1st Gen.), same processor, and pure KitKat.
MixoMaxoViper said:
Maybe there is a phone with same specs?
Look at Motorola Moto E(1st Gen.), same processor, and pure KitKat.
Click to expand...
Click to collapse
Only graphics drivers working, Sound barely, Wi-Fi, Bluetooth, GPS is not working (the way E1 is works differently, or It has a GPS chipset that are not the same as in Motorola)
Ok, but how can I check the WIFI and Bluetooth driver/chip in phone?
And Is it possible to make it for LB later?

TWRP 3.0.2 FOTA-kernel Unofficial

Unofficial TWRP FOTA-kernel image for SGP611/612 & for SGP621
XDA:DevDB Information
TWRP 3.0.2 FOTA-kernel [UPD: 10.04.2016], Kernel for the Sony Xperia Z3 Tablet Compact
Contributors
nos1609
Source Code: https://github.com/TeamWin/android_device_sony_scorpion_windy
Kernel Special Features: FOTA
Version Information
Status: Stable
Current Stable Version: 3.0.0
Stable Release Date: 2016-03-25
Created 2016-03-25
Last Updated 2016-04-10
There is the download link? Can't find it.
da900 said:
There is the download link? Can't find it.
Click to expand...
Click to collapse
See the tab "downloads" and be ready to feel stupid (it happen to me)
dnnz said:
See the tab "downloads" and be ready to feel stupid (it happen to me)
Click to expand...
Click to collapse
Thanx. Finally I have found it.
The TWRP doesn't work
It didn't work on my SPG 621 when i replaced the cm recovery.Pressing power button and the device stayed black screen always
hot12232s said:
It didn't work on my SPG 621 when i replaced the cm recovery.Pressing power button and the device stayed black screen always
Click to expand...
Click to collapse
Sorry, but there is something wrong with your setup. Personnally checked on SGP621 & 611 and it enters recovery successfully with cm12.1 and even cm13.
Have you flashed it with fastboot flash boot? Cause the symptoms are similar to this. If so, it won't boot. I think You might have to reflash by following the instructions in the OP.
It's not a standalone kernek, It's a FOTA one. It has to be booted by a firmware kernel by loading FOTA ramdisk.
dnnz said:
See the tab "downloads" and be ready to feel stupid (it happen to me)
Click to expand...
Click to collapse
That's not visible in Tapatalk. I don't feel stupid.
Gesendet von meinem SGP611 mit Tapatalk
could you also build for the new TWRP 3.0.2.0 ?
TWRP 3.0.2 Updated
Slightly mofified the ramdisk to enable TA and FOTA partition manipulations, but didn't get them displaying for now.
I am on stock rom 5.1.1. Using dual recovery 2.8.25.
Can i flash the img file with flashtool and then it will replace my old recovery?
Just to make sure.... scorpion_Windy is for wifi version and scorpion is for lte, is that right?
Will this recovery work if i flash it with flashtool after upgrading to android 6.0?
Anyone know how to root android 6.0?
Thanks in advance
Torben5247
nos1609 said:
You might have to reflash by following the instructions in the OP.
Click to expand...
Click to collapse
Which instructions?
I can say it wont really work with the 4.4 original rom. You have to be on 5 at least.

[RECOVERY][T813] TWRP 3.3.0-0 Touch Recovery [OFFICIAL]

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
DOWNLOAD: https://dl.twrp.me/gts210vewifi
BUGS:
If you have found a bug, please consider posting it to our github issues log and then I'll report to Dess_Troy. If you have a significant problem that cannot be answered in this thread, your best bet is to PM Dees_Troy directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
XDA:DevDB Information
[RECOVERY][T813] TWRP 3.3.0-0 Touch Recovery [OFFICIAL], ROM for the Samsung Galaxy Tab S2
Contributors
LuK1337, luca020400, Olivier
Source Code: https://github.com/TeamWin
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Version Information
Status: Testing
Created 2017-01-24
Last Updated 2019-04-15
Wonderful to see this official! Just great!
Flashed!!
It works nicely and looks very good!
Thanks for this beautiful present
link dont work....pls reup...thy
hasbai said:
link dont work....pls reup...thy
Click to expand...
Click to collapse
Is it good now?
yes...the link works...can u make to a TWRP flash mod?
hasbai said:
yes...the link works...can u make to a TWRP flash mod?
Click to expand...
Click to collapse
Flash mod?
Can't you just flash it with heimdall?
sry...i mean twrp zip
hasbai said:
sry...i mean twrp zip
Click to expand...
Click to collapse
Use heimdall or flash the image in twrp ( there's a switch on the bottom I think ).
Hi,
Thanx a lot to bring some love to our Value Edtion :good::fingers-crossed:
Dumb question maybe but when I click on the link it takes me "TWRP for gts210vewifi". Thought this was for the SM-T813 9.7" tablet???
pastorbob62 said:
Dumb question maybe but when I click on the link it takes me "TWRP for gts210vewifi". Thought this was for the SM-T813 9.7" tablet???
Click to expand...
Click to collapse
Yes, that's the codename of it.
Just two things I would like to report:
Brightness level doesn't work. It's always max.
Second, not sure if this is a recovery issue, I made a backup of the stock rom. The rom was pin protected, but after restoring it the pin was not recognized. So I had to reset device in order to use the back up. It erased my sd card too, but I had another external backup up of the data, so it was safe
New twrp!!! Flashing it now!!!
varben said:
Just two things I would like to report:
Brightness level doesn't work. It's always max.
Second, not sure if this is a recovery issue, I made a backup of the stock rom. The rom was pin protected, but after restoring it the pin was not recognized. So I had to reset device in order to use the back up. It erased my sd card too, but I had another external backup up of the data, so it was safe
Click to expand...
Click to collapse
>Brightness level doesn't work. It's always max.
I forgot to fix that yesterday, I'll get that sorted out today ~ https://gerrit.twrp.me/#/c/2078
hmm, maybe I did something stupid here. Flashed the new twrp 3.0.3-2 through twrp and the tablet boots only in twrp now... the only selection I saw on which partition to flash was "boot"... so it boots only in recovery now
varben said:
hmm, maybe I did something stupid here. Flashed the new twrp 3.0.3-2 through twrp and the tablet boots only in twrp now... the only selection I saw on which partition to flash was "boot"... so it boots only in recovery now
Click to expand...
Click to collapse
Oh wow, I forgot to add /recovery to fstab. Thanks for reporting this issue...
LuK1337 said:
Oh wow, I forgot to add /recovery to fstab. Thanks for reporting this issue...
Click to expand...
Click to collapse
So, if I reflash the rom now without wipes, will it be ok to reboot to system?
varben said:
So, if I reflash the rom now without wipes, will it be ok to reboot to system?
Click to expand...
Click to collapse
Yes.
So, for the moment, who wants to flash this needs to use the official twrp app from play store.
https://play.google.com/store/apps/details?id=me.twrp.twrpapp&hl=en
Edit: @LuK1337 is so fast!!! A new fixed TWRP now! Forget the above...

[MOD] 70-72Hz Display Mod for OnePlus6

70-72Hz Mod for OnePlus 6!
So here it is guys! Our own Display OC mod! Ever since Mi9 got one I really wanted to make one for OP6 too and after many sleepless nights and compiling various things, here it is! Let's talk about couple of things, is it safe? Mi9 users and K20 Pro users have a similar mod and they reported no screen damage so far. I will be testing this mod 24/7 and report how it affects my screen. I also used lower values just because 75Hz seemed bit unstable so this mod is pretty safe I'd say. 70Hz runs really.. well. Smoothly! :laugh: Can You notice the difference? Yes! Shocking how much difference there is in 10Hz. Battery life? Probably no impact at all since the OC is pretty small.
Can I flash it on 6T, santoni, vince, my new mt6580 phone?? No! Even though it won't brick Your phone, it simply won't work.
Compatibility? Most likely all Pie roms, maybe even without root.
How to Install:
Windows Users:
Extract the zip somewhere.
Reboot to fastboot and plug Your phone in.
Double tap on 70hz_recommended_flasher_windows.bat (Don't run it as admin)
Wait till it finishes flashing.
Reboot and enjoy!
Check screenshots in attached images!
Download:
70_72Hz Mod for OnePlus6
Stock 60Hz Flasher for OnePlus6
If You have any other problems, just ask here on XDA or for the fastest support PM me or ask someone in my group on Telegram
Join my group!
If You like my work, You can support me here!
https://www.paypal.me/protodevnan0
Credits:
ZhenXin and Andy Chan for original dtbo mod idea.
FunkWizard/OnePlus for latest firmwares!
OnePlus for creating OP6!
My friend Dylan for always supporting me
If I forgot anyone, just PM me on Telegram!
​
XDA:DevDB Information
[MOD] 70-72Hz Display Mod for OnePlus6 , Tool/Utility for the OnePlus 6
Contributors
ProtoDeVNan0
Source Code: https://github.com/OnePlusOSS/android_kernel_oneplus_sdm845/tree/oneplus/SDM845_P_9.0_Beta
Version Information
Status: Testing
Created 2019-07-27
Last Updated 2019-07-27
Reserved for future feedback
Edit: Can someone move it to mods/themes? Idk why it got posted here
Can you please make one for 6T?
Interesting. How to uninstall if something goes wrong?
And therefore, when do we need to flash it again? After every ROM update?
Tomatot- said:
Interesting. How to uninstall if something goes wrong?
And therefore, when do we need to flash it again? After every ROM update?
Click to expand...
Click to collapse
Having the same questions. Thanks in advance.
Tomatot- said:
Interesting. How to uninstall if something goes wrong?
And therefore, when do we need to flash it again? After every ROM update?
Click to expand...
Click to collapse
Flash stock ota again
Works just great. ?
Tomatot- said:
Interesting. How to uninstall if something goes wrong?
And therefore, when do we need to flash it again? After every ROM update?
Click to expand...
Click to collapse
I'll post a back to stock flasher soon. And after every Full OxygenOS OTA You have to reflash it.
Twrp flashable zip ? I don't have my pc currently
ProtoDeVNan0 said:
I'll post a back to stock flasher soon. And after every Full OxygenOS OTA You have to reflash it.
Click to expand...
Click to collapse
Thanks. Does it modify the vendor partition or the system one? I'm wondering for custom roms udpates.
Tomatot- said:
Thanks. Does it modify the vendor partition or the system one? I'm wondering for custom roms udpates.
Click to expand...
Click to collapse
It modifies dtbo partition. So custom roms most likely won't ever touch this partition. Stock OTAs will though.
i installed it and it works............thank you
nice one
Where can I find the source code?
Macusercom said:
Where can I find the source code?
Click to expand...
Click to collapse
There's no source. It's just a modded stock dtbo.img.
how to uninstall it?
Can we flash this img via TWRP?
ProtoDeVNan0 said:
There's no source. It's just a modded stock dtbo.img.
Click to expand...
Click to collapse
But what did you mod?
igagan_ said:
how to uninstall it?
Click to expand...
Click to collapse
You can use 60Hz flasher. It will restore stock dtbo
Bloodwin said:
Can we flash this img via TWRP?
Click to expand...
Click to collapse
If Your TWRP supports dtbo flashing then sure. But if it doesn't then fastboot is the only option I guess.
I feel like I'm gonna get a speeding ticket on my way back home after I finish doing groceries. I need to flash this ASAP. ?

Categories

Resources