How to enable DIAG mode on Pixel 3a XL? - Google Pixel 3a XL Questions & Answers

Сan someone help activate diag mode on Pixel 3a XL? I tried to do as in the article in google, but failed.

https://forum.xda-developers.com/showpost.php?p=75252853&postcount=37
Try this

Related

Modify Radio and Modem IMG for VoLTE

I would like to edit the Radio and Modem IMG files on the my Pixel XL 2 to enable VoLTE for my carrier which is not officially supporting VoLTE. I alrady know which files I have to edit (from the Pixel XL 1), but I don't know how to open and edit the IMG files, because for the Pixel XL 2 this is required.
Does anyone knwo how to do it?
Additonal Info:
There's a mcfg_sw.mbn file under /vendor/mbn/mcfg/configs/mcfg_sw/generic/common/WildCard/WildCard/mcfg_sw.mbn which inlcudes the Qualcomm NV Item settings which define the chipset settings which are loaded based on the inserted SIM. The default mcfg_sw.mbn file does not include VoLTE support, the mcfg_sw.mbn file for Deutsche Telekom, Vodafone UK & DE, T-Mobile US does. On the Pixel XL 1 it was enough to copy the Deutsche Telekom mcfg_sw.mbn file to the generic folder and VoLTE was working. On the Pixel XL 2 this is not working, because the mcfg_sw.mbn files are again copied from firmware/images at every boot and therefore the generic folder is overwritten. Now I'm looking for a way to bypass this. Contact me at [email protected] if you like to work on this with me.
Btw: I'm a VoLTE / IMS engineer with dedicated knowhow.
devsx said:
I would like to edit the Radio and Modem IMG files on the my Pixel XL 2 to enable VoLTE for my carrier which is not officially supporting VoLTE. I alrady know which files I have to edit (from the Pixel XL 1), but I don't know how to open and edit the IMG files, because for the Pixel XL 2 this is required.
Does anyone knwo how to do it?
Click to expand...
Click to collapse
I have no idea how to do what your are asking but one thing I would do is research if the files are encrypted and or signed in a way that might destroy them if messed with. Hopefully they would just fail to flash but what if they don't fail but cause an UNfixable bootloop or whatever... again I have no idea at all but my paranoia dictates finding out more before trying it. Lol
devsx said:
I would like to edit the Radio and Modem IMG files on the my Pixel XL 2 to enable VoLTE for my carrier which is not officially supporting VoLTE. I alrady know which files I have to edit (from the Pixel XL 1), but I don't know how to open and edit the IMG files, because for the Pixel XL 2 this is required.
Does anyone knwo how to do it?
Click to expand...
Click to collapse
You can't. Changing the Modem partitions on any QCOM device (except HTC devices that are S-OFF) will result in a permanent brick regardless of their unlock status.
Don't do it.
I don't think that there's a high risk to brick the phone with just modding the radio and modem partition. Because the radio was once notbworking on my Pixel XL 2, because I edited some files with es file explorer and after that I just flashed the radio and modem again and it was working fine again.
Can be removed!
I'd wait for a userdebug rom for the phone and then poke around in QPST/QXDM. Replacing and editing files at the filesystem level won't work.
Did you find anything about this?
unfortunately not..
Mod the /firmware/radio folder directly. This didn't cause any problem on my Pixel 1 XL if flashed the factory image again.
EDIT: I don't have a Pixel 2 so I don't know where modem is mounted. Please search for it by yourself
Dario, I think I figuru d wifi calling out via an xda thread. I was wondering if this would work on pixel to allow 4g+?
https://forum.xda-developers.com/showpost.php?p=74573146&postcount=3
devsx said:
I would like to edit the Radio and Modem IMG files on the my Pixel XL 2 to enable VoLTE for my carrier which is not officially supporting VoLTE. I alrady know which files I have to edit (from the Pixel XL 1), but I don't know how to open and edit the IMG files, because for the Pixel XL 2 this is required.
Does anyone knwo how to do it?
Additonal Info:
There's a mcfg_sw.mbn file under /vendor/mbn/mcfg/configs/mcfg_sw/generic/common/WildCard/WildCard/mcfg_sw.mbn which inlcudes the Qualcomm NV Item settings which define the chipset settings which are loaded based on the inserted SIM. The default mcfg_sw.mbn file does not include VoLTE support, the mcfg_sw.mbn file for Deutsche Telekom, Vodafone UK & DE, T-Mobile US does. On the Pixel XL 1 it was enough to copy the Deutsche Telekom mcfg_sw.mbn file to the generic folder and VoLTE was working. On the Pixel XL 2 this is not working, because the mcfg_sw.mbn files are again copied from firmware/images at every boot and therefore the generic folder is overwritten. Now I'm looking for a way to bypass this. Contact me at [email protected] if you like to work on this with me.
Btw: I'm a VoLTE / IMS engineer with dedicated knowhow.
Click to expand...
Click to collapse
So lets start with this. Does your carriers VoLTE use bands that aren't available on the pixel 2? If the answer to that is no, which it probably is, then you dont have to do to modify the radio or modem. You will either need a custom ROM, an OMS overlay, or magisk to do this. VoLTE assigment isnt done by the radio or modem, it is done by the CarrierConfig app. You can use magisk and get the VoEnabler module (or use root to force enable VoLTE with the same props), you can follow https://github.com/CarbonBeta/android_device_google_wahoo/commit/0e38da5af4a93be834347bfe535ae231154530df and force enable it for your carrier (find the config that matches the MCC and MNC of your carrier) and build your own custom rom with the change, or submit it to lineage/carbon/whatever and they will probably merge it. You can also change this value by creating an OMS overlay (formerly RRO, the backend that substratum uses), and install it on any rom, however this may or may not work as android blocks overlays with signatures that don't match the system platform.
Hi, How to enable qam256, can flashing modem or radio solve this
trignogd said:
Hi, How to enable qam256, can flashing modem or radio solve this
Click to expand...
Click to collapse
This is a chipset setting (nv item), which can be changed with QXDM.
devsx said:
This is a chipset setting (nv item), which can be changed with QXDM.
Click to expand...
Click to collapse
Hi, plz can u tell me how to proceed
devsx said:
I would like to edit the Radio and Modem IMG files on the my Pixel XL 2 to enable VoLTE for my carrier which is not officially supporting VoLTE. I alrady know which files I have to edit (from the Pixel XL 1), but I don't know how to open and edit the IMG files, because for the Pixel XL 2 this is required.
Does anyone knwo how to do it?
Additonal Info:
There's a mcfg_sw.mbn file under /vendor/mbn/mcfg/configs/mcfg_sw/generic/common/WildCard/WildCard/mcfg_sw.mbn which inlcudes the Qualcomm NV Item settings which define the chipset settings which are loaded based on the inserted SIM. The default mcfg_sw.mbn file does not include VoLTE support, the mcfg_sw.mbn file for Deutsche Telekom, Vodafone UK & DE, T-Mobile US does. On the Pixel XL 1 it was enough to copy the Deutsche Telekom mcfg_sw.mbn file to the generic folder and VoLTE was working. On the Pixel XL 2 this is not working, because the mcfg_sw.mbn files are again copied from firmware/images at every boot and therefore the generic folder is overwritten. Now I'm looking for a way to bypass this. Contact me at [email protected] if you like to work on this with me.
Btw: I'm a VoLTE / IMS engineer with dedicated knowhow.
Click to expand...
Click to collapse
I have tried editing Verizon's .mbn file with a hex editor and used Magisk to replace the file at boot time to enable WiFi Preferred Calling, it doesn't work. I also took out my SIM card, activated fi, then put my SIM back in, that didn't work (with the file edited).
So, if you spot something in QPST, please let me know, I really would like to figure this out for the community and myself.
What did you use to extract the img? I would love to do it at a radio level instead. F-Verizon!
Sent from my Pixel 3 XL using Tapatalk
I need volte profile for China Unicom too.Ims status is not registered.
Just add a specific profile or parameters like at&t's ?
I tried the mbn trick but it doesn't works on my Pixel xl. I even tried to remove entire mcfg_sw folder under /data and /firmware, but the LTE still works. BTW I sent you an email months ago but no reply
---------- Post added at 05:31 PM ---------- Previous post was at 05:27 PM ----------
seardna said:
I need volte profile for China Unicom too.Ims status is not registered.
Just add a specific profile or parameters like at&t's ?
Click to expand...
Click to collapse
You need to get one from any Chinese phones which supports CU VoLTE. Apart from this, you need to call 10010 to activate VoLTE for your SIM card. At last, you need to comfirm the city you live have VoLTE coverage.
Xdevillived666 said:
Dario, I think I figuru d wifi calling out via an xda thread. I was wondering if this would work on pixel to allow 4g+?
https://forum.xda-developers.com/showpost.php?p=74573146&postcount=3
Click to expand...
Click to collapse
unfortunately, it does not work on Pixel 2XL 'cause it is not able to opne the port of QPST
raphael韬 said:
unfortunately, it does not work on Pixel 2XL 'cause it is not able to opne the port of QPST
Click to expand...
Click to collapse
****
Can someone help me to get VoLTE work on my Pixel XL ?? I have VoLTE working fine with my mobile number (works fine on a Xiaomi Mi A2 Lite and on a Nokia 6.1), but can't seem to work on my Pixel XL, even after trying almost (except modifying radio/modem for example) anything, magisk buildprop etc... my IMS status is not registered.

Do Samsung devices contain mcfg_sw.mbn files?

I am curious because I would like to try and use the one from my carrier in my pixel 3 to try and activate vowifi and volte.
Thanks in advance

Need help can anyone provide mmcblk0 image mmcblk0

Chip pinout dead pixel xl but i dont have loader pls give 128GB pixel xl

How to unlock bootloader Google Pixel xl Verizon variant

I have the google pixel xl Verizon variant on android 10.0 . I tried most methods I could find on the 10.0 considering the fact it isn't many of methods to do on this version of android. The OEM unlock is faded out "cant do anything with it" can some one please help me with this. discord name is k12babes#5169 for easy getting ahold of me.
Read this thread: https://forum.xda-developers.com/pixel-xl/how-to/how-to-unlock-bootloader-verizon-pixel-t3796030

A hypothetical question about Verizon Pixel 3 XL

Has anyone considered flashing the non-Verizon OTA files that Google hosts for the Pixel phone onto a Verizon model? No idea if that is possible but could doing that convert it to a Google Store variant? (kinda like converting a t-mobile OnePlus into an international model)
Edit: For reference I mean these OTA files https://developers.google.com/android/ota#crosshatch

Categories

Resources