Get Pixel Launcher with Overview Selection on Android 10 - OnePlus 6 Guides, News, & Discussion

{
"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"
}
Prerequisites:
Magisk 20.1
Android 10 set to English (US)
QuickSwitch module
Pixel Launcher apk
Device Personalization Services module
Steps:
Install Pixel Launcher apk but do not set it as your default launcher yet.
Install QuickSwitch Magisk module in Manager. Reboot
Open QuickSwitch app and select Pixel Launcher as recents provider. Reboot. Set Pixel Launcher as your default launcher.
Install Device Personalization Services Magisk module. Reboot.
Open Pixel Launcher settings. Select Suggestions and enable both options. Done.

I can't download device personalization module

[email protected] said:
I can't download device personalization module
Click to expand...
Click to collapse
I replaced the link with mirror. Please try again.

Using your Device Personalization Service module results in a bootloop. Had to uninstall and reinstall Magisk to get it booting again.
Anyone else?

I got bootloops after flashing the Device Personalization Service module. Had to delete the folder from magisk folder in TWRP recovery to boot onto system.

Bootlooped here too

Only installed the Pixel Launcher and used Quick Switch, works like it should.
Funny, it even automatically put my icons and widgets exactly where they was on my previous ROM, wierd !

Totone56 said:
Only installed the Pixel Launcher and used Quick Switch, works like it should.
Funny, it even automatically put my icons and widgets exactly where they was on my previous ROM, wierd !
Click to expand...
Click to collapse
Correct me if I'm wrong, but without the Device Personalization module thing, the dock when you swipe up to Recents is the same dock from your home screen, right? Not the frequently-used dock?

adeklipse said:
Correct me if I'm wrong, but without the Device Personalization module thing, the dock when you swipe up to Recents is the same dock from your home screen, right? Not the frequently-used dock?
Click to expand...
Click to collapse
Looks like it, yep ! Probably also enables the copy/paste feature, i can't get it to work like in the first screenshot.

Hey guys, just a heads up, it appears as if the Device Personalization Module needs to be installed via TWRP and not Magisk. I've tried this multiple times on both a 6 and a 6t, and if you flash the module via Magisk, you'll get a bootloop, but if you flash it via TWRP, everything works fine. OP's guide is a bit confusing (when I saw "Install Device Personalization Services Magisk module", I assumed it meant VIA magisk), but I figured it out, and the recent apps and copy and paste work great if you do it this way. Thank you OP for posting the guide, I'd maybe amend the part about the DPS Module to make it clear that it needs to be installed via TWRP, but other than that, you've made me love my phone even more. Oxygen OS with a fully integrated Pixel Launcher is maybe the best phone experience I could ask for.

DFSVegas said:
Hey guys, just a heads up, it appears as if the Device Personalization Module needs to be installed via TWRP and not Magisk. I've tried this multiple times on both a 6 and a 6t, and if you flash the module via Magisk, you'll get a bootloop, but if you flash it via TWRP, everything works fine. OP's guide is a bit confusing (when I saw "Install Device Personalization Services Magisk module", I assumed it meant VIA magisk), but I figured it out, and the recent apps and copy and paste work great if you do it this way. Thank you OP for posting the guide, I'd maybe amend the part about the DPS Module to make it clear that it needs to be installed via TWRP, but other than that, you've made me love my phone even more. Oxygen OS with a fully integrated Pixel Launcher is maybe the best phone experience I could ask for.
Click to expand...
Click to collapse
I flashed in TWRP 3.3.1-70 and bootlooped. Maybe it's because I'm on OnePlus 7 Pro OOS 10

You can uninstall the module with TWRP if you go to /data/adb/modules, in case it bootloops.
Also, maybe the reason for the bootloop is because i have Lawnchair installed. Will experiment an will tell ya
Edit: Not related to Lawnchair

robertelam83 said:
I flashed in TWRP 3.3.1-70 and bootlooped. Maybe it's because I'm on OnePlus 7 Pro OOS 10
Click to expand...
Click to collapse
Same here. Repeated and got same result. Just doesn't seem to work on OP7pro on latest beta for whatever reason...

Out of curiosity, why wouldn't this work for android 9?

DFSVegas said:
Hey guys, just a heads up, it appears as if the Device Personalization Module needs to be installed via TWRP and not Magisk. I've tried this multiple times on both a 6 and a 6t, and if you flash the module via Magisk, you'll get a bootloop, but if you flash it via TWRP, everything works fine. OP's guide is a bit confusing (when I saw "Install Device Personalization Services Magisk module", I assumed it meant VIA magisk), but I figured it out, and the recent apps and copy and paste work great if you do it this way. Thank you OP for posting the guide, I'd maybe amend the part about the DPS Module to make it clear that it needs to be installed via TWRP, but other than that, you've made me love my phone even more. Oxygen OS with a fully integrated Pixel Launcher is maybe the best phone experience I could ask for.
Click to expand...
Click to collapse
I tried to flash it in TWRP on my 6T and it still caused bootloop

It looks like this Module isn't granting all of the permissions needed by Device Personalization Services. Android crashes if any requested priv-app permissions aren't in the priv-app permission whitelist. From the logcat that one user sent me:
Code:
11-26 16:46:16.856 8439 8439 E System : java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.google.android.as: android.permission.CAPTURE_MEDIA_OUTPUT, com.google.android.as: android.permission.MONITOR_DEFAULT_SMS_PACKAGE, com.google.android.as: android.permission.CAPTURE_AUDIO_HOTWORD, com.google.android.as: android.permission.WRITE_SECURE_SETTINGS, com.google.android.as: android.permission.MODIFY_AUDIO_ROUTING, com.google.android.as: android.permission.LOCATION_HARDWARE, com.google.android.as: android.permission.MODIFY_PHONE_STATE, com.google.android.as: android.permission.MANAGE_SOUND_TRIGGER, com.google.android.as: android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE, com.google.android.as: android.permission.CAPTURE_AUDIO_OUTPUT, com.google.android.as: android.permission.READ_OEM_UNLOCK_STATE, com.google.android.as: android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME, com.google.android.as: android.permission.CONTROL_INCALL_EXPERIENCE}
I have added these permissions to the privapp-permissions whitelist. Please try the module attached to this post.

MishaalRahman said:
It looks like this Module isn't granting all of the permissions needed by Device Personalization Services. Android crashes if any requested priv-app permissions aren't in the priv-app permission whitelist. From the logcat that one user sent me:
Code:
11-26 16:46:16.856 8439 8439 E System : java.lang.IllegalStateException: Signature|privileged permissions not in privapp-permissions whitelist: {com.google.android.as: android.permission.CAPTURE_MEDIA_OUTPUT, com.google.android.as: android.permission.MONITOR_DEFAULT_SMS_PACKAGE, com.google.android.as: android.permission.CAPTURE_AUDIO_HOTWORD, com.google.android.as: android.permission.WRITE_SECURE_SETTINGS, com.google.android.as: android.permission.MODIFY_AUDIO_ROUTING, com.google.android.as: android.permission.LOCATION_HARDWARE, com.google.android.as: android.permission.MODIFY_PHONE_STATE, com.google.android.as: android.permission.MANAGE_SOUND_TRIGGER, com.google.android.as: android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE, com.google.android.as: android.permission.CAPTURE_AUDIO_OUTPUT, com.google.android.as: android.permission.READ_OEM_UNLOCK_STATE, com.google.android.as: android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME, com.google.android.as: android.permission.CONTROL_INCALL_EXPERIENCE}
I have added these permissions to the privapp-permissions whitelist. Please try the module attached to this post.
Click to expand...
Click to collapse
It Boots! thanks UwU. Now onto trying that whole thing

