[Q] Phone shows factory mode upon Booting - T-Mobile Samsung Galaxy Note 3

Hi
I have a note 3 from Tmobile running a 9005 ROM. I have this issue
Whenever the phone starts, it shows a warning that phone is in "Factory Mode"needs to be changed into " User mode" and it turns the wifi off.
The phone works well, no issues. I can even re-enable the wifi after the warning and it works too.
I tried resetting to stock..Did not work.
Tried the rm /efs/factoryapp/keystr in terminal and it says cannot find file.
I noticed that the efs folder is empty ( went via root explorer)... My IMEI comes up when i dial *$06#.
I also found that another person has this same issue with a 9005. But nobody has posted anything in reply
http://forum.xda-developers.com/showthread.php?t=2739783
Should i be worried?... I do concede that i was stupid enough not to make a backup of the efs folder..
Any help would be appreciated
A big hearty thanks to all those people whose posts i followed before to get out of trouble...

Related

Desire wont save or connect to any wifi any more

Ive got a genuine 3 UK (unbranded) desire and been using it for over a year.
Recently they released a small software update (2.29.405.5). I couldn't install this as not enough space so i thought id do a factory reset to get space, clean up and go from scratch.
Not a problem except after that reset my WiFi has stopped working completely.
It turns on, it shows as on, it scans and it shows WLANs around. However no matter what lan you select the second you enter a key without even trying to connect it says "Unable to connect to the network".
If i try to manually add a network i get "Unable to save the network".
It doesnt even seem to attempt to connect, just errors immediately. It's not a key issue as entering any key either correct or incorrect immediately produces the above error.
After a factory reset failed to get it working i rooted the phone to delete/edit the wpa_supplicant.conf file. This didn't solve the problem.
As a last resort i downloaded the latest RUU, flashed but again this hasn't fixed the problem.
So, does anyone know whats broken or how i can fix this or is it a return on the phone?
Everything else would appear to work perfectly but it just refuses to save any details of wlans or connect to them. It all worked fine before a factory reset!

[Solved] Broke permissions settings, nandroid can't fix, need help

Re-written to be more concise and readable:
Long story short: I installed the program "Permissions Denied" from the market and restricted a few games. When I rebooted something was broken and I can't quite figure out what, but it runs deep through the phone.
The phone isn't bootlooping, but when I starts up it will very often become unresponsive immediately after getting to the lockscreen, my theory is that things are trying to load and crashing in the background. The only fix for this is to wait until it appear to reboot itself; the screen will come back on and show me a quick few cycles of the boot animation, then back to the lockscreen. After this, it asks to re-activate on the network. Whether or not everything works after this point has been highly variable. Currently, my phone is on but has no way of signing into a google account (isn't even an option in the list under settings).
If I try to restore a nandroid, at the very end it spits out "Error while restoring /data!". I've done this with a couple nandroids that I've used fine in the past. Fully wiping from CWM and installing a fresh rom yields similar results.
Basically my thinking at this point is to back up anything I want while I have access to the phone and try to do as full a factory reset as possible. Any ideas? Of note is that I've run the "fix permissions" function both in CWM and ROM Manager, and when I run it in ROM Manager the log shows permissions for a bunch of programs that have been wiped. So I'm guessing that permissions settings persist across wipes, but I don't know what to address that with specifically.
Bump? (rewrote OP to make it less of a train wreck of my late-night detective work)
Edit with maybe-progress: I found and installed an older apk for Permissions Denied and even though this is an older nandroid and everything has been wiped time and again, the permissions for the games I changed are still disabled.
Having trouble getting the program to actually undo anything though, and rebooting the phone is a rather tiresome task with all this going on just to find out nothing changed.
Does anyone know
1)Where permissions live, and if I can reflash whatever that is, as it is clearly corrupt here.
2)Where I can get a copy of the v2.9 apk for this app, as maybe it will be better at restoring what it did than the older version I dug up.
Edit2:I eventually just did a factory reset and it fixed everything. I had also emailed the developer of the app and he got back to me with the following advice:
It sounds like the permissions file is locked, packages.xml. Try opening my app, going into the settings, and make sure that the first option is NOT checked.
Then hit the unlock option to unlock the file.
If that doesn't work, try the following in a terminal...
su
chattr -ia /data/system/packages.xml\
Click to expand...
Click to collapse
Intuitively this sounds like it may have fixed the problem, so I'm posting it here in case anyone ends up with similar problems and finds this thread searching.

