I have g900H.
my problem is that my phone doesnt save pass of routeres that i have connected!
i have done wipe cache and nothing changed.Any solution?
Firstly your phone rooted, then You should change build.prop file in system, line ....storage from true to false and save with 644 permission. It will save your wifi pw.
Related
Hi guys,
I read that i need to change a line to wpa_supplicant.conf in order to be able to connect to ad-hoc networks.
First of all, my wpa_supplicant.conf file is not in /data (/data is empty), but it is in /etc/wifi/ & system/etc/wifi/
Secondly, i have no write access even though i have flashed with the aufs_overlay_rw patch.
Any input on how i can change my access to be able to save the config file?
Thanks
p0inte said:
Hi guys,
I read that i need to change a line to wpa_supplicant.conf in order to be able to connect to ad-hoc networks.
First of all, my wpa_supplicant.conf file is not in /data (/data is empty), but it is in /etc/wifi/ & system/etc/wifi/
Secondly, i have no write access even though i have flashed with the aufs_overlay_rw patch.
Any input on how i can change my access to be able to save the config file?
Thanks
Click to expand...
Click to collapse
You can boot into recovery and manually mount system and data and so on there , then either push/pull stuff with adb , or go in there with adb shell and for instance copy the file to sdcard (don't forget to mount it in that case 8)
Id don't know if tha file requires you to chmod or anything though , maybe someone else can help you there.
I had to chmod framework-res.apk on my X10mini. You might have luck if you google it or search all of the subforums here.
Well, thanks to HDCR.Jacob & danne_jo and their hard work on the WildFire v8, ad-hoc support comes with the rom.
I guess that solves my problem
Since, I am rooted and I have several wifi password connected with it but later when I tried to see the pass from several wifi password apps and from the ES file explorer- data/misc/wifi- WPA_supplicant.conf it shows the long digit as password. Its in encrypted form and Now I am unable to read it out and connect to another device. Plz help me to decrypt or fix this issue!! Currently I am in Android 4.4.2 kitkat baseband XXUGNH6. -Thank you!!
I think it is impossible to decrypt passwords that are already stored in the wpa_supplicant.conf file. But you can edit your build.prop file (located in system folder) and change
Code:
ro.securestorage.support=true
to
Code:
ro.securestorage.support=false
Then reboot your device. By doing this, all stored passwords will be cleared and you will have to connect to Wi-Fi networks again. Therefore, you will be able to see passwords decrypted in your wpa_supplicant.conf file.
No sir! It didn't worked.. the password still SHOWING= 7a141b181315013c8684cbacfe71362d :'(
I tried it too. It didnt work.i have a galaxy j5 prime.
Hi,
I want to activate LTE in my phone under Marshmallow.
But it seems it is deactivated in:
/data/property/persist.radio.lte_enabled
I manually edit the file to true and change the permissions to read only but after reboot, it was false again.
Also set the value with set prop to true and change the file but both become false after reboot.
Is there a way to prevent it to change back?
(I want to understand how it works not to flash a new ROM.)
Thanks.
I just got a new AT&T G935A and rooted it... all was fine until I rebooted it and found that it forgets / wipes WiFi Passwords on every Reboot
I found another thread, and already tried this - it didnt work for me...
"The problem is caused by having damaged ss_data (secure storage data) inside your devices EFS partition...
To repair this issue backup EFS partition with TWRP and make sure a copy resides on your PC. Then use a root file explorer to delete ss_data in /efs. Reboot, fill in wifi settings, reboot again and prosper. "
Are there any services or apps that could cause this problem if they are disabled?
thanks for the help!
Do you have Magisk installed?
For me it got fixed when I had uninstalled BusyBox for Magisk.
Try setting ro.securestorage.support to false in the build.prop
I modified a system file parameter (i'm rooted). It's related with wifi mss clamping. But when i close wifi, or a pass from wifi to mobile, or i change wifi, this parameter return to previous setting and i have to change system file another time. How can i fix the system file and avoid changing? Thanks
You could try changing the file permissions once you modify it (chmod 444). Use chmod 644 to edit the file. This method works fine for controlling the navikeys led backlight (no timeout), so maybe it can be used for your purpose too.