AIRTEL VOLTE Hack [kenzo]

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
maybe it is still working in background. for sure, reboot your pc and try again. As you say you successfully opened diag port, it must saw your phone. diag port is one way. can not connect 2 apps same time.
I tried after reboot PC as well as phone with driver signature disable.

After clicking Install it's asking for "Press any key to continue" and after few seconds command prompt closed automatically.

I checked the Install.cmd file and found that it is also not having the word ADB after diag. Do I have to add and try?

Below is full text from Install file:
@Echo off
color 0A
echo ..................................
echo ...... VOLTE HACKER for RN3 ......
echo .. By mmengi, @amog787, @agritux..
echo ..................................

echo Do this at YOUR OWN RISK!
echo We are not responsible if you screw up.

set sim=1
set op=1

if %sim%==1 if %op%==1 (set efs=SIM1_AIRT)


echo ...........................
echo ...........................



echo Please grant Root authorization for your device
Tool\adb.exe shell "su -c setprop sys.usb.config diag"

pause

Tool\EfsTools.exe uploadDirectory -i EFS/%efs%/ -o /

pause
 

agritux

Senior Member
Apr 11, 2012
2,534
783
0
Ankara
I tried after reboot PC as well as phone with driver signature disable.

After clicking Install it's asking for "Press any key to continue" and after few seconds command prompt closed automatically.

I checked the Install.cmd file and found that it is also not having the word ADB after diag. Do I have to add and try?

Below is full text from Install file:
@Echo off
color 0A
echo ..................................
echo ...... VOLTE HACKER for RN3 ......
echo .. By mmengi, @amog787, @agritux..
echo ..................................

echo Do this at YOUR OWN RISK!
echo We are not responsible if you screw up.

set sim=1
set op=1

if %sim%==1 if %op%==1 (set efs=SIM1_AIRT)


echo ...........................
echo ...........................



echo Please grant Root authorization for your device
Tool\adb.exe shell "su -c setprop sys.usb.config diag"

pause

Tool\EfsTools.exe uploadDirectory -i EFS/%efs%/ -o /

pause
just try to add
 
  • Like
Reactions: [email protected]

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
just try to add
Voila... Yes after adding ,adb in install file, it worked. A very BIG thanks to you...:):good:

Now Airtel Volte is working on my phone. Just want to know when I will update ROM, I have to follow these step again or it will remain active.

I request @amog787 sir to put ,adb in both place i.e. at First post and in Install file also, if required. Don't know about other user is also facing this or not.
 

vinayak.s19

Senior Member
Oct 14, 2016
102
56
0
Chennai
I have finally been able to complete the process and flash EFS on AEX. The VoLTE service hasn't been enabled yet though. Should I wait for some time for Airtel to activate VoLTE on this SIM or should it have been activated instantly.
Note: I have never used VoLTE on this SIM before.

Edit: Tried with another VoLTE enabled SIM and it works flawless. I guess I have to get VoLTE enabled on this SIM as well.
 
Last edited:

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
I have finally been able to complete the process and flash EFS on AEX. The VoLTE service hasn't been enabled yet though. Should I wait for some time for Airtel to activate VoLTE on this SIM or should it have been activated instantly.
Note: I have never used VoLTE on this SIM before.

Edit: Tried with another VoLTE enabled SIM and it works flawless. I guess I have to get VoLTE enabled on this SIM as well.
Yes get it activated by Airtel on your number. Airtel and Voda is not activating volte by default.
 

agritux

Senior Member
Apr 11, 2012
2,534
783
0
Ankara
Voila... Yes after adding ,adb in install file, it worked. A very BIG thanks to you...:):good:

Now Airtel Volte is working on my phone. Just want to know when I will update ROM, I have to follow these step again or it will remain active.

I request @amog787 sir to put ,adb in both place i.e. at First post and in Install file also, if required. Don't know about other user is also facing this or not.
I gave him the command with adb, but i think he forgot it.
If he wont put adb addition to command, i will edit op tomorrow. Good to hear that it is ok.
And Efs wont change unless you install any official or custom miui rom. Miui changes Efs and you need to flash Efs again. With other custom roms it is ok.
 
  • Like
Reactions: [email protected]

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
I gave him the command with adb, but i think he forgot it.
If he wont put adb addition to command, i will edit op tomorrow. Good to hear that it is ok.
And Efs wont change unless you install any official or custom miui rom. Miui changes Efs and you need to flash Efs again. With other custom roms it is ok.
Thanks
 
Apr 9, 2018
11
6
0
Noida
Guys, this hack really works and I have got Airtel VoLTE working on my phone now. I did face many problems while trying to get this to work. I thought of making a list of the problems I faced and how I solved them. Hope I could help someone.

  1. Device not getting detected in QPST
    Instead of running the command
    Code:
    setprop sys.usb.config diag
    , I ran
    Code:
    setprop sys.usb.config diag,adb
    and it got detected.
  2. "Critical error. Value cannot be null." error
    Before running INSTALL.cmd, open Magisk app and revoke root permissions to shell. Now run INSTALL.cmd, it should say something like "permission denied" and "Press any key to continue.....". Now, grant root permission to shell then press any key on your pc. It should start flashing. I tried changing usb ports, rebooting my phone and PC but this was the only way it would start flashing.
  3. VoLTE not getting activated
    I first tried putting another Airtel sim from another phone (on which VoLTE was working) in Kenzo and VoLTE was working in Kenzo also. So, I tried calling Airtel customer care. They did not solve the problem. Then I put my sim in another phone in which VoLTE is officially supported by Airtel. Now I called them again. Even then it did not start working. Finally, I sent them an e-mail and after 2 days VoLTE has started to work on my phone.
 
Last edited:
  • Like
