Lost wifi, can someone post the contents of /persist folder? - G 2014 Q&A, Help & Troubleshooting

Folks: my wifi got broken when I move to Lollipop with my /data partition intact. It looks like its specific to /persist folder. Can someone please ZIP up the contents of the persist folder and post here? I will be very thankful!
You will need to use either root explorer or use 'adb shell'.

devsk said:
Folks: my wifi got broken when I move to Lollipop with my /data partition intact. It looks like its specific to /persist folder. Can someone please ZIP up the contents of the persist folder and post here? I will be very thankful!
You will need to use either root explorer or use 'adb shell'.
Click to expand...
Click to collapse
Here it is: d- h.st/Qrl
(Please remove spaces from link, i am not allowed to post links right now)

Related

[Q] Corrupted nv_data.bin

I corrupted my nv_data...
Flashing efsbackup didnt help...
A friend friend from the same country as me uploaded his nvdata, but i dont know how to apply it, ADB says device not found, debugging is on, and im using Win 7 x64 SP1.
If you have a complete backup of your /efs folder, a good way to restore it is: With root explorer, go into backuped /efs and multiselect and copy every file. Go to actual /efs folder and paste files in. Reboot, and things should be good now.
fps249 said:
If you have a complete backup of your /efs folder, a good way to restore it is: With root explorer, go into backuped /efs and multiselect and copy every file. Go to actual /efs folder and paste files in. Reboot, and things should be good now.
Click to expand...
Click to collapse
I have only nvdata.
And root explorer says no permission, although i enabled System RW.
8ax said:
I have only nvdata.
And root explorer says no permission, although i enabled System RW.
Click to expand...
Click to collapse
try long clicking the file, select permisions, make a note of whats ticked, then select them all, press ok, make sure the root "/" is mounted as R/W and try again. If sucessful change the permisions back to what they were... Hope that helps

[Q] Vold.fstab cannot pull with adb

sorry,
kind of a dumb question,
I'm trying to pull the vold.fstab file using adb, but no luck
since my P100 table has internal sd card damaged
My tablet is not rooted, have it in stock
does it need to be rooted before I can pull the file?
thanks a lot for the help
dg
to pull (read) should not need root.
adb pull /system/etc/vold.fstab
or
adb pull /etc/vold.fstab
what output did you get?
file not found
thanks for the help
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
then it means the file really isn't there?
how about
adb shell
#ls /system/etc
(do you see the file you want)
#ls /etc/
is it there?
searched but no luck
Hi,
this is what I found out
I searched and inside the system dir there is no etc dir
there is an etc dir at the same level as system
I did #ls to etc but no vold.fstab
I only found a recovery.fstab
and a .fstab
so not sure what could be going on?
I think all these file come with the Kernell should I load a new kernel?
thanks
dg

Empy Modemfs Folder

Hi, im running JB VSLP9 (Movistar Argentina firmware) and recently i decided i should backup efs and modemfs just in case. I followed the steps in this guide http://forum.xda-developers.com/showthread.php?t=2342100
I don't know if this is related but recently i've been having some problems with 3G connectivity. Sometimes the phone shows good signal but no data connection. You have to restart the phone to correct this. Also, some people have told me that calling me directs them straight to voice mail.
I was looking at my modemfs folder and then discovered that it is empty! 0 files, 0 bytes. So i tried to restore the backup that I made (16mb). But nothing changed, the folder is still empty ....
Is this normal ??? Can my problems be related to the "backup" of efs and modemfs ????
Thanks
Can anyone at least check your modemfs folder and tell me its contents ?
Piachnp said:
Can anyone at least check your modemfs folder and tell me its contents ?
Click to expand...
Click to collapse
Here you go.
But I do not know how to fix yours...
Thanks Shutdown, i tried wiping everything and flash the firmware again, but the modemfs folder is still empty... That crappy backup guide ****ed up everything
Does anyone know if i can ask for someone using the same firmware for the contents of this folder and copy them to my phone ????
Piachnp said:
Thanks Shutdown, i tried wiping everything and flash the firmware again, but the modemfs folder is still empty... That crappy backup guide ****ed up everything
Does anyone know if i can ask for someone using the same firmware for the contents of this folder and copy them to my phone ????
Click to expand...
Click to collapse
Maybe you need to mount modemfs partition before restoring? Look how to do that (trough terminal emulator, or ADB shell).

[Q] Problems with original firm install

Hi! When I install system.img this problem appears, sp space in not enough and I can't make work the wifi and the bluetooth, help! Sorry for my english, it's really bad, I hope you can understand me
Rezakorn said:
Hi! When I install system.img this problem appears, sp space in not enough and I can't make work the wifi and the bluetooth, help! Sorry for my english, it's really bad, I hope you can understand me
Click to expand...
Click to collapse
Hello Rezakorn,
From what I understand, the "sp space is not enough" message is harmless and will not affect the operation of your device.
I can help you with the WiFi and Bluetooth.
I need you to use "Root Browser" to open the /persist folder.
It should have these 4 files inside:
.bt_nv.bin
WCNSS_qcom_wlan_nv.bin
WCNSS_qcom_wlan_nv_calibration_persist.bin
WCNSS_qcom_wlan_nv_regulatory_persist.bin
I have a hunch that you are MISSING your WCNSS_qcom_wlan_nv.bin file! You see, this file is NOT restored when you flash back to stock. The persist partition is NEVER supposed to be erased. This means that the ONLY place you can get the missing file is from another member who owns a Moto X.
Check the /persist folder. Let me know if the file IS missing. If so, I will provide you with it. Once you place the file back in the correct location and change permissions, WiFi and bluetooth will start working again.

How to make a Magisk module replace files

Hi!
i don't know how to make a module so i want replace file in system/etc (file i want replace fonts.xml)
so can anyone help?!?
All the instructions you need are right here:
https://topjohnwu.github.io/Magisk/guides.html
Hi Sorry i try to read it (and look half internet) to understand how to simply replace a file with magisk. Maybe it has changed with version 24? Please link some source where it's easly explained how this task could be achieved.
Isn't this what you are looking for? https://topjohnwu.github.io/Magisk/guides.html#the-system-folder
The system folder
All files you want to replace/inject should be placed in this folder. This folder will be recursively merged into the real /system; that is: existing files in the real /system will be replaced by the one in the module’s system, and new files in the module’s system will be added to the real /system.
Click to expand...
Click to collapse

Categories

Resources