FIX FOR WIFI IN MM BASED ROMS! (worked for me) - OnePlus 2 General

Hi guys,
Very people are having wifi problems in the mm based roms, i was having too until i tried this:
Copied the file: WCNSS_qcom_cfg.ini from the original oxygen or another oxygen based rom like skydragon or oxyslim, and then pasted it in the same directory in the mm based rom (in my case was exodus).
The file is in partition0/system/etc/wifi.
I hope that i can help some other of you that are having this problem.
If i helped then press thanks,
TS

Tierri said:
Hi guys,
Very people are having wifi problems in the mm based roms, i was having too until i tried this:
Copied the file: WCNSS_qcom_cfg.ini from the original oxygen or another oxygen based rom like skydragon or oxyslim, and then pasted it in the same directory in the mm based rom (in my case was exodus).
The file is in partition0/system/etc/wifi.
I hope that i can help some other of you that are having this problem.
If i helped then press thanks,
TS
Click to expand...
Click to collapse
what problems are you referring to?

Dinjesk said:
what problems are you referring to?
Click to expand...
Click to collapse
i think he's talking about Wi-Fi drops / disconnection. But seems to be a problem that touched some users and not others.

Could you maybe provide the file you're refering too - would be helpful I guess.

giving it a try.. when you copy it from oxygen os, paste it in downloads otherwise the system will wipe it out if its just under internal. I turned off wifi and deleted the old WCNSS_qcom_cfg.ini and then pasted in the copy from downolads and rebooted making sure the pasted one stuck and not rewritten. Using resurrection remix so I will update if it works

casual_kikoo said:
i think he's talking about Wi-Fi drops / disconnection. But seems to be a problem that touched some users and not others.
Click to expand...
Click to collapse
Yes i AM talking about WiFi drops and low speed downloads.

will this fix the bad mobile strength service or just wifi?

Equals_Android said:
will this fix the bad mobile strength service or just wifi?
Click to expand...
Click to collapse
just dropped wifi

Can someone please upload the specified file and attach it to OP...?
will help me from downloading the whole Oxygen OS
Thanks in advance!

okay.. this worked for me.. my wifi speed is back to normal.. no more sluggishness

daninantro said:
okay.. this worked for me.. my wifi speed is back to normal.. no more sluggishness
Click to expand...
Click to collapse
Can you please upload this file ?

srvoleti said:
Can you please upload this file ?
Click to expand...
Click to collapse
Prasad98 said:
Can someone please upload the specified file and attach it to OP...?
will help me from downloading the whole Oxygen OS
Thanks in advance!
Click to expand...
Click to collapse
Attached, unzip it and paste the file in the mentioned path as in OP.. make sure the permissions are rwx r-x r-x
also enable dhcp client from lollipop in developers settings.

Sorry guys i have deleted the file, it was a mistake. Now i AM on exodus and dont want to go back to oxygen just to pick the file.
Anyways @daninantro thanks for sharing the file with the guys.

My /system folder is empty.. :/
I am using ES file explorer

FAB1150 said:
My /system folder is empty.. :/
I am using ES file explorer
Click to expand...
Click to collapse
enable root explorer in es file explorer and give superuser permissions

daninantro said:
enable root explorer in es file explorer and give superuser permissions
Click to expand...
Click to collapse
I use root browser. And it only ask for permissions when i go delete the old file.

If any of you interested in the changes about this ini file over the time check this out:
https://github.com/CyanogenMod/andr...682640955ae42055dc701/wifi/WCNSS_qcom_cfg.ini

same here.it worked for me too. my wifi speed is pretty good now.

Trying this right now, let's see what it does to my ever dropping WiFi in CM based roms.

