S5 Bluetooth suddenly switched off and won't turn on - Galaxy S 5 Q&A, Help & Troubleshooting

I had the Gear S working and everything was fine. Today I discovered that Titanium Backup won't save to my external card so I went to etc/permissions/platform.xml and change something. And it could save after that. Then I realized that my data cycle is wrong so I managed to change that. Later today I noticed that my watch doesn't work so I looked and Bluetooth was disabled. When I try re-enabling it it says turning on and then goes off again. I tried rebooting clearing cache changing the platform.xml back but still cannot get it to work. Anyone knows what could be causing this? It was working perfectly fine until today.

Is it possible the "platform.xml" is corrupt or has an error in it? Do you have a backup of it to restore?
I-TensE-I said:
I had the Gear S working and everything was fine. Today I discovered that Titanium Backup won't save to my external card so I went to etc/permissions/platform.xml and change something. And it could save after that. Then I realized that my data cycle is wrong so I managed to change that. Later today I noticed that my watch doesn't work so I looked and Bluetooth was disabled. When I try re-enabling it it says turning on and then goes off again. I tried rebooting clearing cache changing the platform.xml back but still cannot get it to work. Anyone knows what could be causing this? It was working perfectly fine until today.
Click to expand...
Click to collapse

DeanonZL said:
Is it possible the "platform.xml" is corrupt or has an error in it? Do you have a backup of it to restore?
Click to expand...
Click to collapse
Yeah first thing I tried is restoring the things I've done. I've tried putting it in Airplane mode and pulling the battery for a couple of minutes still nothing :/

Related

Media Sync Connection Failed

I can not figure out for the life of me why the Media Sync function gets an error. It was working perfectly fine for a while and then when I try and connect my phone again it errors. So I reflash to stock everything and redo the root and clockwork and set it up again. Has happened twice anyone know why?
shauder said:
I can not figure out for the life of me why the Media Sync function gets an error. It was working perfectly fine for a while and then when I try and connect my phone again it errors. So I reflash to stock everything and redo the root and clockwork and set it up again. Has happened twice anyone know why?
Click to expand...
Click to collapse
Have you done a privacy wipe? If not, this is probably happening because /dbdata was never wiped, your settings from whatever you did the first few times are still in there. It'll send you back to stock, but it should fix the problem.
Settings - > Privacy - > Restore factory system/settings,etc..
namebrandon said:
Have you done a privacy wipe? If not, this is probably happening because /dbdata was never wiped, your settings from whatever you did the first few times are still in there. It'll send you back to stock, but it should fix the problem.
Settings - > Privacy - > Restore factory system/settings,etc..
Click to expand...
Click to collapse
I just defrosted TwLauncher, V Cast Music, V Cast Tones, V Cast Video and one of them made it work again! Not sure what one though going to investigate further. The thing about the data wipe is I did do that before the restore of System, Kernel and Recovery.
UPDATE: Seems like it is not the launcher but one of the V CAST apps that must be linked to the media sync service. Would a deodoxe get rid of this from happening?

[Q] Unfortunately, Settings has stopped.