LG Setup Wizard

I am looking for help. I am a noob and I rooted my phone and it all went well. I froze apps that others had frozen. I tried to be very cautious but I froze LGSetupWizard with titanium backup and then did a hard reset. My phone now starts up with the setup wizard and when it gets to the end it states that the application (process com.android.LGSetupWizard) stopped unexpectedly then it loops back to the beggining. I have actually been able to access my email and the net from the notification dropdown. I am lost as what to do. Is my phone bricked? Is it possible to simply put the application back into the phone somehow? I have access to the files that I froze through titanium back up on my computer as they were on the sd card. I would really appreciate any help
Can't you just skip out of the wizard before it gets to the end? Or choose to not go through it at all?
Try the factory reset and see if that helps... Just guessing though ?
How
The start-up wizard started automatically after the reset. I have tried to get out of it but when I "exit" it brings up the same error message. I read a post on another phone where you could opt out of it by pushing a few buttons in a certain sequence but it did not work. How would I do a factory reset as is? Any ideas? Thank You!!
Can you get debug mode running (possibly by connecting to your computer, selecting the computer usb connection, and then long holding the line in notification center or something)? If so, you might be able to push the backed up .apk with adb and get it reinstalled.
Explanation
I really apprecitate your post. I am sorry I am a noob and I am not sure what you mean by "long holding the line in notification center". I will download ADB and research how to use it. Thank You!!
If you can make adb working, then you can use 'adb uninstall' the TB, or use 'adb shell' login to phone, su, then delete TB app or data
TB?
Thank you for your post, what is TB?
I must be a real idiot. I found out after the fact that if you select any other option than PC software on the USB connection mode it disables debugging mode. I have ADB but it is not recognizing the phone because it is not in debugging mode. Is there any other way to activate debugging mode besides Settings -> Applications -> Development -> USB debugging?
Please Help!
TB means TitaniumBackup.
Another way to enter adb:
If you have cwm recovery installed, pls continue see following steps:
1. Enter CWM Recovery mode.
2. Then connect your phone to computer
3. enter "adb devices"
D:\android-sdk-windows\platform-tools>adb devices
List of devices attached
LGOxxxxxxxxx recovery
If you see above, then good, enter "adb shell" to login to your phone.
enter "id" to make sure you are root.
then:
cd /data/app
ls -l *Titanium*
#you should see something like com.keramidas.TitaniumBackup.apk
#then enter:
mv com.keramidas.TitaniumBackup*.apk TitaniumBackup.abc
Above cmd will make the app executable file invalid extension, which should disable the TB app. (I didn't try, but I guess it should disable the app)
HTH,
xordos
CWM Recovery
I don't have CWM recovery, I tried to research it and I could not find the LG nitro in the list for clockwork mod, should I use one of the optimus models? I rooted with superoneclick. If I froze the file in TB would uninstalling TB unfreeze it? I have actuall been able to use mail, messaging, and the phone when someone else calls or emails me and I have been able to access settings for each of these specific areas but I have not been able to access settings for the debugging.
Thank You!!
USB debugging on how do I push the files?
I have ADB running and I am in debugging mode. I still have root. How and where would I push the file onto the device.
Thank you!!
Resolved
My issue has been resolved. Thanks for the help!
problem fixed
hello .
If you still have the problem with the lg phone , there is a very easyyyyyy solution .
I had the same problem ; i deleted Lg home because i was using go launcher home , then one day i just moved go launcher on the sd card . That was the problem , i hard reset my phone 20 time , but still in the end of the reset process i was receving that error , the process stoped .
Ok , once you have reached the error " setup wizard process stop " , press the close button . Than press the 3d menu button . You will go into 3d menu , there click 3d games and accesories . Launch the game asphat 3d. The game will be installed . After you launch the game , there is a small button in the game , in the top left corner , similar with an earth , named info . Click that button , than click the twiter button . Now you will launch the internet browser and you problem it's fixed. Once the internet it's opened , go to google com , and search for any launcher . By example seach go launcher , find it , download it , install it . When you want to install it a windows asking about some security settings will open . It;s the settings menu of the phone . Here you can can allow to install application that dosen't come from play store , or you can just enable usb debuging ( and of course with usb debuggin enabled ,you can easly update or downgrade your phone using the lg official software ) .
Good luck .
hey man, how did you fix this problem? i have the same deal right now. thanks
gave up. flashed kdz

[Q] Wifi doesn't work, phone doesn't generate a new wpa_supplicant.conf

I flashed a new ROM, and when I found I didn't like it (phone froze very often) I restored the nandroid backup I had taken. When I booted up again, wifi didn't work. When I press the toggle it turns to on, but gray. Doesn't start to search for wifi networks.
I googled around for a bit and found that I should rename my "wpa_supplicant.conf" in root/data/misc/wifi. I renamed it to "temporary backup" so that I wouldn't lose it, and didn't set a file type so I know the phone shouldn't recognize it as the wpa_supplicant.conf. I was also told that after a reboot would generate a new wpa_supplicant.conf, and yet after 2 reboots I still don't have a new one and wifi still doesn't work.
This makes me suspect that the error happens before it looks for wpa_supplicant.conf, but I don't know how to troubleshoot any longer. I don't know what information is relevant, so I'll post it as a reply and in the main post as fast as you ask.
Thanks beforehand!

Lenovo A806 Rom

Hello i tried experimenting with some custom roms and now my sim card is not being read at all.
I first installed this rom: http://www.needrom.com/download/lenovo-a806-multi-lang-1501_7-80-1_dev/
And everything worked correctly except that sometimes certain applications crash.
After i decided to try out another rom: http://www.needrom.com/download/lenovo-a806-miui-v6-13-language/
The second rom was working correctly but there was one problem.. The sim card was not being read.
After i had this problem i decided to go back and install the first working rom (the A806 multi lang rom) but the sim card issue still remained.
Please Help !
P.s My phone is Lenovo A806 and i reside in europe. I tried searching for the stock rom of this phone but i cannot find the stock emea rom whcih works in europe.
When you flashed one of the ROMs, your NVRam was deleted or destroyed.
You can fix this with nvram tools. Just the IMEI is missing. After entering the IMEI everything is fine again.
You can fix this with nvram tools. Just the IMEI is missing. After entering the IMEI everything is fine again.[/QUOTE]
Hi, I just read about NVram took and it only restores backed up IMEI numbers. I did not do a backup. My problem is listed below. Please help.
I bought a new Lenovo A806 (version android 4.4.2 - build VIBEUI_1432_ST_A806).
There were lots of Chinese writings imbedded in the rom and apps so I rooted the phone and tried to disable some apps and stupidly removed the stock phone dialer and contacts. Then whatever replacement app I tried from the Google play store did not work.
The replacement dialer gives me the message:- “You have removed/disabled Stock phone application, its required to properly functionality.” (pardon the Chinese English)
The phone cannot read the sim card and the IMEI number has disappeared. Following forum advice, I installed “mobileuncle” but cannot insert the IMEI number manually. When I go to Engineer mode, CDS information and try to go into Radio information, I get the message - “Unfortunately, Common Data Service has stopped.” So I cannot even go into Radio information.
I researched on the internet and tried to change the Rom. I installed the required version of TWRP recovery and after trying a few Roms, I managed to get Version VIBEUI_V2.0_1508_7.85.1_ST_A806 installed.
This version behaves better but still no IMEI number. Instead I get a different message – IMEI invalid.
When I try to call, I get this message: - “To place a call, first turn off Airplane mode”
But Airplane mode is off. But at least the dialer seems to be working and I am able to add contacts.
And I can get to radio information from mobileuncle with this version but when I type the IMEI number after the ST.., I get the message: “This command is not allowed in userbuild”
Even with a space between the ST and +, it still does not work and I get a different message, “at command is failed to send” I even rebooted after inserting the IMEI number and still no joy.
However, the wifi seems to be working on both above version and this.
I have a backup of the original corrupted rom so if anyone has a solution for either one, please help.
I installed the rom’s through TWRP recovery which is on my phone. I press volume and on/off buttons to enter into this.
I tried the NVram
Hey, I had the same issue a while back, it's actually easy.
Get imei.exe
Save it to this path: Windows C/Users/HP*
then open cmd, windows+R then type cmd
Type imei.exe followed by the imei
It'll generate a file, mpob format
Cut it from the path you pasted imei.exe
Paste it on your phone.
Get a file explorer that can access the root of the phone after granting root access.
Once you can access /device, go to this path /device/data/nvram/md5/Nvram_Imei
Then paste the mpob file there. If there's an existing one, delete it and rename the one you pasted as MPOB_001. You should only have one MPOB file there.
Now reboot.

Categories

Resources