Made a flashable zip for this, credited Tierri in the script
https://www.androidfilehost.com/?fid=24459283995305319
EDIT:
Just noticed I didn't set permissions in the script, need someone to confirm the format in numbers for this, check this line?
set_perm(0777, 0644, 0644, "/system/etc/wifi/WCNSS_qcom_cfg");
Also noticed something else which makes me think this fix might not be what you think it is, this file already exists in the following folder:
/system/etc/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini
I think this is the method CM uses to add configs for individual devices, since they have to support multiple ones.

Related

[SOLVED] Need Wifi Help when Porting Roms

Ok so I used a CM7 as base for the Rom I'm porting.
The libs and bin are all for my Device and not from the ROM I'm porting. The Kernel is for my Device and not from the ROM I'm porting
Though Wifi is not showing networks? How is that possible? Please help!
Thanks!
WiFi modules in system/lib/modules corresponding to your kernel.
私のEVO 3Dから送信される。
dastin1015 said:
WiFi modules in system/lib/modules corresponding to your kernel.
Click to expand...
Click to collapse
Yeah tried it in many ways you can't even imagine. I flipped to whole thing upside down LOL and still, Wifi not working...
Why is it most of the times this happens? Is it the Kernel?
Did you replace the wifi folder in /system/etc ?
Gumby63 said:
Did you replace the wifi folder in /system/etc ?
Click to expand...
Click to collapse
Yup but still no luck. I even tried changing different kernels, but still no wifi
Peteragent5 said:
Yup but still no luck. I even tried changing different kernels, but still no wifi
Click to expand...
Click to collapse
you need replace wl folder too
the result of this build.prop line
wifi.interface=
equals the one inserted in the file on /system/etc/wifi/ ?
if in build.prop is something like
wifi.interface=eth0
and in wpa_supplicant.conf there is a line saying wlan0, wifi wont work
Have you tried checking logcat
It'ld describe the root of the issue, whether the service just fails to start or it's something else
cips gokhle said:
you need replace wl folder too
Click to expand...
Click to collapse
Yeah but there is no wl folder. If there is, how would I replace it? There is no wl folder from my own Device in all the Roms for my Device. So I leave it or delete it?
NAZUnlimited said:
the result of this build.prop line
wifi.interface=
equals the one inserted in the file on /system/etc/wifi/ ?
if in build.prop is something like
wifi.interface=eth0
and in wpa_supplicant.conf there is a line saying wlan0, wifi wont work
Click to expand...
Click to collapse
Ooooooooo That sounds interesting! I've never heard about that! I definitely check it out! Thanks!
cdesai said:
Have you tried checking logcat
It'ld describe the root of the issue, whether the service just fails to start or it's something else
Click to expand...
Click to collapse
Oh yeah! I forgot about logcat! Lol! I'll try it
Peteragent5 said:
Yeah but there is no wl folder. If there is, how would I replace it? There is no wl folder from my own Device in all the Roms for my Device. So I leave it or delete it?
Click to expand...
Click to collapse
if your device don't have wl folder then just leave it but your ported rom have this wl folder?
hesoyam27 said:
if your device don't have wl folder then just leave it but your ported rom have this wl folder?
Click to expand...
Click to collapse
Well... No. But what if it does? Do I delete it?
Peteragent5 said:
Well... No. But what if does? Do I delete it?
Click to expand...
Click to collapse
if your device don't use wl folder for wifi then it's useless for yoyr device just delete this folder
Figured it out after like, 5+ Months...
Since all the stuff is for my Device:
- etc folder
- usr folder
- wifi folder
- lib folder (All libs & Modules)
- bin folder
Everything is fine! But wifi still doesn't work!
So I investigate and it was the build.prop that was the culprit!
I need to have:
Code:
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0
wifi.interface=wlan0
And everything that's below the additional properties:
Code:
# ADDITIONAL_BUILD_PROPERTIES
(For RIL and Incoming Calls)
I needed to paste the above from my Device's build.prop
to the Rom I'm porting's build.prop
Now Wifi is working fine and the Rom is Stable

