[RECOVERY][T813] TWRP 3.3.0-0 Touch Recovery [OFFICIAL] - Galaxy Tab S2 Original Android Development

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...

Related

[RECOVERY] CWM Recovery 6.0.4.5 | MoltenMotherBoard

FEEL FREE TO DONATE US FOR ALL WE'RE DOING FOR YOU!
For general discussions, bug reports and FAQ, write HERE!​
Credits:
MoltenMotherBoard team!
Downloads:
CWM Recovery | Code.Google
Full sources:
MoltenMotherBoard sources: MoltenMotherBoard | Github
CyanogenMod sources: CyanogenMod | Github
Kernel: lge-kernel-p880 | Github
Changelog:
20131126
Associated to Power Button the action SELECT_ITEM
From 6.0.4.4 to 6.0.4.5
Code updates from CyanogenMod, Google
20131120
First release
Issues:
Do you want to report an issue? Do it here!
In order to do it, create a new issue, choosing correct labels corrisponding to: Device/OS which you're using, ROM/project you're on, kind of issue.
Also, please, be sure you're running the ROM/project in the exact way we've provided it to you (do not create issues if you're using different
kernel, mod, plugins and dependencies we didn't tell to use).
General Questions: MoltenMotherBoard Projects | General Questions and Info
Official Mantainer(s): Mackief, ItachiSama, p4c0
Installation guide:
[Method 1° ~ fastboot]
Code:
$ adb reboot oem-unlock
$ fastboot flash recovery /PATH-TO-THE-IMG-FOLDER-ON-YOUR-COMPUTER/cwm.img
$ fastboot reboot
[Method 2° ~ adb] (put the recovery.img in your sdcard)
Code:
$ adb shell
$ su
# cat /sdcard/cwm.img > /dev/block/mmcblk0p1
# sync
# exit
$ exit
With CyanDelta work?
negativman said:
With CyanDelta work?
Click to expand...
Click to collapse
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
mackief said:
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
Click to expand...
Click to collapse
cyandelta installs the zip automatically too, if the recovery supports openrecovery script. TWPR does, and so does the CWM based recovery in CM sources. the original CWM from rom manager does not work properly AFAIK
gandhar said:
cyandelta installs the zip automatically too, if the recovery supports openrecovery script. TWPR does, and so does the CWM based recovery in CM sources. the original CWM from rom manager does not work properly AFAIK
Click to expand...
Click to collapse
It could be that CWM from Rom-Manager is out-to-date.
The only way it could not work, is because thi updated CWM still need some merging and commits by the team. Just try and let us know!
mackief said:
It could be that CWM from Rom-Manager is out-to-date.
The only way it could not work, is because thi updated CWM still need some merging and commits by the team. Just try and let us know!
Click to expand...
Click to collapse
i had last tried a long time back, don't know and don't care about the current condition
i like TWRP much more.
just saw your post on g+ about a ubuntu touch port, any progress on that? i am very interested in that.
mackief said:
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
Click to expand...
Click to collapse
Will another Nightly today or tomorrow, check whether a set CyanDelta!
Oh yes, the touch recovery - it would be very great. TWRP I personally do not like it. And the one that I have now for our smartphone is locked Rom Manager!
gandhar said:
i had last tried a long time back, don't know and don't care about the current condition
i like TWRP much more.
just saw your post on g+ about a ubuntu touch port, any progress on that? i am very interested in that.
Click to expand...
Click to collapse
About Ubuntu, it's not that simple.
It seems 4X kernel from CM team does not load into the system.
Unfortunately, I cannot debug which is the problem surely: but I'm sure I'll return on it in a week at least. I've some thoughts about how to make it loading and booting next to the kernel!
negativman said:
Will another Nightly today or tomorrow, check whether a set CyanDelta!
Oh yes, the touch recovery - it would be very great. TWRP I personally do not like it. And the one that I have now for our smartphone is locked Rom Manager!
Click to expand...
Click to collapse
As I understood CWM Touch is buildable only through clockworkmod-builder, and I'll do it. The only problem is that in that site, the sources are out-to-date, linked to 4.3 branches.
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
mackief said:
As I understood CWM Touch is buildable only through clockworkmod-builder, and I'll do it. The only problem is that in that site, the sources are out-to-date, linked to 4.3 branches.
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
Click to expand...
Click to collapse
Do not quite understand! Surely there's a new CWM 6.0.4.4. You can unlock it from Rom Manager? http://forum.xda-developers.com/showthread.php?t=2523732
Hey.
Just built a new build of CWM, now coded 6.0.4.5.
In this new release, CM team has apported an important fix - as also TWRP team has done - that avoid any issue while flashing some of KitKat based roms.
BTW, made a test build of CM11, gonna test it
mackief said:
Hey.
Just built a new build of CWM, now coded 6.0.4.5.
In this new release, CM team has apported an important fix - as also TWRP team has done - that avoid any issue while flashing some of KitKat based roms.
BTW, made a test build of CM11, gonna test it
Click to expand...
Click to collapse
Feel free to take us alpha testers
Sent from my Optimus 4X HD using XDA Premium 4 mobile app
[email protected] said:
Feel free to take us alpha testers
Sent from my Optimus 4X HD using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just pulled a log, as it does not boot.
Having some issues related to gralloc. Need to debug!
mackief said:
[...]
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
Click to expand...
Click to collapse
Just take a look at my sig we already have 6.0.4.4 touch
laufersteppenwolf said:
Just take a look at my sig we already have 6.0.4.4 touch
Click to expand...
Click to collapse
Oh, marvolous!
But how can I build it? Is it buildable from source?
If you don't want me to build it, just update your port to 6.0.4.5. Ty, dude!
laufersteppenwolf said:
Just take a look at my sig we already have 6.0.4.4 touch
Click to expand...
Click to collapse
When he unlocked from Rom Manager?
mackief said:
Oh, marvolous!
But how can I build it? Is it buildable from source?
If you don't want me to build it, just update your port to 6.0.4.5. Ty, dude!
Click to expand...
Click to collapse
I will update it ASAP
negativman said:
When he unlocked from Rom Manager?
Click to expand...
Click to collapse
Not at all, as only official device maintainers can. And as I am not a maintainer, I can't
Just released new build of CWM.
Changelog:
Associated to Power Button the action SELECT_ITEM
From 6.0.4.4 to 6.0.4.5
Code updates from CyanogenMod, Google
Follow us on Google+, Facebook & Twitter!
Cheers.
We recently changed our Issue Tracker URL.
If you want to report a bug, please, follow the new instructions:
· Issue Tracker URL: Issues | Github
· Important notes: go to the linked URL, create a new issue, choosing correct labels corrisponding to: Device/OS which you're using, ROM/project you're on, kind of issue. Also, please, be sure you're running the ROM/project in the exact way we've provided it to you (do not create issues if you're using different kernel, mod, plugins and dependencies we didn't tell to use).
Development for this project has been totally and officially stopped, as no more needed.
Greetings,
MoltenMotherBoard team.

[RECOVERY] [newbl] TWRP 2.8.5.0 touch recovery [2015-02-13]

Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only for the New Bootloader.
See "Downloads" for latest recoveries.
Changelog:
2015-02-13: TWRP 2.8.5.0
2014-11-30: TWRP 2.8.1.0
2014-09-05: F2FS support
2014-07-17: Firtecy kernel included
2014-06-25: first release (2.7.1.0)
XDA:DevDB Information
[RECOVERY] [newbl] TWRP touch recovery, Tool/Utility for the LG Optimus 2x
Contributors
DJNoXD
Source Code: https://github.com/p990-slimrom
Version Information
Status: Stable
Created 2014-09-05
Last Updated 2015-02-13
DJNoXD said:
Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only fo the New Bootloader.
Click to expand...
Click to collapse
Thanks, Buddy!
I will soon test this tool when I have available and then do the report.
:good::good:Thanks...Thanks!!...:good::good:
OK ... perfect installation and no errors!
TWRP v2.7.1.0 NewBootLoader working on my LG P990 ... Thanks
DJNoXD said:
Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only for the New Bootloader.
Click to expand...
Click to collapse
Thank you @DJNoXD for all the commitment and dedication to our phone. :good:
Best regards,
Hugo
Great job, is very helpful! :good:
Thanks
Awesome:good:
Thank you very much DJNoXD, working great :good:
I don't know if someone else have this, sometimes suddenly I'm losing the screen (only backlight). I don't if behind is still working but a battery off recover the phone. I'm using new BB.
doctoralex said:
I don't know if someone else have this, sometimes suddenly I'm losing the screen (only backlight). I don't if behind is still working but a battery off recover the phone. I'm using new BB.
Click to expand...
Click to collapse
it happened also to me one time
same problem that @doctoralex have... black screen :/
That issue is not related to the recovery.
I also have this problem, and I'm using another recovery
I've also had some blank black screen in recovery with the phone attached to the pc. I could manage the problem by entering the recovery without have the phone attached to the pc.
I think its a kernel related problem. So I will build a new version with the old kernel (non 3.1) soon.
DJNoXD said:
I think its a kernel related problem. So I will build a new version with the old kernel (non 3.1) soon.
Click to expand...
Click to collapse
New version with Firtecykernel is online.
Please try and tell me if it works better.
DJNoXD said:
New version with Firtecykernel is online.
Please try and tell me if it works better.
Click to expand...
Click to collapse
Thank You, "DJNoXD"...downloaded and installed!
No errors, perfect installation...continue testing!
...
Well, after some Restarts, Backups, Restores, Wipes, Mounts...I can say this TWRP work's fine and without errors, almost for me!
Thank You, "DJNoXD". ??
LG O2x[P990]@TapaTalkPro4.6.4
Can you share the twrp theme you use? Its nice mate..
Sent from my LG-P990 using XDA Free mobile app
mkchan said:
Can you share the twrp theme you use? Its nice mate..
Sent from my LG-P990 using XDA Free mobile app
Click to expand...
Click to collapse
I'm using TWRP Manager (ROOT) from GOOGLE PLAY
recovery-TWRP-2.7.1.0-newbl-20140717.zip
Click to expand...
Click to collapse
is working perfect now
Is this a flashable zip through TWRP recovery or via computer?
sokinso said:
Is this a flashable zip through TWRP recovery or via computer?
Click to expand...
Click to collapse
Flashable zip through TWRP recovery!...

[RECOVERY][enchilada] TWRP 3.2.3-0 Touch Recovery [UNOFFICIAL]

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: Fixed....
Things that are different from official build:
fixed wrong theme color in screenshots on OP6.
Add support for QCOM haptics vibrator. (fixed vibration)
BUGS:
mtp (causes kernel panics) (can add a test build if needed)
flashing aroma packages
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.
XDAevDB Information
[RECOVERY][enchilada] TWRP 3.2.3-0 Touch Recovery [UNOFFICIAL]
Contributors
Joemossjr
Dees_Troy
wuxianlin
@notsyncing on github for the fixes
Source Code: Github
ROM OS Version: 8.x Oreo
Version Information
Status: Testing
Created 2018-07-07
Last Updated 2018-08-01
Donation Link: Buy this man a beer
Thanks for this. Add the version that supports MTP. Will test and let you know!
It's definitely bugged lol but I'll add it tomorrow
Thank you very much!
joemossjr said:
It's definitely bugged lol but I'll add it tomorrow
Click to expand...
Click to collapse
I'm working with your 3.2.1 version since the beginning and except aroma absolut everything is working. Never had any issue with MTP. Always worked stable so far. I did countless restores and all worked flawless even with swipe code in place.
So thanks very much to provide us with the very first working TWRP for the OP6.
Regarding aroma support, would you agree to my feeling that this is not an issue to be solved in the twrp framework but probably being a bootloader or firmware issue?
Simple temporary fix to avoid kernel panic on mtp:
Do not connect usb cable
Toogle unmount mtp, wait few second and enable mtp again in mount menu in recovery. Connect usb.
xXx said:
I'm working with your 3.2.1 version since the beginning and except aroma absolut everything is working. Never had any issue with MTP. Always worked stable so far. I did countless restores and all worked flawless even with swipe code in place.
So thanks very much to provide us with the very first working TWRP for the OP6.
Regarding aroma support, would you agree to my feeling that this is not an issue to be solved in the twrp framework but probably being a bootloader or firmware issue?
Click to expand...
Click to collapse
I'll be getting logs tonight while flashing an aroma package to see what's needed lol I feel like it's something simple but we will see. Thanks for the support everyone I do this on my free time lol I'll post the mtp enabled here shortly
mtp has been added to the downloads folder and is specified in the name!
https://github.com/opengapps/opengapps/issues/493
seems like its a dead issue at the moment on twrp. aroma hasnt been updated in a while. I am in contact with a dev who may know how to fix it. Stay tuned
joemossjr said:
https://github.com/opengapps/opengapps/issues/493
seems like its a dead issue at the moment on twrp. aroma hasnt been updated in a while. I am in contact with a dev who may know how to fix it. Stay tuned
Click to expand...
Click to collapse
thanks, very much appreciated :highfive:
joemossjr said:
mtp has been added to the downloads folder and is specified in the name!
Click to expand...
Click to collapse
Yes I have tested it and can confirm it's working. Just make sure you unmount mtp and remount it before attaching the USB cable (thanks to @DocRambone for the tip)
DocRambone said:
Simple temporary fix to avoid kernel panic on mtp:
Do not connect usb cable
Toogle unmount mtp, wait few second and enable mtp again in mount menu in recovery. Connect usb.
Click to expand...
Click to collapse
This works, thanks!
It's not working for me both new versions. Boot looped.
Sent from my ONEPLUS A6003 using XDA-Developers Legacy app
mbr007 said:
It's not working for me both new versions. Boot looped.
Click to expand...
Click to collapse
Did you remember to flash magisk after reboot into twrp?
lollyjay said:
Did you remember to flash magisk after reboot into twrp?
Click to expand...
Click to collapse
Yeah you have to flash magisk if you already had it flashed before hand
joemossjr said:
mtp has been added to the downloads folder and is specified in the name!
Click to expand...
Click to collapse
I just flashed your new mtp enabled zip version and screen brightness went down considerably even it's on 100% already. Does anybody know a workaround to get it brighter again?
Can you add another mirror like androidfilehost please? Unable to access google drive...
xXx said:
I just flashed your new mtp enabled zip version and screen brightness went down considerably even it's on 100% already. Does anybody know a workaround to get it brighter again?
Click to expand...
Click to collapse
Seems to be a general problem. I've the same, but not only with this version of TWRP, also with the original version.
It starts by me sometimes flashing 3.2.1.0 if i remember right and I never found a solution to get the screen brightness full back again ?
adiher said:
Seems to be a general problem. I've the same, but not only with this version of TWRP, also with the original version.
It starts by me sometimes flashing 3.2.1.0 if i remember right and I never found a solution to get the screen brightness full back again ?
Click to expand...
Click to collapse
I can make a new build that's higher
joemossjr said:
https://github.com/opengapps/opengapps/issues/493
seems like its a dead issue at the moment on twrp. aroma hasnt been updated in a while. I am in contact with a dev who may know how to fix it. Stay tuned
Click to expand...
Click to collapse
Could this have anything to do with why aroma isn't working?
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445/page5
From the magisk 16.6 change log.
Note to ROM Developers
If you are embedding Magisk Zip into your ROM, and your ROM uses Aroma Installer, please be aware that on some devices (most likely Samsung devices), it is possible that the installation process of Magisk could break Aroma. Please test flashing your ROM zip before releasing to your users. If you found out you are the few unfortunate devices, unzip the Magisk zip, and do the following changes and re-zip the installer:
Code:
# Remove or comment out these 2 lines in META-INF/com/google/android/updater-script eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true $BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
The reason why Aroma Installer breaks is unknown. Maybe consider letting the project that's abandoned for nearly 5 years go?

[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. ?

[ROM][9.0][UNOFFICIAL] OmniROM 9.0

Kernel source:
https://github.com/omnirom/android_kernel_nubia_nx609j
Device tree:
https://github.com/omnirom/android_device_nubia_nx609j
Download:
omni-9-20190902-nx609j-HOMEMADE.zip
TWRP: twrp-3.3.1-0_CPTB-20190901-01-SAR-NX609J.img
How to flash:
Make sure you're on latest Pie firmware
Boot to TWRP
Wipe data
Flash ROM
Optional: flash gapps
Reboot
Known issues:
-You tell me
XDA:DevDB Information
OmniROM 9.0, ROM for the ZTE nubia Red Magic
Contributors
vache
Source Code: https://github.com/omnirom
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Based On: AOSP
Version Information
Status: Beta
Beta Release Date: 2019-08-28
Created 2019-08-28
Last Updated 2019-09-03
It is working fine with Chinese oreo also. If anyone needs help then i can help them
Here are some screen shots
Nice, I will try it ASAP...
ABM30 said:
Nice, I will try it ASAP...
Click to expand...
Click to collapse
I had issues with Chinese firmware of pie. Twrp was not booting but for developer it was botting fine. That a why I had to flash Chinese firmware first 2.26 and then after flashing you need again flash those files in fastboot after unlocking it.
methuselah said:
I had issues with Chinese firmware of pie. Twrp was not booting but for developer it was botting fine. That a why I had to flash Chinese firmware first 2.26 and then after flashing you need again flash those files in fastboot after unlocking it.
Click to expand...
Click to collapse
How much time needs to boot up? It is already 7 min and still on omni booting animation
I think I need to start over (even i have wiped with original recovery but...)
P.S You have used 2.26 CN or 2.36CN ROM?
EDIT:
Which version of TWRP are you using? I am on 3.3.1.
EDIT 2
OK, I am in OMNI! ...with Bluespark TWRP!
@ABM30 are you on telegram?
methuselah said:
@ABM30 are you on telegram?
Click to expand...
Click to collapse
The firmware of the connection is invalid?
Where can I download omnirom9.0?
New build up !
omni-9-20190902-nx609j-HOMEMADE.zip
Install process has change, Pie firmware is new mandatory. Also make sure to use the TWRP linked in OP.
Changelog:
Switch to P kernel sources
Fixed encryption
Fixed WFD (Wifi display)
...
vache said:
omni-9-20190902-nx609j-HOMEMADE.zip
Install process has change, Pie firmware is new mandatory. Also make sure to use the TWRP linked in OP.
Changelog:
Switch to P kernel sources
Fixed encryption
Fixed WFD (Wifi display)
...
Click to expand...
Click to collapse
So it begun
navik said:
The firmware of the connection is invalid?
Where can I download omnirom9.0?
Click to expand...
Click to collapse
Download the 3.19 Chinese firmware and flash that first.
Thank you so much, i will try it in this week, and spread this on red magic pages comments, everyone already seems hopeless... Thanks @vache, thanks @methuselah too ?
Thank you so much, i will try it in this week, and spread this on red magic pages comments, everyone already seems hopeless... Thanks @vache, thanks @methuselah too ?
ianseer said:
Thank you so much, i will try it in this week, and spread this on red magic pages comments, everyone already seems hopeless... Thanks @vache, thanks @methuselah too ?
Click to expand...
Click to collapse
Thanks @vache only. Not me. He is the only one because of which we got omni pie.
Btw... The RGB light features, is it gone? Or we need to port it from the cn rom to get such features?
methuselah said:
So it begun
Download the 3.19 Chinese firmware and flash that first.
Click to expand...
Click to collapse
i need to install chinese first then in twrp wipe system and data then flash the omnirom 9.0 right?
i need to wipe system or leave it?
alrfa3y-1 said:
i need to install chinese first then in twrp wipe system and data then flash the omnirom 9.0 right?
i need to wipe system or leave it?
Click to expand...
Click to collapse
Yes first install chinese, then unlock Boot loader and flash given twrp in this thread. And then wipe everything except internal storage. Flash omni and gapps.
ianseer said:
Btw... The RGB light features, is it gone? Or we need to port it from the cn rom to get such features?
Click to expand...
Click to collapse
I guess it won't be coming. Its not part of aosp code so. The effects are not gonna be tweaked I guess. Back led perfectly fine.
methuselah said:
Yes first install chinese, then unlock Boot loader and flash given twrp in this thread. And then wipe everything except internal storage. Flash omni and gapps.
I guess it won't be coming. Its not part of aosp code so. The effects are not gonna be tweaked I guess. Back led perfectly fine.
Click to expand...
Click to collapse
thank you very much man ?
methuselah said:
Yes first install chinese, then unlock Boot loader and flash given twrp in this thread. And then wipe everything except internal storage. Flash omni and gapps.
I guess it won't be coming. Its not part of aosp code so. The effects are not gonna be tweaked I guess. Back led perfectly fine.
Click to expand...
Click to collapse
hi please can you confirm the rom is stable ?
if ok i will try ?
alrfa3y-1 said:
hi please can you confirm the rom is stable ?
if ok i will try ?
Click to expand...
Click to collapse
It's better than official in everyway. Latest security patch. What do you need
i flash the rom without gapps its work fine but wiht nano gapps stock in bootloob
i dont know why
---------- Post added at 02:10 PM ---------- Previous post was at 02:09 PM ----------
methuselah said:
It's better than official in everyway. Latest security patch. What do you need
Click to expand...
Click to collapse
now its work with mind the gapps thank you all
i flash the rom without gapps its work fine but wiht nano gapps stock in bootloob
i dont know why
now its work with mind the gapps thank you all
i flash the rom without gapps its work fine but wiht nano gapps stock in bootloob
i dont know why
Click to expand...
Click to collapse
Well I guess you should have grabbed a recovery log right after flashing Omni and gapps before booting to the ROM. (just flash ROM and gapps), go to advanced and I then "advance menu of twrp".
There is this option there to grab recovery log and dmesg". Grab that and post it here. @vache could have looked into it.

Categories

Resources