Unofficial Evolution X for Pixel3/XL [09 October 2021] - Google Pixel 3 XL ROMs, Kernels, Recoveries, & Oth

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Evolution X 5.9 for the Google Pixel3/XL [blueline] [crosshatch]
Code:
/*
* Your warranty is void. Or vaild, probably?
*
* I am not responsible for bricked devices, dead SD cards, Ebolation X,
* thermonuclear war, or the current economic crisis caused by you following
* these directions. YOU are choosing to make these modificiations, and if
* you point your finger at me for messing up your device, I will LMAO at you.
*/
Living, Breaking, Keep Evolving.
Pixel UI, customization and more, we are Evolution X!
- Team Evolution X -
@joeyhuab
@peaktogoo (Now RealAkito)
Reach us on Twitter! @EvolutionXROM
What are our features?
- Just flash and check "The Evolver"
You tell me
DO NOT FLASH GAPPS, ALREADY INCLUDED
First Time Install / Clean Flash
1. fastboot flash boot boot.img
2. fastboot erase userdata
3. Use volume keys and power button to select "Enter Recovery"
4 Select "Apply Update from ADB"
5. adb sideload EvolutionX_5.8_crosshatch-11-xxxx.zip
6. Reboot to System and #KeepEvolving
Update / Dirty Flash
1. Just skip the step "Wipe userdata"
Light Screenshots / Dark Screenshots /
Download blueline
Download crosshatch
Donate to me! / Official Chat / Device Support
Android OS version: 11.0_r46
Security patch level: October 2021
Build author: voidz777
Source code: https://github.com/Evolution-X
Kernel Source code: pixeldust-r
ROM Developer: joeyhuab

My favorite ROM! Thanks for bringing this back!

awesome, thanks so much for this. I was sad when this ROM was dropped a year or so ago.
if anyone wants signature spoofing, I've attached a magisk module that will grant that permission. I used the tools found here and credit goes to Kingslayer9988 and others:
Signature Spoofing on unsuported Android 11 (R) Roms
How to get Signature Spoofing working on Android 11 (R) Roms that have no support for Signature Spoofing? In my Case here I use a Samsung Galaxy S8 with an unofficial LineageOS 18.1 (Android 11) by stricted I use TWRP recovery but this should...
forum.xda-developers.com

Hello all- I've been trying to sideload this rom for the past half hour and get up to around 48% and get installation aborted.
Does anyone have any clues as to what I may be doing wrong ?
The boot.img flashed fine but the rom not so much.
Thank you for any help.
Cheers, LL

lamplighter13 said:
Hello all- I've been trying to sideload this rom for the past half hour and get up to around 48% and get installation aborted.
Does anyone have any clues as to what I may be doing wrong ?
The boot.img flashed fine but the rom not so much.
Thank you for any help.
Cheers, LL
Click to expand...
Click to collapse
Are you using updated platform-tools? (Adb and fastboot drivers)
Are you wiping data? I.e., fastboot erase userdata or fastboot -w
Are you coming from stock? Try flashing the most recent official Google update then try this one again.
Try those things, good luck

aleph.mercury said:
Are you using updated platform-tools? (Adb and fastboot drivers)
Are you wiping data? I.e., fastboot erase userdata or fastboot -w
Are you coming from stock? Try flashing the most recent official Google update then try this one again.
Try those things, good luck
Click to expand...
Click to collapse
Hello aleph..yes as far as I'm aware anyway but I will update everything thing to make sure.
I'll update and try again and report back.
Thanks again for your help !!
Cheers, LL

lamplighter13 said:
Hello all- I've been trying to sideload this rom for the past half hour and get up to around 48% and get installation aborted.
Does anyone have any clues as to what I may be doing wrong ?
The boot.img flashed fine but the rom not so much.
Thank you for any help.
Cheers, LL
Click to expand...
Click to collapse
Same thing happening with me.
It hung at 48% but then finally continued after a few minutes.
And completed the install fine. So, I am okay now.
I used the latest factory ROM.
crosshatch-rq3a.210605.005-factory-46501e19.zip
Am using the latest platform tools.
platform-tools_r31.0.2-windows
I tried fastboot erase userdata but it didn't find any such folder.
Probably because it got wiped by the -w from the stock image minutes earlier.

Flashing the Magisk-v23.0.apk created boot.img resulted in inability to control touch screen.
It does not register any touches.
Anyone seen this?
This is the first ROM I've flashed since last year with Android 10.
A hard reboot resulted in a weird, l long boot-loop and then it eventually got back to the login screen, but still does not register any screen touches.
EDIT:
Tried a factory reset and that didn't help either.
Still no touch screen. Bummer.
EDIT NUMBER TWO:
I'm having the same issue with PixelDust. So it's unlikely that my problem has anything to do with this ROM.
EDIT NUMBER THREE:
When you tell Magisk to patch the boot, make sure you tell it to patch the Evolution boot.img, not the stock boot.img. lol
All is well again.
I just forgot about that little step. Been such a long time.

I'm just an onlooker and not actually installing, but have you all tried installing factory 11 to both slots before starting the custom ROM install process? That has been a common issue with the custom ROM install on Pixel series phones.

Well, I'm not good at English, so I can't say much in detail, but boot.img specifies boot.img of evox.
I'm flushing boot.img to both slots.
fastboot flash --slot all boot 20210620boot.img
For root, copy the 20210620boot.img to your device and patch the copied 20210620boot.img with magiskmanager.
Then I'm flushing the patched boot.img to both slots.
fastboot flash --slot all boot magisk_boot.img
The progress displayed during the transfer of sideload stops at 47%, but there is no problem.
"1/2" displayed on the device becomes "2/2" and it will be completed after a while.

Everything working fine for me so far. I've restored all my apps and am still configuring settings and restoring data from previous ROM. Thank you for the cool ROM.

Nice work here, only one bug found so far which is the same bug as in lineage official and Google Camera/Night Sight mode.
It reads a value from the build.prop and only accepts numbers, but you have alpha.
This causes Google Camera to crash when using night sight and possibly other features.
ro.build.version.incremental needs to be numerical only. 1234567890 works but not easy to edit in rom.
I grabbed the main info from the official lineage thread, I don't take credit for the info.
razorloves found the fix.
The fix mentioned above doesn't fix the nightlight crash here.
I put together a quick and dirty Magisk module to overwrite the /system/build.prop with a numerical value for incremental which worked to overwrite but night sight still crashing google camera.
Hope a fix can be found because the rom is otherwise fantastic.
Last update if you go through and undo the updates for google camera/delete the installed apk and revert to older (I used June 9 apk) night sight works.
True final update. The Google Camera app included in the rom works fine, it was the latest update from the play store that breaks night sight.

