Screen recording of restricted app - General Questions and Answers

Hello all
I want to screen record my app which is Next Ias.
Tried all possible ways of cloning, phone root etc etc.
Is there anyone who can do this for me, i can pay.

There is a Win version...

Can you please elaborate?
Did't understand what you are asking...

CXZa said:
There is a Win version...
Click to expand...
Click to collapse
If you're asking for windows version. So yes it have

Try to record the screen with that. Or sniff the trafic.

CXZa said:
Try to record the screen with that. Or sniff the trafic.
Click to expand...
Click to collapse
Sir I don't have much knowledge of this. Could you please help me, it you want i will pay for it too.
Please message me on telegram
@Purohitprem07

Look inside here:
Bypass an Android app’s screenshot restriction
Use Google Assistant to take a screenshot that isn’t allowed by the app
techhelpkb.medium.com

xXx yYy said:
Look inside here:
Bypass an Android app’s screenshot restriction
Use Google Assistant to take a screenshot that isn’t allowed by the app
techhelpkb.medium.com
Click to expand...
Click to collapse
Sir the restricts that

prem purohit said:
Sir the restricts that
Click to expand...
Click to collapse
The app restricts that

If your device is rooted with Magisk, then it is possible.
For me with Android 12 and Magisk v25.2, LSPosed module plus Disable-FLAG_SECURE works well. If set up correctly, you should be able to screen record any applications you want.
The following explains the instructions well:
Take Screenshot on Blocked Apps | Black Screenshot Issue | Disable Flag Secure 2 - xiaomiui
In some apps when you try take a screenshot, it just takes a black screen shot. This is because of security. To overcome this, you should follow the steps in
xiaomiui.net

1987tlz said:
If your device is rooted with Magisk, then it is possible.
For me with Android 12 and Magisk v25.2, LSPosed module plus Disable-FLAG_SECURE works well. If set up correctly, you should be able to screen record any applications you want.
The following explains the instructions well:
Take Screenshot on Blocked Apps | Black Screenshot Issue | Disable Flag Secure 2 - xiaomiui
In some apps when you try take a screenshot, it just takes a black screen shot. This is because of security. To overcome this, you should follow the steps in
xiaomiui.net
Click to expand...
Click to collapse
Can you help me with this if done i can pay you
@Purohitprem07 telegram I'd

