[SOLVED] Need Wifi Help when Porting Roms - Android Q&A, Help & Troubleshooting

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

Related

help me on dual touch...

since I can not post directly in the discussion, I have to open a separate thread.
I used the file for dual touch using insmod and it worked.
Now I wanted to make sure that it is fixed with the phone, I read the procedure and tried to follow her, but I do not find any files bulid.prop ....
Where is it?
Please help me.
build.prop is in
root, system folder
tell me if it works for you, I tried this and I couldn't get it to work.
Ray_jai said:
build.prop is in
root, system folder
tell me if it works for you, I tried this and I couldn't get it to work.
Click to expand...
Click to collapse
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Thanks! I found the file "build.prop",
Where is the other file "hw_config.sh"? Because what I found I had no voice "insmod" ...
DomusX10 said:
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Thanks! I found the file "build.prop",
Where is the other file "hw_config.sh"? Because what I found I had no voice "insmod" ...
Click to expand...
Click to collapse
hw_config.sh is in ur "etc" folder... are you using root explorer???
You do know you can use the search function OF the root editor too...
DomusX10 said:
using it without changing the files, it works QuickPic, Copilot.
In google maps does not work. Not even in browsers like Opera or Ninesky.
But I thought that by modifying these files, worked in the rest.
Click to expand...
Click to collapse
Not sure what ROM you're using, but you may need this file to get the other apps using dualtouch:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49
teapea said:
Not sure what ROM you're using, but you may need this file to get the other apps using dualtouch:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49
Click to expand...
Click to collapse
this is the problem?? I've Stock ROM 2.1update1 with firmware 2.1.1.A.06
then, I have to create that file and copy it into /system/etc/permissions with rootexplorer...
now I try this...and you know I do!
EDIT: NOT WORKING...I have create that file (copy and paste the code in the frame in a txt file, and renamed android.hardware.touchscreen.multitouch.xml) then I've paste it into /system/etc/permissions and associated it permission rw-r-r
rebooted and not working...single touch.
yet launched from the console does the dual touch working in some applications ... why?
EDIT 2: Please do not send me to hell, but by creating the file and rebooting, if I launch "insmod" from the console, dual touch works in all apps!
How is it possible, however, that the changes to make it start with phone not work?
I want to work "even" when I restart the phone!
Did you try this version?
http://forum.xda-developers.com/showpost.php?p=13498769&postcount=56
I couldn't get it to work when doing it manually. but when I load it from the SD card through adb it works.
I ended up using the AAIS script and replacing the module in the AAIS with the one in the link.
Ray_jai said:
I ended up using the AAIS script and replacing the module in the AAIS with the one in the link.
Click to expand...
Click to collapse
I use that on the first post dedicated at my firmware 2.1.0.A.06
http://forum.xda-developers.com/showthread.php?t=1064558
manually loaded by terminal emulator work in every app. But, the procedure to autorun this module with telephone when start, don't work.
I do not know which is doing a script AAIS, because I'm not well prepared ... I do not know how to do it ...
use this.
http://forum.xda-developers.com/showthread.php?t=951274
Ray_jai said:
use this.
http://forum.xda-developers.com/showthread.php?t=951274
Click to expand...
Click to collapse
thanks!
With this script you can enable and disable a lot of things ... I can just see if it works ...and let you know ...
I wanted to ask, but what is JIT? what does it do?
thank you in advance for availability ..
EDIT: Works!!! without launching the script, I went just to see how the command was written in the file "hw_config.sh" ...
I corrected, and after restarting, it works!
I was wrong because we put the quotes, but no need to write.
The correct lines of code to be included in the file "hw_config.sh" (at bottom) are:
# load multi touch driver
insmod /system/lib/modules/cy8ctma300_ser.ko
sleep 1
After you have copied into system/lib/modules "cy8ctma300_ser.ko" , mounted it as rw-rr , and edit the file "build.prop" as indicated in the post.
works!!!
thanks!!!!

[TOOL][Restore System Apks]