Reactions: Darryl3d and ViVi93

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
Guys, this hack really works and I have got Airtel VoLTE working on my phone now. I did face many problems while trying to get this to work. I thought of making a list of the problems I faced and how I solved them. Hope I could help someone.

  1. Device not getting detected in QPST
    Instead of running the command
    Code:
    setprop sys.usb.config diag
    , I ran
    Code:
    setprop sys.usb.config diag,adb
    and it got detected.
  2. "Critical error. Value cannot be null." error
    Before running INSTALL.cmd, open Magisk app and revoke root permissions to shell. Now run INSTALL.cmd, it should say something like "permission denied" and "Press any key to continue.....". Now, grant root permission to shell then press any key on your pc. It should start flashing. I tried changing usb ports, rebooting my phone and PC but this was the only way it would start flashing.
  3. VoLTE not getting activated
    I first tried putting another Airtel sim from another phone (on which VoLTE was working) in Kenzo and VoLTE was working in Kenzo also. So, I tried calling Airtel customer care. They did not solve the problem. Then I put my sim in another phone in which VoLTE is officially supported by Airtel. Now I called them again. Even then it did not start working. Finally, I sent them an e-mail and after 2 days VoLTE has started to work on my phone.
Thanks for the detailed info... but wondering why Airtel is making nonsense thing by not enabling Volte automatically for all 4G SIM. Why customer have to call them and request for activation of Volte.
 

Black_Stark

Senior Member
Sep 24, 2012
3,481
1,010
0
GOA
Guys, this hack really works and I have got Airtel VoLTE working on my phone now. I did face many problems while trying to get this to work. I thought of making a list of the problems I faced and how I solved them. Hope I could help someone.

Device not getting detected in QPST
Instead of running the command , I ran

Thanks for the detailed info... but wondering why Airtel is making nonsense thing by not enabling Volte automatically for all 4G SIM. Why customer have to call them and request for activation of Volte.
U Should know that 4g and voice over 4g is purely based on internet and more organised.

All the list of compatible airtel volte supported devices is already listed in thier system.

When u insert particular sim card in ur phone ur 4g ISP will already will know which phone model u r using .

So only those phones like redmi note 4 and latest will automatically get volte which are officially listed in their system.
It is fully computerised and organised. Coz 4g protocol is fully based on internet IP and not outdated like circuit based 2g and 3g.

The reason why kenzo is not getting automatic volte coz their airtel system will show redmi note 3 as incompatible device with airtel volte.
So on ur request they need to manually enable for u to get volte.
 

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
U Should know that 4g and voice over 4g is purely based on internet and more organised.

All the list of compatible airtel volte supported devices is already listed in thier system.

When u insert particular sim card in ur phone ur 4g ISP will already will know which phone model u r using .

So only those phones like redmi note 4 and latest will automatically get volte which are officially listed in their system.
It is fully computerised and organised. Coz 4g protocol is fully based on internet IP and not outdated like circuit based 2g and 3g.

The reason why kenzo is not getting automatic volte coz their airtel system will show redmi note 3 as incompatible device with airtel volte.
So on ur request they need to manually enable for u to get volte.
Thanks for great info... but even users using Airtel Volte supported handset, they have to call customer care to activate Volte. It's not getting activated by default. That is nonsense from Airtel. I faced this on my 2 Airtel sim and so many of my friends also.
 
Apr 9, 2018
11
6
0
Noida
Thanks for great info... but even users using Airtel Volte supported handset, they have to call customer care to activate Volte. It's not getting activated by default. That is nonsense from Airtel. I faced this on my 2 Airtel sim and so many of my friends also.
With officially supported Airtel VoLTE devices, it takes around a week for Airtel VoLTE to get activated, if you have never used VoLTE on that sim before (happened with me once). Unlike Jio which is essentially a 4G only VoLTE only operator, the other operators also have existing 3G and 2G systems for fallback in case 4G is not available in some location. I guess that for other operators, setting up VoLTE for your sim requires some additional work. That's why Airtel/Vodafone takes one week and for Jio, VoLTE works instantly. It seems calling/e-mailing Airtel only speeds up the VoLTE setting up process. Airtel may not be doing this by default because for them there's no point in doing it for those who don't have VoLTE supported devices and for Jio they have no choice because they are a VoLTE only operator.
In our case, I think we should thank Airtel (and the devs who made this possible, of course) because they are letting us use VoLTE on a device which is not officially supported by them.
 

Mad1446

Member
Oct 26, 2015
24
16
0
I can confirm that the VoLTE patch also works outside of India. My carrier is O2 from UK. Many thanks to those who worked on this! If you want screenshots I can show it.
 

Notam

Senior Member
Jun 22, 2009
144
33
0
Do we have to call Airtel cc to get VoLTE activated on our sim. Mine is a 4G sim.
I had BTLG earlier and had flashed the VoLTE patch, them i flashed the PE for testing purpose. Now i am back to BTLG, so do I have to flash the VoLTE patch again
 

[email protected]

Senior Member
Jun 3, 2017
638
146
0
Delhi
Do we have to call Airtel cc to get VoLTE activated on our sim. Mine is a 4G sim.
I had BTLG earlier and had flashed the VoLTE patch, them i flashed the PE for testing purpose. Now i am back to BTLG, so do I have to flash the VoLTE patch again
First check VoLte on another phone. If not activated call airtel cc. After activation try in kenzo.
 

Rahuljs

Member
Mar 22, 2014
46
5
28
Mumbai
dont forget to diable diagnostic mode at end by typing setprop sys.usb.config mtp,adb

---------- Post added at 01:41 PM ---------- Previous post was at 01:34 PM ----------

This Method Does not work with Vodafone India also Mi Max Prime is not supported by Vodafone
Can anyone Guide me how to use redmi note 4 EFS