top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I cant see Enhanced 4G LTE mode under the Cellular Networks.

+2 votes
243 views

I have Micromax Unite 4 Pro Q465, and using in India. upgraded to 5.1
I cant see Enhanced 4G LTE mode under the Cellular Networks.
I already checked "*#4636#*#*, its showing already ON (Turn off Volte provisioned flag)

What can I do to enable Enhanced 4G?

posted Jan 4, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I am trying to detect Cellular signals without an installed SIM card. The phone I'm using is a Motorola Nexus 6. And the code I am using is below -

tm  = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
List<CellInfo> cInfoList = tm.getAllCellInfo();  

for (final CellInfo info : cInfoList) {
  if (info instanceof CellInfoGsm) 
     sR =  "GSM: " + gsm.toString() + "\n" + ((CellInfoGsm) info).getCellIdentity();
  else if (info instanceof CellInfoCdma) 
     sR =  "CDMA: " + cdma.toString() + "\n" + ((CellInfoCdma) info).getCellIdentity();
  else if (info instanceof CellInfoLte) 
     sR =  "LTE: " + lte.toString() + "\n" + ((CellInfoLte) info).getCellIdentity();
  else if (info instanceof CellInfoWcdma) 
     sR =  "WCDMA: " + wcdma.toString() + "\n" + ((CellInfoWcdma) info).getCellIdentity();

When the SIM slot is empty, cInfoList contains only objects of CellInfoGsm and CellInfoWcdma, which are 3G. If I insert a SIM card and let it connect, then cInfoList contains only instances of CellInfoLte, which is 4G.

Can you explain me why I cannot detect LTE cell networks without a SIM card and why I cannot detect 3G networks with a SIM card?

+1 vote

I want to connect my android studio with git and installed git separately and when I enable version control. There is an error
"Cannot run program "git.exe" The system cannot find the file specified" searched in C drive programs files and X86 too but didn't get git.exe location.

+2 votes

What's the best app to see which apps are using either my mobile or WiFi data on a minute to minute basis with an export to Excel so I can analyze? Looks like the standard Android app rolls up data usage across the month, doesn't break down hourly.

...