[Q] how to disable gps optimus v

the problem i am having is my phone automatically turning on its gps tracking,what I want to know is can I remove it somehow? I dont care if i lose my maps & navigation ability as long as I still have web & calling. lg optimus v, virgin mobile,cm7 IHO
THANKS
If you're rooted , go to system/etc delete gps.conf, that must do it , correct me if I'm wrong
Sent from my LG-P500 using Tapatalk 2
am rooted
I am rooted can u hive me more specific as how to do it? I attempted system/etc in terminal emulator on phone but got permission denied
cujo676 said:
I am rooted can u hive me more specific as how to do it? I attempted system/etc in terminal emulator on phone but got permission denied
Click to expand...
Click to collapse
> use script manager ..root browser or any advance file manager, mount as RW..1st .. then attempt to delete
thanks
Will purchase app & attempt in a few days please leave thread up till then? I'm sure to need more help thanks again
cujo676 said:
Will purchase app & attempt in a few days please leave thread up till then? I'm sure to need more help thanks again
Click to expand...
Click to collapse
No need to buy an app.
ES File Explorer has options to browse as root and to mount /system as rw.
hello
yuripg1 said:
No need to buy an app.
ES File Explorer has options to browse as root and to mount /system as rw.
Click to expand...
Click to collapse
can u please give me exact instructions on how to do this with es file explorer?
cujo676 said:
can u please give me exact instructions on how to do this with es file explorer?
Click to expand...
Click to collapse
Down in its settings you will find two options: one to browse as root and another to mount the /system to read/write.
hi
neko95 said:
> use script manager ..root browser or any advance file manager, mount as RW..1st .. then attempt to delete
Click to expand...
Click to collapse
can u tell me exactly how to mount as rw and then delete it using script manager i realy know absolutely nothing about this stuff so need exact instructions? sorry for being a pain in the a**
cujo676 said:
can u please give me exact instructions on how to do this with es file explorer?
Click to expand...
Click to collapse
Open es file exlorer- go to settings - check on- upto root, root exlorer n mount file system...then come back n hit up folder. Now go to system folder, in that, etc folder name find the file named gps. conf....delete it!
cujo676 said:
can u tell me exactly how to mount as rw and then delete it using script manager i realy know absolutely nothing about this stuff so need exact instructions? sorry for being a pain in the a**
Click to expand...
Click to collapse
Check the options "Root Explorer" and "Mount File System". Then click the "Favorites" on the top bar, select "/", navigate to /system/etc/, find gps.conf and delete it.
Thanks
kiran2cy said:
Open es file exlorer- go to settings - check on- upto root, root exlorer n mount file system...then come back n hit up folder. Now go to system folder, in that, etc folder name find the file named gps. conf....delete it!
Click to expand...
Click to collapse
That was easy thank u so much!
gps still working
karthiknayak94 said:
If you're rooted , go to system/etc delete gps.conf, that must do it , correct me if I'm wrong
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
I deleted it but the gps still works any other suggestions? i want to permanently cripple it
cujo676 said:
I deleted it but the gps still works any other suggestions? i want to permanently cripple it
Click to expand...
Click to collapse
the main gps configuration file has been deleted, but still ur gps works! give it a reboot...btw ur phone is tracking, even when gps is off?
!?
kiran2cy said:
the main gps configuration file has been deleted, but still ur gps works! give it a reboot...btw ur phone is tracking, even when gps is off?
Click to expand...
Click to collapse
i did reboot opened google maps and it showed exactly where i was. And the problem that bothered me was me keeping gps turned off all the time only to find that it would turn itself on which I do not like. I want to disable it permanently because I don't think its nessecary for basic phone and web service. I dont feel that my movements should be tracked for any reason it's just weird! If I am correct the phone service is done through the wireless connection not gps?
Shouldn't u prefer changing ROM?
Problem solved and closed! The original instructions are correct & results are as originally claimed in first reply to the op. For some reason it didn't delete properly the first time,I fixed this by restoring my backup & re-attempting. THANKS TO EVERYONE WHO HELPED
Well I could have helped, but I'm an optimus one user, so I don't know which one is a stable optimus v rom...asking an optimus v user will be better...

