enable camera 2 api on redmi note 5 pro? - Xiaomi Redmi Note 5 Pro Themes, Apps, and Mods

I there any trick to enable camera 2 api without unlocking bootloader and root ??

solanki zeel said:
I there any trick to enable camera 2 api without unlocking bootloader and root ??
Click to expand...
Click to collapse
No,you have to unlock bootloader.

There is no way to do this without unlocking the bootloader first.
You do not need root(certainly not on LineageOS), it is enough to go to twrp > mount > check system, then advanced > terminal and
Code:
echo "persist.camera.HAL3.enabled=1" >> /system/build.prop
And that is that.
Also, I recommend you to backup "build.prop".
I am not responsible for anything you might destroy by this. Please do your research before copying any code.

Related

[TOOL] Lx Multi Tool v1.3.2 [WIN/LIN/MAC][Unlock/Recovery/Stock/Kernel/More]

{
"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"
}
It has LINUX/UNIX and MAC support!
​
Due to the fact that there is another tool for Android called Android Multi Tools, I decided to rename this one to Lx Multi Tool, future releases will go under this name.
Features: ​Fastboot
- Unlock/Lock Bootloader
- Flash Recovery Menu (you can choose and add recoveries) - TWRP 2.8.7.2 Included
- Flash any partition (Flashing submenu)
- Flash full Stock images (you can choose and add images)
- Erase partitions (you can choose which of the partitions)
- Reboot (you can choose again...)
Adb
- Sideload .zip files (you can choose and add .zip files) - SuperSU v2.65 (Systemless!) included
- Backup (you can choose the name and place for your backup)
- Restore (you can choose your backup)
- Version (it just shows the version of your adb binaries) - platform-tools 23.1 included
- Logs (DMESG and Logcat)
- Screenshots (you can directly take screenshots to your PC with no Root)
- Reboot (lots of choices)
Others
- Refresh and delete files/folders from menus (Right click or key F5 and Del)
- Open tool folders from the menus (to add your own kernel/stock image/recovery/sideload zip files)
- Tab key support for easier keyboard navigation
- Tool-tips for all buttons
- Check for updates
- Link to xda-thread (here)
​
Download links: ​Windows x86|x64 - Linux x64 - MAC x64
All released versions can be found here.
​
[ROOT] Use SuperSU 2.62 or higher from here systemless for 6.0.1 and above.​
Known bugs/limitations: ​ - For partition Flashing, it is recommended(mandatory?) to do a reboot-bootloader if you want to flash multiple partitions one after the other. (according to the Google flashing scripts) (Implemented in 1.2.1)
- For return to stock, the tool will be stuck after your phone successfully boots, you need to reboot to fastboot again in order to flash the Radio and finish the full return to stock. (Fixed in 1.2.0)​
Changelog: ​
Check the changelog for each release here.
​
Tutorials/FAQ: ​
Q: How do I get in bootloader/fastboot mode?
Turn off the phone and turn it on by using Volume down + Power key.
Q: How do I check for updates in your tool?
Follow the instructions in the screen below.
Q: Where can I find the device driver to install it for windows?
Click here, download the driver and run the setup.
Q: How do I root my stock phone?
- Unlock bootloader.
- Flash recovery.
- Use SuperSU 2.62 systemless or higher from here.
(Usually the latest version upon tool release is included in the Sideload folder of the tool, you can either sideload it or copy it to recovery and flash it manually)
Q: I get an error "Cannot open file" on MAC, what should I do?
Open the terminal, go to your application path and paste this command:
Code:
chmod +x LxMultiTool.app/contents/macos/*
Q: What do I need to do in order to be in Fastboot or in ADB mode.
Fastboot mode will be detected only while being in bootloader.
ADB mode will be detected from Recovery (custom) and actual ROM with USB debugging active.
Refresh button needs to be used in order to check for what mode you are in.
Q: Are there any other software that I need to install in order to run this tool?
On Windows and MAC everything is bundled, so nothing needs to be installed, just run.
On Linux you need to install from your package manager libQt5Core, libQt5Widgets, libQt5Gui, libQt5Network.
If it's not enough, use ldd LxMultiTool in terminal to find out what you're missing from your environment.
Q: I have an yellow/orange/red text screen during boot, what's that?
When you unlock you usually get the Orange screen and it's normal, but if you really want to know what's this about, give a reading to this.
Q: Hey, my device is not detected, why?
On windows, you need to manually install the USB drivers, they are not included and probably they won't be included in this tool.
Also, make sure you click the connection Refresh button after connecting the device to your PC.
Q: What do i need to do in order to install a custom ROM?
1. Unlock Bootloader.
2. Flash a custom recovery of your choice.
3. Flash an insecure kernel (boot).
4. Flash custom ROM with no problems via recovery.
All those things are found and can be done via this tool.
Q: Hi, i just downloaded this tool, how do i use it?
First, extract the folder somewhere.
After that, run LxMultiTool.exe on windows by double clicking it, LxMultiTool on linux and the same on mac.
Q: Do I need android-sdk installed or something else?
No! This tool uses it's own supplied binaries for adb and fastboot, if you have android-sdk installed it will be ignored anyways.
This tool is fully portable and stand-alone.
Q: I get an error while trying to unlock the bootloader -> FAILED(remote: oem unlock is not allowed), what now?
Starting with Android 5.0, you need to enable Bootloader Unlocking from the developer settings, in order to do that, follow these steps:
- Enable Developer options
- Enable USB Debugging
- Look for the ‘OEM Unlock’ Option and toggle it.
Q: How do I use the return to stock feature?
First download the latest package from here, then extract the contents (there is an archive in the archive) untill you get the a folder like angler-mda89d
that contains the images, that folder needs to be copied in the /Data/StockPackages folder in order to be visible.
Easier steps -> Get your device in bootloader -> Start the tool -> Hit refresh -> go to Stock -> hit open folder -> copy the extracted folder with the name angler-xxxxxx in there, hit F5 or Right-click + Refresh -> you should see the folder in there like in the following screenshot. Thanks @ursa08 for the screenie.
Q: How do I enable Developer options?
- Launch the Settings
- Scroll Down and Tap on About Phone(or About Device)
- Locate the Build Number Section
- Tap on the Build Number Option 7 Times
- Go Back to the Main Settings Page
- Scroll Down and Tap on Developer Options
Q: Hi, i just bought a phone what should i do now?
Well, you firstly need to unlock your bootloader...
Q: What is logcat?
Well, you can pretty much use google for that answer, but to put it short, is that thingy that tells you what is happening behind the scenes of your phone.
It is usually used for debugging and entertaiment(?).
When you report an error/bug to somebody, it will be a blessing to provide a logcat (logfile)!
Q: What is a Custom Recovery and why do i need one?
A custom recovery is that thingy that let's you flash .zip files, use your logic and you wil get it why you need one.
Q:There are others guides/tutorials out there, should i check them instead of this?
If you manage to get things done using this one, no, otherwise yes, note that some could be outdated...
Q:What is sideload and how do I use it?
Sideload is a function from adb that let's you flash a zip file while in recovery directly from your PC.
Please note that you need to be in sideload mode on your recovery before doing this.
To enter sideload mode, in TWRP go to Advanced -> ADB Sideload -> Swipe to sideload​
Sources: ​The official and original repository can be found here.​
Bug reports/Feature requests: ​If you have any bug, or you consider a feature to be a must-have, please use the issue functionality on github for more traceability here.​
Licensing: ​Please note that this tool is open source and released under GPL v3 licence which can be read here.
Make sure you understand at least the short version of the license that's provided in the tool before using it or before contributing/forking and other related stuff.​
Tech and stuff: ​Some additional marketing for stuff used in this tool
Qt - An awesome cross-platform IDE
Vmware - For letting me test this tool on all platforms (Linux and MAC).
Icons8 - A nice platform for good-looking FREE icons. (Big thanks!)
UnixUtils - For the sed utility for Windows.
AndroidFileHost - For the awesome file-management platform for developers.​
Donations: ​Even though this tool is provided free of charge, full open-source, donations are very welcome to support the future development of this tool and to buy me a beer while coding future improvements on it.
This section will also include the hall of fame for donors, as well as on the github repository.
Special thanks for donations:
- @john7760
​
Disclaimer:​I will not be responsible for smashed screens, bricked phones or any other things that you can accuse me of, i've done this tool to help people, use it at your own risk and consider giving a THANKS if you use it and like it.​Please consider leaving some feedback, what to improve, what could be done better, what annoys you, it really helps me improve the tool.
Also, to avoid useless threads on general, Q&A or useless posts, please read the FAQ section upside, it's like a Mini-Guide!
Thanks!
I think there will be more people. Need to run a better window.
Windows7 64bit, part of the code.
Now, I have a simple editing of it.Make it look good.:laugh::laugh:
Download link:
https://mega.nz/#!nQBiDL7J!aDd9BhKtRw2tuYrpD7fImUXMn_Hl-qmUzwqKY13bYTc
Getting an error
FAILED(remote: oem unlock is not allowed)
Skies/SANKE said:
Thanks!
I think there will be more people. Need to run a better window.
Windows7 64bit, part of the code.
Now, I have a simple editing of it.Make it look good.:laugh::laugh:
Download link:
https://mega.nz/#!nQBiDL7J!aDd9BhKtRw2tuYrpD7fImUXMn_Hl-qmUzwqKY13bYTc
Click to expand...
Click to collapse
Well, I've looked at your edit and I don't understand what looks better than mine... It might be subjective though...
Pikezer1337 said:
Getting an error
FAILED(remote: oem unlock is not allowed)
Click to expand...
Click to collapse
Will investigate this problem and I hope I will get a solution fast
Edit: The information from this link might help with your problem.
I am running Arch Linux.
My shell is ZSH.
I downloaded and extracted, and ran zsh (filename).
I wanted to go with option 1 and got this
Code:
[= LG Nexus 5X - Multi Tool v0.1 - Linux =]
[1] Unlock bootloader. (via fastboot)
[2] Relock your bootloader. (via fastboot)
[3] Flash Recovery menu. (via fastboot)
[4] Backup and restore. (via adb)
[5] Recovery sideload. (via adb)
[r] Reboot menu.
[l] Logging menu.
[q] Quit.
Select your option:
1
menu:23: command not found: bootloader
127 [email protected] ~/Android/5XMultiTool.v0.1 % :(
any ideas?
paOol said:
I am running Arch Linux.
My shell is ZSH.
I downloaded and extracted, and ran zsh (filename).
I wanted to go with option 1 and got this
Code:
[= LG Nexus 5X - Multi Tool v0.1 - Linux =]
[1] Unlock bootloader. (via fastboot)
[2] Relock your bootloader. (via fastboot)
[3] Flash Recovery menu. (via fastboot)
[4] Backup and restore. (via adb)
[5] Recovery sideload. (via adb)
[r] Reboot menu.
[l] Logging menu.
[q] Quit.
Select your option:
1
menu:23: command not found: bootloader
127 [email protected] ~/Android/5XMultiTool.v0.1 % :(
any ideas?
Click to expand...
Click to collapse
The problem should be fixed in the V0.2, the Linux and MAC versions are not tested before posting, so bugs could still be around there...
added to index
Hi all, imusing linux and just tried to unlock my 5X. it worked but my question is, it is normal that it formated automatically?
after reboot, i have to start all over again with my account and setup.
Yes it's normal
Thanks mate, I'm new with nexus devices. One last thing, do I have to locked again or its OK leave it like that since on every reboot its showing me that I'm unlock. Sorry and thanks
Sent from my Nexus 5X using Tapatalk
You can leave it like that as long as you can deal with that message on every boot. If you lock it, you would have to unlock (and wipe) again if you ever want to flash anything again. Personally, unless you want to stick with the stock ROM OTAs, I'd leave it unlocked.
Would you confirm your Tools Re-Lock feature works with Custom Recovery (TWRP) without bricking device?
Born<ICs said:
Would you confirm your Tools Re-Lock feature works with Custom Recovery (TWRP) without bricking device?
Click to expand...
Click to collapse
Usually, locking your device does not brick anything, if everything works fine before locking, everything will work fine after locking, you are only limited after locking.
Lexmazter said:
Usually, locking your device does not brick anything, if everything works fine before locking, everything will work fine after locking, you are only limited after locking.
Click to expand...
Click to collapse
.
Would you mind answering the question?
With custom recovery, TWRP, installed and unlocked what happens when you use your Tool to go back to Lock?
Have you tested?
Thanks
Born<ICs said:
.
Would you mind answering the question?
With custom recovery, TWRP, installed and unlocked what happens when you use your Tool to go back to Lock?
Have you tested?
Thanks
Click to expand...
Click to collapse
To be honest I never locked my bootloader, didn't found a reason to, so I didn't tested.
But technically speaking, the only thing that happens is that you cannot flash other custom recoveries (fastboot stuff basically) without unlocking again and wiping all the stuff on your device.
OK, thank you. ReLocking to flash factory image was what I was thinking. I read doing so can lead to bootloop. Just trying to make note of things to avoid doing.
Cheers
You can lock and unlock your bootloader as much as your heart desires without consequence
skulldreamz said:
You can lock and unlock your bootloader as much as your heart desires without consequence
Click to expand...
Click to collapse
Well, wiping your data partition can be a pretty big consequence...
-edit-
You used to be able to use BootUnlocker for Nexus Devices to lock and unlock the bootloader from within the OS, but it looks like that's a no-go on the 5X...
I'm new to the nexus devices, but if I unlock the bootloader and root, will I loose both if I take an OTA update?
owenrg said:
I'm new to the nexus devices, but if I unlock the bootloader and root, will I loose both if I take an OTA update?
Click to expand...
Click to collapse
You will definitely lose root. I don't know about the bootloader since I've never taken an OTA, but I would guess that, unless there are bootloader changes in the update, your bootloader would stay unlocked. And to my knowledge the bootloaders are pretty much never updated for incremental OTAs.

Unlock bootloader Asus Zenfone Max Plus M2 [zb634kl]

Disclaimer :
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot​
Warranty will be VOID
UNLOCK BOOTLOADER AND ROOT ASUS ZENFONE MAX PLUS M2
<Device will be formatted, so keep a backup >
Requirements :
Asus Zenfone Max Plus M2
Windows
Instructions :
//unlocking
Phone:
- Go to Setting > System > About Phone and tap on the build number until developer option appears
- Go back to Settings > System > Developer options and enable usb debugging ( If you had already enabled usb debugging, ignore this step)
Windows:
- Download "unlocker" and extract the files
- Install ADB and necessary drivers
- Connect the device to PC on a USB 2.0 port
- Go to "unlock" folder and open an Elevated command promt there and enter :
Code:
adb devices
( Allow usb debugging box will appear, check "always allow debugging from this computer" and click OK ) and again enter
Code:
adb devices
(Device should be listed)
Code:
adb reboot bootloader
(Device will now enter fastboot )
Code:
fastboot devices
(Device should be listed )
Now execute unlocker.cmd
Thats it, Bootloader is unlocked
You can check the bootloader status by
Code:
fastboot oem device-info
Credits
@legacy07
Downloads:
Unlocker
Thanks Brazilian Team in telegrama group: Matheus Vinicius and Mago Implacável
Hi,
Do i need to be on android 9 for this to work ?
Thanks.
arcane07 said:
Hi,
Do i need to be on android 9 for this to work ?
Thanks.
Click to expand...
Click to collapse
Not necessarily
legacy07 said:
Not necessarily
Click to expand...
Click to collapse
some one... already test?
Thanks
Worked fine on ZenFone Max plus m2 :good:
will this work with zb633kl?
pococount said:
will this work with zb633kl?
Click to expand...
Click to collapse
You can try the tool of zb631kl under yourown risk:good:
Can someone make a tool for the Max Plus M1 (WW version). I have the official unlock tool but doesn't seem to work anymore as ASUS official site removed the download page for the apk. Can someone tweak the insides of the apk tool to just unlock the phone's bootloader without tapping into ASUS?
Yes please, can you make unlock tool for asus max plus m1

Official Android_Unlocker for almost all smartphone

Android_Unlocker
I am not responsible for any problems with your smartphone so proceed with caution!!!
REQUIREMENTS
- Windows 10 or Linux
- Python 3.x
- CMD(Windows), PowerShell(Windows) or Terminal(Linux)
INFO
This program makes it easy to unlock bootloaders of various smartphone brands using FASTBOOT and ADB (Android Debug Bridge) following the official unlocking modes and also unlocking for general devices.
ALL DATA WILL BE DELETED AND THE WARRANTY WILL BE LOST
SUPPORTED DEVICES
- Google Pixel Phone
- Huawei
- Nokia-ONLY_8
- Samsung
- Sony
- Xiaomi
- General Devices NEW
- General Devices OLD
INSTRUCTIONS
FOR WINDOWS
- Enable OEM Unlock and ADB Debug on your smartphone (Developer Settings)
- Install Python3 from the official website: https://www.python.org/
- Open the cmd and start the program by typing <dir python.exe> <dir Android_Unlocker-V1.0.0.py>. remember to also write python.exe and Android_Unlocker-V1.0.0.py. ES. C:\python\python.exe C:\Users\<name of your user>\Download\Android_Unlocker-V1.0.0.py
- Follow the instructions displayed in the program
OR LINUX
- Enable OEM Unlock and ADB Debug on your smartphone (Developer Settings)
- Open the terminal and type `sudo apt install python3` to install Python3
- Now type `python3 <dir file Android_Unlocker-V1.0.0.py>` remember to also write Android_Unlocker-V1.0.0.py
- Follow the instructions displayed in the program
LINK GITHUB: FabioFabRob7/Android_Unlocker (github.com)
Nice work! Any idea if this works with the S10+ US Snapdragon model, SM-G975U1? Its bootloader is locked down tight and aside from a "paid service" that unlocks the BL with a generated key. It'd be nice to have a means of doing so that everyone has access to. I guess I'd have to test it to find out, though I thought it'd be worth inquiring with you beforehand as to if it's possible with known BL locked devices where the OEM unlock toggle isn't visible.
I have a Note 9 with a broken screen. No Debug apparently.
Would this enable me to flash a custom recovery that's adb accesible?
SuperIronOut said:
Nice work! Any idea if this works with the S10+ US Snapdragon model, SM-G975U1? Its bootloader is locked down tight and aside from a "paid service" that unlocks the BL with a generated key. It'd be nice to have a means of doing so that everyone has access to. I guess I'd have to test it to find out, though I thought it'd be worth inquiring with you beforehand as to if it's possible with known BL locked devices where the OEM unlock toggle isn't visible.
Click to expand...
Click to collapse
I have not tried. I have only reported the official methods of these brands. So I believe it can work.
Castle2-5 said:
I have a Note 9 with a broken screen. No Debug apparently.
Would this enable me to flash a custom recovery that's adb accesible?
Click to expand...
Click to collapse
You need to enable ADB Debug and OEM unlock from developer settings. I'm sorry
FabioFabRob7 said:
SUPPORTED DEVICES
- Google Pixel Phone
- Huawei
- Nokia-ONLY_8
- Samsung
- Sony
- Xiaomi
- General Devices NEW
- General Devices OLD
Click to expand...
Click to collapse
Does this also support a Huawei VOG-L29?
FabioFabRob7 said:
Android_Unlocker
I am not responsible for any problems with your smartphone so proceed with caution!!!
REQUIREMENTS
- Windows 10 or Linux
- Python 3.x
- CMD(Windows), PowerShell(Windows) or Terminal(Linux)
INFO
This program makes it easy to unlock bootloaders of various smartphone brands using FASTBOOT and ADB (Android Debug Bridge) following the official unlocking modes and also unlocking for general devices.
ALL DATA WILL BE DELETED AND THE WARRANTY WILL BE LOST
SUPPORTED DEVICES
- Google Pixel Phone
- Huawei
- Nokia-ONLY_8
- Samsung
- Sony
- Xiaomi
- General Devices NEW
- General Devices OLD
INSTRUCTIONS
FOR WINDOWS
- Enable OEM Unlock and ADB Debug on your smartphone (Developer Settings)
- Install Python3 from the official website: https://www.python.org/
- Open the cmd and start the program by typing <dir python.exe> <dir Android_Unlocker-V1.0.0.py>. remember to also write python.exe and Android_Unlocker-V1.0.0.py. ES. C:\python\python.exe C:\Users\<name of your user>\Download\Android_Unlocker-V1.0.0.py
- Follow the instructions displayed in the program
OR LINUX
- Enable OEM Unlock and ADB Debug on your smartphone (Developer Settings)
- Open the terminal and type `sudo apt install python3` to install Python3
- Now type `python3 <dir file Android_Unlocker-V1.0.0.py>` remember to also write Android_Unlocker-V1.0.0.py
- Follow the instructions displayed in the program
LINK GITHUB: FabioFabRob7/Android_Unlocker (github.com)
Click to expand...
Click to collapse
Nothing to get excited about... just calls fastboot.exe oem unlock. Pretty useless for most bl locked devices. Title misleading too.
ttesty said:
Nothing to get excited about... just calls fastboot.exe oem unlock. Pretty useless for most bl locked devices.
Click to expand...
Click to collapse
You're right. Just had a look on the Python-Script. This won't unlock my Huawei-Device
Praetoriani said:
Does this also support a Huawei VOG-L29?
Click to expand...
Click to collapse
If Huawei supports unlocking and then you can get the code yes. Anyway try to start the program made by me, select the operating system of your PC and then select Huawei. You will be redirected to Huawei's web page for unlocking. If you manage to get the code you will be asked for the Huawei code in my app and then done this will do everything automatically
ttesty said:
Nothing to get excited about... just calls fastboot.exe oem unlock. Pretty useless for most bl locked devices. Title misleading too.
Click to expand...
Click to collapse
I have reported only the official methods. With xiaomi no problem because all devices support unlocking via the official app. It's just a way to make life easier. NO UNOFFICIAL METHODS ARE SHOWN IN THE APP
FabioFabRob7 said:
I have reported only the official methods. With xiaomi no problem because all devices support unlocking via the official app. It's just a way to make life easier. NO UNOFFICIAL METHODS ARE SHOWN IN THE APP
Click to expand...
Click to collapse
The title is misleading... "
Official Android_Unlocker for almost all smartphone"
No way it's for almost all smartphones.... will fail on a large percentage. Unlock operation not permitted.
It takes less time to run the usual commands instead of running them through your deliverable. It could also have a virus. Not really smart.
ttesty said:
The title is misleading... "
Official Android_Unlocker for almost all smartphone"
No way it's for almost all smartphones.... will fail on a large percentage. Unlock operation not permitted.
It takes less time to run the usual commands instead of running them through your deliverable. It could also have a virus. Not really smart.
Click to expand...
Click to collapse
Try my method before paying for a servire.
FabioFabRob7 said:
Try my method before paying for a servire.
Click to expand...
Click to collapse
Or ask a service center. And see what they tell you
FabioFabRob7 said:
Or ask a service center. And see what they tell you
Click to expand...
Click to collapse
I don't think you understand. The title of the post is bogus. Has nothing to do with paying for a service or service centers.
It's not hard to type 2-4 lines that do the same thing and fails on a large percentage of devices.
ttesty said:
I don't think you understand. The title of the post is bogus. Has nothing to do with paying for a service or service centers.
It's not hard to type 2-4 lines that do the same thing and fails on a large percentage of devices.
Click to expand...
Click to collapse
Do some examples and I add it
Castle2-5 said:
I have a Note 9 with a broken screen. No Debug apparently.
Would this enable me to flash a custom recovery that's adb accesible?
Click to expand...
Click to collapse
If you have TWRP with adb enabled you can access with this. Enter in recovery then adb devices
In order for you title to be correct - your program should be able to provide the unlock codes.. If it doesn't - title is misleading!
Anyone can use the basic fastboot commands - if they have the unlock code - on ie. Huawei - they have stopped providing the code to their customers - Therefor your program is worthless (sorry to say) - If your program could generate the code... Now that would be something!
FabioFabRob7 said:
- Google Pixel Phone
- Huawei
- Nokia-ONLY_8
- Samsung
- Sony
- Xiaomi
- General Devices NEW
- General Devices OLD
Click to expand...
Click to collapse
supports samsung note 20?
nishanloshan said:
supports samsung note 20?
Click to expand...
Click to collapse
This is the official method if is supported now by Samsung

Copy mcfg_sw.mbn to phone

Hi,
I updated my Oneplus 7 pro to OS12, is there any possibility to copy mcfg_sw.mbn to the device, so i can try VoLTE to work??
Thanks.
shtozo_78 said:
Hi,
I updated my Oneplus 7 pro to OS12, is there any possibility to copy mcfg_sw.mbn to the device, so i can try VoLTE to work??
Thanks.
Click to expand...
Click to collapse
You need to habve acces to engineering mode to be able to load mbn on your phone.... But unortunately at the moment there is no a free option to get acces to engineering mode ... You need a token to have acces to engineering mode so you could load your MBN profile...
Secrecy unlock
WARNING - THIS (ORIGINAL) METHOD IS NOT WORKING WARNING - BE CAREFULL REGARDING (your) IMEI SHARING ! You need to enable Developer Options and USB Debugging in the Phone Download the Oppo_Free_Unlock_v1.0.zip Secrecy Auto Unlocker : Open the...
forum.xda-developers.com
Check on this thread to see how you could get a token

enabling camera 2 api without root access

hi i am new here and to the whole android modding scene in general
so yesterday i gathered up the courage to unlock the boot loader on my phone and install a custom rom so the problem that i am facing right now is that i forgot to turn on the setting for camera 2 api in the stock rom so how can i enable it now (i dont have root access) so i thought of modifiying the build.prop file but when i opened the file the lines werent there so what should i do should i add them myself or should i go back to the stock rom enable the option then reflash and if can do it by editing the build.prop file what lines should i add pls help me
Always as 1st thing of all things do a related Google search: mostly dozens findings!
So also this
[Guide] Enable camera API 2 (No root)
-----Working------ (Tested by users) I'm not liable for any damage, dead devices, corrupt sd cards bla bla bla Steps: 1) setup fastboot and adb drivers on pc 2) power off the phone and enter fastboot mode. 3) fire up fastboot terminal and...
forum.xda-developers.com
jwoegerbauer said:
Always as 1st thing of all things do a related Google search: mostly dozens findings!
So also this
https://forum.xda-developers.com/t/...api-2-no-root.3823498/post-77217117
[/QUOTE]
ok i will make sure to first google my problem before posting from the next time cheers,mate
Click to expand...
Click to collapse

Categories

Resources