Have a bootloader unlocked Xt1053 where the GPS won't lock onto my location anymore. Running OctOS 5.1.1.
ROM is a fresh flash from stock 5.1 (erased everything, fastbooted to stock before installing OctOS
Any suggestions?
core2kid said:
Have a bootloader unlocked Xt1053 where the GPS won't lock onto my location anymore. Running OctOS 5.1.1.
ROM is a fresh flash from stock 5.1 (erased everything, fastbooted to stock before installing OctOS
Any suggestions?
Click to expand...
Click to collapse
So your GPS was working OK on stock 5.1? Reflash modem at times solves this problem. Look at fast boot cmd, 2 lines.
I'm not sure about stock however it worked fine in the same ROM and OctOS 6.0 before I reflashed everything.
I reflashed the entire phone because of random reboots happening every hour.
These 3 commands?
$ fastboot flash modem NON-HLOS.bin
$ fastboot erase modemst1
$ fastboot erase modemst2
core2kid said:
I'm not sure about stock however it worked fine in the same ROM and OctOS 6.0 before I reflashed everything.
I reflashed the entire phone because of random reboots happening every hour.
These 3 commands?
$ fastboot flash modem NON-HLOS.bin
$ fastboot erase modemst1
$ fastboot erase modemst2
Click to expand...
Click to collapse
Yes
check this
http://forum.cyanogenmod.org/topic/105666-no-working-gps-in-moto-x-2013-xt1053/
You don't need to go back to stock to get GPS and get a GPS lock to work. Follow this (no data is lost, no flashing to stock is required:
1. Boot into the bootloader as per usual and hook up to your PC so you have fastboot access (May need drivers etc)
2. Run "fastboot devices" in command prompt to ensure your moto X is visible to your PC, if not go back to step 1.
3. Run the following 2 commands to clear your Radio/Modem cache
Code:
fastboot erase modemst1
fastboot erase modemst2
4. Reboot, and you should have working GPS.
For many Motorola devices (and some other brands) GPS doesn't work when connected to a 3g network. No problem when connected to 2g, 4g, WiFi, data disabled or no network. Reason is that Google delivers Android with an invalid gps.conf file, for devices with pure or next to pure Android. For this cases follow bellow steps:
You need to replace /system/etc/gps.conf by a valid configuration. Just
search in Google by "Google gps.conf" (without quotes). You will need
root.
You also need to verify APN settings, and add agps and supl if not exists.
For best performance enter the nearest ntp servers, search Google for ntp server list.
Simioni said:
For many Motorola devices (and some other brands) GPS doesn't work when connected to a 3g network. No problem when connected to 2g, 4g, WiFi, data disabled or no network. Reason is that Google delivers Android with an invalid gps.conf file, for devices with pure or next to pure Android. For this cases follow bellow steps:
You need to replace /system/etc/gps.conf by a valid configuration. Just
search in Google by "Google gps.conf" (without quotes). You will need
root.
You also need to verify APN settings, and add agps and supl if not exists.
For best performance enter the nearest ntp servers, search Google for ntp server list.
Click to expand...
Click to collapse
I'm having this very problem of GPS not working when 3G is enabled. Searching for "Google gps.conf" gave me one result on Google docs - is this the one you've talked about?
Renan Lazarotto said:
I'm having this very problem of GPS not working when 3G is enabled. Searching for "Google gps.conf" gave me one result on Google docs - is this the one you've talked about?
Click to expand...
Click to collapse
Yes, it's this file.
---------- Post added at 03:49 AM ---------- Previous post was at 03:09 AM ----------
Renan Lazarotto said:
I'm having this very problem of GPS not working when 3G is enabled. Searching for "Google gps.conf" gave me one result on Google docs - is this the one you've talked about?
Click to expand...
Click to collapse
It's this file. I saw you are Brazilian and from Curitiba like me. You also may see a video in YouTube, search by "Como corrigir problemas de sinal de GPS em seu Android" (in English: How to solve GPS issues on your Android). On this video you can find in comments a ready file, with Brazil and South America ntp servers.
English speakers: you also may use this file, just replace ntp servers to the nearest for a better performance.
---------- Post added at 04:06 AM ---------- Previous post was at 03:49 AM ----------
I found a video, in English, from xda developers, with gps.conf configured for the most countries. These files also solve GPS issues caused by the invalid file provided by Google.
In YouTube search by "How to make GPS lock faster".
Your GPS is now working in 3g after procedure?
hawkdown77 said:
Your GPS is now working in 3g after procedure?
Click to expand...
Click to collapse
Will not be able to tell you right now... I use a pre-paid plan and I ran out of credits today :/ No more credits until the end of the month, when I get paid.
Simioni said:
For many Motorola devices (and some other brands) GPS doesn't work when connected to a 3g network. No problem when connected to 2g, 4g, WiFi, data disabled or no network. Reason is that Google delivers Android with an invalid gps.conf file, for devices with pure or next to pure Android. For this cases follow bellow steps:
You need to replace /system/etc/gps.conf by a valid configuration. Just
search in Google by "Google gps.conf" (without quotes). You will need
root.
You also need to verify APN settings, and add agps and supl if not exists.
For best performance enter the nearest ntp servers, search Google for ntp server list.
Click to expand...
Click to collapse
I'm using the miui global custom rom and this is the only procedure that solved the problem. Thanks!
Related
I just loaded my AT&T version with cyanogen 5.0.5.3, and the wireless tether app does not work.
No matter the security settings I use, it always shows unsecure network on my laptop (OSX, Ubuntu and Vista).. If I set it to unsecure in the app, it still does not connect.
I have never used it before, but I am assuming the cyanogenmod kernel has the required bits for the app to work properly.
Am I missing something stupid?
Thanks
-G
ghost_o said:
I just loaded my AT&T version with cyanogen 5.0.5.3, and the wireless tether app does not work.
No matter the security settings I use, it always shows unsecure network on my laptop (OSX, Ubuntu and Vista).. If I set it to unsecure in the app, it still does not connect.
I have never used it before, but I am assuming the cyanogenmod kernel has the required bits for the app to work properly.
Am I missing something stupid?
Thanks
-G
Click to expand...
Click to collapse
Did you turn off USB tethering?
hotweiss said:
Did you turn off USB tethering?
Click to expand...
Click to collapse
Never turned it on, and verified it is off...
how did you load the apk?
lpasq said:
how did you load the apk?
Click to expand...
Click to collapse
Downloaded to SD, and installed from browser download screen...
ghost_o said:
Downloaded to SD, and installed from browser download screen...
Click to expand...
Click to collapse
you may want to adb push method or adb install -r method instead. reboot after install. or try my rom linked in signature.
if you don't know how to use sdk's adb, do a search here on xda for one of the many basic tutorials or ask for details.
lpasq said:
you may want to adb push method or adb install -r method instead. reboot after install. or try my rom linked in signature.
if you don't know how to use sdk's adb, do a search here on xda for one of the many basic tutorials or ask for details.
Click to expand...
Click to collapse
Will do adb.. I have the linux sdk..
Thanks, will post back with results..
OK, installing with adb has the same effect.
There are posts from the google code pages where this has happened in the past (last year though), so I doubt related..
Out of ideas...!
eth0 IEEE 802.11-DS ESSID:"AndroidTether" Nickname:""
Mode:Ad-Hoc Frequency:2.437 GHz Cell: 3A:4E:3D:88:EC:41
Bit Rate=72 Mb/s Tx-Power:32 dBm
Retry min limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementmode:All packets received
Link Quality=5/5 Signal level=-57 dBm Noise level=-57 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
This is with WEP set.. It must have something to do with wpa_supplicant somewhere.. I'll keep digging...
maybe it might have something to do with atnt not able to do it throught there network. like us tmobile users can use data while on the phone? dont know alot but that could be a possibility
Nah, wpa_supplicant is not negotiating wep for some reason. I just replace the wpa_supplicant.conf file with a very generic open key WEP config and it still does not work..
I need to dig through my broadcom nda's and find this chip, and see if I can use the firmware.. I'll just load it up in AP mode and run hostapd and be done with it....
Ad-Hoc just plain sucks, almost as much as wep...
Cant find find wireless apk anywhere can someone please give me link
ttieder said:
Cant find find wireless apk anywhere can someone please give me link
Click to expand...
Click to collapse
http://lmgtfy.com/?q=android-wifi-tether&l=1
deprecate said:
http://lmgtfy.com/?q=android-wifi-tether&l=1
Click to expand...
Click to collapse
lmgtfy.com - that was awesome - my family members are gonna feel like idiots asking me questions now!
I had not heard of that site before.
Regarding wep-encryption & CM 5.0.5.x:
http://code.google.com/p/android-wifi-tether/issues/detail?id=292
So, wep-encryption is broken (no idea why) on the latest cyanogenmod-build. Please use CM 5.0.4.1 - it works flawlessly there.
I will take a closer look the next days ... but it's hard to tell what is causing this - I don't know which changes were made on CM.
By the way ... why was this topic moved to Q&A
This is definitely an issue which needs to be solved and should stay in development!
Thanks - I googled for quite a while, and never came across that info. Tethering is not that critical (unless I am travelling), so I will just wait for a fix sometime.
I would have figured other in this forum would have hit it though?!?!?
-G
I've installed 5.0.5.3 and downgraded the kernel which came with 5.0.4.1 - and it start working again! So, I would say that this issue is related to the latest kernel (2.6.33.1)!
I've created an issue on cyanogemod:
http://code.google.com/p/cyanogenmod/issues/detail?id=1217
i have wifi tether pre 8 on latest CM mod and its working great, wep works, and no errors in log.
I am having the same problem. I have both a nexus one and motor milestone. Tethering on milestone doesn't have problems but my nexus can't seem to connect as well no Sep security. I can see the my SSID, anyone can help?
There are obviously factors that differ between devices somehow. I too can change kernels and the issue goes away. Something is "missing" somewhere. A git pulled vanilla 2.6.33 kernel works just fine when booting the zimage from fastboot..
I have not looked at the cyanogen .config or wireless module source yet to see any modifications that would effect it...
I'm more interested in the module working in AP mode now that the driver supports it, and have been working on that...
-G
Hello i have a Rogers dream rooted. I used speedtest.net application here are my last 10 test result in kbps...
I have a clue can it be that is lsow my connection because it always roaming?
D/U
202/1553
5/1531
2/1605
24/1697
235/533
3/7
8/-0
561/1664
19/1806
Note:those numbers are not backward!
you get the picture the download speed is very very bad upload is good.
i tryed many differents roms and kernel mix.
here is my setup for those test above
radio: 3.22.26.17
spl: dangerspl
recovery: RA-dream-v1.7.0R
rom: MT3G-test2_S + MT3G-test2-market-fix_S
kernel: ez-BiffTest2Kern_ebi1_S
i dont know how can i fix my trouble i use this phone on telus network ans tested my sim in a telus htc desire and speed is fantastic!
if you have any idea to fix my trouble it would be very very appreciated since i need some internet for my work and if i cant fic it i need a new phone and its not a good option for me now!
thank for your help.
Look up ro.rill settings, the ota being a T-Mobile stock Tom is not optimized to other networks.
But you can from recovery modify your ro.ril settings to speed things up..
(Or copy the out of the desires build.prop)
thx for the info i will try the file from my firend desire he is on telus. i edited mine but im not sure if it worked yet!
pr0cess0r said:
thx for the info i will try the file from my firend desire he is on telus. i edited mine but im not sure if it worked yet!
Click to expand...
Click to collapse
You just want the ril settings, since the rest will impact the operation of the rom. Also not all settings will work so keep a backup.
Also in other threads it's noted it may take a few restarts for it to work.
Im not able to write to system i tryed some guide in terminal and one apllication from the marking but im notable to copy prop.buil to system.
Boot into recovery, atatch your USB wire and run the following adb comands from your computer:
To pull build.prop to your computer:
Code:
adb shell mount /system
adb pull /system/build.prop build.prop
Edit the file
Then to push back:
Code:
adb push build.prop /tmp/build.prop
adb shell dos2unix /tmp/build.prop
adb shell cat /tmp/build.prop /system/build.prop
adb shell sync
adb shell um
adb shell reboot
I finally managed to change the setting from 10 to 12 and its faster but not like the desire. i get 1000 kbps somes times and upload is still faster. Thx for the help whit this !! im still wondering if roaming can make the connection slower.
pr0cess0r said:
I finally managed to change the setting from 10 to 12 and its faster but not like the desire. i get 1000 kbps somes times and upload is still faster. Thx for the help whit this !! im still wondering if roaming can make the connection slower.
Click to expand...
Click to collapse
You have a telus sim on the telus network correct? [That combo is not roaming]
There are many factors in network speed. Personally for most things I use phone data for latency is more of a problem than speed.
One other note: if you are no longer with rogers you might try changing 3.22.26.17 -> 3.22.20.17 by fastboot. (not sure it will help speed but is know to solve some other gotchas without impacting the current rom)
do i need to flash a new recovery at the same time?
pr0cess0r said:
do i need to flash a new recovery at the same time?
Click to expand...
Click to collapse
No .. if you are just going between 3.22.* radios using fastboot to flash:
The current system (including recovery, boot, system, and userdata) ought to work without any modification..
In case of problems however: so long as you flash the radio via fastboot [AND NOT recovery] you can use fastboot to restore a -R recovery and wipe the rest of the system if something goes wrong.
ezterry said:
No .. if you are just going between 3.22.* radios using fastboot to flash:
The current system (including recovery, boot, system, and userdata) ought to work without any modification..
In case of problems however: so long as you flash the radio via fastboot [AND NOT recovery] you can use fastboot to restore a -R recovery and wipe the rest of the system if something goes wrong.
Click to expand...
Click to collapse
ok i flashed this older radio but i think froyo rom wont work whit it im not 100% sure about this.
i got good spped then checked 2g only by mistake and whas not able to change it back i wiped and now im not able to get good speed again
Finally i got some speed one of my trouble is that i cant test iut at home the signal is bad just here.I listened to internet radio for 100 KM today whit no trouble.Little cut when i whas changing tower i think!
well as title says, i've try everything, but nothing work
cant sync contacts gmail market etc of google account
the error on phone says:
"can`t stablish a reliable data connection to the server.
this could be a temoporary problem or your phone may not be provisioned for data services. if it continues, call customer care"
i have the new spl/radio 15mb hack
fastboot erase system -w
fastboot erase boot
super wipe oskasha/ezterry
flash older roms
flash others kernels
nothing work even flash roms+kernel that before were working
my g1 dosen't want to connect google
wifi works edge works (3g is not available for tmobile g1 in argentina)
i dont know what else can try
here are 2 logcat of the sync error
logcat 12/11/2010
http://dl.dropbox.co...9465704/log.txt
logcat 13/11/2010 (wifi on)
http://dl.dropbox.co...465704/log2.txt
Hi all,
I am not a techie guy, but i have tried most of the things available online to solve the issue in my Moto X device. Need some help here. I own a Moto XT1052 from Asia retailer bought in 2014. The phone is amazing, however recently the wifi started playing up with intermittent loss of connection.
Upgrade details
The default OS was Kitkat 4.4.4, which was upgraded to Lollipop 5.1 over the air in August 2015. The phone did not show any specific issues until April 2016.
So far, I have tried troubleshooting in following areas:
Router or internet issue: - Eliminated
This issue was not with specific router or wifi access point, but for all the wifi access points I used to connect to or the new ones.
I also checked MAC filtering in two of the routers, which i was facing issues with.
Installed App issues - Eliminated
The issue continued even in safe mode.
1. Switching off WIFI and then turning on
2. Factory reset through software and recovery mode
3. Reinstalling StockROM to Kitkat 4.4.4 so as to eliminate OS upgrade issues.
4. Reinstalling Lollipop 5.1 (tried EU, GB and Asia)
Now the Wifi & Bluetooth wont turn on at all and the MAC address is "unavailable"
In one of the threads, i read the persist folder contains the necessary files for WIFI and Bluetooth. So i rooted the device through SuperSU and TWRP to check the system files. However, I do not have the folder named "persist"
I am not sure if persist folder is brand/ model specific. Please Help.
satanmaycare said:
Hi all,
I am not a techie guy, but i have tried most of the things available online to solve the issue in my Moto X device. Need some help here. I own a Moto XT1052 from Asia retailer bought in 2014. The phone is amazing, however recently the wifi started playing up with intermittent loss of connection.
Upgrade details
The default OS was Kitkat 4.4.4, which was upgraded to Lollipop 5.1 over the air in August 2015. The phone did not show any specific issues until April 2016.
So far, I have tried troubleshooting in following areas:
Router or internet issue: - Eliminated
This issue was not with specific router or wifi access point, but for all the wifi access points I used to connect to or the new ones.
I also checked MAC filtering in two of the routers, which i was facing issues with.
Installed App issues - Eliminated
The issue continued even in safe mode.
1. Switching off WIFI and then turning on
2. Factory reset through software and recovery mode
3. Reinstalling StockROM to Kitkat 4.4.4 so as to eliminate OS upgrade issues.
4. Reinstalling Lollipop 5.1 (tried EU, GB and Asia)
Now the Wifi & Bluetooth wont turn on at all and the MAC address is "unavailable"
In one of the threads, i read the persist folder contains the necessary files for WIFI and Bluetooth. So i rooted the device through SuperSU and TWRP to check the system files. However, I do not have the folder named "persist"
I am not sure if persist folder is brand/ model specific. Please Help.
Click to expand...
Click to collapse
I have the same model of Moto X running on 4.4.4 (downgraded from 5.1 stagefright) and can confirm that my phone has the "persist" folder containing around 15 files with total size of 70 kb. I have used "es file explorer" with "root explorer" enabled to verify the "persist" folder. Tnx
bryan.gayagoy said:
I have the same model of Moto X running on 4.4.4 (downgraded from 5.1 stagefright) and can confirm that my phone has the "persist" folder containing around 15 files with total size of 70 kb. I have used "es file explorer" with "root explorer" enabled to verify the "persist" folder. Tnx
Click to expand...
Click to collapse
Hi Bryan,
Thanks for the info.
I am using the TWRP to root and check the system files. I am unable to find the folder as "persist". Can you help me with the location of the foldeer; as in is it root folder or subfolder.
Also, if it is missing from my device, can you please helping in uploading your folder so i can add the same to my device. Also, if you can help if i need any special permissions to add the folder.
Thanks.
Hi,
I’m from Portugal and I’ve bought a Mi5 some days ago.
I have a problem for which I don’t find any solution.
The phone came with a modified fake ROM from the Chinese store but was working fine.
I unlocked the phone and installed TWRP to flash other ROMs. I flashed MIUI 8 global stable and a custom ROM from Xiaomi.eu without any problem.
Everything was working fine with the phone but I noticed that a lot of files from prior fake ROM (the one from the Chinese store) remained in the phone. So I decided to swipe everything in TWRP (including system and internal storage) and flashed MIUI Global Stable ROM again.
From this point, I never again been able to connect to a WiFi network and the 2G, 3G LTE connection became very weak and instable. The phone scan the wifi network available without problem, but after introducing the password, it tries to connect and just shows “Savedâ€.
I tried a lot of stuff. Static IP, reboot router, change router channel, change router security settings, flash different ROM, tweak build.prop file, but the problem persist.
In the phone test menu, when I try to connect to a WiFi I see that the phone scan, connect, disconnect, scan, connect, disconnect…
Any help?
Do you think it’s Hardware related issue? Or phone firmware and driver problem?
I’ll be very grateful for any assistance.
Hello
Yesterday I got the phone and I have exactly the same situation. Tried the same things, also flashing RR Nougat, RR Marshmallow, MIUI 7 and 8. Wifi isn't working in any situation. Did you solve it? Anyone have some ideas with it?
try another ROM
Just try the ROM "cm-13.0-20161211-NIGHTLY-gemini" .
My mi5 had the same problem when I got it, so I try unlock, bootloader, new cm14 rom, even went to change sim card, cause can't access 4G, still no luck. Then I backed to official ROM, factory reset, still have wifi and 4G problem. Finally after try the cm13 ROM, every thing became fine. It took me 5 days to resolved it.
FYI, mi5 's wifi signal strength is poor than others as so many complain you can see on the miui forum.
Tried that CM build, still nothing. I found in dev tools option to debug WIFI, and all the time I have RSSI of -127, even if I'm literally 1m from source (also I tried many sources). I'm out if ideas. Also It's not reception problem, because original ROM (like OP, probably fake global MIUI) had WIFI working just fine for me.
I have exactly the same situation.
I'll try the ROM "cm-13.0-20161211-NIGHTLY-gemini".
Thanks!!!
---------- Post added at 05:11 PM ---------- Previous post was at 04:37 PM ----------
Unfortunately, this ROM did not work for me either. :crying:
Any more help?
Thank you very much!!!
Try Xiaomi.eu 8.1.7.0 Nougat.
It's working for me, but my wifi wont connect in CM/ AOSP ROM
bajak85 said:
Try Xiaomi.eu 8.1.7.0 Nougat.
It's working for me, but my wifi wont connect in CM/ AOSP ROM
Click to expand...
Click to collapse
Hello friend, do you have the link for me to download this ROM?
Many thanks for helping.
I had the same problem, same symptoms.
I too flashed a new ROM and couldn't connect to any AP, I tried various ROMS, MIUI 7 & 8 and CM 13 & 14.1.
Though I think I found a solution (it worked for me ). I simply changed my MAC-adress and I was able to connect to my home WiFi.
I'm running CM 14.1-2016225-NIGHTLY-gemini on MI5.
This is what I did to fix my WiFi:
First prepare an new MAC-address. I personally don't know when a MAC-address is considered valid, so I just took one from an other device. I used the mac address of my previous mobile phone, which could connect to my router.
1. Disable WiFi.
3. Enable debugger settings (Setting>about Phone>Press build number repeatedly).
2. Enable root (Develepor settings>root access set to "Apps and ADB").
3. Open the file manager app.
4. Give the file manager app root access (menu>Settings(cog in lower left corner)>General settings>Access mode set this on "Root Access mode").
5. Now find the file root/etc/firmware/wlan/qca_cld/ and open wlan_mac.bin.
You should see something similar to:
Code:
Intf0MacAddress=XXXXXXXXXXXX
Intf1MacAddress=XXXXXXXXXXXX
END
6. Change the first to your new MAC-address, but first write down the old one, so you can change it back if this method doesn't work for you.
The last X of the next line should be a digit higher than the previous line. E.g:
Code:
Intf0MacAddress=957FDC328BF[B]4[/B]
Intf1MacAddress=957FDC328BF[B]5[/B]
END
(This MAC-address most likely won't work).
7. Save the file. You might need to press the save button a few times.
8. Check if the file has changed.
9. Check if you MAC-address has changed (Settings>WiFI>Configure-WIFI(cog in right upper corner)).
10. Enable WiFi.
I hope this works for everyone that has the same problem.
ederluisf said:
Hello friend, do you have the link for me to download this ROM?
Many thanks for helping.
Click to expand...
Click to collapse
I found it, thank you. I'll flash the rom now. Thanks.
---------- Post added at 06:47 PM ---------- Previous post was at 06:41 PM ----------
Pekkuky said:
I had the same problem, same symptoms.
I too flashed a new ROM and couldn't connect to any AP, I tried various ROMS, MIUI 7 & 8 and CM 13 & 14.1.
Though I think I found a solution (it worked for me ). I simply changed my MAC-adress and I was able to connect to my home WiFi.
I'm running CM 14.1-2016225-NIGHTLY-gemini on MI5.
This is what I did to fix my WiFi:
First prepare an new MAC-address. I personally don't know when a MAC-address is considered valid, so I just took one from an other device. I used the mac address of my previous mobile phone, which could connect to my router.
1. Disable WiFi.
3. Enable debugger settings (Setting>about Phone>Press build number repeatedly).
2. Enable root (Develepor settings>root access set to "Apps and ADB").
3. Open the file manager app.
4. Give the file manager app root access (menu>Settings(cog in lower left corner)>General settings>Access mode set this on "Root Access mode").
5. Now find the file root/etc/firmware/wlan/qca_cld/ and open wlan_mac.bin.
You should see something similar to:
Code:
Intf0MacAddress=XXXXXXXXXXXX
Intf1MacAddress=XXXXXXXXXXXX
END
6. Change the first to your new MAC-address, but first write down the old one, so you can change it back if this method doesn't work for you.
The last X of the next line should be a digit higher than the previous line. E.g:
Code:
Intf0MacAddress=957FDC328BF[B]4[/B]
Intf1MacAddress=957FDC328BF[B]5[/B]
END
(This MAC-address most likely won't work).
7. Save the file. You might need to press the save button a few times.
8. Check if the file has changed.
9. Check if you MAC-address has changed (Settings>WiFI>Configure-WIFI(cog in right upper corner)).
10. Enable WiFi.
I hope this works for everyone that has the same problem.
Click to expand...
Click to collapse
I'll try this procedure too, thank you very much Pekkuky.
I'll be back to talk if it fired, thanks for the help.
I tried to install the ROM that bajak85 suggested and it did not work for me, however I tried the procedure that pekkuky taught in ROM Xiaomi.eu 8.1.7.0 Nougat (ROM that bajak85 suggested) and it started to work, changing the MAC address worked for me too.
I did exactly as taught by Pekkuky and tried with another randomly generated MAC. That also worked.
Thank you all for the help and thank you very much Pekkuky, saved my life with this tip.
Obtaining IP Address Loop...help..:crying:
artforcesilvia said:
Obtaining IP Address Loop...help..:crying:
Click to expand...
Click to collapse
Hello, did you make sure that the MAC address was actually changed? In my case, a reboot was necessary for the modification to take effect.
I needed to forget the network and try again too, try this too, make sure the MAC has really changed and forget the wifi network and try again.
Good luck. :good::good:
ederluisf said:
Hello, did you make sure that the MAC address was actually changed? In my case, a reboot was necessary for the modification to take effect.
I needed to forget the network and try again too, try this too, make sure the MAC has really changed and forget the wifi network and try again.
Good luck. :good::good:
Click to expand...
Click to collapse
I've tried it over and over again but it didn't work.:crying:
artforcesilvia said:
Obtaining IP Address Loop...help..:crying:
Click to expand...
Click to collapse
Another thing that can help is to configure Static IP in the advanced settings of your network, have you tried this?
ederluisf said:
Another thing that can help is to configure Static IP in the advanced settings of your network, have you tried this?
Click to expand...
Click to collapse
I set IP static it connected modem but no internet, some time messager "authentfication error" apear.:crying:
My problem has been solved.
Thank you very much
artforcesilvia said:
My problem has been solved.
Thank you very much
Click to expand...
Click to collapse
:victory: Very good.
Pekkuky said:
I had the same problem, same symptoms.
I too flashed a new ROM and couldn't connect to any AP, I tried various ROMS, MIUI 7 & 8 and CM 13 & 14.1.
Though I think I found a solution (it worked for me ). I simply changed my MAC-adress and I was able to connect to my home WiFi.
I'm running CM 14.1-2016225-NIGHTLY-gemini on MI5.
This is what I did to fix my WiFi:
First prepare an new MAC-address. I personally don't know when a MAC-address is considered valid, so I just took one from an other device. I used the mac address of my previous mobile phone, which could connect to my router.
1. Disable WiFi.
3. Enable debugger settings (Setting>about Phone>Press build number repeatedly).
2. Enable root (Develepor settings>root access set to "Apps and ADB").
3. Open the file manager app.
4. Give the file manager app root access (menu>Settings(cog in lower left corner)>General settings>Access mode set this on "Root Access mode").
5. Now find the file root/etc/firmware/wlan/qca_cld/ and open wlan_mac.bin.
You should see something similar to:
Code:
Intf0MacAddress=XXXXXXXXXXXX
Intf1MacAddress=XXXXXXXXXXXX
END
6. Change the first to your new MAC-address, but first write down the old one, so you can change it back if this method doesn't work for you.
The last X of the next line should be a digit higher than the previous line. E.g:
Code:
Intf0MacAddress=957FDC328BF[B]4[/B]
Intf1MacAddress=957FDC328BF[B]5[/B]
END
(This MAC-address most likely won't work).
7. Save the file. You might need to press the save button a few times.
8. Check if the file has changed.
9. Check if you MAC-address has changed (Settings>WiFI>Configure-WIFI(cog in right upper corner)).
10. Enable WiFi.
I hope this works for everyone that has the same problem.
Click to expand...
Click to collapse
Made an account to thank Pekkuky, because this worked for me. I also linked it on a couple of Xiaomi.EU posts about the same problem.
I had the same problem and this method really worked. I was angry af for 1 week, trying to solve this. Thank you very much Pekkuky
artforcesilvia said:
My problem has been solved.
Thank you very much
Click to expand...
Click to collapse
Are the same step above??
Why my wlan file,the latest one is not an number??
Sorry for my bad,help me please,i have been try this way,but still same