Hey guys, new owner of the Verizon Note 3.
Love the phone and everything is fast and great.
I'm on 4.3 MJE and rooted. Safestrap installed with no slots, just the stock. Wanted to be able to make backups and have the recovery option.
Just this morning my Note 3 stopped letting open the settings from any angle. From notification panel or anywhere else.
It immediately closes and shows the message "Unfortunately, Settings has stopped"
I tried rebooting to safestrap and wiping cache and dalvik cache.
no fix.
I have some system apps frozen with Titanium backup, but have defrosted the ones I very recently froze to see if that helped. And still not able to get into settings.
Any advice? I'm sure you all appreciate how much of a pain in the butt it is to factory reset or flash and start over! I hate reconfiguring my apps and settings! So if that can be avoided in any way I'd be soooo happy!
Thanks!
tw3ak.
tw3ak said:
Hey guys, new owner of the Verizon Note 3.
Love the phone and everything is fast and great.
I'm on 4.3 MJE and rooted. Safestrap installed with no slots, just the stock. Wanted to be able to make backups and have the recovery option.
Just this morning my Note 3 stopped letting open the settings from any angle. From notification panel or anywhere else.
It immediately closes and shows the message "Unfortunately, Settings has stopped"
I tried rebooting to safestrap and wiping cache and dalvik cache.
no fix.
I have some system apps frozen with Titanium backup, but have defrosted the ones I very recently froze to see if that helped. And still not able to get into settings.
Any advice? I'm sure you all appreciate how much of a pain in the butt it is to factory reset or flash and start over! I hate reconfiguring my apps and settings! So if that can be avoided in any way I'd be soooo happy!
Thanks!
tw3ak.
Click to expand...
Click to collapse
I'm pretty sure you need to reboot after unfreezing; you didn't mention if you did that.
The best way to avoid this kind of situation is to make Nandroid backups before you start tw3aking. Sure they are huge, but look at your situation now. You can always delete them after some time after it is clear they are not needed, but you can't create them out of thin air when it is too late.
So, before you make things even worse with further experimentation, make a Nandroid right now of your semi-broken setup. If you break things even further trying to fix this current problem, at least you can go back to where you are right now. You might want to make an TiBu market app/data backup as well and get the TiBu backups onto external media in case you need to go all the way back to Odin.
Dump your logcat after the "Settings" crash. There will be further clues there (possibly undecipherable, but hey.) Post that up to pastebin.com for others to look at if you don't grok it. (but scrub any personal data in there first). If you don't already have USB debugging turned on, you can use a terminal emulator or a Logcat capture app.
# logcat -c (to clear the log)
( force the settings crash)
# logcat -v threadtime > /sdcard/my_logcat_after_settings_crash.txt
There is a chance that it is something simple, e.g. one of the sqlite databases in /data/data/com.android.settings is corrupted, but the various Activities that are launched from underneath "Settings" touch stuff all over the /data partition (e.g. /data/misc and elsewhere). From where you are right now, there is no way to know whether your problem is due to:
(1) a problem in /system
(2) a problem in /data
(1+2) both
your turn.
Restored nandroid backup
Thanks for all the tips!
With some reluctance I managed to move to a much older backup i forgot I made and the settings works fine again!
those backups are a life saver.
Thanks again.
tw3ak.
Glad you got it fixed.
I had something similar happen last night - I accidentally fat-fingered a language change, and every time I went back in to fix it (Settings -> Language & Input), Settings would crash. (This is on MJ7)
Took a while to manually figure out how to fix it (Doh, /data/property/persist.sys.language) without restoring a backup. I didn't mention it here right away because your symptoms sounded different - Settings was crashing for me only when I went in to the Language & Input sub-menu)
Try using SS 3.65 and not the newest version and see if that fixes the problem.
bftb0 said:
Glad you got it fixed.
I had something similar happen last night - I accidentally fat-fingered a language change, and every time I went back in to fix it (Settings -> Language & Input), Settings would crash. (This is on MJ7)
Took a while to manually figure out how to fix it (Doh, /data/property/persist.sys.language) without restoring a backup. I didn't mention it here right away because your symptoms sounded different - Settings was crashing for me only when I went in to the Language & Input sub-menu)
Click to expand...
Click to collapse
i have the same problem. setting was crashing everytime i went to language & input. can u help me to ix it?

[Q] Weird, weird issue - Home button/notifications panel don't work