Zip into apk

How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Sathub4u said:
How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Click to expand...
Click to collapse
2 things can be happening. Either after you exctract the zip file with Winrar and it contains an apk file which you can transfer to your phone and using a file explorer just run it.
Or you have to go into CMW clockwork mode recovery (if you have it) and select flash a zip file.
Sathub4u said:
How to install a file with *.zip extension as normal apk???????? Instruction says as to install file as normal apk but when i downloaded i could retrive a zip file format only Plzzzzzzzzzzz do help
Click to expand...
Click to collapse
if the apk is signed as zip then open that zip with some editor like notepad++ and save it as "*.apk"
There is no apk inside zip file.Its like meta file and system..But its just an app,is it necessary to install via CWM!!!!!!!!!!! in thread it was given as instal file as normal apk!!!!!!!!!!!!!!!!
Sathub4u said:
There is no apk inside zip file.Its like meta file and system..But its just an app,is it necessary to install via CWM!!!!!!!!!!! in thread it was given as instal file as normal apk!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Search all the folders for a apk file
Sent from my Xperia Ray using Tapatalk 2
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Someguyfromhell said:
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Click to expand...
Click to collapse
:good: 1st on this thread who knows what about he talks :good:
bejunk said:
:good: 1st on this thread who knows what about he talks :good:
Click to expand...
Click to collapse
If u dont knw jst remain silent..Its clear..
Someguyfromhell said:
Just rename file's extension from .zip to .apk then. Depending on your OS configuration, you may have to edit 1 setting, if you can not change the extension. For that - Control Panel, Folder Options, View, untick Hide extensions for known file types.
Click to expand...
Click to collapse
Ya i have tried this bro,it works with certain apps..but few say problem in the package,could not install. tis is the download link http://d-h.st/mCp. it is downloaded as zip
How to install tis link
http://d-h.st/mCp tis link downloads a zip file..the thread says that it has to installed as normal apk..I tried renaming file extension into apk..Any help by Android lovers.................
Sathub4u said:
http://d-h.st/mCp tis link downloads a zip file..the thread says that it has to installed as normal apk..I tried renaming file extension into apk..Any help by Android lovers.................
Click to expand...
Click to collapse
got it as apk bro
btw what browser are you using
am using chromium(chrome)
smarthavoc said:
got it as apk bro
btw what browser are you using
am using chromium(chrome)
Click to expand...
Click to collapse
dear chrome user can u tell me if this browser gettting lags when openend many tabs i would likely use it but this happens on many browsers
bejunk said:
dear chrome user can u tell me if this browser gettting lags when openend many tabs i would likely use it but this happens on many browsers
Click to expand...
Click to collapse
nope it is better without lags and crashes
am on Ubuntu 13.10, i have issues with Firefox(some crashes), so i use chromium no lags at all for me
smarthavoc said:
nope it is better without lags and crashes
am on Ubuntu 13.10, i have issues with Firefox(some crashes), so i use chromium no lags at all for me
Click to expand...
Click to collapse
thank u for review.. hope it works same for me....
i only used stock browser until now bcuz like said after to many opened sites most browser get bad lag (oom)
bejunk said:
thank u for review.. hope it works same for me....
i only used stock browser until now bcuz like said after to many opened sites most browser get bad lag (oom)
Click to expand...
Click to collapse
guess it is not that memory problem, chrome&firefox renders on quality than speed, so most animations lag if more than 10-15 tabs(content also matters may be) are opened at once
anyway we were off the topic
did you got it @Sathub4u
smarthavoc said:
guess it is not that memory problem, chrome&firefox renders on quality than speed, so most animations lag if more than 10-15 tabs(content also matters may be) are opened at once
anyway we were off the topic
did you got it @Sathub4u
Click to expand...
Click to collapse
no from my brain, bro ;D i dont talk same as somebody else said :/ i get behind myself im pretty sure its oom, bcuz if i usng stock browser he holds 2 sites loaded, now when open more sites , he only holds the current one. so if i switch to other site he (re)load data. on it. memory usage is some higher but okay. now when i use some browser that usaally tries to holds all the data my memory decreases very hard until to some mb left, on early legacy xperia buils my phone restarted more often if i used other browser hard. i faced this issues on nearly all new browser's... sometimes even my device stops responding so must take off battery i never faced this on stock browser but more site-reloads.
i had seen this behaviour on several roms like stock ics and cm's JB. ...
ahh YES OFFTOPIC! sry ur right bro but thanks for help