adeklipse said:
Using your Device Personalization Service module results in a bootloop. Had to uninstall and reinstall Magisk to get it booting again.
Anyone else?
Click to expand...
Click to collapse
Simpa539 said:
I got bootloops after flashing the Device Personalization Service module. Had to delete the folder from magisk folder in TWRP recovery to boot onto system.
Click to expand...
Click to collapse
[email protected] said:
Bootlooped here too
Click to expand...
Click to collapse
DFSVegas said:
Hey guys, just a heads up, it appears as if the Device Personalization Module needs to be installed via TWRP and not Magisk. I've tried this multiple times on both a 6 and a 6t, and if you flash the module via Magisk, you'll get a bootloop, but if you flash it via TWRP, everything works fine. OP's guide is a bit confusing (when I saw "Install Device Personalization Services Magisk module", I assumed it meant VIA magisk), but I figured it out, and the recent apps and copy and paste work great if you do it this way. Thank you OP for posting the guide, I'd maybe amend the part about the DPS Module to make it clear that it needs to be installed via TWRP, but other than that, you've made me love my phone even more. Oxygen OS with a fully integrated Pixel Launcher is maybe the best phone experience I could ask for.
Click to expand...
Click to collapse
robertelam83 said:
I flashed in TWRP 3.3.1-70 and bootlooped. Maybe it's because I'm on OnePlus 7 Pro OOS 10
Click to expand...
Click to collapse
xxBrun0xx said:
Same here. Repeated and got same result. Just doesn't seem to work on OP7pro on latest beta for whatever reason...
Click to expand...
Click to collapse
zhenliang1102 said:
I tried to flash it in TWRP on my 6T and it still caused bootloop
Click to expand...
Click to collapse
For those of you who had bootloop issues, the Device Personalization Services Magisk Module in the OP wasn't made correctly. Please try the one I added here: https://forum.xda-developers.com/showpost.php?p=81023021&postcount=16

LuciferIII said:
It looks like this Module isn't granting all of the permissions needed by Device Personalization Services. Android crashes if any requested priv-app permissions aren't in the priv-app permission whitelist. From the logcat that one user sent me:
It Boots! thanks UwU. Now onto trying that whole thing
Click to expand...
Click to collapse
Did you flash thru magisk or TWRP?

robertelam83 said:
Did you flash thru magisk or TWRP?
Click to expand...
Click to collapse
It's a Magisk Module, so flash it through Magisk Manager.

Related

Root Call SMS Manager