To preface,
I'm running an AT&T LG G2 rooted (with a couple of Xposed modules). I'm running 4.2.2
Today, I rebooted my phone after updating some apps from the play store, and then all hell broke loose. Here's a list of what went wrong
1) ALL of my settings were reset. Sound settings, call settings, screen on settings, etc. EVERYTHING.
2) My home button doesn't work. It lights up - it knows I pressed it, but it doesn't send me to the launcher. I have the home button programmed through Nova Launcher to open my voice search when I'm on the home screen - that doesn't work either.
3) My notifications panel stays empty - nothing shows up. On top of that, the little "gear" icon that should take me to settings doesn't work. There's a gear setting above that for sound that DOES work.
4) When I go to "About Phone", my phone name was reset to "G2".
4) Here's the kicker - When I go to "About Phone", the "Software Update" button has disappeared. What the hell happened?
If anybody can solve this issue, I have a small bitcoin prize for you...
Edit: Noticed something new. I went into Titanium Backup and it gave me a notification that my "Device ID" was changed. It states that this commonly occurs after a factory reset or ROM change? Here's the thing - I've never factory resetted my phone or even installed a recovery for that matter.
Notice #2: Volume keys don't respond. Although changing volume manually through the settings does work.
Quick note: I changed a value in settings.db using SQLite manager. I tried changing "tether_entitlement_check_state" to 0. And then I exported the DB and saved it. Would that have caused an issue?
well all hell really did break loose here, have you tried entering download mode and flash back to stock(I'm pretty sure this isn't you want to do) but it might be the only thing to do
XxZombiePikachu said:
well all hell really did break loose here, have you tried entering download mode and flash back to stock(I'm pretty sure this isn't you want to do) but it might be the only thing to do
Click to expand...
Click to collapse
I don't have a custom recovery installed.
crazylilazn said:
I don't have a custom recovery installed.
Click to expand...
Click to collapse
when I said flash back to stock I meant the download mode way just download jellybean 10d/10o or 20c installer and follow instructions on how to setup and flash
XxZombiePikachu said:
when I said flash back to stock I meant the download mode way just download jellybean 10d/10o or 20c installer and follow instructions on how to setup and flash
Click to expand...
Click to collapse
Interesting. Thanks for the link. I wonder, other than hiding the "root" flags, how is this different from performing a factory reset? I would be opting to restore 4.2.2, not Kit Kat.
crazylilazn said:
Interesting. Thanks for the link. I wonder, other than hiding the "root" flags, how is this different from performing a factory reset? I would be opting to restore 4.2.2, not Kit Kat.
Click to expand...
Click to collapse
well tis is different to a factory reset as in it makes everything the way it used to be like if you were just powering on your phone for the first time while with a factory reset- if you have lets say deleted bloat and modified anything in the /system or other areas they are gone forever, the factory reset is more like a wipe your phone and start again(sometimes if you are rooted it remains rooted just without the su app)
XxZombiePikachu said:
well tis is different to a factory reset as in it makes everything the way it used to be like if you were just powering on your phone for the first time while with a factory reset- if you have lets say deleted bloat and modified anything in the /system or other areas they are gone forever, the factory reset is more like a wipe your phone and start again(sometimes if you are rooted it remains rooted just without the su app)
Click to expand...
Click to collapse
Alright then...hmm. Wait I have another question. Does a factory reset delete my internal memory, the pseudo sd-card? Like my photos/TB backup/etc.?
crazylilazn said:
Alright then...hmm. Wait I have another question. Does a factory reset delete my internal memory, the pseudo sd-card? Like my photos/TB backup/etc.?
Click to expand...
Click to collapse
I'm pretty sure it does but I have always had doubts about that(I usually always wipe with custom recovery so I don't remember when was the last time I used factory reset option, plus I upload a most of my backups into onedrive/goole drive/dropbox) also using the flash to stock method will wipe everything from the phone like I said its like powering it on for the first time just in case you were wondering
XxZombiePikachu said:
I'm pretty sure it does but I have always had doubts about that(I usually always wipe with custom recovery so I don't remember when was the last time I used factory reset option, plus I upload a most of my backups into onedrive/goole drive/dropbox) also using the flash to stock method will wipe everything from the phone like I said its like powering it on for the first time just in case you were wondering
Click to expand...
Click to collapse
Okay, so here's my plan. I'm currently ADB pulling my entire SD card (with the titanium backup contents) onto my laptop. I plan to factory reset (the default android one that's in the settings). If that doesn't work, I will use the other flash-to-stock method.
Once I'm done, I plan to use Titanium backup to restore everything including settings. Here's my question:
When I'm restoring everything, will it be 1-click? In the past when I had other phones, the only time I restored TB was when I flashed different ROMs, so it caused havoc with my settings. Since I'm keeping the stock-ROM software, will I be able to 1-click "Restore" and have everything be how it used to be (Except for the Xposed Modules of course) ?
Also...I really don't like how MTP hides the Titanium Backup folder...
crazylilazn said:
Okay, so here's my plan. I'm currently ADB pulling my entire SD card (with the titanium backup contents) onto my laptop. I plan to factory reset (the default android one that's in the settings). If that doesn't work, I will use the other flash-to-stock method.
Once I'm done, I plan to use Titanium backup to restore everything including settings. Here's my question:
When I'm restoring everything, will it be 1-click? In the past when I had other phones, the only time I restored TB was when I flashed different ROMs, so it caused havoc with my settings. Since I'm keeping the stock-ROM software, will I be able to 1-click "Restore" and have everything be how it used to be (Except for the Xposed Modules of course) ?
Also...I really don't like how MTP hides the Titanium Backup folder...
Click to expand...
Click to collapse
well I don't think you can one click restore with titanium backup(I don't see that as an option) you have to restore everything manually
as for mtp hiding the backups, I'm on the same boat as you
XxZombiePikachu said:
well I don't think you can one click restore with titanium backup(I don't see that as an option) you have to restore everything manually
as for mtp hiding the backups, I'm on the same boat as you
Click to expand...
Click to collapse
Referring to TB, you can set it to restore your backups with 1 click through "batch mode", but I believe you need to have the paid version.
Anyway, everything's fixed! I actually just put a recovery on it, and then deleted data and cache. That way my internal sd card didn't get wiped.
And I did a little more searching, it seems like modifying the sqlite database when you try to remove AT&T's tethering check causes the weird issue. I wonder if it's a secret backdoor program that makes your phone unusable...
crazylilazn said:
Referring to TB, you can set it to restore your backups with 1 click through "batch mode", but I believe you need to have the paid version.
Anyway, everything's fixed! I actually just put a recovery on it, and then deleted data and cache. That way my internal sd card didn't get wiped.
And I did a little more searching, it seems like modifying the sqlite database when you try to remove AT&T's tethering check causes the weird issue. I wonder if it's a secret backdoor program that makes your phone unusable...
Click to expand...
Click to collapse
yea I decided to try out the SQLite tether and for a moment there my phone went crazy(lag/not responding to touch/etc) so I plugged in my mouse through otg and returned it to the default
XxZombiePikachu said:
yea I decided to try out the SQLite tether and for a moment there my phone went crazy(lag/not responding to touch/etc) so I plugged in my mouse through otg and returned it to the default
Click to expand...
Click to collapse
Any other way to set up wireless tether? I've read that most wireless tether apps don't work. I haven't actually tried, but is that true?