Optimus L9 APK Push Tool!!
First, all credit goes to kevev for putting this all together, and saving me from pulling my hair out
Instructions via kevev readme!
This script will automatically push apk files along with a shell script to your device
under /mnt/sdcard/external_sd/APKs. It will then run the shell script which will copy
the apk files to /system/app/ and change the file permissions to 644.
No warranty included!!
Use at your own risk!!
1.) Place all apk files in the "APKs" folder that you want installed in the /system/app/ folder on your rooted device.
2.) Connect device to your computer after installing the correct adb drivers.
3.) Enable "USB Debugging" on the device and wait for the driver to install.
4.) Run "PushAPKs.bat" and reboot your device when it finishes only if there are "NO" errors.
Click to expand...
Click to collapse
Now go thank kevev
CLICK
"I am not responsible if your phone does the following" ..
bricks - blows up - runs away to france
DOWNLOAD
CLICK​
iB4STiD said:
1. if you own a 769BK click here to download 10e system apps backup
(if you own a p760 etc.. ask some nice person on this forum for that missing apk!)
2. next click here to download the optimusl9 zip and unzip this on your desktop!
3. take out your removable sdcard from your phone
4. place missing apk into the root of your removable sdcard and replace sdcard back into phone
5. get your usb cable and plug your phone into pc
6. on your computer open command prompt and type this
** type the following, one line at a time, followed by hitting the enter key! **
Code:
cd desktop
cd optimusl9
7. next adb time! fun huh?
** type the following, one line at a time, followed by hitting the enter key! **
Code:
adb shell
su
mount -o remount,rw /system
cat /sdcard/external_sd/LGHome3.apk > /system/app/LGHome3.apk
chmod 644 /system/app/LGHome3.apk
reboot
"I am not responsible if your phone does the following" ..
bricks - blows up - runs away to france - leaves you for another owner
:highfive:Donations are Welcome!!:highfive:
- DONATE
Click to expand...
Click to collapse
Good tutorial, though not required by me as yet. :good: Even easy for noobs. Liked the last warning too. :laugh:
cmahendra said:
Good tutorial, though not required by me as yet. :good: Even easy for noobs. Liked the last warning too. :laugh:
Click to expand...
Click to collapse
thanks .. lol
Great...it works with framework-res too
I changed dafault green smiles with smiles from SE Xperia...and everything works...when I tried it with file manager, everything was fine, but I can't set permissions, because I had always popup with errors And I had reinstall system...but this works super Thanks
Will this work on P765 too? Someone tried yet?
wlado93 said:
Great...it works with framework-res too
I changed dafault green smiles with smiles from SE Xperia...and everything works...when I tried it with file manager, everything was fine, but I can't set permissions, because I had always popup with errors And I had reinstall system...but this works super Thanks
Click to expand...
Click to collapse
Glad it helped!
cmahendra said:
Will this work on P765 too? Someone tried yet?
Click to expand...
Click to collapse
yup this will
working on an even easier way to do this
i have a questions..
how about deleting everything from system/app folder for example? what should i type?
i already deodex system/app and system/framework...so i want to replace all with deodex apk and remove the odex file..
hope that you can guide me..
bramprasetyo said:
i have a questions..
how about deleting everything from system/app folder for example? what should i type?
i already deodex system/app and system/framework...so i want to replace all and remove the odex file..
hope that you can guide me..
Click to expand...
Click to collapse
thats what im working on, make a batch file in a dir along with a folder that you can place all apks in, click the bat and it does the rest, i asked around just waiting, i have it working for my themes in the theme section, i just want an easy way not to have to type out all that code
for every apk an odex file. a couple of lines is one thing but being able to drag anything into a folder no mater what the name, would be easy for us all!!
iB4STiD said:
thats what im working on, make a batch file in a dir along with a folder that you can place all apks in, click the bat and it does the rest, i asked around just waiting, i have it working for my themes in the theme section, i just want an easy way not to have to type out all that code
for every apk an odex file. a couple of lines is one thing but being able to drag anything into a folder no mater what the name would be easy for us all!!
Click to expand...
Click to collapse
sorry for my english.. sometime it hard for me to understand.
you are working on a project that can make us easy to do that right?
so.. as for my question, do you mean that i should type for all that apk and odex? cant do with for example "*.apk" ?
bramprasetyo said:
sorry for my english.. sometime it hard for me to understand.
you are working on a project that can make us easy to do that right?
so.. as for my question, do you mean that i should type for all that apk and odex? cant do with for example "*.apk" ?
Click to expand...
Click to collapse
ya, hoping i can get help to figure it out, and yes for every .apk and odex file you would have to type it out, if your deodex a rom then it would be just .apks for the system, apks and jar files for the framework
iB4STiD said:
ya, hoping i can get help to figure it out, and yes for every .apk and odex file you would have to type it out, if your deodex a rom then it would be just .apks for the system, apks and jar files for the framework
Click to expand...
Click to collapse
ok than...
good luck with your project..
thanks
bramprasetyo said:
ok than...
good luck with your project..
thanks
Click to expand...
Click to collapse
no prob!
Update coming
working on a easier way to do this, almost done..
HOwdy!
I hope I didn't steal your thunder.
Here is an automated way to push APKs to /system/app/ .
https://www.dropbox.com/s/x264413ck099yv4/optimusl9 APK Push.zip
kevev said:
I hope I didn't steal your thunder.
Here is an automated way to push APKs to /system/app/ .
https://www.dropbox.com/s/x264413ck099yv4/optimusl9 APK Push.zip
Click to expand...
Click to collapse
lol, very nice... now heres my question what you did in the sh script could that be done in just a bat file?
iB4STiD said:
lol, very nice... now heres my question what you did in the sh script could that be done in just a bat file?
Click to expand...
Click to collapse
I guess everything could have been done from the batch script. It was just starting to look messy and I am more comfortable with shell.
To tell the truth, I am very rusty with batch scripting. I haven't messed with DOS in ages. Unix all the way!
kevev said:
I guess everything could have been done from the batch script. It was just starting to look messy and I am more comfortable with shell.
To tell the truth, I am very rusty with batch scripting. I haven't messed with DOS in ages. Unix all the way!
Click to expand...
Click to collapse
well, you did a great job... want me to post this is main op of this thread?
and btw talk about messy you should see what i was making lol
also b4 i forget if you do want me to post this is it ok its tied to your dropbox?, you could throw it up on dev host or if you want i could, up to you
iB4STiD said:
well, you did a great job... want me to post this is main op of this thread?
and btw talk about messy you should see what i was making lol
Click to expand...
Click to collapse
haha! If you could see some of my other scripts I think your eyes would cross and never go back to normal.
Sure, go ahead and post it. It is free code. No license necessary.
kevev said:
haha! If you could see some of my other scripts I think your eyes would cross and never go back to normal.
Sure, go ahead and post it. It is free code. No license necessary.
Click to expand...
Click to collapse
K, thanks again ! brb