What step are you having issues with? Where are you up to?
The quick summary is essentially:
1. What device are you using? And what is the level of Android?
2. Is your device rooted with Magisk? If not, then follow the instructions listed (or look within the sub-forums for the device in the XDA forums):
GitHub - topjohnwu/Magisk: The Magic Mask for Android
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
3. Then install LSPosed: https://github.com/LSPosed/LSPosed
4. Now install the Disable-FLAG_SECURE app: https://github.com/VarunS2002/Xposed-Disable-FLAG_SECURE
4. Finally, open LSPosed and configure Disable-FLAG_SECURE to allow screen recording of the required application (detailed instructions for this step is listed at https://xiaomiui.net/lsposed-module-disabe-flag-secure-2-9732/)

Related

[TOOL] Xiaomi ADB/Fastboot Tools

Hi everyone!
I'm Saki, a long time tech enthusiast, Xiaomi fan and developer. More than a year ago I started working on a program, called Xiaomi ADB/Fastboot Tools, that makes it easy to manipulate Xiaomi phones using ADB and Fastboot, which are official debugging tools for Android. They have command line interfaces and they can be used for a variety of things, including but not limited to uninstalling system applications, overriding screen density (DPI), enabling camera2 and flashing ROMs. This application makes their most popular features easily accessible to less tech-savvy users by providing a GUI to interact with.
Modules
App Manager - Uninstall/reinstall/disable/enable system apps and services on demand
Camera2 - Enable Camera2 and EIS (TWRP required)
File Explorer - Transfer files between a device and a computer using ADB
Screen density - Tweak screen density by overriding the DPI value
Screen resolution - Tweak screen resolution by overriding the width and height values
Device properties - Retrieve tons of statistics and information about your device
Flasher - Flash any partition with an image, boot to any image or flash a Fastboot ROM (unlocked bootloader required)
Wiper - Wipe the cache or perform a factory reset
OEM Unlocker & Locker - Lock or unlock the bootloader (unlocking is only supported by Android One devices)
ROM Downloader - Get links to the latest MIUI Fastboot ROMs or download them right away
Rebooter - Advanced rebooting options using ADB/Fastboot
The application has been in the works for over a year, some older versions even got posted on Reddit where the reception was overwhelmingly positive. The project is free and open-source, the source code is publicly available on GitHub so anyone can inspect the code or fork the project for themselves and add their own modifications to it if they want.
The Xiaomi/ADB Fastboot Tools was originally written in C# for Windows but I received a lot of requests to make it work on Mac and Linux so I rewrote the whole thing for the JVM, so it runs on Windows, MacOS and Linux as of today.
For more information, including instructions, screenshot, frequently asked questions and download, visit the project page on GitHub.
If you experience any issues, read the FAQ. If you cannot find the solution there, leave a comment here or open an issue case on GitHub. Feedback is highly appreciated!
For additional help with Xiaomi devices, feel free to visit the Xiaomi Community on Discord.
Thanks for reading and enjoy :angel:
Tell me. More about the EIS... Does it work with app like open camera...
Because EIS in Poco doesn't work in any camera app except stock camera
Sent from my POCOPHONE F1 using Tapatalk
Mr.Sm1th said:
Tell me. More about the EIS... Does it work with app like open camera...
Because EIS in Poco doesn't work in any camera app except stock camera
Sent from my POCOPHONE F1 using Tapatalk
Click to expand...
Click to collapse
Not sure if there's anything different about the Poco, but the method used here is equivalent to enabling persist.camera.eis.enable. If you tried enabling that and you didn't get anything out of it, this won't make any difference. The options to enable Camera2 and EIS are mainly for Gcam.
With this tools it's more easy to remove the bloatware as with a regular minimal adb?
Mikael1013 said:
With this tools it's more easy to remove the bloatware as with a regular minimal adb?
Click to expand...
Click to collapse
To me, checking a few boxes and clicking a button is much easier than entering a line of arguments for each application.
hi, i can't open it on my pc. i'm using windows 10 with java se development kit 11 and java runtime environment 8 installed.
Nice to see Xiaomi Reddit moderator here posting about the tool. For anyone asking: it works well for every MIUI version I tried. Though I've moved back to older version may be v2.0.0.2 cause that doesn't require java to run and I don't feel comfortable to install java bloatware just to use this tool.
Thank you Saki for the tool.
could you post link for that older version that doesn't require java
chilling said:
hi, i can't open it on my pc. i'm using windows 10 with java se development kit 11 and java runtime environment 8 installed.
Click to expand...
Click to collapse
If you have the Java 11 SDK, you have the JRE 11 as well. I'm afraid you have to download and use JavaFX with that JRE or uninstall Java 11 to be able to use JRE 8.
DomagojX said:
could you post link for that older version that doesn't require java
Click to expand...
Click to collapse
It's in the original post. Be aware that it doesn't have nearly as many features and can also contain a few bugs I haven't come across.
Is there a way to restore the Mi Cleaner app without doing a factory reset? (Redmi 4X running MIUI 10.3)
Nathan-NL said:
Is there a way to restore the Mi Cleaner app without doing a factory reset? (Redmi 4X running MIUI 10.3)
Click to expand...
Click to collapse
None that I know of.
Saki_EU said:
If you have the Java 11 SDK, you have the JRE 11 as well. I'm afraid you have to download and use JavaFX with that JRE or uninstall Java 11 to be able to use JRE 8.
Click to expand...
Click to collapse
already uninstalled jre 8. version 5.3 now works. thank you!
chilling said:
already uninstalled jre 8. version 5.3 now works. thank you!
Click to expand...
Click to collapse
Great to hear! So sorry you had to wait so long for the Java 11 compatible release, Oracle messed things up bad!
Version 5.4 is out!
Changelog and download on GitHub.
Thank you for app.
Nice app! Can it uninstall system apps too?
Version 6.0 is out!
Changelog:
- New module in ADB: File Explorer
- Added a check for updates on startup
- Minor UI changes
- Updated Kotlin library
- Minor code optimisations
Download link in the OP.
bowlofsausage said:
Nice app! Can it uninstall system apps too?
Click to expand...
Click to collapse
That's what it's for! It doesn't even offer apps for uninstallation that you can easily uninstall by yourself
Saki_EU said:
That's what it's for! It doesn't even offer apps for uninstallation that you can easily uninstall by yourself
Click to expand...
Click to collapse
I see line to add packages to uninstall list by name and i suppose i can unninastal it then. Can I see all list of apps at once not by adding by myself? Now on application start i only see some miui and google apps to uninstall, no other packages names

Deep TEST fot OPPO RENO ACE(unlock bootloader)

OPPO's official website provides users with an official way to unlock bootloader.
coloros link:
https://bbs.coloros.net/graphic?id=1498611
you need to install the deeptest.apk to submit unlock request.
The application must meet all the following conditions:
1. The time to market must be more than 3 months;
2. No application record within 60 days;
3. The last consecutive login time of the OPPO account on this machine exceeds 60 days;
4. The number of in-depth test users has not reached the quota limit;
5. Non-government enterprises and operators customize mobile phones;
6. Support mobile phones listed in mainland China.
Unfortunately, there are currently no available quota.But if you want , you have to register an oppo account,and login time should more than 60 days.
So does this mean we can install custom rooms?
So... Hey guys,
I just wanted to let everyone know that I was actually able to flash the GSI from the link below on my OPPO Reno Ace:
https://forum.xda-developers.com/project-treble/trebleenabled-device-development/aosp-10-0-quack-phh-treble-t3992559
I am super new to all this, but I decided to take the risk anyways because I really wanted to get away from ColorOS. Luckily it worked out to the point that the phone seems functional so far (just flashed it as of writing this).
Disclaimer: Do this at your own risk! I am not responsible for what happens to your phone for following what I did. Please think twice before trying! Also remember to back-up your phone first!
Before I continue on how I got it to work, I got the Reno Ace Gundam edition. Not sure if that makes a difference but I thought this should be mentioned. Also since I couldn't find a version of TWRP for the Reno Ace; I followed the instructions on how to flash without it.
Here are all the main links I used:
Walkthrough for Deep Test app: https://forum.xda-developers.com/find-X/how-to/guide-how-to-apply-deep-testing-pafm00-t3888013
GSI: https://forum.xda-developers.com/project-treble/trebleenabled-device-development/aosp-10-0-quack-phh-treble-t3992559
Flashing Instructions and "vbmeta.img": https://www.xda-developers.com/flash-generic-system-image-project-treble-device/
Extra Links in case of weird trouble. Hopefully you won't need it:
Google Usb Driver: https://developer.android.com/studio/run/oem-usb#InstallingDriver
How to manually install Google USB Driver: https://visualgdb.com/KB/usbdebug-manual/
Useful Key Word: Kedacom USB Device
*** Backup your phone before going forward.
Getting the Deep Testing app:
Now first, you do need to sign-up for an OPPO account. The link from the OP will take you to their site and you can sign-up from there.
- You will be required to login to your OPPO account in order to use the app.
- The file you download is named "Reno Ace深度测试.apk".
- Add ".apk" to the end of the filename if it's not already there. DO NOT rename the file.
- Once logged into your OPPO account on your phone, you stay logged in so you don't need to worry about actively logging in everyday.
- Next, follow the instructions on how to use the app from the Deep Test thread.
- Keep trying until your submission gets accepted, then the hardest part begins: you...wait...
- Once approved, it took ~2 days for me to be able unlock.
Make sure you have ADB ready on your computer:
- There are plenty of guides on it, so I'll just leave a link here; honestly I forgot the specifics already: https://www.xda-developers.com/install-adb-windows-macos-linux/
Steps:
- Prepare your GSI: You can look for other GSI(s), but from my research it seems safest to get it from here first; before trying others: GSI thread
- This link explains what GSI are and how to choose which one to get.
- *Make sure to extract the ".img" file from the ".img.xz" zip file.*
- Download "vbmeta.img" from "Troubleshooting Tips" of the "Flash GSI without TWRP" section of the How to Flash GSI Guide.
-After you've extracted the ADB folder, keep the files (.img files) you intend to flash within the "platform-tools" folder.
*Noob tip lol: Clicking on the folder address and typing "cmd" is the quick way to open command prompt within the directory.*
- *** There are some unique steps for the Reno Ace, if not all OPPO phones, due to the Deep Testing app. ***
- After you get your approval, note that if you press the "Start Deep Testing" text you will be immediately put into fastboot mode. SO DO NOT PRESS IT NOW.
- Make sure you have OEM Unlock and USB Debugging enabled within Developer Options. Then connect your phone to your PC and set it to transfer files.
- On computer, open command prompt within the "platform- tools" folder. Enter the command "adb devices", when you see your device ID and "device" next to it, this means the phone has been connected. (If a prompt on your phone pop-ups, tap the "Always allow this computer to USB Debug" and "Allow". This is just what I did, not sure if it's necessary).
- Now go into the Deep Testing app on your phone, tap on "Queue status" and then "Start Deep Testing".
- You should see the images from this Oppo Find X tutorial, on your phone. Landing on the screen with the big green "Start" on top.
- Once you're here, enter "fastboot flashing unlock" into ADB and you'll move on to the next screen where you select "Unlock the Bootloader".
- After confirming, your phone will factory reset itself, and reboot into ColorOS again.
- Check to make sure your phone is connected to adb.
- From here on you follow "Flash GSI without TWRP" part of the How to Flash GSI Guide starting at step 2. If you have your ".img" files in the "platform-tools" folder then you can skip step 3.
- Before step 5 you need to flash the vbmeta: fastboot flash vbmeta name_of_vbmeta.img
Then flash the GSI ".img" file with fastboot -w flash system name_of_system.img.
(The comments there mentions that the "-u" is incorrect and should be "-w", which worked for me.)
* Important: without flashing "vbmeta.img" you'll be stuck in a boot loop because the phone prevents you from booting into the GSI. If this does happen, hold down Volume Down and Power until the phone vibrates to boot back into "fastboot mode". Enter "fastboot device" in ADB to confirm the phone is connected, and start over from step 4 in the How to Flash GSI Guide. *
- Once you finish step 6 your phone should boot into the GSI.
Hopefully this proves useful. I'm no expert, I simply found my way around things.
I honestly have no idea where to go from here, Magisk? LineageOS? If anyone can give me some pointers, that would be very much appreciated.
Things that are not working for me:
- Can't setup In-screen Fingerprint sensor
I got a twrp that works just finished rooting with help of the vbmeta above
Darktron13 said:
I got a twrp that works just finished rooting with help of the vbmeta above
Click to expand...
Click to collapse
Would you mind giving a link to the twrp you found? I was searching around for one as well, but I couldn't find anything I felt comfortable with.
Also did you also flash a gsi? If you did, I was wondering if your headphone jack is working. Mine doesn't work anymore; the phone seems to recognize it, but no headphone icon shows up and sound plays through the speakers only.
falsewind said:
Would you mind giving a link to the twrp you found? I was searching around for one as well, but I couldn't find anything I felt comfortable with.
Also did you also flash a gsi? If you did, I was wondering if your headphone jack is working. Mine doesn't work anymore; the phone seems to recognize it, but no headphone icon shows up and sound plays through the speakers only.
Click to expand...
Click to collapse
Haven't install any gsi just have ColorOS 7.1 C.27 I cant remember where I got that twrp from all I know is a Chinese twrp think I found it on some baidu drive I was just waiting on approval from the in depth testing app.
Darktron13 said:
Haven't install any gsi just have ColorOS 7.1 C.27 I cant remember where I got that twrp from all I know is a Chinese twrp think I found it on some baidu drive I was just waiting on approval from the in depth testing app.
Click to expand...
Click to collapse
Thanks for the quick reply. I think I know where that's from. I believe that it's from here:
http://www.romleyuan.com/lec/read?id=348
Let me know if it looks familiar. Great to know that it works!
falsewind said:
Thanks for the quick reply. I think I know where that's from. I believe that it's from here:
http://www.romleyuan.com/lec/read?id=348
Let me know if it looks familiar. Great to know that it works!
Click to expand...
Click to collapse
Yes looks familiar it should be that one the twrp itself has Chinese and English languages.
Formatting and wipe is working otg also haven't really tested alot also you can flash ozip stock rom with it if you plan on rooting the boot gets corrupted but with the vbmeta bypasses it.
if you plan on installing V4A don't do the magisk module will bootloop have to look for the rootless V4A. (also need AML and the sound is great)
also don't change to f2fs i did it and the phone make weird noises went back to ext4.
Darktron13 said:
Yes looks familiar it should be that one the twrp itself has Chinese and English languages.
Formatting and wipe is working otg also haven't really tested alot also you can flash ozip stock rom with it if you plan on rooting the boot gets corrupted but with the vbmeta bypasses it.
if you plan on installing V4A don't do the magisk module will bootloop have to look for the rootless V4A. (also need AML and the sound is great)
also don't change to f2fs i did it and the phone make weird noises went back to ext4.
Click to expand...
Click to collapse
Awesome! Thanks for the info, it will come in handy later on. Still just learning and getting familiar with all this.
A follow up after a couple of days of using phhusson's gsi.
Overall the phone is functioning very well. Generally smoother than on ColorOS.
Things to note:
- Battery life is good, same if not better than on ColorOS.
- Fast charge works. Full charge in around under 30 mins.
- Wi-fi works and Data works.
- Phone and Text work.
- Camera works.
- Headphone jack won't work until you go into the treble-settings (Phh Treble Settings) -> Qualcomm features -> and turn on "Use alternate audio policy"; then restart your phone. Then it will work again, although no headphone icons will appear. I don't use Headsets, so I couldn't test if that works as well.
- The phone will be rooted by default, so certain apps can't be downloaded, or used. (Root can be removed, but it doesn't seem like a good idea.) There are ways around this, but I didn't dive very deep into it.
Problems to note:
- In-screen fingerprint sensor can't be used.
- No auto-adjusting brightness.
- Brightness is a lot brighter than in ColorOS. Even lowest brightness is bright.
- Auto-Rotate is very sensitive and won't stay landscape when phone is flat on a table.
- Certain apps may not be full screen if you use the new gesture navigation. (Shadowverse)
- I didn't test Bluetooth or NFC. I don't use them much, or at all, so I'll follow up on that when the time comes and no one else has mentioned anything on them yet.
That should be all for now. Honestly very happy with the move. Hope this helps.
**Just an extra reminder that this is my experience with this specific gsi. **
Is this still available? I can't download the APK from Oppo, I logged onto my 'heytap' account but the download link just brings me to my account information.
twgib said:
Is this still available? I can't download the APK from Oppo, I logged onto my 'heytap' account but the download link just brings me to my account information.
Click to expand...
Click to collapse
I've reply back on the other post about Oppo Reno which model you have Ive posted both apks
Darktron13 said:
I've reply back on the other post about Oppo Reno which model you have Ive posted both apks
Click to expand...
Click to collapse
Thank you so much! You're too kind!
Nice to see some progress on this phone it has so much power and potential!
Help
Darktron13 said:
Haven't install any gsi just have ColorOS 7.1 C.27 I cant remember where I got that twrp from all I know is a Chinese twrp think I found it on some baidu drive I was just waiting on approval from the in depth testing app.
Click to expand...
Click to collapse
Please can you share the twrp, I have the device but it is really hard for me to download it from baidu, if you were already kind to share it, you would help me a lot to test the phone, thanks in advance. Sorry for my English, it's not very good.
is there any info about what stock rom you're using? i was trying to install Phh's AOSP gsi thourh fastboot, the system-quack-arm64-aonly-vanilla.img , and only to get stucked at the OPPO logo, i'm using C26 curently
刘欲杰lol said:
is there any info about what stock rom you're using? i was trying to install Phh's AOSP gsi thourh fastboot, the system-quack-arm64-aonly-vanilla.img , and only to get stucked at the OPPO logo, i'm using C26 curently
Click to expand...
Click to collapse
ok, i figured it out. Ace is a System-as-root device,so i need to use a/b img files
I wanna root my phone
OPPO Reno Ace Twrp.7z
1 file sent via WeTransfer, the simplest way to send your files around the world
we.tl
[这是color7 可以用的twrp 如果你们可以进去下载的话
xdsfh said:
OPPO's official website provides users with an official way to unlock bootloader.
coloros link:
ColorOS 12_话题_OPPO手机官方社区
ColorOS 12延续“无边界”设计理念,为你带来更懂你的智慧操作系统!
bbs.coloros.net
you need to install the deeptest.apk to submit unlock request.
The application must meet all the following conditions:
1. The time to market must be more than 3 months;
2. No application record within 60 days;
3. The last consecutive login time of the OPPO account on this machine exceeds 60 days;
4. The number of in-depth test users has not reached the quota limit;
5. Non-government enterprises and operators customize mobile phones;
6. Support mobile phones listed in mainland China.
Unfortunately, there are currently no available quota.But if you want , you have to register an oppo account,and login time should more than 60 days.
Click to expand...
Click to collapse
URL not found

Hide GPS Spoof Location Status on Android 10?

Hello all,
I'm new here and a huge noob so please bare with me. I'm looking to hide the spoof location status on my phone, so that I am able to bypass certain apps that don't respond to GPS Spoofing.
I came across [MODULE] Smali Patcher 7.4, but it was not recommended to use it using Android 10.
Are there any other options out there for me? If so, what are they?
Also, I am assuming I would need to root my device first? I have a Huawei P10, running Android 10, build number 11.0.0.170.
If someone could point me in the right directions I will be thankful!
t3t12 said:
Hello all,
I'm new here and a huge noob so please bare with me. I'm looking to hide the spoof location status on my phone, so that I am able to bypass certain apps that don't respond to GPS Spoofing.
I came across [MODULE] Smali Patcher 7.4, but it was not recommended to use it using Android 10.
Are there any other options out there for me? If so, what are they?
Also, I am assuming I would need to root my device first? I have a Huawei P10, running Android 10, build number 11.0.0.170.
If someone could point me in the right directions I will be thankful!
Click to expand...
Click to collapse
I will recommend just using any VPN on playstore.
But if you want to try the mock location found in developer options in phone settings you may use this app: https://play.google.com/store/apps/details?id=com.locationchanger
KelvinCrag said:
I will recommend just using any VPN on playstore.
Click to expand...
Click to collapse
Even if you can access websites in other countries via VPN, the location tracking of the mobile apps is still active.
t3t12 said:
Hello all,
I'm new here and a huge noob so please bare with me. I'm looking to hide the spoof location status on my phone, so that I am able to bypass certain apps that don't respond to GPS Spoofing.
Click to expand...
Click to collapse
With Android the ALLOW-MOCK-LOCATION flag is set in its settings database under
Code:
Settings.Secure.ALLOW_MOCK_LOCATION
Hence every app that has root access can read this entry.
xXx yYy said:
With Android the ALLOW-MOCK-LOCATION flag is set in its settings database under
Code:
Settings.Secure.ALLOW_MOCK_LOCATION
Hence every app that has root access can read this entry.
Click to expand...
Click to collapse
Yes, exactly, so I'm asking if there is a patch for this

unpack payload and images or root with rw permissions

hello to everyone​ i,m op8 os12 stock rom user and rooted as well
but i need to modify system few parts like build prop etc
i try many things to get rw access but failed
so there,s my first Q IS THIS POSSIBLE TO GET RW ACCESS IN OS12?
if possible then how? but incase its not possible then is this possible to unpack payload.bin
and modify system/vendor/product?
payload extracting is easy but is there any tool or kitchen which support these partitions unpack repack?
Why not just use a Magisk module?
Also, please make the font on your post more clear. The "black on gray" text is really cumbersome to read.
Xryphon said:
Why not just use a Magisk module?
Also, please make the font on your post more clear. The "black on gray" text is really cumbersome to read.
Click to expand...
Click to collapse
Hi thanks for time and showing your experience may i know which module you talk about and it'll be greatly appreciated if you pass the link
And sorry about font i create thread by pc in pc its looks very good
I'll edit tomorrow by pc
Mr Hassan said:
Hi thanks for time and showing your experience may i know which module you talk about and it'll be greatly appreciated if you pass the link
And sorry about font i create thread by pc in pc its looks very good
I'll edit tomorrow by pc
Click to expand...
Click to collapse
I believe an application is on the Play Store where you can edit your build. prop.
There's modules such as Pixelify that "change" your device into a Pixel.
Xryphon said:
I believe an application is on the Play Store where you can edit your build. prop.
There's modules such as Pixelify that "change" your device into a Pixel.
Click to expand...
Click to collapse
Bro build prop editing is easy once get rw
Ok I'm sure your talk about this module
[MAGISK] Pixelify
Pixelify Magisk Module A magisk module was created to make your android phone close to pixel devices. Current version - 2.2 So Features does this module provide? - Next Generation Assistant - Call Screening - Direct my call - Hold for me - Next...
forum.xda-developers.com
But still there's 2 thing's
1st this module just add few custom thing like boot animations etc not get rw
2nd in thread he already mentions oneplus os12 not support
Mr Hassan said:
Bro build prop editing is easy once get rw
Ok I'm sure your talk about this module
[MAGISK] Pixelify
Pixelify Magisk Module A magisk module was created to make your android phone close to pixel devices. Current version - 2.2 So Features does this module provide? - Next Generation Assistant - Call Screening - Direct my call - Hold for me - Next...
forum.xda-developers.com
But still there's 2 thing's
1st this module just add few custom thing like boot animations etc not get rw
2nd in thread he already mentions oneplus os12 not support
Click to expand...
Click to collapse
Oh. I had assumed you were on a custom ROM. It works best on there.
Xryphon said:
Oh. I had assumed you were on a custom ROM. It works best on there.
Click to expand...
Click to collapse
No no bro its stock rom

Question How to activate Call Recording (Android 12)

Hi there all!
I'm a quite novice user that desperately needs call recording for my OnePlus Nord CE 2. I've tried the other way that worked for Android 11, but in my case in never works (I complete the installation but you never see the record button on the OnePlus dialer).
I'm from EU. Is there any way to bypass this obstacle? Will the joneplus tools solution work for my case?
Thank you,
Happy New Year folks,
Saboteur
Hi, I can confirm that the magisk module Basic Call Recorder works:
GitHub - chenxiaolong/BCR: A Basic Call Recorder for rooted Android devices
A Basic Call Recorder for rooted Android devices. Contribute to chenxiaolong/BCR development by creating an account on GitHub.
github.com
But your phone needs to be rooted for it to work.
Thank you trohn!
Still my phone is not rooted (and I'm not quite sure how I could succeed in this task!). Is there any easy way to do it?
Saboteur81 said:
Thank you trohn!
Still my phone is not rooted (and I'm not quite sure how I could succeed in this task!). Is there any easy way to do it?
Click to expand...
Click to collapse
Sry for the late reply! While the task isn't trivial for beginners, it can be done easily by following tutorials.
Basically you just need to unlock your bootloader, download the firmware/rom file you currently have intalled, extract the boot.img from it, copy the boot.img on your phone, download and install magisk app on your phone, patch the boot.img and flash it via magisk, done.

Categories

Resources