BT doesn't turn on

Hi,
I have a rather strange problem: since this morning, BT refuses to turn on. I've alreaddy reflashed the latest software version (N910FXXS1COK2_N910FOXA1COJ3_DBT), cleared cache and dalvik-cache, deleted cache and data of the bluetooth app and even deactivated all XPosed Modules, but nothing helped. I've recorded a catlog, maybe someone here can see what is preventing it to turn on. I don't really have any idea what could have been happened. I tried to make an backup with TitaniumBackup which seemd to have failed because I turned off the screen, because it had'nt backed up much about an hour later when I looked for it.
Ok, after wiping about everything in TWRP and reflashing firmware again, bluetooth is finally working. But does annyone know how this could be fixed the next time without wiping everything?
probably part of the bluetooth on the software side got screwed up.

Stuck on 'Phone is starting' after updating to Android 12

Hello!
I tried to update my phone (SM-G975U) via Odin from Android 9 to Android 12, got the firmware from SamFw.com. Everything went fine until the phone rebooted, after unlocking the phone gets stuck on 'phone is starting'. I CAN access the Set Up Menu, Uninstall apps, move some settings here and there, connect to Wifi/Bluetooth, receive calls, install apps using ADB. Also, theres a notification all the time that reads 'Phone restarted Unlock your phone to get app notifications', I'm assuming that the phone thinks it is not unlocked and that's why it doesn't fully boot up.
Some things that I've already tried:
Intalling another Launcher (Pixel Launcher)
Reinstalling the firmware (ver G975USQU6IVC7) / Trying with different CSC with no results
Wiping Cache in Recovery Mode
Deleting/Adding Fingerprints
Changing from Lock Pattern to NIP to Password
I don't really want to do the full wipe, I would like to keep my data or be able to export the photos (Device not Recognized by Smart Switch also)
Is there anything else I can do?, has anyone been through the same issue?
Is your phone rooted?
Vatt`ghern said:
Is your phone rooted?
Click to expand...
Click to collapse
No, it's not rooted
Hi !
@DannOsnaya have you found a solution to the phone problem other than restoring to factory settings?
I have the same problem at the moment, almost identical to what you experienced.
If anyone has some advice on how to fix this problem, please share your advice.
My phone is not rooted.
Racer512 said:
Hi !
@DannOsnaya have you found a solution to the phone problem other than restoring to factory settings?
I have the same problem at the moment, almost identical to what you experienced.
If anyone has some advice on how to fix this problem, please share your advice.
My phone is not rooted.
Click to expand...
Click to collapse
Sadly, I have not
My phone is still like that, I tried updating to the newest security patch but didn't work either, haven't lost hope in avoiding factory reset tho
Hi. Did u find any solution to it. Am facing the same issue. Although I tried to factory reset but doesn't work.
DannOsnaya said:
Sadly, I have not
My phone is still like that, I tried updating to the newest security patch but didn't work either, haven't lost hope in avoiding factory reset tho
Click to expand...
Click to collapse
Any way to factory reset. I tried every possible way following YouTube but nothing works. It's just stuck. I've a backup of my data so not worried.
No, I still have the same issue.
Have you tried to install a launcher?
DannOsnaya said:
No, I still have the same issue.
Have you tried to install a launcher?
Click to expand...
Click to collapse
Nothing works. Now decided to show it to anyone. I guess the mobile shops have an option to erase everything. I don't understand how did it happen because it's usually with my toddler, he might have done something.
DannOsnaya said:
Hello!
I tried to update my phone (SM-G975U) via Odin from Android 9 to Android 12, got the firmware from SamFw.com. Everything went fine until the phone rebooted, after unlocking the phone gets stuck on 'phone is starting'. I CAN access the Set Up Menu, Uninstall apps, move some settings here and there, connect to Wifi/Bluetooth, receive calls, install apps using ADB. Also, theres a notification all the time that reads 'Phone restarted Unlock your phone to get app notifications', I'm assuming that the phone thinks it is not unlocked and that's why it doesn't fully boot up.
Some things that I've already tried:
Intalling another Launcher (Pixel Launcher)
Reinstalling the firmware (ver G975USQU6IVC7) / Trying with different CSC with no results
Wiping Cache in Recovery Mode
Deleting/Adding Fingerprints
Changing from Lock Pattern to NIP to Password
I don't really want to do the full wipe, I would like to keep my data or be able to export the photos (Device not Recognized by Smart Switch also)
Is there anything else I can do?, has anyone been through the same issue?
Click to expand...
Click to collapse
I followed a video and wiped out. Finally successful. I wasn't worried about data as Google has a backup.
I followed this method and finally it's factory reset.

Categories

Resources