Thank bro.. appreciate the rom

mix hide notch and setting rounded corner 22dp... is make google pixel 3 XL amazing!!!
btw any bug on google camera...
for The Google Camera app included in the rom works fine
BUT after update from playstore is crash every open camera..
if you have time may be can fix it?
Thanks before
stay safe and healthy

I can't figure out where the option is to open camera by double-clicking the power button.
Could someone point me in the right direction?
Also, is there an option to decrease squeeze sensitivity?
EDIT: I reflashed and now phone opens fine when double-clicking power button

Unfortunately it's impossible for me to fix the camera, but I believe our god razorloves will fix it.
Settings such as active edge can be found in settings → system → gestures.

voidz777 said:
Settings such as active edge can be found in settings → system → gestures.
Click to expand...
Click to collapse
Interesting.
It is pre-configured to open camera by double-clicking the power button from any screen.
But this does not work for me.
Does it work for anyone else?
I tried turning it off, rebooting, then turn it back on again.
But still does not work.
I am using the default camera that came with ROM.

Attached cat log.

CZ Eddie said:
Interesting.
It is pre-configured to open camera by double-clicking the power button from any screen.
But this does not work for me.
Does it work for anyone else?
I tried turning it off, rebooting, then turn it back on again.
But still does not work.
I am using the default camera that came with ROM.
Click to expand...
Click to collapse
to open camera by double-clicking the power button
work for me sir....
camera just crash if update from playstore,
solution for now uninstall update dan pure using stock camera this rom...

leaveNOW said:
to open camera by double-clicking the power button
work for me sir....
Click to expand...
Click to collapse
Only me then, huh. Okay thank you for responding.

Related

Xiaomi Mi 3 Ask Away- help thread.