[Q] Please help!

(Note: I apologize if i have posted in a wrong forum, so please guide me here, i haven't had the time to read all the rules coz of this problem that iwant to be fix asap.Thanks and Respect)
I have ah CHINA version of Samsung Galaxy Ace s5831i, and because of the chinese apps that i want to get rid off, i flashed my phone to s5830i. (I think i used the files from youtube video. Everything seems to be fine except for the camera which i read one of the common fault when flashing this version but i also read that it can be replaced by an apk file (Which i think can only be replaced when rooted) So here is what i want to ask you i tried flashing it back to stock rom which use a single file from sammobile but i always get this (See attached picture)
Please be kind to help me in fixing my phone through flashing and getting back its camera if possible without rooting/ with rooting. Thanks!
Gkaizoku said:
(Note: I apologize if i have posted in a wrong forum, so please guide me here, i haven't had the time to read all the rules coz of this problem that iwant to be fix asap.Thanks and Respect)
I have ah CHINA version of Samsung Galaxy Ace s5831i, and because of the chinese apps that i want to get rid off, i flashed my phone to s5830i. (I think i used the files from youtube video. Everything seems to be fine except for the camera which i read one of the common fault when flashing this version but i also read that it can be replaced by an apk file (Which i think can only be replaced when rooted) So here is what i want to ask you i tried flashing it back to stock rom which use a single file from sammobile but i always get this (See attached picture)
Please be kind to help me in fixing my phone through flashing and getting back its camera if possible without rooting/ with rooting. Thanks!
Click to expand...
Click to collapse
First you have posted in correct section don't worry just now follow these thread
http://forum.xda-developers.com/showthread.php?t=1840645
On his first post you ll get to see firmware repacked by him download one from two ,
After downloading unzip it you will be seeing 3Files Modem , CSC, PDA , put that in Odin and flash it , after booting up root it and then Replace the camera apk .
Hitesh2626 said:
First you have posted in correct section don't worry just now follow these thread
http://forum.xda-developers.com/showthread.php?t=1840645
On his first post you ll get to see firmware repacked by him download one from two ,
After downloading unzip it you will be seeing 3Files Modem , CSC, PDA , put that in Odin and flash it , after booting up root it and then Replace the camera apk .
Click to expand...
Click to collapse
I followed the link guide you gave me and it was the same files i used when i flashed my phone. I reflashed it earlier and it was oka, i also rooted it through sd card. How can i replace my camera apk? Would you please be so kind to give a detailed guide for me. Thanks
Try this,
http://forum.xda-developers.com/showthread.php?t=2639940
Sent from my Galaxy Ace GT-S5830 using xda app-developers app
Gkaizoku said:
I followed the link guide you gave me and it was the same files i used when i flashed my phone. I reflashed it earlier and it was oka, i also rooted it through sd card. How can i replace my camera apk? Would you please be so kind to give a detailed guide for me. Thanks
Click to expand...
Click to collapse
Ok so now your phone is working right ?
So now download Root browser from playstore
Then open it and now go to device /system/Apps / here now find Camera.apk and delete it after that go back to your sd card copy camera.apk and move it to again above location and set permissions on it , they must be look like RW-R-R
Thats it your done.
Hitesh2626 said:
Ok so now your phone is working right ?
So now download Root browser from playstore
Then open it and now go to device /system/Apps / here now find Camera.apk and delete it after that go back to your sd card copy camera.apk and move it to again above location and set permissions on it , they must be look like RW-R-R
Thats it your done.
Click to expand...
Click to collapse
Yes, its working now. If it's not too much can you provide some links for that -rw-r-r ? Coz what i find is rwxr-x, and also your talking about permissions (Do i need to tick the check box of Read,Write,Execute on Owner lane?)
I apologize for asking too much questions, thank you for understanding
Gkaizoku said:
Yes, its working now. If it's not too much can you provide some links for that -rw-r-r ? Coz what i find is rwxr-x, and also your talking about permissions (Do i need to tick the check box of Read,Write,Execute on Owner lane?)
I apologize for asking too much questions, thank you for understanding
Click to expand...
Click to collapse
I tried changing permissions of the camera apk (from rwxrr to rw-r-r) and pasting it on the systems folder using root browser like you said then after that i restarted my phone and saw the camera app again. But sad to say it's still not working and saying error message. What should i do next? Did i do something wrong?
Gkaizoku said:
I tried changing permissions of the camera apk (from rwxrr to rw-r-r) and pasting it on the systems folder using root browser like you said then after that i restarted my phone and saw the camera app again. But sad to say it's still not working and saying error message. What should i do next? Did i do something wrong?
Click to expand...
Click to collapse
First delete old one and do one reboot and then check wether it gets deleted or not , then copy the another camera.apk which you have to system/apps and set permissions on it after doing again reboot your phone than see wether the camera.apk is there or not and check it .
Hitesh2626 said:
First delete old one and do one reboot and then check wether it gets deleted or not , then copy the another camera.apk which you have to system/apps and set permissions on it after doing again reboot your phone than see wether the camera.apk is there or not and check it .
Click to expand...
Click to collapse
Followed it sir, still error message
you want the stock odexed camera apk?? the apk is in the attachment and the odexed file is also attached just delete the old camera.apk and the .odex file from the /system/apps directory reboot and then move both the files to /system/apps and change permissions to rw-r-r and then reboot the device and report
HOPE IT HELPS!
[email protected] said:
you want the stock odexed camera apk?? the apk is in the attachment and the odexed file is also attached just delete the old camera.apk and the .odex file from the /system/apps directory reboot and then move both the files to /system/apps and change permissions to rw-r-r and then reboot the device and report
HOPE IT HELPS!
Click to expand...
Click to collapse
There is no odex file attached in your file, just camera apk. I tried deleting both apk and odex in system/apps, Now the camera app doesn't show up after reboot -_-
Gkaizoku said:
There is no odex file attached in your file, just camera apk. I tried deleting both apk and odex in system/apps, Now the camera app doesn't show up after reboot -_-
Click to expand...
Click to collapse
actually the site doen't alows the .odex files to be attached in the attachments
[email protected] said:
actually the site doen't alows the .odex files to be attached in the attachments
Click to expand...
Click to collapse
Its fine, i already reflashed my fone and got the odex file. But same problem, (Camera failed, errorhandlermessage-1)
Gkaizoku said:
Its fine, i already reflashed my fone and got the odex file. But same problem, (Camera failed, errorhandlermessage-1)
Click to expand...
Click to collapse
flash stock rom over again and this time wipe the data, cache and report
[email protected] said:
flash stock rom over again and this time wipe the data, cache and report
Click to expand...
Click to collapse
Still the same..
Gkaizoku said:
Still the same..
Click to expand...
Click to collapse
Try any camera app from play store
Sent from my GT-S5830i using Tapatalk 2
amolgosavi said:
Try any camera app from play store
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Doesn't work Force closes
Gkaizoku said:
Followed it sir, still error message
Click to expand...
Click to collapse
Can you tell me more about the error message you are getting?
mahithm said:
Can you tell me more about the error message you are getting?
Click to expand...
Click to collapse
errorhandlermessage -1 camera failed.

An1 smartwatch missed wpa_supplicant.conf

An1 Android 4.1.1 (really 4.0.4 ICS) mt6575
A "smart" person posted on youtube that to fix wifi I can delete wpa_supplicant.conf on misc and after reboot system recreate it. Now I'm without this file. Could someone give me the correct file pls? Or say how to recreate it? Thx
GAxeX said:
An1 Android 4.1.1 (really 4.0.4 ICS) mt6575
A "smart" person posted on youtube that to fix wifi I can delete wpa_supplicant.conf on misc and after reboot system recreate it. Now I'm without this file. Could someone give me the correct file pls? Or say how to recreate it? Thx
Click to expand...
Click to collapse
Please link the YouTube video and the location of your "missing" file. Also, welcome to the Android world, make a backup of every file when someone tells you to change it, please! Imagine all the threads that wouldn't have existed because of that! Never the less, at the top of the Q&A section there is a floating post that states:
This forum is for all of your questions about Android Development and Hacking. If you need help troubleshooting a problem, please be as specific as possible by describing your software configuration, including the ROM, kernel, and any modifications you've done.
Click to expand...
Click to collapse
Please give as much information as possible, thank you.
RAZERZDAHACKER said:
Please link the YouTube video and the location of your "missing" file. Also, welcome to the Android world, make a backup of every file when someone tells you to change it, please! Imagine all the threads that wouldn't have existed because of that! Never the less, at the top of the Q&A section there is a floating post that states:
Please give as much information as possible, thank you.
Click to expand...
Click to collapse
The youtube video is called : How to Fix Wifi on Android Devices using Root Explorer
The deleted file file was in /data/misc/wifi
Now I give u informations about system etc. ... ( I attached wpa_supplicant.conf in /etc/wifi)
Here is the one from /data/misc/wifi in my phone (http://www.mediafire.com/download/pfffjcxt428m811/wpa_supplicant(2).conf)
And here is the /etc/wifi (http://www.mediafire.com/download/1svvdqehmtp8wm0/wpa_supplicantt.conf) Notice that I put 2 t's at the end because otherwise it would overwrite the file with the on above this so basically when copying the file to /etc/wifi remove the t.
Report results
RAZERZDAHACKER said:
Here is the one from /data/misc/wifi in my phone (http://www.mediafire.com/download/pfffjcxt428m811/wpa_supplicant(2).conf)
And here is the /etc/wifi (http://www.mediafire.com/download/1svvdqehmtp8wm0/wpa_supplicantt.conf) Notice that I put 2 t's at the end because otherwise it would overwrite the file with the on above this so basically when copying the file to /etc/wifi remove the t.
Report results
Click to expand...
Click to collapse
I replaced both files but WiFi won't activate yet. I also tried to mount r/w and change permissions to 775
GAxeX said:
I replaced both files but WiFi won't activate yet. I also tried to mount r/w and change permissions to 775
Click to expand...
Click to collapse
What about chmod 777?
RAZERZDAHACKER said:
What about chmod 777?
Click to expand...
Click to collapse
Also with 777
GAxeX said:
Also with 777
Click to expand...
Click to collapse
Gosh, and there is no one you know on the internet or in real life that can supply you with those files? I think it is different across devices so that might be a reason it didn't work.
I did it alone starting from original etc file! Anyway thanks for the help ?

			
				
Thanks for making this thread, I flashed a new ROM where wifi isn't working and since I uploaded the files here I will try them out. Thanks again for asking to upload the files

Categories

Resources