The program allows to block undesirable incoming and outgoing calls and SMS. There is a support Dual SIM phones. The rights of root are necessary for full functioning.
Blocking is carried out at system level, the program doesn't miss the first call, the screen isn't lit and there is no window of a dialer.
Features:
- Blocking incoming SMS and MMS on Android 4.4 above without appointment as its program for SMS processing.
- Blocking of outgoing calls and SMS.
- Support the Dual SIM phones with opportunity to set various parameters of blocking for everyone
SIM.
- Private conversation. Possibility of replacing the incoming call number.
Screenshots:
{
"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"
}
To use the program on Android 7.x with the latest versions of SuperSU, you need to put file radio.sh https://goo.gl/BhjW3J to folder /su/su.d, set permission to read and execute and restart the phone.
When using MagiskSU before Oreo, use Magisk-module magisk-radiofix-script https://goo.gl/e7usCV or you can to put the file radio_magisksu.sh https://goo.gl/jsTSvQ to /magisk/.core/service.d(/sbin/.core/img/.core/service.d for Magisk 16.3+) folder, set permission to read and execute and restart the phone.
You do not need any magisk module and the radio.sh file for Android 8+.
If you have any ideas, suggestions or you found a bug/mistake, let me know.
Email: [email protected]
Downloads:
Google Play https://play.google.com/store/apps/details?id=com.mdnsoft.callsmsmanager
Google did not allow to use permissions for SMS and CallLog in version of the program from Google Play.
You can download the full version or RCSMModule for the version from Google Play.
Full version
1.23 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.23.apk
-Fixes for Android 12
-Improvements and fixes
1.22 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.22.apk
1.21 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.21.apk
1.20 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.20.apk
1.19 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.19.apk
1.18 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.18.apk
1.17.2 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.17.2.apk
1.17.1 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.17.1.apk
1.17 https://www.mdnsoft.ru/Files/RootCallSMSManager/CallSMSManager1.17.apk
RCSMModule for version from Google Play https://www.mdnsoft.ru/Files/RootCallSMSManager/RCSMModule1.0.apk
No issues with 8.1.0 a root call\sms blocker that works well,
thanks mdn80.
This program works great. I did support Root call Blocker and Private space but neither support Magisk and I don't think the developer has any interest in so. Root Call Manager is the perfect replacement for both and works great with Magisk on my Mi Note 2 with the new Global Rom 9. Just needs a good online English manual to describe all of the settings.
Hello
I have a rooted galaxy s9 but i dont have the option To bo answer method block
I dont understand why the app works only the first time I receive call. Reject method (blacklist) for calls.
I have to delete app datas and reconfigure it each time...
App use with xposed and magisk modules, lineageOs 14.1
Thanks
Envoyé de mon GT-I9506 en utilisant Tapatalk
I Could not get it to work on Lineage 15.1 z00t,
tried with latest SU (2.82) and Radio.sh the same way which worked perfectly on same devices with 14.1 lineage ,
then Tried as Beta Tester, and later with latest Xposed Framework installed on device.
under About "Xposed" is mentioned in red, am i missing a module or any install process?
i've noticed that if i changed Reject on blacklist to anything else such as "kill" or "mute" the call is answered automatically upon receiving it.
also missing the functionality for restarting and disabling service which was great with earlier version.
Great APP- the only one that works on Qualcomm dual sim, hopeful i'll get it to work on Lineage 15.1 so i can permanently update to Oreo.
jeepcook said:
I dont understand why the app works only the first time I receive call. Reject method (blacklist) for calls.
I have to delete app datas and reconfigure it each time...
App use with xposed and magisk modules, lineageOs 14.1
Thanks
Envoyé de mon GT-I9506 en utilisant Tapatalk
Click to expand...
Click to collapse
You added program to energy saving exceptions? Write please to [email protected] if you have any problems with program, I need logs.
z00tme said:
I Could not get it to work on Lineage 15.1 z00t,
tried with latest SU (2.82) and Radio.sh the same way which worked perfectly on same devices with 14.1 lineage ,
then Tried as Beta Tester, and later with latest Xposed Framework installed on device.
under About "Xposed" is mentioned in red, am i missing a module or any install process?
i've noticed that if i changed Reject on blacklist to anything else such as "kill" or "mute" the call is answered automatically upon receiving it.
also missing the functionality for restarting and disabling service which was great with earlier version.
Great APP- the only one that works on Qualcomm dual sim, hopeful i'll get it to work on Lineage 15.1 so i can permanently update to Oreo.
Click to expand...
Click to collapse
You need Xposed for full work app with Oreo. You must enable program module in Xposed Installer.
Write please to [email protected] if you have any problems with program or questions.
RBJ26 said:
No issues with 8.1.0 a root call\sms blocker that works well,
thanks mdn80.
Click to expand...
Click to collapse
how did you get it to work, mine is not working on Oreo 8.1
zaffar.mughal said:
how did you get it to work, mine is not working on Oreo 8.1
Click to expand...
Click to collapse
You need Xposed for full work app with Oreo.
Write please to [email protected] if you have any problems with program or questions, I need logs.
mdn80 said:
You need Xposed for full work app with Oreo.
Write please to [email protected] if you have any problems with program or questions, I need logs.
Click to expand...
Click to collapse
Yeah, this is pretty broken on 8.1 (Google Pixel). Xposed is activated and green text.
YandereSan said:
Yeah, this is pretty broken on 8.1 (Google Pixel). Xposed is activated and green text.
Click to expand...
Click to collapse
Also try to put daw "Process Voip calls" in program settings.
So to have it work with Oreo 8.1 (with Magisk), you need to install Xposed systemless. Do you need any additiaonl Xposed modules? Do you also have to install the Magisk module that's mentioned for Android 7 (magisk-radiofix-script_v1)?
solara1973 said:
So to have it work with Oreo 8.1 (with Magisk), you need to install Xposed systemless. Do you need any additiaonl Xposed modules? Do you also have to install the Magisk module that's mentioned for Android 7 (magisk-radiofix-script_v1)?
Click to expand...
Click to collapse
You do not need any additiaonl Xposed modules, Xposed module is built into the program. You do not need to install any Magisk modules for Oreo.
mdn80 said:
You do not need any additiaonl Xposed modules, Xposed module is built into the program. You do not need to install any Magisk modules for Oreo.
Click to expand...
Click to collapse
So you mean we just check the 'Xposed' checkbox under System settings for the app? That's it? I think you meant I do not need any additional Xposed module, but I still need to install Xposed via its installer or through the Magisk Xposed module (I am using Magisk), right?
solara1973 said:
but I still need to install Xposed via its installer or through the Magisk Xposed module (I am using Magisk), right?
Click to expand...
Click to collapse
Yes, you need to install Xposed and activate program Xposed module in Xposed Installer.
mdn80 said:
Yes, you need to install Xposed and activate program Xposed module in Xposed Installer.
Click to expand...
Click to collapse
Well tried to install systemless Xposed from within Magisk but got bootloop. I probably didn't do it right. Formatted my data and reloaded all my app. Side note: Remove phone password before rebooting after installing anything that might cause bootloops! TWRP can't decrypt if you use a Pattern. So I couldn't disable Xposed easily since I couldn't ADB or manually create that Disable file. I also couldn't get it to disable itself by pushing buttons during the boot process.
Turns out Root Call SMS works fine as it was! Oreo 8.1 rooted with Magisk with latest security updates through May on Moto x4. No other modules installed, no Xposed installed and is unchecked in settings. I tested calling and texting via online websites and it blocks them fine. I set it so I get no notifications but it does show up logged in the Journal.
solara1973 said:
I set it so I get no notifications but it does show up logged in the Journal.
Click to expand...
Click to collapse
You can set deleting calls from system journal in program settings.
solara1973 said:
So to have it work with Oreo 8.1 (with Magisk), you need to install Xposed systemless.
Click to expand...
Click to collapse
Really? So Magisk + Xposed via TWRP on Oreo 8.1 doesn't work? It has to be Systemless Xposed? @mdn80
I guess it might be worth a shot, because right now Root Call SMS Manager is behaving like it doesn't register Xposed at all, even though it's clearly working with my other modules.
YandereSan said:
Really? So Magisk + Xposed via TWRP on Oreo 8.1 doesn't work? It has to be Systemless Xposed? @mdn80
I guess it might be worth a shot, because right now Root Call SMS Manager is behaving like it doesn't register Xposed at all, even though it's clearly working with my other modules.
Click to expand...
Click to collapse
Write please to [email protected] if you have any questions or problems with program.

[Guide] EdXposed - Xposed Framework for Android 9 & 10

