Does any custom ROM support EAP-SIM?
I tried LOS 14.1 but when I connect with EAP-SIM it says "Password maybe incorrect". Some user said that EAP-SIM was not supported in CM and therefore not in LOS either.
If anyone used any other custom ROM and succeeded in connecting Wi-Fi using EAP-SIM, please let me know, since my carrier only provide EAP-SIM as the only way to connect to their Wi-Fi hotspot. Thank you.
Related
good day to all,
I've got sony xperia z3 tablet compact; LTE version, SGP621 (scorpion). I've managed to unlock bootloader, install twrp, install cm-12.1-20150704-NIGHTLY-scorpion.zip, with gapps and superSU root.
What I realized after some time - when I was out of reach of my wifi - that cellular network (broadband) is not working. More specifically, there are no entries in main settings menu for "mobile network" and also in "about" section, there is nothing about network or broadband. Could you advise me how to get it working?
I thought I mistook my device for "scorpion_windy" one, and installed cm same version for scorpion windy, but with no luck obviously,
SGP621 should be indeed pure "scorpion"
cyanogenmod's support for this device is for me a little bit misty, I'm not sure if it is official or unofficial, what is supported and what not. Most importantly, how can I get the modem working with it.
Beside missing modem, I see no issues with CM 12.1 nightly on this device so far.
skroslak said:
- that cellular network (broadband) is not working.
Click to expand...
Click to collapse
modem is working in android 5.1 aosp from free xperia project,
I'm gonna try another build of cyanogenmod
btw, I also tried android M preview on this device, however I can't get it out of safe mode. Anyhow, I don't want to run "preview" on my daily device, just wanted to have a look.
Could you post an exact guide how you did this? I am looking for tutorials for weeks now and nothing specific there. A step by step guide would be great...
Hello! Here in Singapore, there are multiple public WiFi networks that require EAP-SIM Authentication to connect to. Are there any ROMs that support this? Some ROMs I've tried have it listed under PEAP Method when the pop-up to connect to a network shows up, but then is unable to connect and "Authentication Problem" is shown.
Thanks in advance!
thenoisyhwa said:
Hello! Here in Singapore, there are multiple public WiFi networks that require EAP-SIM Authentication to connect to. Are there any ROMs that support this? Some ROMs I've tried have it listed under PEAP Method when the pop-up to connect to a network shows up, but then is unable to connect and "Authentication Problem" is shown.
Thanks in advance!
Click to expand...
Click to collapse
Cyanogenmod 13,
but when i tried it said: "authentification problem".
h3nhen said:
Cyanogenmod 13,
but when i tried it said: "authentification problem".
Click to expand...
Click to collapse
Yeap, from what I understand, CM doesn't support EAP-SIM at all. The only ROM that I managed to successfully connect with was OxygenOS, but I'm not exactly a fan of that ROM.
H2OS ROM also supports EAP.
Dead Cookies leave no trails...
I am Singapore. Whats that? Lol
Can provide more details? Then i try for u. I am using Sultan CM13.
As noted in the other thread WiFi Calling works using the WFC code in the US 16s build "X829_5.8.16s_rooted.zip" (tested with modem 24 and 50) but does not using India 19s or China 23s, both eventually giving Error81. Can someone try integrating the WFC android code from 16s into their custom rom to see if it works? It appears they somehow broke the code after 16s so that it doesn't even try to connect via the GAN/UMA protocol at least from what I could see via tcpdump.
This is not correct section to post! And i think you have already asked same question in Q&A section.
Hello Everyone,
I am having a weird problem.
I recently bought Samsung Galaxy S6 (SM-G920F) from someone else ( used for 5 months ). When I checked the OS, it has been already rooted and a custom OS was added. The firmware was ver. 6.0.1 . So, I tried updating. But because the ROM was unofficial, I couldn't do the update from Settings.
By using Odin and a stock firmware from Sam mobiles (sammobile.com/firmwares/galaxy-s6/SM-G920F/), I installed 7.0 OS.
I don't remember which region I choose, but it worked perfectly except for mobile network.
After update, the network isn't working. System says that sim is detected. But If I try making a call, it says "Network Not Registered". I have seen lot of post with this kind of issue but nothing worked so far. After I showed this to my repair guy, he said only old ROM ( or custom ) ROM will solve this issue, but after this you cannot update the OS.
Is this really possible? Phone working with Older Version or Custom ROM, but not with updated one?
If provided right guidance, I will try resetting my phone.
Note: I am from Nepal, and I cannot find any firmware application for this country.
Thanks in advance
Yes. Many devices do not work with newer software.
As for your issue you might want to check your apns as none of Nepals are in the stock apn config. Go in and configure it and you should be fine.
Yes you lose all updates on that device with a custom rom and 7.0 was the last official update the device will see short of the crappy security updates.
zelendel said:
Yes. Many devices do not work with newer software.
As for your issue you might want to check your apns as none of Nepals are in the stock apn config. Go in and configure it and you should be fine.
Yes you lose all updates on that device with a custom rom and 7.0 was the last official update the device will see short of the crappy security updates.
Click to expand...
Click to collapse
Hello Zelendel,
I tried configuring the APNs ( Added automatically by carrier ), but it did nothing. Anyway, does APN has to do anything with mobile calls ? I know it is responsible for mobile data services, but for voice services, I have no idea
abiraln said:
Hello Zelendel,
I tried configuring the APNs ( Added automatically by carrier ), but it did nothing. Anyway, does APN has to do anything with mobile calls ? I know it is responsible for mobile data services, but for voice services, I have no idea
Click to expand...
Click to collapse
Yes it controls everything from calls to data. Might want to call your carrier and see if the device has to be added to their network. The Sim might be tied to another device. I know some carriers in some countries do this.
I have a problem with Lineage OS unofficial ROM on Xperia Z3 Compact Tablet from this xda thread.
When mobile connection (using SIM card) is established, Android overwrites allowed Wifi channels settings with restrictions, based on countries. This is a well known feature, but for Russia it seems that any 5Ghz channel becomes restricted - even through channnels 34-165 are legally allowed in Russia (I can't see any networks, no matter what channel I use on my access point).
I want to find, where those restrictions are located, and fix them with appropriate values (I suppose there should be some kind of table with those values). I am sure that this is possible because 5Ghz works both on this device with official ROM and on xiaomi device with official and Lineage OS ROMs.
Unfortunately, ROM author is not interested in fixing this bug so I want to do it myself. I managed to get 5Ghz working using Magisk, Xposed Framework and module for fixing region - but that solution is damn unstable to I want to avoid it and make a normal fix.
By the way, setWifiCountryCodeFromMcc is met in this source and it calls "setCountryCode" from here. I just need to go a little bit deeper to find restricted channel options - but I don't know where and how.