N8013 restore efs - no backup, not even nv_data.bin - Galaxy Note 10.1 Q&A, Help & Troubleshooting

Dear all,
it is time for me to pay back. I have found a lot of information and tips from this forum. However, when I bricked my device by erasing the efs folder (trying to install Linux on my N8013 Tablet) I only found partial fixes, like creating the directory FactoryApp and the file factorymode with ON inside it.
I have searched forums and forums and I could not find a comprehensive answer. I tinker and tinker with my device and at last I recovered the efs folder and it does not get wiped out on boot.
Before today, I had to boot my Tablet and create the FactoryApp and file factorymode with ON inside it to make my Tablet not showing the Factory Test have stopped and to show the lock screen. Now all is back to normal.
When in recovery mode CWM the efs would not mount!!
Thanks to too many people, I have been visiting so many sites I do not remember the names of all!!! Thank you all!!
Ok, this is the procedure it worked for me.
1.- Install CWM recovery in your rooted tablet.
2.- Install ADB in your pc to be able to communicate with the tablet via com window. Install busybox as well.
3.- google a nv_data.bin file if you find one. I found one. I could find the download link if someone ask for it.
4.- BOOT your Tablet in Recovery mode push both the power and the volume up button (the farthest to the power button). When the First letters appear, release the power button, not the volume up until entering in recovery mode.
5.- Go to your PC, connect the USB cable to your tablet and go to C:\Program Files\Android\android-sdk\platform-tools>
6.- Type adb shell and hit return
7.- if you see # good, you have access to your tablet. Do not type su because does not work. You are root (I assume).
8.- type busybox df -h and check you do not have the efs mounted. In fact it does not even appear.
9.- Try to mount mmcblk0p3 (mount -w -t ext4 /dev/block/mmcblk0p3 /efs ) YES 0p3. I have found a lot of forums saying it is 0p1 but not in the Galaxy Note N8013. I tried with the 0p1 and did not work.
10.- Of course did not mount!!! That is the error. So we have to....
11.- Now try to make that partition, by typing mke2fs /dev/block/mmcblk0p3
12.- Now try to mount it again by typing mount -w -t ext4 /dev/block/mmcblk0p3 /efs It worked!!
13.- Now you have to keep the downloaded nv_data.bin file in the root of your sdcard, and a text file named factorymode with the letters ON inside.
14.- do busybox ls -ltr and you will see there is a folder called sdcard -> /data/media
15.- create a folder inside the /efs/ folder named FactoryApp
16.- Copy the factorymode from the root of your sdcard to the /efs/FactoryApp folder by typing: busybox cp /data/media/factorymode /efs/FactoryApp
17.- Copy the nv_data.bin from your sdcard to your efs folder by typing: busybox cp /data/media/nv_data.bin /efs
18.- Now change permissions to all those files inside efs with 0744 by typing: busybox chmod 0744 /efs/FactoryApp/factorymode
Do it with all!!
19.- Now change owner of the directory efs down with: busybox chown 1001.1001 /efs (I think there is a switch to change all at once, but I forgot so I changed all directories and folders inside efs.
11.- in CWM go to advanced and fix permissions.
12.- Boot in recovery mode.
13.- Try to mount efs partition and it works!!! Check with ADB that all your files are there and a lot more.
14.- Reboot the Tablet and the efs is there for good.
15.- Install in your computer EFS Pro and do a backup ofthe efs folder.
16.- I am sure the IMEI is not the good one, but the N8013 is not used as a phone anyway.
Please be careful and backup all the partitions of your tablet before doing this. It worked for my N8013 but I do not know if it will brick yours or if you have another model.
Thanks to:
XDA forum
arizzle.com even I did not use his efs image, but I used the instructions he provided. http://www.arizzle.com/android/gt-n8013/
SPT Team: http://forum.gsmhosting.com/vbb/archive/t-1296409.html
Da-G XDA forum: http://forum.xda-developers.com/showthread.php?t=882039
alvhergon at: http://www.htcmania.com/showthread.php?t=177297
People at community hosting: http://www.communityhosting.net/sgsunlock/i9000.html
Of course EFS Pro, ADB, busybox, ODIN, CWM Recovery developers!!
I hope this serve for somebody with my same problem. I gather all that information, put it together in this post and fixed my two months old tablet!!! Now I can go back to install Ubuntu again
Thanks for reading up to here!!

hey man,
thanks for your tut, my device is n8000 and it doesn't boot due to me installing tablet rom by mistake anyway, i did everything you did except i used .jar root explorer from here in the forums and transfered the files after i mounted it and choose 0p1 , im not sure what went wrong but anyway after that i used the commands to give permission and owner like you but they get wiped after restart, any ideas ?

dieselz said:
hey man,
thanks for your tut, my device is n8000 and it doesn't boot due to me installing tablet rom by mistake anyway, i did everything you did except i used .jar root explorer from here in the forums and transfered the files after i mounted it and choose 0p1 , im not sure what went wrong but anyway after that i used the commands to give permission and owner like you but they get wiped after restart, any ideas ?
Click to expand...
Click to collapse
Geez, I am far from an expert here. What folder/partition gets wiped out? efs? Because searching the web I realized the 0p1 is /system (maybe I am wrong) and 0p3 is /efs.
Did you try " mke2fs /dev/block/mmcblk0p3" or with 0p1? What happened?
Did you try "-w -t ext4 /dev/block/mmcblk0p3 /efs It worked!!" What happened?
I think, those are the most important steps, because it allows you to mount in recovery mode the /efs partition.
Later on, an important step is " cp /data/media/nv_data.bin /efs" but I do not know why?
Of course changing owership...
I am very sorry is not working for you. Please, try it again. I know what frustrating it is!!! I have had my tablet broken for more than two months and by trial and error finally got it working. I could send you the nv_data.bin file if you wanted. However, it will set your serial number to 000000 and I assume a wrong IMEI. But I do not use my tablet as a phone anyway.
I hope it helps!! Thanks for reading!!

nv_data.bin please help!
hey man! i have the same problem!!! i flashed a galaxy tab rom on my note 10.1, can you please post the nv_data.bin link.? i also tried to flash stock rom with odin but it still doesn't boot up

darko454 said:
hey man! i have the same problem!!! i flashed a galaxy tab rom on my note 10.1, can you please post the nv_data.bin link.? i also tried to flash stock rom with odin but it still doesn't boot up
Click to expand...
Click to collapse
Let me search for it and I will send it to you.

tripijb said:
Let me search for it and I will send it to you.
Click to expand...
Click to collapse
There you go!!

Thanks !! But should I reset the binary counter and return it or I'm better just playing with it???
Sent from my SPH-L710 using Tapatalk 2

darko454 said:
Thanks !! But should I reset the binary counter and return it or I'm better just playing with it???
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Reset the counter and return it at the last option. Just follow my instructions above and see if you could fix it!!! So far is bricked, isn't it?
Good luck!!!

Well I got it to boot but in factory mode... so I'll follow your instructions ! I'll get back to you. Thanks
Sent from my SPH-L710 using Tapatalk 2

darko454 said:
Well I got it to boot but in factory mode... so I'll follow your instructions ! I'll get back to you. Thanks
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Do it step by step!!!! let me know if it worked!!! It took me two months of search to find out the solution I posted!!!

tripijb said:
Do it step by step!!!! let me know if it worked!!! It took me two months of search to find out the solution I posted!!!
Click to expand...
Click to collapse
hey man sorry to bother i cant find text file named factorymode with the letters ON inside??

darko454 said:
hey man sorry to bother i cant find text file named factorymode with the letters ON inside??
Click to expand...
Click to collapse
No bothering at all!!!

Please help
tripijb said:
No bothering at all!!!
Click to expand...
Click to collapse
15.- create a folder inside the /efs/ folder named FactoryApp how do i do that>>???
Im stuck on this step!!

Is this right???
is this right?? please help i don't know what im doing!:crying:
i accidentally put in this command how do i go back??
C:\Android\platform-tools> im a mess please help???

darko454 said:
is this right?? please help i don't know what im doing!:crying:
i accidentally put in this command how do i go back??
C:\Android\platform-tools> im a mess please help???
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2111485

Do I have to do everything again?
Sent from my SPH-L710 using Tapatalk 2

Now what is wrong? Sorry to be a noob
darko454 said:
Do I have to do everything again?
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
What did i do???

Please help!!!! What should I do next?
Sent from my SPH-L710 using Tapatalk 2

Help Me!!
Hey i seem to do everything correct, untill i get to step 5, witch seems to be missing a step??
In platform-tools folder, what do i open up to get access to the tablet??
I get compleatly lost in step 6, i get a message saying......(in attachments).
I got N8013

darko454 said:
15.- create a folder inside the /efs/ folder named FactoryApp how do i do that>>???
Im stuck on this step!!
Click to expand...
Click to collapse
Geez I forgot, if you are in a PC using ADB use the command window and do mkdir to create a directory.
However, let me take a look at my step by step procedure to put myself in context.
I have been disconnected due an emergency trip, but I will be back in couple of days. Sorry for the late reply!!!

Related

Deleted Build.prop, now it copies to system root but wont show up !

Dear All,
First thankyou so much for the great forum we have here, I am using Huawei Ideos u8150, the fone is network locked so I played around, being a total noob I started with installing sdk, and rooted my fone using z4root, rooting was successful
No when I try to copy a modified build.prop to the systems folder in root explorer, the file is copies but is not visible, also I have deleted the original build.prop & I am afraid to reboot the fone,
can restoring the fone to factory settings solve this ? also how come I copy the file to system folder, it gets copied and I still cant see it ?
I have tried pushing the file using ADB command line but the device refuses to mount (persmission denied)
I would really be thankful to anyone who can guide a noob like me, if you dont this forum has enough reasons to love it already,
cheers !
cknaveed said:
Dear All,
First thankyou so much for the great forum we have here, I am using Huawei Ideos u8150, the fone is network locked so I played around, being a total noob I started with installing sdk, and rooted my fone using z4root, rooting was successful
No when I try to copy a modified build.prop to the systems folder in root explorer, the file is copies but is not visible, also I have deleted the original build.prop & I am afraid to reboot the fone,
can restoring the fone to factory settings solve this ? also how come I copy the file to system folder, it gets copied and I still cant see it ?
I have tried pushing the file using ADB command line but the device refuses to mount (persmission denied)
I would really be thankful to anyone who can guide a noob like me, if you dont this forum has enough reasons to love it already,
cheers !
Click to expand...
Click to collapse
Moderators if by any chance I have placed this query in the wrong part of forum, please let me know in which part I should raise it, thanks !
In the top right hand corner or left it should be a r/o button. If you push that to r/w which is read/write you will be able to copy the bp correctly. Don't forget to mount as r/o which is read only before you exit RE. Then reboot. If you made a backup which you should have done before modding the bp you will be ok to reboot. If anything goes wrong just do a restore. Also you can Redownload the current rom your on to your cpu. Then extract it to a folder on your desktop. Then browse threw all the folders untill you see the stock build prop. Copy&paste it to your sd and that's your stock build prop. Hope this helps. Good luck
#Root/Hack_Mod-Always®
laie1472 said:
In the top right hand corner or left it should be a r/o button. If you push that to r/w which is read/write you will be able to copy the bp correctly. Don't forget to mount as r/o which is read only before you exit RE. Then reboot. If you made a backup which you should have done before modding the bp you will be ok to reboot. If anything goes wrong just do a restore. Also you can Redownload the current rom your on to your cpu. Then extract it to a folder on your desktop. Then browse threw all the folders untill you see the stock build prop. Copy&paste it to your sd and that's your stock build prop. Hope this helps. Good luck
#Root/Hack_Mod-Always®
Click to expand...
Click to collapse
thanks for the kind help, I have tried doing that, I have rooted it, the I click on the r/o button and then I did copy the new built.prop to systems folder, the copying process completes, doesnt report any error but still there is no file visible by the name of built.prop, I just cant find it, is it hidden ? or is it not being copied in the first place ? & thanks I would try to extract the stock built.prop, and copy it to the folder but I will do it as a last option till I dont find something else,
thanks a million for the help, would apprciate if you can point it what I am doing wrong

EFS Folder backup?

OK so after doing some research about random rooting tips and apps and what not i stumbled on a thread on xda and part of it said the following:
"EFS Folder (Important)*Ok this is more of a you must do and not a what you can now do. So the efs folder is a very important folder within your android system that contains infomation like your IMEI number, and just well important infomation trust me it's important. When people start to mod their phone such as flashing roms, kernels e.t.c, this folder can become corrupt, making you phone usless. So backing up this folder is important and their is an easy way in which you can do this, a more user friendly way using a great app by hellcatdroid. You can get this app from google play*here(ktool), and it will give you all the tools to back up the folder. I will also include a guide on further reading for you to have a look over, so please backup your efs folder."
Everyone was mentioning the importance of backing up this file, so I was gonna try. I looked up the app but I read the description and its only compatible with some devices. Would there be a way to backup our blaze EFS folder to SD card or something?
Thanks in advance for even reading this lenghy question
For my build 1 of dknight I had back up efs as a step but everyone was confused so I took it off lol the easiest way to do it is use root explorer and copy the whole efs folder to ur sdcard and that's it
----------------------------------------------
If helped don't be afraid to hit the thanks button it doesn't bite lol
Thanks ill do that then. I hate questioning you since you obviously have more knowledge on this topic, but I also read that wasn't the best way because it didn't copy permissions or something like that?
LiveFaster said:
Thanks ill do that then. I hate questioning you since you obviously have more knowledge on this topic, but I also read that wasn't the best way because it didn't copy permissions or something like that?
Click to expand...
Click to collapse
It's not the best way but it is the easiest way like I mentioned but if you're good with adb you can pull the folder through recovery and that way I think perms stay...either way it's better to save it like that then to not save it at all you know
----------------------------------------------
If helped don't be afraid to hit the thanks button it doesn't bite lol
Use Termimal Emulator or ADB (as su) and run this command:
busybox tar -cv -f efs.tar -C /sdcard /efs
Don't miss any spaces and remember that the command is case sensitive. You should have a file called efs.tar in /sdcard when the command completes. It should take under a second.
Using tar will preserve permissions. Just remember to pull the efs.tar file ASAP as it saves to the internal SD... if you leave it on the device there is the potential that the file will get wiped if something happens to the device.
Might be a good thing to incorporate into the update script ... automatically back it up just in case.
merwin said:
Use Termimal Emulator or ADB (as su) and run this command:
busybox tar -cv -f efs.tar -C /sdcard /efs
Don't miss any spaces and remember that the command is case sensitive. You should have a file called efs.tar in /sdcard when the command completes. It should take under a second.
Using tar will preserve permissions. Just remember to pull the efs.tar file ASAP as it saves to the internal SD... if you leave it on the device there is the potential that the file will get wiped if something happens to the device.
Might be a good thing to incorporate into the update script ... automatically back it up just in case.
Click to expand...
Click to collapse
I'm working on adding aroma and have it check if there is an efs backup if not then it'll back it up
----------------------------------------------
If helped don't be afraid to hit the thanks button it doesn't bite lol
erikmm said:
I'm working on adding aroma and have it check if there is an efs backup if not then it'll back it up
Click to expand...
Click to collapse
That's one of the things I miss about the Sensation. All of the ROMs used Aroma

[Q] Anyway that I can recover my phone???

Hello,
I have LG Optimus Elite Android 2.3.7...it was rooted...
I accidentally deleted /system/bin/sh...gee..oh my god..
The problem is that I am not even able to adb to my phone now..
If I do adb to that phone, it is complained about /system/bin/sh doesn't exist something...
Gee...........
Obviously, factory reset didn't help cuz it didn't restore the sh...
What would be my option ??
When I just reboot my phone, it is just stay "Welcome to" screen...Even though I touched the begin, it won't go next..I think because..
my /system/bin/sh file is deleted..so my phone can't execute anything from the phone shell..
What would be my option to recover my phone?
Please help
Thanks,
Get a copy of sh and
> adb push sh /system/bin/
But /system is read-only so you need to mount read-write. But you cannot because
> adb shell
Cannot execute sh because it is not there.
You need to restore from nandroid backup. Failimg that, restore back to stock with Odin.
anotherguy19 said:
Get a copy of sh and
> adb push sh /system/bin/
But /system is read-only so you need to mount read-write. But you cannot because
> adb shell
Cannot execute sh because it is not there.
You need to restore from nandroid backup. Failimg that, restore back to stock with Odin.
Click to expand...
Click to collapse
I would follow his advice. Good luck!
Thanks for your suggestion.
BTW, nandroid backup -> I don't think I can use it because I don't have original backup rom?
Odin -> does this also work for LG phone?
anotherguy19 said:
Get a copy of sh and
> adb push sh /system/bin/
But /system is read-only so you need to mount read-write. But you cannot because
> adb shell
Cannot execute sh because it is not there.
You need to restore from nandroid backup. Failimg that, restore back to stock with Odin.
Click to expand...
Click to collapse
goforandroid said:
Thanks for your suggestion.
BTW, nandroid backup -> I don't think I can use it because I don't have original backup rom?
Odin -> does this also work for LG phone?
Click to expand...
Click to collapse
No, you can't use nandroid backup. A nandroid is an image file of your system partitions. PC users typically know this as ghosting or cloning. To linux users, it's just a dd. You create the image yourself from a working copy. You don't need the original ROM. You can make a backup of your /system partition (nandroid) any time you have a working copy.
PS I'm an idiot. LG was literally the first thing u said. And you are correct. You need to use LG Flash Tool.
See 1942836
Unfortunately, 1942836 is not the same model I have.
I don't think I can use that instruction.
It really makes me crazy since I can't use adb at all....
I tried creating update.zip and put it in sd card to install..however, as you may know, signature verification failed.
if I could get key file to create signed zip file other than test one, that may work.
Is there anyway I can bypass the signature verification??????
Thanks,
anotherguy19 said:
No, you can't use nandroid backup. A nandroid is an image file of your system partitions. PC users typically know this as ghosting or cloning. To linux users, it's just a dd. You create the image yourself from a working copy. You don't need the original ROM. You can make a backup of your /system partition (nandroid) any time you have a working copy.
PS I'm an idiot. LG was literally the first thing u said. And you are correct. You need to use LG Flash Tool.
See 1942836
Click to expand...
Click to collapse
Can't you reflash your system?
I think you need /bin/bash for adb to start, so without it, you can't push anything from your computer to your phone i guess..
What bootloader do you use?
1bymany said:
Can't you reflash your system?
I think you need /bin/bash for adb to start, so without it, you can't push anything from your computer to your phone i guess..
What bootloader do you use?
Click to expand...
Click to collapse
Obviously, before happening this issue, I was able to use adb...
And..now..if I issue adb, then nothing shows up in the list of devices attached section...I guess because it can't communicate somehow with /system/bin/sh I just accidentally deleted.
I know that I can use Odin to install CWM for Samsung phone....I just found that there is LG Flash tool program on the internet does simialr thing like Odin for LG phone..however, I am not sure where I can find the dll that I can use from LG Flash tool program.
Any idea?
Thanks,
goforandroid said:
Obviously, before happening this issue, I was able to use adb...
And..now..if I issue adb, then nothing shows up in the list of devices attached section...I guess because it can't communicate somehow with /system/bin/sh I just accidentally deleted.
I know that I can use Odin to install CWM for Samsung phone....I just found that there is LG Flash tool program on the internet does simialr thing like Odin for LG phone..however, I am not sure where I can find the dll that I can use from LG Flash tool program.
Any idea?
Thanks,
Click to expand...
Click to collapse
You will indeed have to reflash your device, as you don't have any other way of putting the bash binairy back.
I guess, as you are rooted, you know how to reflash your device. If you don't, search the forum
grtz
anotherguy19 said:
Get a copy of sh and
> adb push sh /system/bin/
But /system is read-only so you need to mount read-write. But you cannot because
> adb shell
Cannot execute sh because it is not there.
You need to restore from nandroid backup. Failimg that, restore back to stock with Odin.
Click to expand...
Click to collapse
perfect

xt925 semi brick

i´m flashed cwm 6.0.4.4 and formated /persist partition now the wi-fi don´t turning on please help me
find your sbf file @ sbf-developers and rsd back to stock
xXLuHXx said:
i´m flashed cwm 6.0.4.4 and formated /persist partition now the wi-fi don´t turning on please help me
Click to expand...
Click to collapse
bweN diorD said:
find your sbf file @ sbf-developers and rsd back to stock
Click to expand...
Click to collapse
I have the same problem, I deleted the partition /persist and now does not turn on Wi-Fi, my folder has only one binary, do not know what the solution.
Edit: We need a binary and a folder in that partition, I guess flashing one. Zip partition be solved, just do not know how to do it, I need the files to assemble. I do not know if we can assist in that, since I have already used the RSD lite for flashing full firmware and nothing, you can not, brand error...
*Sorry for my bad english* :c
P20KILLER said:
I have the same problem, I deleted the partition /persist and now does not turn on Wi-Fi, my folder has only one binary, do not know what the solution.
Edit: We need a binary and a folder in that partition, I guess flashing one. Zip partition be solved, just do not know how to do it, I need the files to assemble. I do not know if we can assist in that, since I have already used the RSD lite for flashing full firmware and nothing, you can not, brand error...
*Sorry for my bad english* :c
Click to expand...
Click to collapse
Full Flash don't work for me
"fastboot flash persist" don't work too
But I fix it with
copy WCNSS_qcom_wlan_nv.bin to \persist (on wi-fi fix atrix hd)
and fix permissions chmod -rw-rw--- and chown wifi:wifi
my wi-fi is back to work
Link: http://db.tt/3zIjckrQ
thanks for help ...
Same problem here downloading this solution... Will comment y
In a minutes
Enviado desde mi Droid RAZR HD mediante Tapatalk
---------- Post added at 11:34 PM ---------- Previous post was at 11:12 PM ----------
It works, I will build something in your honor here in Argentina in plaza de mayo
Enviado desde mi Droid RAZR HD mediante Tapatalk
Work
Big thanks, it work perfect. Thinks my phone was dead, finally not, happy, thanks
xXLuHXx said:
Full Flash don't work for me
"fastboot flash persist" don't work too
But I fix it with
copy WCNSS_qcom_wlan_nv.bin to \persist (on wi-fi fix atrix hd)
and fix permissions chmod -rw-rw--- and chown wifi:wifi
my wi-fi is back to work
Link: http://db.tt/3zIjckrQ
thanks for help ...
Click to expand...
Click to collapse
Hello, I'm having the same issue, but I don't know how to execute those steps(I copied WCNSS_qcom_wlan_nv.bin to /persist but I don't know where and how to put chmod and chown) . Could you help me with a detailed step by step? Thanks.
airtono said:
Hello, I'm having the same issue, but I don't know how to execute those steps(I copied WCNSS_qcom_wlan_nv.bin to /persist but I don't know where and how to put chmod and chown) . Could you help me with a detailed step by step? Thanks.
Click to expand...
Click to collapse
Any Terminal Emulator/SSH client (connect to local) will allow you to type chmod (modify file permissions)/chown (modify file ownership) commands - you need to be comfortable with using command line interface in Linux.
Alternatively, most file explorer apps (like ES File Explorer) will also allow you to change file permissions/ownership.
You will have to allow root access for the terminal emulator or file explorer.
I have the same problem. It's possible to have the solution step by step please?
I have Windows and the official ROM is in Motorola Razr HD (4.1.2).
Where to copy the file?
Wifi fixation
Hello to all
Good this year 2014 brings you everything you want.
Here is my question after several manipulations on my Razr I had no Wifi
going on XDA development I got a bin file that resets the Wifi
pronto, the only problem when you reboot the phone the file disappears
and must start over anyone know a trick to fix it permanently
this file WCNSS_qcom_wlan_nv.bin
Zebulon 15000 said:
Hello to all
Good this year 2014 brings you everything you want.
Here is my question after several manipulations on my Razr I had no Wifi
going on XDA development I got a bin file that resets the Wifi
pronto, the only problem when you reboot the phone the file disappears
and must start over anyone know a trick to fix it permanently
this file WCNSS_qcom_wlan_nv.bin
Click to expand...
Click to collapse
You have to put that file on persist folder and you are ready to go
Enviado desde mi Droid RAZR HD mediante Tapatalk
Also went nuts with formatting and I formatted both Persist and Firmware, now wifi does not work. I have the pacman rom, can the experts please give detailed steps, sorry really a newb...
I do have Terminal Emulator and File Manager (both came with Pacman Rom)
1. Am I supposed to create a folder called persist and move the bin file in there?
- This did not work for me
Please Help, thanks!!!
Got it to work, here are some instructions that worked for me, used the bin file as opposed to zip and root explorer made things easier...
link
elektronAu said:
Any Terminal Emulator/SSH client (connect to local) will allow you to type chmod (modify file permissions)/chown (modify file ownership) commands - you need to be comfortable with using command line interface in Linux.
Alternatively, most file explorer apps (like ES File Explorer) will also allow you to change file permissions/ownership.
You will have to allow root access for the terminal emulator or file explorer.
Click to expand...
Click to collapse
I forgot about this thread and somehow learned how to use it by trying xD Thanks anyway!
And also I suggest to use Root Browser and change permissions there.
Wifi not working
xXLuHXx said:
Full Flash don't work for me
"fastboot flash persist" don't work too
But I fix it with
copy WCNSS_qcom_wlan_nv.bin to \persist (on wi-fi fix atrix hd)
and fix permissions chmod -rw-rw--- and chown wifi:wifi
my wi-fi is back to work
Link: [removed]
thanks for help ...
Click to expand...
Click to collapse
I am with same issue. The Wifi does not turn on. The Mac address does not have an address.
I would try to copy the WCNSS_qcom_wlan_nv.bin file, but the link does not have the file.
Could you please send me link for this file?
Thanks!!
Found it and worked Thanks!!
xXLuHXx said:
Full Flash don't work for me
"fastboot flash persist" don't work too
But I fix it with
copy WCNSS_qcom_wlan_nv.bin to \persist (on wi-fi fix atrix hd)
and fix permissions chmod -rw-rw--- and chown wifi:wifi
my wi-fi is back to work
thanks for help ...
Click to expand...
Click to collapse
Please Im beggin could you reupload the file
http://forum.xda-developers.com/showthread.php?t=2531550
LanceGoss47 said:
Please Im beggin could you reupload the file
Click to expand...
Click to collapse
Recovered my phone
I had this issue as well. I'm posting my results here in hopes that it helps someone somewhere who encounters the same issue.
I have a XT925 (Motorola Razr HD) with Clockwork mod recovery, unlocked bootloader and Slimkat 4.4.2 Build 3 Rom. I decided to update my bootloader to 4.4 compatible version, but in order to do that I first needed to downgrade to stock 4.1.2 I follow the stepshere for my device.
I somehow ****ed it up with an old version of RSD lite and after much work with command lines, flashing different recoveries, backups and shifting through kitkat versions I ended up with out wifi no matter what rom i was on. I flashed back to stock with RSD -no wifi, restored a backup -no wifi, upgraded rom version -no wifi. I cleared partitions, wiped numerous times.
To make a long story short, the solution in this thread worked. Simply put:
Ensure you have root access and a working ROM.
download a copy of the mentioned wlan bin file (mirror at the bottom)
get your hands on es explorer
connect your device via USB
place 'WCNSS_qcom_wlan_nv.bin' file somewhere where you can find it easily using ES explorer
enable root add on for es explorer, its in the settings list
move it to /persist, it's in the root.
hold on the file and select 'properties' or something to that effect.
change (or rather ensure) the permissions are READ & WRITE only for both owner and group (-rw -rw ---)
underneath permission you should see owner: set that to WIFI
exit and reboot
I know this is just reiterating what xXLuHXx, and many others have posted, but i wanted to ensure it was clear. You can do this via command line with adb I'm sure, but this is a fool proof way, and it worked for me.
Here are some links:
Es Explorer apk
Mirror for WCNSS_qcom_wlan_nv.bin (not sure if its the same link as the others have posted, but it's here)
Hope this helps someone

build prop help

i saved original build prop in my pc and and i want pull in my device with adb i do not have any info about this step my device go directly to black screen in firmware update
how i can push my build prop in my lg g3 d850 with pc win 7 64bit
help my
anasmilan said:
i saved original build prop in my pc and and i want pull in my device with adb i do not have any info about this step my device go directly to black screen in firmware update
how i can push my build prop in my lg g3 d850 with pc win 7 64bit
help my
Click to expand...
Click to collapse
Download android sdk, install it as google tells you. Go to the folder your build prop is at, hold shift, press the right mouse button, press on open command prompt. Type this in it:
adb shell
su
stop
mount -o rw, remount /system
push build.prop /system/build.prop
mount -o ro, remount /system
reboot
If you cant do that, you can always reflash the firmware
push not found
Remorcer said:
Download android sdk, install it as google tells you. Go to the folder your build prop is at, hold shift, press the right mouse button, press on open command prompt. Type this in it:
adb shell
su
stop
mount -o rw, remount /system
push build.prop /system/build.prop
mount -o ro, remount /system
reboot
If you cant do that, you can always reflash the firmware
Click to expand...
Click to collapse
i moved the build prop file to platform-tools file in sdk and i try go to command prompt with shift and Type this command
adb shell
su
stop
mount -o rw, remount /system
push build.prop /system/build.prop
tell me push: not found
see the pic
and i try the flash tools with the same tot & dll
the flash tools error
read model is deffrent
I use pushbullet for small stuff like this then just move it and set permissions with root explorer
Sent from my LG-D850 using Tapatalk 2
no android in device
screwyluie said:
I use pushbullet for small stuff like this then just move it and set permissions with root explorer
Sent from my LG-D850 using Tapatalk 2
Click to expand...
Click to collapse
the phone go direct to frimware update how i can use pushbullet in this mode?
anasmilan said:
i moved the build prop file to platform-tools file in sdk and i try go to command prompt with shift and Type this command
adb shell
su
stop
mount -o rw, remount /system
push build.prop /system/build.prop
tell me push: not found
see the pic
and i try the flash tools with the same tot & dll
the flash tools error
read model is deffrent
Click to expand...
Click to collapse
I wrote a script, it should be easier now.
Put build.prop into the Puuuuush folder and run PUSH_BUILD.PROP
EDIT: Sorry, I told you the wrong commands. it should be fixed now with this tool.
Remorcer said:
I wrote a script, it should be easier now.
Put build.prop into the Puuuuush folder and run PUSH_BUILD.PROP
EDIT: Sorry, I told you the wrong commands. it should be fixed now with this tool.
Click to expand...
Click to collapse
Does it work if i can only power on the phone in download mode?
I have my phone soft bricked because of a corrupted build.prop and i need to replace it.
anasmilan said:
the phone go direct to frimware update how i can use pushbullet in this mode?
Click to expand...
Click to collapse
my bad, I thought you were just looking to transfer the file
unless I've missed something you can't do ADB in recovery or download mode. which has always seemed stupid to me.
you'll need to use ODIN to flash the rom again
screwyluie said:
my bad, I thought you were just looking to transfer the file
unless I've missed something you can't do ADB in recovery or download mode. which has always seemed stupid to me.
you'll need to use ODIN to flash the rom again
Click to expand...
Click to collapse
ODIN is for samsung phones.
After I modified the build.prop file I forgot to change the file rights and now it is stuck on a black screen with the led on green/blue
I have a backup of the original file on the SD.
The phone can get into download mode.
I have already tried the factory reset but nothing.
I have tried the unroot metod from the post:
http://forum.xda-developers.com/att-lg-g3/general/unroot-return-to-factory-stock-att-lg-g3-t2820827
But I got this message:
PID: BS02S140706002625
IMEI:
Model: D850
DLL: D850
BIN: LGD850AT-01-V10D-310-410-JUN-19-2014+0
SWV: LGD850AT-00-V10D-310-410-JUN-19-2014+0
SWOV: LGD850AT-00-V10D-ATT-US-JUN-19-2014+0
Device Model is different!
Check Phone or DLL!
My phone model is the AT&T LG G3 32Gb D850 Metalic Black
Please, can someone helpme?
I am desperate!
Sorry I'm a Samsung guy, lg tool or whatever it is.
There is a file from the g2 that makes it so the model doesn't matter you'll need that
Sent from my LG-D850 using Tapatalk 2
http://forum.xda-developers.com/showthread.php?t=2827381
You mean this file
Same thng happened to me
Ok i edited the build.prop, apparently I did something wrong, I can only boot to black screen with blue/green flashing led. I did back up my original build.prop, and I can get phone into download mode....just not sure what to do from here. I am using a mac, but I can get to a PC if needed. Any help would be GREATLY appreciated.
DIRKxxxDIGGLER said:
Ok i edited the build.prop, apparently I did something wrong, I can only boot to black screen with blue/green flashing led. I did back up my original build.prop, and I can get phone into download mode....just not sure what to do from here. I am using a mac, but I can get to a PC if needed. Any help would be GREATLY appreciated.
Click to expand...
Click to collapse
I'm really desperate, anyone that can help me get my phone back up I would really appreciate it....just get it back to stock or anything. I am willing to donate to anyone that can help me get my phone up. I know I'll get ripped apart for messing with my phone that was above my ability, I have learned my lesson I understand, just need help please. Thanks for anyone that can get me back up.
DIRKxxxDIGGLER said:
I'm really desperate, anyone that can help me get my phone back up I would really appreciate it....just get it back to stock or anything. I am willing to donate to anyone that can help me get my phone up. I know I'll get ripped apart for messing with my phone that was above my ability, I have learned my lesson I understand, just need help please. Thanks for anyone that can get me back up.
Click to expand...
Click to collapse
Woot! got it fixed!
How did you end up fixing it?
Sent from my LG-D850 using XDA Free mobile app

Categories

Resources