||| Why this guide? |||
Since the "EdXposed" project doesn't reveice the attention it should get in our device section, I decided to make a quick guide for you how to get a Xposed Framework on your OnePlus 6 running Android 9 and 10! :highfive:
I'm not the developer of EdXposed or Riru, nor in any way related to them. Just an ordinary user, who can confirm that it's working on the latest stock OOS 9.x-x with Magisk >18.1 and OOS 10 with a custom Magisk build (20), though not all available Xposed modules work. The list of known working and non-working apps can be found here (spoiler alert: Greenify (beta) and Xprivacylua (beta) are fully working :good - better check that thread before you complain afterwards
If you're asking yourself now, what EdXposed actually is, here's the description of the developer solohsu:
EdXposed: A Riru module trying to provide a ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework.
Click to expand...
Click to collapse
But what is Riru?
Riru is a very simple but useful thing. Only requires to replace one system file, it will provide the ability to Riru modules to run their code in apps' or system server's process.
Click to expand...
Click to collapse
Got it? :fingers-crossed:
||| Notes |||
EdXposed is still in beta stage. Not all modules work and some bugs might occur, so please, make backups! At least take a full nandroid backup and save your important data (photos, documents, etc.) from your internal memory in a safe place.
Even though you don't need TWRP for the installation and usage of EdXposed, I'd highly recommend to have it in place for two reasons: 1. To take backups and 2. To be able to flash the EdXposed Uninstaller zip in case something went wrong.
On Android 10, SafetyNet does not pass! I'll update this thread as soon as a fix is available! Also, if you upgrade from 9 to 10, make sure to deactivate or uninstall all Magisk and Xposed modules. Some of them might not be support Android 10 right now, activate them one by one (with reboot), after the whole upgrade process is done. For example: "Audio Modification Library" and/or "Audio Compatibility Patch" *work", but make recording of Whatsapp voice messages fail. Be aware that those issues might occur until all modules are updated to support Android 10.
||| Requirements |||
Android 9:
rooted with Magisk >18.x
optional: TWRP (blu_spark TWRP >3.2.3+ highly recommended)
Android 10:
rooted with custom Magisk 20 by soloshu
unlike on pie, TWRP for Android 10 is needed (blu_spark >=v9.107 recommended)
||| Installation |||
Android 9:
It's quite simple, just follow those steps:
(I flashed everything in magisk, since EdXposed and Riru Core are technically magisk modules)
Download the files mentioned in the downloads for Android 9 section on your phone
Have you done your backup(s)? If not, do it now -just in case!
Flash the (latest) Riru Core zip in Magisk or TWRP (magisk-riru-core-vXX.X.zip)
Flash the (latest) EdXposed zip in Magisk or TWRP (magisk-EdXposed-vX.X.X.X_beta-release.zip; YAHFA highly recommended!)
reboot
Install the EdXposed Installer (EdXposedInstaller_vX.X.X-release.apk)
Done!
Open up the EdXposed Installer and check if the Xposed Framework status is active and "green".
Android 10:
If you had EdXposed on your device on Android 9 and now just want to upgrade to 10, you don't have to install Riru Core and EdXposed Manager if the latest versions were already installed.
Download the files mentioned in the downloads for Android 10 section on your phone
Have you done your backup(s)? If not, do it now -just in case!
reboot to TWRP (blu_spark >=v9.107)
Flash the (latest) custom Magisk build by soloshu in TWRP (>= v20.0(20001); Magisk-v20.x.zip)
reboot
Flash the (latest) Riru Core zip in Magisk or TWRP (>= 19.5; magisk-riru-core-vXX.X.zip)
Flash the (latest) EdXposed zip in Magisk or TWRP (>= v0.4.6.0_beta; magisk-EdXposed-vX.X.X.X_beta-release.zip, YAHFA highly recommended!)
reboot
Open Magisk Manager, go to settings->update channel and paste the this custom path: "https://raw.githubusercontent.com/solohsu/magisk_files/master/custom_builds/release.json"
Install the EdXposed Installer (EdXposedInstaller_vX.X.X-release.apk)
Done!
||| Downloads |||
Android 9:
Riru
EdXposed Installer, Uninstaller and flashable zip
(at the date of publishing this thread, the latest Riru version is v17.1, EdXposed is v0.3.1.2_beta)
Android 10:
Riru
EdXposed Installer, flashable zip
Custom Magisk Build
TWRP blu_spark v9.107
||| Source code / Github links |||
EdXposed
Riru
||| Screenshots |||
{
"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"
}
||| Thanks & Credits |||
@rovo89 - who made all this possible with his Xposed Framework
@topjohnwu - for his awesome Magisk root environment
@solohsu[Github] - for his EdXposed and customized Magisk builds
@Rikka apps[Github] - for their Riru Core
@eng.stk - for his blu_spark TWRP and awesome kernels
@Uraniam9 - for his list of working modules
reserved
Does it pass Safetynet unlike the previous Xposed Magisk modules?
Sent from my OnePlus 6 using XDA Labs
kunalgupta1 said:
Does it pass Safetynet unlike the previous Xposed Magisk modules?
Click to expand...
Click to collapse
Yes
Sent from my OnePlus 6 using XDA Labs
Have xposed on pie since last week and running well.
App running is gravitybox 9.0 beta 2
And no problems with safetynet.
Very interesting indeed. Thanks man! Gonna check it out over the weekend.
No problem on oos 9.04
How are some of the root sensitive apps working, like Android Pay? Will we be able to update some sensitive apps like Netflix and Mario Run in the Play Store?
I just came from the Axon 7 where it was either Xposed or passing SafelyNet, but not both. I'm gonna look into this for sure! Thanks!
HallOfPromise said:
How are some of the root sensitive apps working, like Android Pay? Will we be able to update some sensitive apps like Netflix and Mario Run in the Play Store?
I just came from the Axon 7 where it was either Xposed or passing SafelyNet, but not both. I'm gonna look into this for sure! Thanks!
Click to expand...
Click to collapse
Take a look at the screenshots I posted. SafetyNet passes! And even better, you can "blacklist" specific apps, which means that they're not touched/hooked in any way. Very useful for banking apps or sensitive apps like password-manager :good:
I'm quite sure that you can use Android Pay, though I can't tell for sure since I don't use it. The Xposed gets hardly detected because it "basically" isn't the "pure" XPosed, but a module of Riru. Simply spoken: Riru is a module of Magisk. And EdXposed is a module of Riru
Depressed T.Bear said:
Take a look at the screenshots I posted. SafetyNet passes! And even better, you can "blacklist" specific apps, which means that they're not touched/hooked in any way. Very useful for banking apps or sensitive apps like password-manager :good:
Click to expand...
Click to collapse
I totally missed the screenshots the first time around. Awesome! After I get my OTG extra storage and make a new backup (large backup) I'm gonna jump on this!
Do we have a thread for GravityBox P on our OnePlus 6 and all the things working and not working? I would start one but I'm working and technically shouldn't be doing this haha
HallOfPromise said:
I totally missed the screenshots the first time around. Awesome! After I get my OTG extra storage and make a new backup (large backup) I'm gonna jump on this!
Do we have a thread for GravityBox P on our OnePlus 6 and all the things working and not working? I would start one but I'm working and technically shouldn't be doing this haha
Click to expand...
Click to collapse
Don't worry I added them just recently
Not for our device specifically. In fact I made this guide here because most people didn't even know that there's a Xposed solution for Pie . But according to the thread I mentioned, it's reported to work. And since OxygenOS is quite close to vanilla Android, I'd assume it will work flawlessly
Sent from my OnePlus 6 using XDA Labs
sakerhetz said:
Have xposed on pie since last week and running well.
App running is gravitybox 9.0 beta 2
And no problems with safetynet.
Click to expand...
Click to collapse
In my case i am running amplify, greenify, ... without any problems. But gravitybox throws me startup error "framework not responding" and quits. Do you use an specific vetsion of gravitybox?
(Moderator Edit: reference to Warez removed - as per XDA's Forum Rules)
elmarian756 said:
In my case i am running amplify, greenify, ... without any problems. But gravitybox throws me startup error "framework not responding" and quits. Do you use an specific vetsion of gravitybox?
(Moderator Edit: reference to Warez removed - as per XDA's Forum Rules)
Click to expand...
Click to collapse
Did you enable the module gravitybox in xposed?
And which version of gravitybox do you use?
sakerhetz said:
Have xposed on pie since last week and running well.
App running is gravitybox 9.0 beta 2
And no problems with safetynet.
Click to expand...
Click to collapse
sakerhetz said:
Did you enable the module gravitybox in xposed?
And which version of gravitybox do you use?
Click to expand...
Click to collapse
Wiped dalvik cache and now it works like a charm! I am using version 9.0.0 beta 4
can i
i once flashed aosip 9.0 on my honor 5x(kiwi),and flashed edxposed 0.3.1.2,it works well.
but the rom lag,so i want flash back to 8.1,but failed.
when i reflash the aosip then flash edxposed,i got a "screenshot" --only one shot on screen,and the screen flash of status bar and back key in navibar for every 30seconds.
i tried 0.3.1.7 the same issue,
i tried edxposed uninstaller,it says not detect magisk, flash end with error 1
i don't want to give up this
what can i do
sakerhetz said:
Have xposed on pie since last week and running well.
App running is gravitybox 9.0 beta 2
And no problems with safetynet.
Click to expand...
Click to collapse
hello, Where can i find this module ?
rhabhab said:
hello, Where can i find this module ?
Click to expand...
Click to collapse
https://www.google.nl/amp/s/forum.x...vitybox-v9-0-0-beta-1-android-9-t3908768/amp/
---------- Post added at 09:42 AM ---------- Previous post was at 09:27 AM ----------
booykean said:
can i
i once flashed aosip 9.0 on my honor 5x(kiwi),and flashed edxposed 0.3.1.2,it works well.
but the rom lag,so i want flash back to 8.1,but failed.
when i reflash the aosip then flash edxposed,i got a "screenshot" --only one shot on screen,and the screen flash of status bar and back key in navibar for every 30seconds.
i tried 0.3.1.7 the same issue,
i tried edxposed uninstaller,it says not detect magisk, flash end with error 1
i don't want to give up this
what can i do
Click to expand...
Click to collapse
I assume that you flashed a custom ROM and that doesn't work well with gravitybox for pie.
i have no gravitybox installed
sakerhetz said:
https://www.google.nl/amp/s/forum.x...vitybox-v9-0-0-beta-1-android-9-t3908768/amp/
---------- Post added at 09:42 AM ---------- Previous post was at 09:27 AM ----------
I assume that you flashed a custom ROM and that doesn't work well with gravitybox for pie.
Click to expand...
Click to collapse
gravitybox is available for Android Pie, can someone please test with edxposed https://forum.xda-developers.com/xposed/modules/app-gravitybox-v9-0-0-beta-1-android-9-t3908768
JerryGoyal said:
gravitybox is available for Android Pie, can someone please test with edxposed https://forum.xda-developers.com/xposed/modules/app-gravitybox-v9-0-0-beta-1-android-9-t3908768
Click to expand...
Click to collapse
Been using for a few weeks, works great op6t.. so should be fine on op6, it's the same phone..

Custom firmware for FiiO M6, FiiO M7 and FiiO M9

​Custom firmware for FiiO M6, FiiO M7 and FiiO M9​
Hi everone,
My hobby is modding and building ROMs so now I mod FiiO M6 and M7 firmware.
Why? Now you can install playstore and activate third party players like PowerAmp and Neutron or use streaming apps like Spotify or Tidal.
I hope you will enjoy my ROM
Installer Features
Installing MicroGapps and Playstore to download and activate third-party players (Requires my firmware to work)​
Magisk Installer (Requires my firmware to work)​
Mixplorer (File Manager)​
Dark Theme Installing​
Xpossed Framework Installer​
Optimized Fiio Music App​
Optional Tidal Installing​
My Firmware Features
Improved sound (Editing system configurations, Alsa, Updated SoundLibs)​
Optimized system resources​
Magisk (Root)​
Activated WiFi item in settings​
Updated FiiO Music App​
Fake Signatures support​
Activated Init.d​
Useful build.prop tweaks​
Another Bootanimation​
Changed font to Russia font (Ubuntu + Samsung One)​
And many other improvements​
How to install firmware: Youtube Instructions
M7 Firmware link: M7 Firmware
M6 Firmware link: M6 Firmware
M9 Firmware link: M9 Firmware
If you want to thank me financially:
Bitcoin: 1MeMen1FHZ5iut5KYmdJrQKBgk2e8hts7f
Ethereum: 0x4C90b19a78f19a6fbaA191C58cF0E87751588d3c
PayPal: http://paypal.me/antonixo
QIWI: https://my.qiwi.com/Konstantyn-YFrx47iPqT
Installation Instructions
1. Download my firmware and copy it to sd card
2. Go to recovery by off player and turning it on pressing next track and power if you use M7 or volume down and power for M6.
3. Wipe data using vol+ vol- and power buttons select "Wipe data/factory reset" paragraph
4. Press yes and reboot to recovery.
5. Go "Install update from sd card" and select archive with my firmware.
{
"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"
}
6. Now Aroma installer starts. To controll in aroma installer use combination of pressing Power+Vol+ Power+Vol- and Power.
7. Go next page by using Power+Vol+ and select any paragraph you need.
8. Power+Vol+ to start installation.
9. After installation press power and reboot to the system (First loading will take about 3-7 minutes)
FAQ​A: Player becomes laggy!
B: I cannot fix bad processor of FiiO M7. Lags because you start use player another way. You update FiiO Music, install Playstore. Apps require more performance hardware. Try reinstall with old FiiO Music and without Gapps
A: How to go back to original firmware
B: You can easily go back flashing stock rom for FiiO M7 from here - M7 Firmware or for fiio M6 from here - M6 Firmware. Just flash it from recovery like my firmware
A: Why, when entering Magisk, there is a notification about an additional installation?
B: Since the magisk was installed "by hand", he did not unpack the files he needed to the Data section. To fix the problem without the module and install this module
A: Why is there only only my language in the keyboard?
B: Settings - Language & input - Virtual keyboard - Simple keyboard - Language
Uncheck the system languages and put them in the languages you need
A: Stuck on logo/bootloop!
B: Hold the power and pause button, after the screen turns off, press the button down, in recovery, select Wipe data.
Thanks for this, though I've been meaning around with it, magisk doesn't provide proper root, no root apps request and get granted root ever. Am I missing something?
Mentalmuso said:
Thanks for this, though I've been meaning around with it, magisk doesn't provide proper root, no root apps request and get granted root ever. Am I missing something?
Click to expand...
Click to collapse
Did you select magisk app in installer? You have M6 or M7?
tried this on a m9 and no luck im afraid, just stuck at the fiio logo on bootup, left for 30 mins, rebooted to recovery and wiped data again, left for an hour and no difference.
AntonIXO said:
Did you select magisk app in installer? You have M6 or M7?
Click to expand...
Click to collapse
M6, it seems userdata doesn't mount so the magisk data files don't install. You have the correct platform etc for mounting, but I'm not sure why it fails. Otherwise it all works great.
dubsflyt said:
tried this on a m9 and no luck im afraid, just stuck at the fiio logo on bootup, left for 30 mins, rebooted to recovery and wiped data again, left for an hour and no difference.
Click to expand...
Click to collapse
Flash stock firmware through recovery
AntonIXO said:
Flash stock firmware through recovery
Click to expand...
Click to collapse
Yeah sorry should have said, got it working again by flashing stock, but this rom didnt work unfortunately, happy to test again if you release another build or something
dubsflyt said:
Yeah sorry should have said, got it working again by flashing stock, but this rom didnt work unfortunately, happy to test again if you release another build or something
Click to expand...
Click to collapse
I've update rom. Try again.
cannot make it work even with new update:-(
unfortunately same result with the new update on the m9
any news?
installed on my M6 working great, the only thing I cant get working is magisk, I read above about the module zip but can't understand how to install it, apart from that everything is perfect, keep up the great work.
Paris333 said:
installed on my M6 working great, the only thing I cant get working is magisk, I read above about the module zip but can't understand how to install it, apart from that everything is perfect, keep up the great work.
Click to expand...
Click to collapse
Go to magisk, press cancel in window and install module from module menu
Please please update for m9...
Any news ?
m9 업데이트 해주세요 ... 제발 ..
Just tried today's version but it dows not install.
after installing statrs after 2 or 3 seconds it reboots
I seem to have the same issue as Mentalmuso and Paris333; Magisk isn't giving out root permissions on the M6. When I try to flash module.zip via the modules tab in the magisk manager app I get:
Code:
! Unsupported/Unknown image format
! Installation failed
The magisk debug log is only full of:
Code:
su: request from pid={XXXXX}
su: request from uid={XXXXX}
su: request rejected (XXXXX)
for all of the root applications I tried to test it with
but when I go to the "superuser" tab it aggravatingly says "No app has asked for superuser permission yet."
My magisk app is the default non-updated version installed via the proshi_m6_en aroma installer. I did do full factory reset via the debug menu and followed all instructions, so the installation is very clean. Everything that doesn't need root works perfectly fine, xposed even shows up as active. I've tried a few things, like updating to the new v22 magisk app via the v22 magisk manager, but I always just run into the same boot.img unsupported error as above. Maybe I've missed something, let me know if you need anything tested, as I do have a few M6 to play around with that I don't mind bricking.
On an unrelated note: your paypal says you are not accepting payments.
Admiral_Face said:
I seem to have the same issue as Mentalmuso and Paris333; Magisk isn't giving out root permissions on the M6. When I try to flash module.zip via the modules tab in the magisk manager app I get:
Code:
! Unsupported/Unknown image format
! Installation failed
The magisk debug log is only full of:
Code:
su: request from pid={XXXXX}
su: request from uid={XXXXX}
su: request rejected (XXXXX)
for all of the root applications I tried to test it with
but when I go to the "superuser" tab it aggravatingly says "No app has asked for superuser permission yet."
My magisk app is the default non-updated version installed via the proshi_m6_en aroma installer. I did do full factory reset via the debug menu and followed all instructions, so the installation is very clean. Everything that doesn't need root works perfectly fine, xposed even shows up as active. I've tried a few things, like updating to the new v22 magisk app via the v22 magisk manager, but I always just run into the same boot.img unsupported error as above. Maybe I've missed something, let me know if you need anything tested, as I do have a few M6 to play around with that I don't mind bricking.
On an unrelated note: your paypal says you are not accepting payments.
Click to expand...
Click to collapse
try installing magisk manager v7.5.1 , im using that one with success. Getting root access now. I think half of it is actually the super lag we are getting with having play store, i have put together a very stripped down version of the stock firmware, removed a load of useless apps that all take up precious ram. I am simply downloading my preferred streaming app (deezer) and a couple of other useful apps (terminal, root explorer, magisk manager) and storing them all on my ext sdcard to install after clean install. I seem to be having a pretty fluid experience now.
anyone can fix da M9 file? it does not install any file to the device...

[ROM][OFFICIAL][hotdogg][11.0] crDroidAndroid v7.x

{
"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"
}
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/11.0/README.mkdn
Flashing Instructions:
Pre-installation:
crDroid Recovery (Download from here)
gapps (Download from here)
Magisk 20.0 or newer for root (after first boot) - (Download from here)
First time installation:
You must have crDroid recovery installed in both slots
Boot crDroid recovery
Format Data
Plug your phone to pc and Apply update via ADB
Run adb sideload <drag_crdroid_zip_here>
Install gapps (Optional)
Reboot recovery again (from advanced menu)
Plug your phone to pc and Apply update via ADB
Run adb sideload <drag_gapps_zip_here>
Reboot
Update installation:
You must have crDroid recovery installed in both slots
Boot crDroid recovery
Plug your phone to pc and Apply update via ADB
Run adb sideload <drag_crdroid_zip_here>
Install gapps (Optional)
Reboot recovery again (from advanced menu)
Plug your phone to pc and Apply update via ADB
Run adb sideload <drag_gapps_zip_here>
Reboot
NOTE: If all the flashing process succeeds the terminal output will stop at 47% and report adb: failed to read command: Success. In some cases it will report adb: failed to read command: No error which is also fine.
Sources:
ROM: https://github.com/crdroidandroid
Device sources: https://github.com/hotdogg-dev
Download:
ROM https://crdroid.net/hotdogg
Changelog: https://raw.githubusercontent.com/c..._vendor_crDroidOTA/11.0/changelog_hotdogg.txt
Known issues:
* You tell me
NOTE: Default camera and gallery are from OxygenOS to have all features and cameras working. Video section of the camera will force close the app, you can take videos but doing a long press on camera shutter button.
Visit official website @ crDroid.net
DarkJoker360 Telegram Updates
crDroid Community Telegram
crDroid Updates Channel
Donate to help our team pay server costs
Reserved
Thank You for adding this rom. Been a long time since I've ran crDroid. Really looking forward to it.
so i have looked, but what do you mean with having "crDroid REcovery installed on both slots?"
so in fastboot i would set current slot a.. flash recovery, then set slot b.. flash recovery?
been out of the flashing thing since the LG v20 so this has changed a bit.
Good day all. I just flashed my onplus 7t McLaren to crDroid Rom. And I love it. Just a quick question. When the screen is off I have to press the power button for it to wake up. How can I do it so I tapped on the screen instead for it to come up? Thank you
Northern Lights said:
Good day all. I just flashed my onplus 7t McLaren to crDroid Rom. And I love it. Just a quick question. When the screen is off I have to press the power button for it to wake up. How can I do it so I tapped on the screen instead for it to come up? Thank you
Click to expand...
Click to collapse
Under Display setting if you scroll all the way down you can turn on tap to wake
Superxer said:
Under Display setting if you scroll all the way down you can turn on tap to wake
Click to expand...
Click to collapse
Thank you very much that did it..
So far, super impressed with this ROM and the overall experience! I like the little "ditties" under the Welcome to crDroid at the top!
So question, the Preinstallation section says, "Magisk 20.0 or newer for root (after first boot) - (Download from here)". I have installed the Magisk APK from the Github repo, and it confirms "Ramdisk Yes" which, from what I am reading on Magisk's install page, means I need to patch the boot.img file. Magisk says, "You should be able to extract the file you need from the official firmware packages or your custom ROM zip (if using one)." I think that means I need to somehow extract this .img file from crDroidAndroid-11.0-20210927-hotdogg-v7.10.zip. However, when I look into that zip, I'm not seeing it. Forgive me if I am just misinformed or overlooking something!
Super happy to see some development on hotdogg again, and one of my favorite ROMs no less. I just hope to get regular updates unlike everything else (besides Carbon 8.0, not even 9.0), but am super happy to find everything working, unlike some of the one off ROM builds on here. So far, no problem (other than not realizing Gapps weren't included and Magisk causing softbricks if installed before setup). Everything tested so far is working and has the battery life I expect from crDroid.
TitaniumCoder477 said:
So far, super impressed with this ROM and the overall experience! I like the little "ditties" under the Welcome to crDroid at the top!
So question, the Preinstallation section says, "Magisk 20.0 or newer for root (after first boot) - (Download from here)". I have installed the Magisk APK from the Github repo, and it confirms "Ramdisk Yes" which, from what I am reading on Magisk's install page, means I need to patch the boot.img file. Magisk says, "You should be able to extract the file you need from the official firmware packages or your custom ROM zip (if using one)." I think that means I need to somehow extract this .img file from crDroidAndroid-11.0-20210927-hotdogg-v7.10.zip. However, when I look into that zip, I'm not seeing it. Forgive me if I am just misinformed or overlooking something!
Click to expand...
Click to collapse
So the easiest way to install magisk and (I did it on this ROM) is to rename magisk.apk to magisk.zip and install that through TWRP. On this ROM, you MUST do it after setup or risk a potential soft-brick.
Found my first issues. Cannot install Magisk modules through the Magisk app, and TWRP decryption doesn't seem to work. I'm not sure if the issues are related, but the Magisk issue seems related to the kernel and it's ability to process different file formats. Interesting enough, Substratum module installed automatically fine and Systemless hosts also works fine, but modules from the repo fall with a simple "Installation Failed" message. Tried turning off passcode but that didn't allow TWRP to see any folders inside /sdcard still so couldn't try installing modules in TWRP how I normally would either.
I have been using with this rom and i wanted to see if anyone had this issue, lets say you are on a call and I have the speaker on, I hear crackling noises. ?? cant figure out
thats_the_guy said:
Super happy to see some development on hotdogg again, and one of my favorite ROMs no less. I just hope to get regular updates unlike everything else (besides Carbon 8.0, not even 9.0), but am super happy to find everything working, unlike some of the one off ROM builds on here. So far, no problem (other than not realizing Gapps weren't included and Magisk causing softbricks if installed before setup). Everything tested so far is working and has the battery life I expect from crDroid.
So the easiest way to install magisk and (I did it on this ROM) is to rename magisk.apk to magisk.zip and install that through TWRP. On this ROM, you MUST do it after setup or risk a potential soft-brick.
Click to expand...
Click to collapse
I was looking for a method that didn't involve TWRP since I too came across the same issues you encountered. I actually just finished rooting crDroid a few minutes ago. Here were my steps:
Grab a copy of payload-dumper-go (I used payload-dumper-go_1.2.0_linux_amd64.tar.gz)
Make it executable and install golang if you haven't already
Unzip crDroidAndroid-11.0-20210927-hotdogg-v7.10.zip
Type: ./payload-dumper-go crDroidAndroid-11.0-20210927-hotdogg-v7.10/payload.bin
Copy the boot.img file from new folder to your phone
Also copy Magisk-v23.0.apk to your phone and install it
Open the Magisk app and and tap Magisk > Install
Choose Select and Patch a File (should be the only option you can choose at the moment)
Browse to and choose the boot.img file
Once patched, copy the resulting magisk patched .img file back to your computer
Restart your phone into fastboot mode
Then flash with: fastboot flash boot /path/to/your/magisk_patched.img file
You may also want to flash the other boot; for example, in my case boot_a was flashed, so I then typed: sudo ./fastboot flash boot_b ~/Downloads/magisk_patched-23000_dCYIE.img
Then restart your phone!
These are the steps I performed, gleaned from the Magisk github's install.html#magisk-in-recovery page and also @gwolfu at https://forum.xda-developers.com/t/...droid-v7-10-13-sep-2021.4292267/post-85192599
Northern Lights said:
I have been using with this rom and i wanted to see if anyone had this issue, lets say you are on a call and I have the speaker on, I hear crackling noises. ?? cant figure out
Click to expand...
Click to collapse
I have not experienced any issues so far. Are you talking about speaker phone when you're on a call? If so, I will try that on my next call and let you know.
TitaniumCoder477 said:
I have not experienced any issues so far. Are you talking about speaker phone when you're on a call? If so, I will try that on my next call and let you know.
Click to expand...
Click to collapse
Hi Titanium, yes when Im on a speaker phone. This doesnt happen always but often. Thanks
Northern Lights said:
Hi Titanium, yes when Im on a speaker phone. This doesnt happen always but often. Thanks
Click to expand...
Click to collapse
Well, I've had a few calls both on and off speaker phone with no issues. Very clear.
What are the fastboot commands to flash crDroid recovery to both A/B slots?
gnabtib8 said:
What are the fastboot commands to flash crDroid recovery to both A/B slots?
Click to expand...
Click to collapse
fastboot flash recovery_a <drag_recovery_img_here>
fastboot flash recovery_b <drag_recovery_img_here>
gnabtib8 said:
What are the fastboot commands to flash crDroid recovery to both A/B slots?
Click to expand...
Click to collapse
Nevermind, I see you asked about recovery and it's been answered!
So far so good, it's breath of fresh air to wipe away all the TMobile bloat. Is wireguard support and Dolby audio (OnePlus 7 pro build uses) planned features? Thank you for this build
This Dolby Atmos magisk module with audio modification library magisk module fixes the low volume issue.
GitHub - reiryuki/Dolby-Atmos-OnePlus-8-Visible-Magisk-Module
Contribute to reiryuki/Dolby-Atmos-OnePlus-8-Visible-Magisk-Module development by creating an account on GitHub.
github.com
Does anyone have L1 with this rom?

[ROM] Samsung Galaxy J8 Debloated+Rooted Stock Rom v7.1 - J810F/G/M/Y/GF - j8y18lte

{
"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"
}
YOU ARE THE SOLE RESPONSINLE FOR WHAT HAPPENS TO YOUR DEVICE. PROCEED WITH CAUTION!​
Hi all! I should have posted this years ago but anyways... This rom is made due to the fact that there is no bug-free rom for Galaxy J8, not even any development going on. So, I decided to de-bloat the latest stock firmware, polish it a bit, configure some settings and fix some of the issues.
Twrp and Root Guide: https://forum.xda-developers.com/t/...d-flash-twrp-j810f-g-m-y-gf-j8y18lte.4479201/
WORKING
Everything that works on stock rom, including VOLTE.​
NOT WORKING
Nothing.
CHANGELOG
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder.
BLOATWARE LIST
Read the "More Info About Bloatwares" pdf file inside the Google Drive folder.
INSTRUCTIONS​HOW TO MAKE A CLEAN INSTALLATION (WARNING! YOU WILL LOSE ALL YOUR DATA INCLUDING INTERNAL STORAGE -pictures, songs, downloads, files, apps etc.-)
1. Install/Update TWRP (use v3.5.0) (big thanks go to goldfish07)
2. Create backup, INCLUDING VENDOR (everything you need - including your files in internal storage - use an external storage if possible)
3. Reboot into TWRP. Navigate to Wipe/Format Data type yes and apply it. Then, go to Wipe-Advanced Wipe, select ONLY these "Dalvik/Art Cache - System - Vendor - Data - Cache" and format them.
4. Copy "J8_De-Bloated_Stock_Rom_v7.1.zip" to your internal or external storage and flash it.
5. Reboot and enjoy! (it might say "NO OS INSTALLED", it is normal when you format system from advanced wipe and then install the zip, just swipe and system will start) (first boot may take a couple of minutes, please be patient, YOU WILL ONLY SEE THE "SAMSUNG LOGO", NOT the animation and it is NORMAL)
HOW TO MAKE A DIRTY INSTALLATION (ONLY IF YOU ARE COMING FROM ANOTHER VERSION OF DEBLOATED ROM) (YOU WILL NOT LOSE ANY DATA)
1. Open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android.
2. Go inside the "data" folder and delete the 3 folders (adb, app, system). Do not delete the "local" folder.
3. Copy the "J8_De-Bloated_Stock_Rom_v7.1.zip" to your phone.
4. Reboot into TWRP.
5. Flash the "J8_De-Bloated_Stock_Rom_v7.1.zip".
6. When installation completes, select "Wipe cache/dalvik" and swipe.
7. Reboot and enjoy!
Contributors
goldfish07 (Ayush Bisht) for anykernel and TWRP
Kernel Source (thanks to goldfish07 (Ayush Bisht))
GitHub - goldfish07/android_kernel_samsung_j8y18lte: base: LA.UM.8.6.r1-04700-89xx.0
base: LA.UM.8.6.r1-04700-89xx.0. Contribute to goldfish07/android_kernel_samsung_j8y18lte development by creating an account on GitHub.
github.com
ROM INFO:
Security Patch Level2021-12-01OS VersionAndroid 10PDAJ810FJXU6CVA1
Download: https://tinyurl.com/J8-Debloated-Rom
Reserved
New Update v7.1!
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder for changelog details.
BNFCTR said:
New Update v7.1!
Read the "!!! READ ME FIRST !!!" text inside the Google Drive folder for changelog details.
Click to expand...
Click to collapse
Hi, thank you firstly.
I installed this rom everythink is ok but no internet connection.
Any solution?
sinanlenfom said:
Hi, thank you firstly.
I installed this rom everythink is ok but no internet connection.
Any solution?
Click to expand...
Click to collapse
Please follow the clean installation steps carefully.
Hi bro thank you so much this rom work perfectly everything work thanks a lot
Download link (https://tinyurl.com/J8-Debloated-Rom) is not working ((
Who can share it?
there is a way to make a ROM to make the touch work, I have a j810m and the touch stopped after updating to Android 10 binary 3 version, I had changed the display and I didn't know I couldn't update
Cheat said:
Download link (https://tinyurl.com/J8-Debloated-Rom) is not working ((
Who can share it?
Click to expand...
Click to collapse
The link is working. Please try using another browser or use vpn.
jabsjrm said:
there is a way to make a ROM to make the touch work, I have a j810m and the touch stopped after updating to Android 10 binary 3 version, I had changed the display and I didn't know I couldn't update
Click to expand...
Click to collapse
While system update check, it also verifies your display originality. If you change your display on untouched stock rom, it will be permanently disabled unfortunately. You should have upgraded to debloated rom or disabled system update apps so that you could keep using changed display. There is no luck fortunately. (you cannot downgrade to Android 9 to solve the issue because bootloader does not allow that)
This and the "More info about bloatwares" is great, thanks for all your efforts. The device is finally usable without stutter even when scrolling.
But there is a small thing -> I think you should remove default magisk so that it can be installed with app and be able to update.
erfto said:
This and the "More info about bloatwares" is great, thanks for all your efforts. The device is finally usable without stutter even when scrolling.
But there is a small thing -> I think you should remove default magisk so that it can be installed with app and be able to update.
Click to expand...
Click to collapse
You're welcome. I configured some of the Magisk settings so that you do not need to do anything so as to be able to successfully pass SafetyNet. Additionally, If I remove default installation of Magisk as an app, stub app will give you error while downloading the app unfortunately. Lastly, Magisk v24.3 is the latest working version for J8. Magisk v25.x versions will bootloop the device. Therefore, do not attempt to update Magisk. Considering these issues, I decided to include Magisk and its configurations. If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
BNFCTR said:
You're welcome. I configured some of the Magisk settings so that you do not need to do anything so as to be able to successfully pass SafetyNet. Additionally, If I remove default installation of Magisk as an app, stub app will give you error while downloading the app unfortunately. Lastly, Magisk v24.3 is the latest working version for J8. Magisk v25.x versions will bootloop the device. Therefore, do not attempt to update Magisk. Considering these issues, I decided to include Magisk and its configurations. If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
Click to expand...
Click to collapse
I'm not knowledgable about this but i get it now, thanks for informing !
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
X - root said:
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
Click to expand...
Click to collapse
just do what was posted above?
BNFCTR said:
... SNIP ... If you still want to remove it, open "J8_De-Bloated_Stock_Rom_v7.1.zip" using the latest version of "WinRAR" on pc or the latest version of "RAR" on Android. Go inside the "data" folder and delete the 2 folders (adb, app). Then flash the .zip.
Click to expand...
Click to collapse
Where are people getting TWRP from? I can't see it listed for the J8 on their website: https://twrp.me/Devices/Samsung/
There's an unofficial one here:
[RECOVERY] TWRP 3.6.x.x for Samsung Galaxy J810G/GF/F/M/Y j8y18lte
TWRP 3.6.x.x for Samsung Galaxy J8 Note: I AM NOT RESPONSIBLE OF ANY DAMAGE WILL HAPPEN AFTER YOU FLASH THIS TWRP , ALWAYS DO BACKUP FIRST DOWNLOAD MODE 1. power off your Samsung J8/On8 2. press & hold both vol+ & vol- keys and insert USB driver...
forum.xda-developers.com
Bro i need galaxy theme is there any solution ?
X - root said:
where i can get non root (magisk) boot.img
i want to uninstall magisk from this rom.
thank you so much dev
Click to expand...
Click to collapse
You can uninstall it from Magisk homepage "Uninstall Magisk". The system may not boot without Magisk. Keep this in mind.
Canyoning.cat said:
Where are people getting TWRP from? I can't see it listed for the J8 on their website: https://twrp.me/Devices/Samsung/
There's an unofficial one here:
[RECOVERY] TWRP 3.6.x.x for Samsung Galaxy J810G/GF/F/M/Y j8y18lte
TWRP 3.6.x.x for Samsung Galaxy J8 Note: I AM NOT RESPONSIBLE OF ANY DAMAGE WILL HAPPEN AFTER YOU FLASH THIS TWRP , ALWAYS DO BACKUP FIRST DOWNLOAD MODE 1. power off your Samsung J8/On8 2. press & hold both vol+ & vol- keys and insert USB driver...
forum.xda-developers.com
Click to expand...
Click to collapse
Here: https://forum.xda-developers.com/t/...d-flash-twrp-j810f-g-m-y-gf-j8y18lte.4479201/
Kevin Ackerman said:
Bro i need galaxy theme is there any solution ?
Click to expand...
Click to collapse
Download the necessary apps from "Deleted Apps" folder inside the Google Drive folder and copy them to corresponding folder and reboot.

Categories

Resources