[SIZE=+2]Welcome to
Questions Answers & Troubleshooting
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This thread has been created to assist owners of:[/SIZE]
[SIZE=+2]The Xiaomi Mi3[/SIZE]
There are no questions that are deemed insignificant
Helpful information for your device:
Full device specifications
ᴥAsk Awayᴥ​
Please feel free to ask anything related to your device.​
Hi, I am unable to find the required files to root my MI3. All the links that i find after googling don't have the correct files. My MIUI version is MIUI 6.6.3.0(KXDCNCF). Any help would be appreciated.
Whiskeyjack4855 said:
Hi, I am unable to find the required files to root my MI3. All the links that i find after googling don't have the correct files. My MIUI version is MIUI 6.6.3.0(KXDCNCF). Any help would be appreciated.
Click to expand...
Click to collapse
I used MIUI for about 30 minutes before moving to AOSP, but I thought it came already rooted...
All the same, you can install SuperSU, which is the best root manager. It's on the play store, or you can go to Recovery and flash the zip file in the first post here http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
I'm trying to install CWM on MIUI 7. But I'm unable to flash it using Updater. I've tried revision 8, revision 11 and revision 11 u1 by furniel... It just keeps saying something went wrong
Annoying sound from the ear piece
There will be an annoying sound from the ear piece of the device while booting up and while on a call. We all know that,but I would like to ask, is there any workaround for that? The sound really is a head ache causing thing with its low frequency noise
@sarathchandraj
I had the same issue, but the Rashr app helped me. Try it. Just download the recovery image, open Rashr, select "Recovery from storage" andthen select your recovery image. But if CWM is not necessary to you, use TWRP. CWM is buggy on Mi3.
Hi guys, I replaced my broken LCD with the new one recently. I am facing an issue. when replacing the LCD display, my lower charge port assembly was not coming out of the main body. I tried hard and in that process I slightly lifted the metallic part underneath the charging port. I thought that metallic thing is a part of main body. The metal is still with ribbon assembly firmly. not detached. But my loud (external, which is in the back)speaker is not working and also home and back button backlit are not glowing. menu button light works ok. speaker gives very faint sound though. What can be the reason. Speaker is ok I guess, as it was working well before replacement.
I know it's a software related issue forum but as you guys are having the same mobile, I think you all might have an idea about it.
please give QCN file
Hi
---------- Post added at 06:27 PM ---------- Previous post was at 06:21 PM ----------
Hi guys, I am in big problem. .. im using mi3 xiaomi and i just up to mokee 5.1 and its runing. The problem is i forget my gapps. So now im runing without a gapps. I cant flash either roots or even upgrade also. Can anyone help me.....please!!?
Hiii...i am unable to go back to miui 7 from cm 12.1. I have downloaded latest miui 7 build and renamed it "update.zip" and tried it to flash via stock recovery. Installation went fine but after restarting it's getting stuck on MI logo.... Please help.. Missing Miui...
Hello, after many years of running with Ivan's 4.4.4 AOSP I feel like it's time to move to something newer so I wanted to try and flash the 6.0.1 new one seeing as he released the final version. It has been few years since I last flashed a rom so I mostly forgot the procedure. Chcked few threads but overall I still have some confusion. If someone can clear up the doubts I'd be grateful.
Currently: MI3W with Ivan AOSP 4.4.4 and CWM
Here's what I was currently planning to do:
ttp://en.miui.com/thread-209941-1-1.html
Following this guide to merge the partitions and install TWRP.
Now for the questions:
1. Will the flash.bat merge the partions AND install TWRP too all at once? Will it overwrite my current CWM without any problem or do I need to install it separately?
2. Once the flashing there is done, how should I proceed to install the 6.0.1 ROM? Usual procedure? (load zip on SDCard,wipe all, and flash zip).
3. Will Ivan's ROM be Rooted/Have Gapps on default?
Thanks to whoever can solve these doubts for me.
unable to flash gapps
please help me friends, i am unable to flash gapps on cm13, mokee. i am able to flash the rom zip but after that when i flash gapps it gives me error insufficient space..
Hi my friend is having a problem with her Mi3. No custom ROM installed, it's updated to the latest version. After trying to update Hearthstone, and downloading 99%, the download failed with error 903. Looked around for a fix, saw a solution that required clearing data+cache and uninstalling updates of the Play Store app. Did that and now when trying to download the app the error that is returned is
java.lang.SecurityException: No permission to write to /storage/emulated/0/Android/obb/com.blizzard.wtcg.hearthstone/temp.main.1355705.com.blizzard.wtcg.hearthstone.obb:
Neither user 10050 nor current process has android.permission.WRITE_EXTERNAL_STORAGE.
at android.os.Parcel.readException(Parcel.java:1620)
at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at
android.content.ContentProviderProxy.insert(ContentProviderNative.java:476)
at
android.content.ContentResolver.insert(ContentResolver.java:1234)
at com.google.android.finsky.download.l.run(SourceFile:182)
at android.os Handler.handleCallback(handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
Click to expand...
Click to collapse
Other apps (Zalora, pinterest) are installing fine. The phone has more than enough storage space to run the game, upwards of 3 GB
Any advice or assistance is appreciated.
hi, i'm not new to android, but it's been a few years after using windows phone, but i'm back to android for a while. why does everybody say you'll need a rooted phone to install a custom rom? i never had to root my phone to flash a custom rom.
Hi. I am returning to XDA after a long time. I am looking for a stable Custom Rom for my Mi3. What is the popular rom as of now for Mi3 ?
HELP NEEDED!!! Not able enter fastboot or recovery mode
I was trying to flash miui 8 developer ROM onto my mi3 device which didn't have any os installed.
After flashing the ROM, I selected "Bootloader" Option in "Reboot" menu in TWRP.
Now, phone neither switching on nor entering into either of fastboot or recovery modes.
Even if I connect my phone to charger no response like doesn't vibrate and screen never turns on.
If I connect the phone to my linux machine around 6 disks are mount.
Please help me find out what's wrong here, how do I get the phone back online.
vjsrinath said:
I was trying to flash miui 8 developer ROM onto my mi3 device which didn't have any os installed.
After flashing the ROM, I selected "Bootloader" Option in "Reboot" menu in TWRP.
Now, phone neither switching on nor entering into either of fastboot or recovery modes.
Even if I connect my phone to charger no response like doesn't vibrate and screen never turns on.
If I connect the phone to my linux machine around 6 disks are mount.
Please help me find out what's wrong here, how do I get the phone back online.
Click to expand...
Click to collapse
It happened to me like this when I was testing out my own kernel. Have you tried to flash a custom kernel? Try entering recovery mode by holding down the volume up and power button at the same time.
Sent from my Mi 4 using XDA Labs
@kaiz16, thanks for the reply.
After bit of googling i found that i hard bricked my phone.
Using some Qualcomm drivers and Mi Flash tool I was successfully able to recover my phone by installing stock recovery ROM.
Hello, i flashed twrp in my mi3 but i didn't unlock my bootloader so when i tried to flash lineage rom on my device it started showing error and because i wiped my data before that its not booting up its stuck on the mi logo so please help me what should i do in order to get it boot again
and is this firmware related issue is yes then where can i find the correct firmware for it ?
Sudhanshu7 said:
Hello, i flashed twrp in my mi3 but i didn't unlock my bootloader so when i tried to flash lineage rom on my device it started showing error and because i wiped my data before that its not booting up its stuck on the mi logo so please help me what should i do in order to get it boot again
and is this firmware related issue is yes then where can i find the correct firmware for it ?
Click to expand...
Click to collapse
Afaik cancro doesn't have it's boot loader locked. Try flashing twrp with adb and then you can install lineage os OR you could try fastbooting miui.

Root SM-t580

I try to root a Galaxy Tab 6A (SM-T580).
-I tried some CF-Autoroot images, but their is no image for the SM-T580.
-I tried also to install TWRP with no success. The device do not boot in Recovery Mode with the TWRP image.
The device runs on Marshmallow 6.0.1.
Can somebody help me please?
I too would love and greatly appreciate any help! It's a great tab for the money
hell2003 said:
I try to root a Galaxy Tab 6A (SM-T580).
-I tried some CF-Autoroot images, but their is no image for the SM-T580.
-I tried also to install TWRP with no success. The device do not boot in Recovery Mode with the TWRP image.
The device runs on Marshmallow 6.0.1.
Can somebody help me please?
Click to expand...
Click to collapse
You flashed custom recovery ? the bootloader is not locked?
I tried a twrp custom recovery image. But I cant start the recovery mode. I do not know the status of the bootloader. How can i check that?
http://forum.xda-developers.com/android/development/recovery-official-twrp-gtaxlwifi-galaxy-t3437666
@jcadduono did it !
Let's try
bws78 said:
http://forum.xda-developers.com/android/development/recovery-official-twrp-gtaxlwifi-galaxy-t3437666
@jcadduono did it !
Let's try
Click to expand...
Click to collapse
what do you guys think of my new shirt isn't it awesome
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bws78 said:
http://forum.xda-developers.com/android/development/recovery-official-twrp-gtaxlwifi-galaxy-t3437666
@jcadduono did it !
Let's try
Click to expand...
Click to collapse
Thank you very much, this works for me.
hell2003 said:
Thank you very much, this works for me.
Click to expand...
Click to collapse
don't thank me, thank @jcadduono in the official thread
Data partition encryption prevents root without a .zip rom
hell2003 said:
I try to root a Galaxy Tab 6A (SM-T580).
-I tried some CF-Autoroot images, but their is no image for the SM-T580.
-I tried also to install TWRP with no success. The device do not boot in Recovery Mode with the TWRP image.
The device runs on Marshmallow 6.0.1.
Can somebody help me please?
Click to expand...
Click to collapse
You can disable frp lock by removing your Google account. This will allow you to flash twrp with Odin.
Disable auto reboot in Odin before flashing twrp. After flashing twrp you can reboot into recovery by holding power and volume down to turn the device off. Then once it's off hold volume up home and power to reboot into twrp.
Now the only problem is you can't flash supersu.zip without formatting data first from the twrp wipe data main screen. This is because the data partition is unavailable due to encryption. Formatting data partition removes encryption and allows you to flash supersu, but now device won't boot after formatting data unless you flash a ROM from within twrp. Only problem is that there are no such Roms yet.
If anyone could create a stock or custom ROM that is a flashable zip you'd be the MAN!
Until then I don't think we'll be able to root our device.
Still no roms available?
Now the only problem is you can't flash supersu.zip without formatting data first from the twrp wipe data main screen. This is because the data partition is unavailable due to encryption. Formatting data partition removes encryption and allows you to flash supersu, but now device won't boot after formatting data unless you flash a ROM from within twrp. Only problem is that there are no such Roms yet.
Click to expand...
Click to collapse
Does this mean that if you just root the device that the data partition is encrypted and cant use it as if it was not rooted?
Tried this last night but got the Fap lock. Didnt know about the google bit.
I want to download my current rom and backup is this possible?
I havent done this stuff since the HTC HD2 days
Thanks.
Rob.
I've successfully bypassed the Google FRP Lock on SM-T580 and posted the instructions in [URL="https://forum.xda-developers.com/galaxy-tab/help/bypass-frp-sm-t580-2016-t3446958]this forum[/URL]. If you cant figure it out send me a message and I'll walk you through it
hi
only for root..
Can i use cf-autoroot?
abarth83 said:
hi
only for root..
Can i use cf-autoroot?
Click to expand...
Click to collapse
Hanyone tried it?
Instructions
kleptobismol said:
I've successfully bypassed the Google FRP Lock on SM-T580 and posted the instructions in [URL="https://forum.xda-developers.com/galaxy-tab/help/bypass-frp-sm-t580-2016-t3446958]this forum[/URL]. If you cant figure it out send me a message and I'll walk you through it
Click to expand...
Click to collapse
Hello, Can you repost instructions can't get page to load
This site can’t be reached
%22https’s server DNS address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
Thanks
ohiostater86 said:
Hello, Can you repost instructions can't get page to load
This site can’t be reached
%22https’s server DNS address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
Thanks
Click to expand...
Click to collapse
I was having the same problem, but i figured it out last night. Without OTG cable, Odin, SideSync, Realtek, or a PC. I'd been messing with it for 3 days, so Im not 100% sure of what everything said and i'm definitely not going to relock it to try an duplicate it, but if you've been all over youtube then you've seen methods that require a wifi connection, (I found it easiest to use my phone's wifi hotspot) you disconnect your hotspot or unplug your router immediately when it says checking for software update, which appears after clicking accept on the privacy policy. (Again it's easier to just turn off the hotspot than to unplug your router" When done correctly it souls say "couldn't sign in" and then the next screen will either ask you to set up time and date or it asks you to add a name to the tablet (can't remember which is first) then asks to set up a screen lock passcode or pattern (set up either one), after doing all this 100 times I noticed it asked me if i wanted to set up a IMAP/POP3 account to use within the Gmail app (which I'd been skipping) but for some reason it didn't give me this option every time. You have to be connected to the internet for the next part so if you haven't already go ahead and turn your hotspot back on or router and add any email address other than a Gmail (I used my yahoo account) then follow through with the setup into it takes you back to the very first screen you see when you turned on the tablet. Now just turn the tablet screen off and back on (just the screen, do not power down the tablet) put in your lockscreen password and now In the top right corner there should be a little yellow icon which lets you switch users (if you see this, you've got it beat) now create a new user signing into your Gmail and Samsung accounts (if you don't have one, create a new account) once you're done with that it will take you to the home screen, pull down the notification bar and go into settings (notice since you're on an added user you can't factory reset the device) find "Users", and then switch back to the owner profile, it then tells you that you still need to set up the tablet to continue. Once i clicked okay it now let me pull down the notification bar to access settings, but this time you're on the owners account so you can factory reset it, go to "Back up and Reset" and then go ahead and factory reset it again. If done correctly the FRP will no longer be on the tablet.
I rooted my T580 with this german howto:
https://www.android-hilfe.de/forum/...sm-t585-samsung-galaxy-tab-a-2016.788225.html
Root is ok now! But unlocking the LockScreen needs 5-10 seconds now. Has this sth to do with Knox 0x1 ?

[Rom][ALL+CARRIERS_CRF1][Stock_Oreo_Hybrid][Safestrap_Preinstalled]

This is for All Carriers.
You Do Not Need To Be Rooted To Install This Rom
You Must Be On Stock CRF1 Oreo Firmware Before Starting
This Takes Some Patience To Install​
What Is Safestrap
Safestrap is a Bootstrap / Recovery for locked bootloader phones. Safestrap is now based on TWRP Recovery (a touch based recovery) and you can perform .zip installs, backups and restores here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads
ODIN_ADB_G935_CRF1_ALL_CARRIERS_V3.zip
Google Drive Mirror
Odin Files
G935TUVU4CRF1_G935TTMB4CRF1_TMB.zip
Google Drive Mirror
Feature:
SafeStrap Recovery PreLoaded
Official Oreo
Safetynet Passes
Samsung Pay,Pass,Secure Folder Working
Samsung Cloud Enabled
Places Tab Enabled
Spam Caller Id Enabled
Call Recording Enabled
Native Status Bar Speed Meter Enabled
Custom Boot Animation
Helpful Key Combos
Recovery Mode
Home+ Volume Up + Power @ Same time
Download Mode
Home + Volume Down + Power @ Same time
Safe Mode
Phone Powered Off
Press and hold the Power key past the model name screen.
When “SAMSUNG” appears on the screen, release the Power key.
Immediately after releasing the Power key, press and hold the Volume down key.
Force Reboot
Press and hold the Power + Volume Down buttons for approximately 10
Pre Install/Install Instructions
1. Donwload and unzip ODIN_ADB_G935_CRF1_ALL_CARRIERS.zip. Even If you are already on CRF1 Oreo firmware download and unzip G935TUVU4CRF1_G935TTMB4CRF1_TMB.zip
2. Use the odin thats located in the ODIN_ADB_G935_CR**_ALL_CARRIERS folder in the Odin_Firmware folder
3. In Odin select the AP, BL, CP and CSC files from the G935TUVU4CRF1_G935TTMB4CRF1_TMB and put them in the corresponding Odin slots In the Pit file tab in odin select the HERO2QLTE_USA_VZW.pit no matter what carrier you are.
4. Select start in odin. You will loose your data and files on internal storage
5. You do not need to go through setup of stock firmware as you are wiping again. So as soon as odin is done flashing and phone reboots and finishes recovery install
and reboots you can immediately reboot too download mode and continue too install instructions 1
Install Instructions
1. Make sure phone is plugged into computer
2. Make sure phone is rebooted to download mode
3. In BL slot in odin flash BL_ENG_BOOTLOADERS_G93*.tar
4. As soon as phone powers off hold buttons to reboot to recovery
5. Once in recovery run xxx_FlashSystem.cmd
6. Phone will reboot to download mode
7. In BL slot in odin flash BL_G935_CRF1_DELETE_CACHE.tar
8. Phone will automatically reboot to recovery
9. Let recovery bootloop at least once
10. Hold buttons to reboot to download
11. In BL slot in odin flash BL_ENG_BOOTLOADERS_G93*.tar
13. Phone will automatically reboot to recovery
14. Once in recovery you will see a bunch of red lines saying failed to mount cache. Scroll down and select wipe cache then reboot too bootloader
15. Phone will reboot to download mode
16. In BL slot in odin flash BL_G93*_CR**.tar
17. Phone will reboot but it will not automatically reboot to recovery you must do this manually. As soon as phone powers off hold buttons to reboot to recovery
18. When in recovery you will get the no command error then after a few you will get recovery options at this point wipe data and reboot to setup phone
19. If phone does not boot up after 10 minutes reboot to recovery and wipe cache. If this don't work then reboot back to recovery and wipe data
To Enter And Exit Safestrap
1. Make sure phone is plugged into computer
2. Make sure phone is rebooted to download mode
3. In BL slot in odin flash BL_ODIN_ENTER_SAFESTRAP_G93*.tar
4. Let Phone reboot and enter safestrap
5. Too leave safestrap click reboot phone and hold buttons to reboot to download mode
7. In BL slot in odin flash BL_G935_CRF1_DELETE_CACHE.tar
8. Phone will automatically reboot to recovery
9. Let recovery bootloop at least once
10. Hold buttons to reboot to download
11. In BL slot in odin flash BL_ENG_BOOTLOADERS_G93*.tar
13. Phone will automatically reboot to recovery
14. Once in recovery you will see a bunch of red lines saying failed to mount cache. Scroll down and select wipe cache then reboot too bootloader
15. Phone will reboot to download mode
16. In BL slot in odin flash BL_G93*_CR**.tar
17. Phone will reboot but it will not automatically reboot to recovery you must do this manually. As soon as phone powers off hold buttons to reboot to recovery
18. When in recovery you will get the no command error then after a few you will get recovery options at this point wipe cache and reboot
19. After leaving recovery. If you have white boot animation all went well.
20. If phone does not boot up after 10 minutes reboot to recovery and wipe cache. If this don't work then reboot back to recovery and wipe data
Bugs:
DO NOT USE ENCRYPTION
Safestrap is still beta so there are some bugs
All reboot options in safestrap only reboot the phone.
Safestrap rom slots do not work dont mess with
Credits:
- @Raymonf for modified odin
- @afaneh92 for safestrap Main Thread Here Consider a donation to him he worked along time on this Donation Link
- @me2151 for finding this method
- @tytydraco for some instructions
- @mweinbach for some instructions
- @Craz Basics for xposed on non rooted
- @partcyborg for finding the root method!
- @elliwigy for being great help and original S8 root
- @rayan-refoua for boot animation
- @FatalONEM8 - For posting Oreo OTA
- @stang5litre
- @jds3118
- @Krog18
- @klabit87 for S7 Safestrap
echoe rom and noname rom
stang5litre Test Group
Click to expand...
Click to collapse
SafeStrap Flashable Zips​
Remove FRP Protection Safestrap Flashable Zip
SS_Remove_FRP_S7.zip
Directions For FRP
So if your stuck and dont know google account info Do the samfail process when all done flash file to enter safestrap once in safestrap mount and unmount system then flash SS_Remove_FRP zip then follow direction to leave safestrap. After your phone reboots from recovery the last time force phone back to recovery wait until options come up and wipe data and you can now enter new google account in setup or skip
Google Pixel Style With Samsung Apps Replaced With Google Apps
Google_Style_With_Build_prop_Tweaks_V4.zip (Slightly Debloated)
Data Wipe is recommended to get full effect
If you flash one of the google mods make sure to set default dialer in settings/apps to google dialer
If Gboard dont show update the app in playstore or apk mirror then in playstore uninstall the update then it will work
Extreme Aroma based debloater for S8/S7/S9 devices by OrelMadK
https://forum.xda-developers.com/galaxy-s8/themes/4-2-18-extreme-aroma-based-debloater-s8-t3744608
This aroma debloater probably one of the best I have seen by @orelta
The above zips cannot be undone If you want to go back to stock you would need to do the Install process over but you shouldnt need to wipe data this time
Xposed Framework Installer zip
xposed-v90-sdk26-arm64-beta3.zip Flash In safestrap
Xposed Installer APK
XposedInstaller_3.1.5.apk Install as normal apk then open app make sure framework is installed (the box will be yellow) then reboot open and box will be green showing its working
Recommended Xposed Modules
Xtended-Settings.3.1.7.apk
GravityBox-O.8.2.0.apk
Firefds-Kit-Oreo.0.1.0.0.apk
Xposed Uninstaller zip
xposed-uninstaller-20180117-arm64.zip
Dual Speaker Mod
Dual+Speaker_Oreo-8.0-Compatible.zip Flash In safestrap
Dual+Speaker_Return_TO_Stock.zip
Rom Control-Access To Some Hidden Settings
RomControl.apk
Host AdBlocking
Host_AddBlocking.zip
Remove_Host_AddBlocking.zip
Credits
- @rovo89 for xposed Main xposed thread
- @IDan1109 base of debloat script
- @EmperorEye for some build.prop tweaks script
im on it
comptonhubbard said:
im on it
Click to expand...
Click to collapse
This one or verizon one? This one just has the Tmobile csc stuff added and a build.prop for gsm carriers thats it
jrkruse said:
This one or verizon one? This one just has the Tmobile csc stuff added and a build.prop for gsm carriers thats it
Click to expand...
Click to collapse
this one i just ran through the setup and an booting up now. I have a TMO phone so this one is the right one for me
---------- Post added at 11:34 PM ---------- Previous post was at 11:16 PM ----------
setup ui is different (updated) did a clean install lots of apps missing - is this rom already debloated?
comptonhubbard said:
this one i just ran through the setup and an booting up now. I have a TMO phone so this one is the right one for me
---------- Post added at 11:34 PM ---------- Previous post was at 11:16 PM ----------
setup ui is different (updated) did a clean install lots of apps missing - is this rom already debloated?
Click to expand...
Click to collapse
Yes. Some what debloated mainly just stuff you can get from playstore
Im not finding the dolby atmos in the music player is it still in there or do we need to flash a dolby zip.....Is there a dolby zip that currently works in oreo?
comptonhubbard said:
Im not finding the dolby atmos in the music player is it still in there or do we need to flash a dolby zip.....Is there a dolby zip that currently works in oreo?
Click to expand...
Click to collapse
It never worked. It apparently only works on the international version. I kept the toggle enabled in case they added it back but I guess they didnt
Is it working ok on Tmobile. I mean I no you dont have wifi calling and stuff
jrkruse said:
Is it working ok on Tmobile. I mean I no you dont have wifi calling and stuff
Click to expand...
Click to collapse
seems to be functioning ok. I have to add my stuff to it though
Just a heads up. There seems to be an issue/bug with the calls dialing out/receiving calls but no window/screen appearing saying that it dailed out or that you received a call (i can't even hang up since the screen isn't there). This happened to me on the google pixel version that you had so i'm attempting to see if it'll happen after just flashing the oreo hybrid on it's own.
Edit: Can confirm it is the google pixel version that is causing this issue. Not sure what's causing it but yeah.
13JH said:
Just a heads up. There seems to be an issue/bug with the calls dialing out/receiving calls but no window/screen appearing saying that it dailed out or that you received a call (i can't even hang up since the screen isn't there). This happened to me on the google pixel version that you had so i'm attempting to see if it'll happen after just flashing the oreo hybrid on it's own.
Edit: Can confirm it is the google pixel version that is causing this issue. Not sure what's causing it but yeah.
Click to expand...
Click to collapse
did you select the google dialer as phone app in settings/apps you have to make it the default phone app
comptonhubbard said:
did you select the google dialer as phone app in settings/apps you have to make it the default phone app
Click to expand...
Click to collapse
Ah is that what he meant by it? I thought it was for something else aha
seems today im having trouble sending text messages. Worked fine yesterday now its just saying sending. everything is the same as far as setup
edit,. looks like its working again
13JH said:
Just a heads up. There seems to be an issue/bug with the calls dialing out/receiving calls but no window/screen appearing saying that it dailed out or that you received a call (i can't even hang up since the screen isn't there). This happened to me on the google pixel version that you had so i'm attempting to see if it'll happen after just flashing the oreo hybrid on it's own.
Edit: Can confirm it is the google pixel version that is causing this issue. Not sure what's causing it but yeah.
Click to expand...
Click to collapse
Im pretty sure this is whats causing it here I will quote the directions for you
Google Pixel Style With Samsung Apps Replaced With Google Apps
Google_Style_With_Build_prop_Tweaks_V4.zip (Slightly Debloated)
Data Wipe is recommended to get full effect
If you flash one of the google mods make sure to set default dialer in settings/apps to google dialer
If Gboard dont show update the app in playstore or apk mirror then in playstore uninstall the update then it will work
jrkruse said:
Im pretty sure this is whats causing it here I will quote the directions for you
Google Pixel Style With Samsung Apps Replaced With Google Apps
Google_Style_With_Build_prop_Tweaks_V4.zip (Slightly Debloated)
Data Wipe is recommended to get full effect
If you flash one of the google mods make sure to set default dialer in settings/apps to google dialer
If Gboard dont show update the app in playstore or apk mirror then in playstore uninstall the update then it will work
Click to expand...
Click to collapse
Yeah that was definitely my bad. Originally thought it meant that if you flashed any mods on top of the google one to do that so I was a bit confused on the directions..plus running on 2hrs of sleep will do that to ya :silly: loving what you do though with the roms..makes me want to keep this around for a couple more months.
Thanks for your efforts and all!
Does anyone have an idea on when the actual will drop?
serendipityguy said:
Thanks for your efforts and all!
Does anyone have an idea on when the actual will drop?
Click to expand...
Click to collapse
I just want to know what has happened to tmobile. They use to right on top off updates. Seems like all they care about us merging with Sprint so the public can get fleeced more by corporate America.
works well
xposed doesnt work needs root

Root SM-M405F (Galaxy M40)

Read all the Instructions very carefully, as missing even a single steps cause bootloop.
1. Unlocking Bootloader
Allow bootloader unlocking in Developer options → OEM unlocking
Power off your device. Press Volume Up + Volume Down and plug in your device to a PC to boot into download mode
Long press volume up to unlock the bootloader. This will wipe your data and automatically reboot.
Just when you think the bootloader is unlocked, surprise surprise, it is actually not! Samsung introduced VaultKeeper in the system, meaning the bootloader will reject any unofficial partitions before VaultKeeper explicitly allows it.
Go through the initial setup. Skip through all the steps since data will be wiped again later when we are installing Magisk. Connect the device to internet in the setup!
Enable developer options, and confirm that the OEM unlocking option exists and grayed out!
2. Before Installing Magisk
Installing Magisk WILL trip KNOX
Installing Magisk for the first time REQUIRES a full data wipe, backup before continue
You have to have your bootloader unlocked before following the instructions
After installing Magisk, you can directly upgrade Magisk within Magisk Manager without an issue.
3. Flashing Magisk:
Download the firmware for SM-M405F
Unzip the firmware and copy the AP tar file to your device. It is normally named as AP_[device_model_sw_ver].tar.md5
Install the latest Magisk Manager
In Magisk Manager: Install → Install → Select and Patch a File and select the AP tar file.
Magisk Manager will patch the whole firmware file and store the output to [Internal Storage]/Download/magisk_patched.tar
Copy the tar file to your PC and boot your device to download mode.
Flash magisk_patched.tar as AP in ODIN, together with the BL, CP and HOME_CSC files. Never flash only an AP file, as Odin can shrink your /data file-system if you do.
Important: Uncheck “Auto Reboot” in Options!
Magisk is now successfully flashed! But there are still several steps before you can properly use the device.
We now want to boot into the stock recovery to factory reset our device.
Full data wipe is mandatory! Do not skip this step.
Press Power + Volume Down to exit download mode. As soon as the screen turns off, immediately press Power + Volume Up to boot to recovery partition. Just as mentioned in the previous section, since we want to boot into stock recovery, continue pressing the volume up button until you see the stock recovery screen.
In the stock recovery menu, use volume buttons to navigate through menus, and the power button to select the option. Select Wipe data/factory reset to wipe the data of the device.
This time, we can finally boot to the system with Magisk. Select Reboot system now, and immediately press Power + Volume Up. After seeing the bootloader warning screen, release all buttons so it can boot to the system.
The device will automatically reboot for the first time it boots. This is completely normal and done by design.
After the device is booted up, do the usual initial setup. The following steps will need internet connection.
You shall see Magisk Manager in your app drawer; if not, manually install the APK you downloaded and continue to the next step. The app would be a stub and it shall automatically upgrade to the full Magisk Manager when you open it.
Magisk Manager will ask to do additional setups. Let it do its job and the app will automatically reboot your device.
Enjoy Root
Successfully rooted Galaxy M40
Thanks for the post. I have successfully rooted Galaxy M40 using magisk. Just one thing to add to the above post-- while copying patched ap from phone to pc use adb otherwise the flashing patched AP fails.
Ayan Chakraborty said:
Thanks for the post. I have successfully rooted Galaxy M40 using magisk. Just one thing to add to the above post-- while copying patched ap from phone to pc use adb otherwise the flashing patched AP fails.
Click to expand...
Click to collapse
I did not use Adb, it went smoothly for me. :good:
Enable 3CA for Rooted M40
Galaxy M40 uses LTE 2CA but the chipset supports 3CA. Can we enable it for Rooted M40?
Be careful doing this, since the latest Samsung firmware update in August it doesn't work anymore. You can root at first, but then every time you reboot the phone unroots... If you persist and do it again Samsung lock the phone for "security reasons" and you can't even reach the bootloader or recovery screens using the up / down buttons... Meaning you can't go back to stock firmware without taking your phone back to the store or sending for service, but of course you now no longer have warranty.
awsmanks said:
I did not use Adb, it went smoothly for me. :good:
Click to expand...
Click to collapse
This method will work for samsung a60 with his own firmware? Its the china better version of m40, i think i'll try this method
Rooted Successfully.
I had to flash twice since it did not boot into the stock recovery first time and messed with root I presume. second time it went perfectly and manually installed magisk manager. later magisk manager did some setups and rebooted my system.
Thanks Dev.
waiting for TWRP
rajeshca911 said:
Rooted Successfully.
I had to flash twice since it did not boot into the stock recovery first time and messed with root I presume. second time it went perfectly and manually installed magisk manager. later magisk manager did some setups and rebooted my system.
Thanks Dev.
waiting for TWRP
Click to expand...
Click to collapse
So this the new update it works?
Scorpio02 said:
This method will work for samsung a60 with his own firmware? Its the china better version of m40, i think i'll try this method
Click to expand...
Click to collapse
The A60 and the M40 are identical, it's not the "china better version" lol, it's just 90 USD more expensive because Chinese people have more money. It's literally identical down to the microchips inside.
Scorpio02 said:
So this the new update it works?
Click to expand...
Click to collapse
I think that I flashed on latest firmware AP_M405FDDU1ASF2_CL16060793_QB24248847_REV00_user_low_ship_MULTI_CERT_meta_RKEY_OS9.tar
Android Pie
Magisk 19.3
Magisk Manager 7.3.2
everything works perfectly except that annoying message on the boot screen
Here are my screenshots
View attachment 4807915
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment 4807917
I've uploaded the latest firmware file to Mega for anyone who doesn't want to wait 10 years for it to download from the snail-speed Samsung Firmware website:
https://mega.nz/#!T1sBka7B!iP8Ub8xbmO4ppa1CJg5vh4dWk_Vh-KjnPM6M6VjiqCc
Feel free to check the MD5 hashes, zero changes.
Theseusperse said:
Be careful doing this, since the latest Samsung firmware update in August it doesn't work anymore. You can root at first, but then every time you reboot the phone unroots... If you persist and do it again Samsung lock the phone for "security reasons" and you can't even reach the bootloader or recovery screens using the up / down buttons... Meaning you can't go back to stock firmware without taking your phone back to the store or sending for service, but of course you now no longer have warranty.
Click to expand...
Click to collapse
I rooted my phone yesterday, today I rebooted my phone. and pfff it is gone.
this rooting procedure is not persistent
Waiting for a stable root method
now I am neither on ofw nor on rooted firmware
rajeshca911 said:
I rooted my phone yesterday, today I rebooted my phone. and pfff it is gone.
this rooting procedure is not persistent
Waiting for a stable root method
now I am neither on ofw nor on rooted firmware
Click to expand...
Click to collapse
Yeah that was the same issue I was having, I'm using the Indian version of the firmware so I wonder if it just affects Indian models.
I did a lot of research and there's actually not just 5 international models but 7, some with a /DS on the end which appear to use different firmwares, and I wonder if that is the cause of the issue.
Anyway I found a temporary fix. Reset everything back to stock firmware, do the rooting as the guide shows on page 1, then ALWAYS reboot using root, either by installing or upgrading a new Magisk module, or updating your AdAway blacklist, or by using ADB Shell #Su... For some reason when you reboot like this it doesn't unroot the phone and everything stays fine. Also make sure you never ever press the "Okay continue" button that appears when the phone first starts and tells you the bootloader is unlocked, just wait a while and allow it to continue automatically.
Theseusperse said:
Yeah that was the same issue I was having, I'm using the Indian version of the firmware so I wonder if it just affects Indian models.
I did a lot of research and there's actually not just 5 international models but 7, some with a /DS on the end which appear to use different firmwares, and I wonder if that is the cause of the issue.
Anyway I found a temporary fix. Reset everything back to stock firmware, do the rooting as the guide shows on page 1, then ALWAYS reboot using root, either by installing or upgrading a new Magisk module, or updating your AdAway blacklist, or by using ADB Shell #Su... For some reason when you reboot like this it doesn't unroot the phone and everything stays fine. Also make sure you never ever press the "Okay continue" button that appears when the phone first starts and tells you the bootloader is unlocked, just wait a while and allow it to continue automatically.
Click to expand...
Click to collapse
Thanks Theseusperse, I will follow that. and can u suggest me easy way to port twrp? I tried carlive image kitchen however when i flashed it not only reboots into stock rom but also shrinked my internal space to 16 GB. To Revert this effect I had to flash stock rom again using Odin ( only odin other tools failed) . Please let me know if there is any safe porting Recovery
rajeshca911 said:
Thanks Theseusperse, I will follow that. and can u suggest me easy way to port twrp? I tried carlive image kitchen however when i flashed it not only reboots into stock rom but also shrinked my internal space to 16 GB. To Revert this effect I had to flash stock rom again using Odin ( only odin other tools failed) . Please let me know if there is any safe porting Recovery
Click to expand...
Click to collapse
There won't be any port of TWRP for a long time, Samsung has to release the source code for the phone first. Based on the Galaxy A series that was released in May this year, they just got their source code last week and the TWRP porting community literally kicked off in the past few days, so we'll probably have to wait some months. I'd estimate November sometime.
I'm excited for when it finally does happen though, I absolutely hate the stock Samsung software and want pure Google, even if it means a GSI rom.
Our phone is actually 100% identical to the Samsung Galaxy A60, so it's possible any TWRP ports made for that device would work, but so far the ones I've tried have all failed and resulted in the same effects you experienced.
SIZE=1]---------- Post added at 04:02 AM ---------- Previous post was at 03:59 AM ----------[/SIZE]
[/COLOR]
Theseusperse said:
There won't be any port of TWRP for a long time, Samsung has to release the source code for the phone first. Based on the Galaxy A series that was released in May this year, they just got their source code last week and the TWRP porting community literally kicked off in the past few days, so we'll probably have to wait some months. I'd estimate November sometime.
I'm excited for when it finally does happen though, I absolutely hate the stock Samsung software and want pure Google, even if it means a GSI rom.
Our phone is actually 100% identical to the Samsung Galaxy A60, so it's possible any TWRP ports made for that device would work, but so far the ones I've tried have all failed and resulted in the same effects you experienced.
Click to expand...
Click to collapse
Im excited to hear that A60 recovery might work on M40 any ways me either hate to be on stock rom. I got habituated to the root and custom roms. Hope A60 source works for M40 . Please do update me if anything that kind of miracle happens. Thanks in advance Brother
rajeshca911 said:
I rooted my phone yesterday, today I rebooted my phone. and pfff it is gone.
this rooting procedure is not persistent
Waiting for a stable root method
now I am neither on ofw nor on rooted firmware
Click to expand...
Click to collapse
To prevent loosing magisk root after reboot. NEVER REBOOT NORMALLY but Reboot it via Magisk or Fully Power Off then Turn Power On.
redymedan said:
To prevent loosing magisk root after reboot. NEVER REBOOT NORMALLY but Reboot it via Magisk or Fully Power Off then Turn Power On.
Click to expand...
Click to collapse
Can i reflash again 0n same rom without loosing data ??
Sent from my SM-M405F using Tapatalk
rajeshca911 said:
Can i reflash again 0n same rom without loosing data ??
Sent from my SM-M405F using Tapatalk
Click to expand...
Click to collapse
No, never ever do this, it will shrink your data partition and there's no way to ever fix it, even with a total system restore or using manufacturer tools.
Theseusperse said:
No, never ever do this, it will shrink your data partition and there's no way to ever fix it, even with a total system restore or using manufacturer tools.
Click to expand...
Click to collapse
Too late, I already did that and it shrieked my devices storage to 16Gb first time and 32 gb on second flash. But It got fixed with Odin repartition. Dont worry It is fixable
Sent from my SM-M405F using Tapatalk

[ROM][sGSI] OxygenOS v9.5.7 OP7 build for Realme 3 Pro

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​Device side changes:
1. Fingerprint scanner is fixed, Huge thanks to @karthick111
2. About screen is modded for our device
3. Updated Power Profile & Battery mAH is now correctly reported
4. Fixed VOOC detection
5. Enabled Doze (only when new notications arrive)
6. Enabled DT2W by default, all off screen gestures are working
7. Pickup/Raise to wake phone is enabled
8. Fixed USB error when connected to pc/laptop as File Transfer
9. Fixed Google FaceUnlock (Native OP FaceUnlock shouldn't be enabled)
10. Dark mode is enabled by default
11. Many changes done to system under the hood for smoother performance
Prerequisites:
1. sGSI System Image
2. Flashable Patched Recovery & Boot ZIPhttps://sourceforge.net/projects/rmx1851/files/OxygenOS_sGSI_RMX1851/rec_boot.zip/downloadhttps://sourceforge.net/projects/rmx1851/files/OxygenOS_sGSI_RMX1851/rec_boot.zip/download
Process of flashing:
1. First take backup of Internal Storage then format Data in twrp if you're flashing oos for the first time otherwise only wipe data
2. Extract the downloaded OxygenOS_OP7_sGSI_RMX1851.7z, flash it to System_Image.
3. Flash rec_boot.zip
4. REBOOT TO RECOVERY (this boots into system)
Known Issues:
1. Reboot issue. Device won't reboot or power off through system. You need to do it manually, how? Hold all the three buttons, when device vibrates leave all buttons except volume down. This takes you to fastboot.
2. SDCard can't be accessed by few apps.
3. Off Screen FP
Credits:
@karthick111 for fixing fingerprint
@Erfan Abdi for his GSI tool
Reserved
Stuck at the boot animation
After flashing the device is stuck at the oneplus bootanimation.What am i supposed to do now?
Update:
Thanks for the support ajith it works like a charm now
@4j17h
Its pleasant to see another Rom from your Garden. Would love to try this Rom but preferably I will wait for the bugs to be fixed.
In case, I installed... will come up with brief review.
Thanks a lot for your development work.
Hey OP,
Since you mentioned almost every issue is fixed in this room, is it good for daily driver and also does camera works perfectly?
I assume oxygen os features like fnatic mode won't work right?
And can I also unlock my bootloader if I'm on a19
Intex12345 said:
@4j17h
Its pleasant to see another Rom from your Garden. Would love to try this Rom but preferably I will wait for the bugs to be fixed.
In case, I installed... will come up with brief review.
Thanks a lot for your development work.
Click to expand...
Click to collapse
Did you install it? Is is stable for daily driver and good?
---------- Post added at 01:17 AM ---------- Previous post was at 01:17 AM ----------
pranavdas said:
After flashing the device is stuck at the oneplus bootanimation.What am i supposed to do now?
Update:
Thanks for the support ajith it works like a charm now
Click to expand...
Click to collapse
Please share in brief review bro, if it's worth it I will unlock bootloader
Realme X
Will there be one for Realme X.I really want to try Oxygen os.
Akshai Raj said:
Will there be one for Realme X.I really want to try Oxygen os.
Click to expand...
Click to collapse
This is a Realme 3 Pro thread. You can ask such questions in the respective forums for Realme X.
-- deleted---
ahmedmoselhi said:
reboot fix posted by @4j17h in telegram group in attachments
Click to expand...
Click to collapse
can you pls delete it, this is not confirmed working yet. Flashing it causes issues.
The homescreen is not showing up. It keeps on showing "Phone is Starting" but the status bar is accessible. Please help. Also twrp asks password for decrypt.
vinacchio said:
The homescreen is not showing up. It keeps on showing "Phone is Starting" but the status bar is accessible. Please help. Also twrp asks password for decrypt.
Click to expand...
Click to collapse
yes that's how decryption works in device, when it asks for password enter your lockscreen password to enter into twrp. Then format data (not wipe) & reboo to recovery (which boots into system)
When I go to fastboot and select recovery mode it's start the phone instead to twrp, and there is a message saying something wrong with my internal when I startup the phone, can you help me with this ?
lsweb said:
When I go to fastboot and select recovery mode it's start the phone instead to twrp, and there is a message saying something wrong with my internal when I startup the phone, can you help me with this ?
Click to expand...
Click to collapse
Ignore the error msg when you reboot the device. To boot into twrp you need to keep hold of volume up button while device is rebooting.
When tried to reboot, phone switched off and after that not turning on. I have tried to go to fastboot mode recovery mode but nothing happening even charging is also not showing
[email protected] said:
When tried to reboot, phone switched off and after that not turning on. I have tried to go to fastboot mode recovery mode but nothing happening even charging is also not showing
Click to expand...
Click to collapse
Yeah looks like device went to EDL mode, hold all the buttons for few seconds. Device gets to normal state again.
So I accidentally deleted the stock OnePlus Launcher and now my gestures aren't working for recent apps. Is there a way to fix it by installing the launcher's apk? If so, which version should I install?
I can't update magisk because it is not booting into recovery. Any ways to do that ....
madaniitk said:
I can't update magisk because it is not booting into recovery. Any ways to do that ....
Click to expand...
Click to collapse
After pressing reboot to recovery keep holding the power up button so it'll reboot to recovery and not the system.
Please provide always on display feature and there is no camera in ROM.

Categories

Resources