[Q] I want to help build CM11 on the Mega (SPH-L600)

I've asked for help from XDA dev member Silesh.Nair and he has not responded to my in-detail message about the bugs and issues I have found using the CM11 rom for the i9205 on the SPH-L600. There are not many and I will post what is not working here in this thread. I am asking any devs that would like to work with me and help out to help me create the CM11 rom. This is a task I do not know how to do on my own and if I did I wouldn't need the help but I do, though i seem a bit frustrated in my plea for help, its upsetting to directly ask a dev and be ignored. Every Sprint Mega user here has asked to help get a working rom for there devices and nobody has come looking to assist. So now I'm calling out to all devs for help to get an actual good working rom for the SPH-L600. Any takers???
ISSUES:
-Screen Rotation
The problem is that at 0 degrees the screen rotates in any system setup app and native app screen to 90 degrees. These apps include wifi setup, email set up, the system settings app, contacts, gallery, etc. During start up and access on the home screen the device is calibrated to the correct orientation.
-The Dock
Which does not align to the center of the phone correctly.
-Phone Calls MMS SMS & Data
The setting I am using is LTE/CDMA/GSM (auto prl). This setting allows the most network features which are the following; Incoming MMS and SMS, Incoming Phone Calls, and LTE Incoming and Outgoing Data. Outgoing Phone Calls Bring up "Mobile Network Not Available" and when sending text messages I receive the message that the Mobile Network is currently unavailable and that my message will reattempt to send when the network does become available. When receiving phone calls the sound is clear I can hear the person and viceversa.
Wake from Sleep Flickers The Screen
If you tap the power button to wake the screen it flickers off then back on. It is annoying because it makes it seem like you are hitting the sleep button again.
The rom I am using the unofficial CM11 for the i9205 which can be found in the link below
[ROM][GT-I9200/I9205][Unofficial] CyanogenMod11 : 20140728 [4.4.4]
I am also using Philz Recovery that was made for the i9205 which works flawlessly for the SPH-L600 which can be found here.
Galaxy Mega 6.3 Sprint Version : SPH-L600 Stock firmwares with root: Flashable Zips
If you notice the Root instructions were made by Silesh so I cant understand why he wouldn't attempt, building roms for this phone without even owning it if he made a rootkit instruction for the same phone. Otherwise, these are the issues I have found using this rom. It is fast, fluent, and very well built. To Silesh sorry in advance for calling you out harshly in anyway but your help would be greatly appreciated. Please, I'm asking any dev up for the task. Please help out.
Why nobody does a research before creating a new thread?
http://forum.xda-developers.com/showpost.php?p=54070844&postcount=34
and disable ipv6 in APN for Mobile Data
you also have to add APN for MMS and LTE
and BTW
The Dock <- is not an issue
Wake from Sleep Flickers The Screen <- you have expect graphical glitches
Grarak said:
Why nobody does a research before creating a new thread?
http://forum.xda-developers.com/showpost.php?p=54070844&postcount=34
and disable ipv6 in APN for Mobile Data
you also have to add APN for MMS and LTE
and BTW
The Dock <- is not an issue
Wake from Sleep Flickers The Screen <- you have expect graphical glitches
Click to expand...
Click to collapse
I did a lot of research I can give you history from my browser but never found specific answers...but thanks for the reply. Im gonna try it out.
Grarak said:
Why nobody does a research before creating a new thread?
http://forum.xda-developers.com/showpost.php?p=54070844&postcount=34
and disable ipv6 in APN for Mobile Data
you also have to add APN for MMS and LTE
and BTW
The Dock <- is not an issue
Wake from Sleep Flickers The Screen <- you have expect graphical glitches
Click to expand...
Click to collapse
I did what you said to do still no phone call still no texting and on the stock rom half those files that were mentioned in the forum don't exist I tried that a while back
tH3CaPtAiiN said:
I did what you said to do still no phone call still no texting and on the stock rom half those files that were mentioned in the forum don't exist I tried that a while back
Click to expand...
Click to collapse
those files must be there
run this on stock rom
find /system -name "*ril*"
Grarak said:
those files must be there
run this on stock rom
find /system -name "*ril*"
Click to expand...
Click to collapse
alright give me a minute Im gonna do a titanium back up and flash back to stock
Grarak said:
those files must be there
run this on stock rom
find /system -name "*ril*"
Click to expand...
Click to collapse
okay just flashed back to stock going to install es file manager and check out the root and android terminal
Grarak said:
those files must be there
run this on stock rom
find /system -name "*ril*"
Click to expand...
Click to collapse
so I ran that command in terminal and got "not found" im gonna look for the individual files inside of es file manager and see what I get
Grarak said:
those files must be there
run this on stock rom
find /system -name "*ril*"
Click to expand...
Click to collapse
the following files do not exist or could not be found
/system/bin/sec-ril.............instead I found libsec-ril.so
/system/lib/libril-qc-qmi-1.so
/system/lib/libril-qcril-hook-oem.so......instead found libril-qcril-hook-
/system/lib/libsecril-client.so
so the ones I was able to recover I have copied to my sd-card
New App for Rotation
You guys should use this new app for rotation for as long as it doesn't work: http://forum.xda-developers.com/android/apps-games/app-rotation-orientation-manager-t2822984
tH3CaPtAiiN said:
the following files do not exist or could not be found
/system/bin/sec-ril.............instead I found libsec-ril.so
/system/lib/libril-qc-qmi-1.so
/system/lib/libril-qcril-hook-oem.so......instead found libril-qcril-hook-
/system/lib/libsecril-client.so
so the ones I was able to recover I have copied to my sd-card
Click to expand...
Click to collapse
then just copy all files which contain ril from TW to CM
and can you also send me stock build.prop?
Grarak said:
then just copy all files which contain ril from TW to CM
and can you also send me stock build.prop?
Click to expand...
Click to collapse
okay im gonna work on that now
tH3CaPtAiiN said:
okay im gonna work on that now
Click to expand...
Click to collapse
heres your file that you requested im gonna try out what you said now
Grarak said:
then just copy all files which contain ril from TW to CM
and can you also send me stock build.prop?
Click to expand...
Click to collapse
I just realized I cant send it through here im gonna use my 4 shared account to send it to you
http://www.4shared.com/file/n6Jk6XUuba/build.html
Grarak said:
then just copy all files which contain ril from TW to CM
and can you also send me stock build.prop?
Click to expand...
Click to collapse
Hey did you ever get that build.prop file? And also, I copied over the files and now the rom will not change over to any other type of service except the one labeled as "unknown" inside of the test app in the hidden settings. So now I cannot get any type of service on the phone.
tH3CaPtAiiN said:
Hey did you ever get that build.prop file? And also, I copied over the files and now the rom will not change over to any other type of service except the one labeled as "unknown" inside of the test app in the hidden settings. So now I cannot get any type of service on the phone.
Click to expand...
Click to collapse
can you upload build.prop here? http://d-h.st/
4shared doesn't load here
Grarak said:
can you upload build.prop here? http://d-h.st/
4shared doesn't load here
Click to expand...
Click to collapse
Build.prop
in the meanwhile what do I do to get my service working.
tH3CaPtAiiN said:
Build.prop
in the meanwhile what do I do to get my service working.
Click to expand...
Click to collapse
Ok first you have to delete all files which contain ril in their name
then copy all files which contain ril in their name from stock TW to CM
after that open build.prop of CM and delete
rild.libpath=/system/lib/libril-qc-qmi-1.so
telephony.lteOnGsmDevice=1
ro.telephony.default_network=9
now add following to build.prop (before rild.libargs=-d /dev/smd0)
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libsec-ril.so
rilswitch.cfilibpath=/system/lib/libcfiril.so
add following to build.prop (after rild.libargs=-d /dev/smd0)
telephony.lteOnCdmaDevice=1
ro.telephony.default_network=10
persist.radio.no_wait_for_card=1
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
persist.radio.use_se_table_only=1
ro.cdma.default_numeric=310000
ro.cdma.default_alpha=Chameleon
ro.ril.transmitpower=true
okay I did as instructed but after a reboot now the phone fades to a black screen on boot.....the Samsung galaxy mega logo comes up its sits and then the letters and everything fades to a dark color and the screen turns black with the backlight still on
Grarak said:
Ok first you have to delete all files which contain ril in their name
then copy all files which contain ril in their name from stock TW to CM
after that open build.prop of CM and delete
rild.libpath=/system/lib/libril-qc-qmi-1.so
telephony.lteOnGsmDevice=1
ro.telephony.default_network=9
now add following to build.prop (before rild.libargs=-d /dev/smd0)
rild.libpath=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libsec-ril.so
rilswitch.cfilibpath=/system/lib/libcfiril.so
add following to build.prop (after rild.libargs=-d /dev/smd0)
telephony.lteOnCdmaDevice=1
ro.telephony.default_network=10
persist.radio.no_wait_for_card=1
persist.radio.snapshot_enabled=1
persist.radio.snapshot_timer=22
persist.eons.enabled=false
persist.radio.use_se_table_only=1
ro.cdma.default_numeric=310000
ro.cdma.default_alpha=Chameleon
ro.ril.transmitpower=true
Click to expand...
Click to collapse
okay I did as instructed but after a reboot now the phone fades to a black screen on boot.....the Samsung galaxy mega logo comes up its sits and then the letters and everything fades to a dark color and the screen turns black with the backlight still on [/QUOTE said:
any ideas??
Click to expand...
Click to collapse

FIX FOR WIFI IN MM BASED ROMS! (worked for me)

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.

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