Infeasible
Status Update
Comments
on...@gmail.com <on...@gmail.com> #2
This error shows up when there is a module in your project whose .iml file does not contain:
external.system.id ="GRADLE"
Can you please check your .iml files? Also, instead of opening the project, *import* it, that will completely rewrite your .iml files and you won't see that error again.
Can you please check your .iml files? Also, instead of opening the project, *import* it, that will completely rewrite your .iml files and you won't see that error again.
on...@gmail.com <on...@gmail.com> #3
I can confirm that it works with AS 0.8.14 if I do
1) open AS,
2) delete the Gradle Java modules from the project,
3) re-import the Gradle Java modules to the project,
4) close AS,
5) re-open AS.
In that case AS does not *not* complain about Gradle Java modules to be non-Gradle Java modules, and I've confirmed that the generated *.iml files containexternal.system.id ="GRADLE".
However, if I do
6) close AS,
7) delete the *.iml files,
8) re-open AS,
then AS again complains *although* the generates files again containexternal.system.id ="GRADLE". It seems that the problem is related to "open" vs. "import". In the latter instructions, the *.iml files seem to get implicitly generated because the Gradle Java modules are referred to from setting.gradle.
Can it be that AS is somehow performing the check for non-Gradle Java modules before the *.iml files are generated in case of just opening (instead of importing) the project?
1) open AS,
2) delete the Gradle Java modules from the project,
3) re-import the Gradle Java modules to the project,
4) close AS,
5) re-open AS.
In that case AS does not *not* complain about Gradle Java modules to be non-Gradle Java modules, and I've confirmed that the generated *.iml files contain
However, if I do
6) close AS,
7) delete the *.iml files,
8) re-open AS,
then AS again complains *although* the generates files again contain
Can it be that AS is somehow performing the check for non-Gradle Java modules before the *.iml files are generated in case of just opening (instead of importing) the project?
ht...@gmail.com <ht...@gmail.com> #4
I see what is happening now. Yes, you are right. This is an issue with "open". I think I know how to fix this issue.
mc...@gmail.com <mc...@gmail.com> #5
Thanks for the confirmation. On a more or less related note, as this would not have happened if I was committing the *.iml files, what is your recommendation WRT this? I know about [1] which recommends to share "All the .iml module files", but it's kind of annoying that these files get rewritten if e.g. dependencies change in build.gradle. In general, most of the *.iml files seem to be duplicate content WRT the build.gradle files and can be derived from them. So, should we commit *.iml files for Gradle Android modules to Git?
[1]https://intellij-support.jetbrains.com/entries/23393067
[1]
ia...@tarcus.org.uk <ia...@tarcus.org.uk> #6
It is better not to add iml files to source control. For regular IDEA projects is OK because .iml files are the source of truth for project configuration. In the case of Android projects, the source of truth is gradle.build files, and .iml are generated from them every time you sync your project with Gradle.
mc...@gmail.com <mc...@gmail.com> #7
Thanks for the clear recommendation!
pf...@gmail.com <pf...@gmail.com> #8
@5 As you seem to know what the problem is, would it be appropriate to change the status from "NeedsInfo" to "Accepted"?
ni...@gmail.com <ni...@gmail.com> #9
This issue is fixed in Studio 1.2.
ac...@gmail.com <ac...@gmail.com> #10
It also happens if there are comments in .iml file like:
<!----------- My comment -------------->
<!----------- My comment -------------->
be...@gmail.com <be...@gmail.com> #11
I just received this error from AS 1.2.1.1 and I do not have any non-Gradle Java modules in my project.
I have one main android application + six Android libraries.
We do not commit our .iml files to source control.
I have one main android application + six Android libraries.
We do not commit our .iml files to source control.
co...@gmail.com <co...@gmail.com> #12
I received the same error in version 1.3.2.
co...@gmail.com <co...@gmail.com> #13
I received this error on 2.1.2.
nx...@gmail.com <nx...@gmail.com> #14
[Comment deleted]
nx...@gmail.com <nx...@gmail.com> #15
received this error in 2.3 canary 2
mc...@gmail.com <mc...@gmail.com> #16
I am receiving this error in AS 2.3 Canary 2 after doing File->Invalidate Caches->Restart. Mine is a CMake project. This error is not very useful, since the project eventually builds anyway.
ho...@gmail.com <ho...@gmail.com> #17
[Comment deleted]
st...@gmail.com <st...@gmail.com> #18
I am seeing this with AS 2.3 Beta 1 as well. Since this issue has been closed for some time, I went ahead and created a new issue @ https://code.google.com/p/android/issues/detail?id=230550&thanks=230550&ts=1482021669
ja...@gmail.com <ja...@gmail.com> #19
#18 & #19: Did you happen to get this error after switching to Gradle 3.2?
And are you, by any chance, using the com.github.dcendents.android-maven plugin? I upgraded from 1.4.2 of that to 1.5, and updated to Gradle 3.2 at the same time, and I'm seeing the error even after downgrading to AS 2.2.3.
I'm in the process of doing a clean install now, and then I'll be trying reverting back to the older version of both, to see if that changes anything.
And are you, by any chance, using the com.github.dcendents.android-maven plugin? I upgraded from 1.4.2 of that to 1.5, and updated to Gradle 3.2 at the same time, and I'm seeing the error even after downgrading to AS 2.2.3.
I'm in the process of doing a clean install now, and then I'll be trying reverting back to the older version of both, to see if that changes anything.
co...@gmail.com <co...@gmail.com> #20
I don't know what's changed, but after a clean install, and removing ALL .iml files, after an initial complaint on opening the project, it rebuild all the .iml files and now seems fine. It's weird that last night, I tried making a brand-new project, and got the same results, but I'll take what I can get.
That said, it seems interesting to me that several people at once all seemed to run into the same thing. There may be something going on, still.
That said, it seems interesting to me that several people at once all seemed to run into the same thing. There may be something going on, still.
ul...@gmail.com <ul...@gmail.com> #21
The issue is still exist in android studio 3.0.1
sc...@gmail.com <sc...@gmail.com> #22
Same here on android studio 3.0.1
ja...@gmail.com <ja...@gmail.com> #23
Same here on android studio 3.0.1
rl...@gmail.com <rl...@gmail.com> #24
Same here on android studio 3.0.1
ht...@gmail.com <ht...@gmail.com> #25
The same in Android 3.1
go...@gmail.com <go...@gmail.com> #26
also the same in Android 3.1
ni...@gmail.com <ni...@gmail.com> #27
where can i find java gradle module?
el...@gmail.com <el...@gmail.com> #28
same error in Android Studio 3.1.2
jo...@gmail.com <jo...@gmail.com> #29
Msg Error in Android Studio v 3.1.2 :
6:48 PM Unsupported Modules Detected: Compilation is not supported for following modules: AndroidStudioProjects. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
I do not have any non-Gradle Java modules in my project.
6:48 PM Unsupported Modules Detected: Compilation is not supported for following modules: AndroidStudioProjects. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
I do not have any non-Gradle Java modules in my project.
mi...@gmail.com <mi...@gmail.com> #30
The error occurs also in:
Android Studio 3.1.4
Build #AI-173.4907809, built on July 23, 2018
JRE: 1.8.0_152-release-1024-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-32-generic
I am not sure, but I believe this causes further errors which are quite problematic. I have several projects with this issue: in all of them, some dependencies that are defined in a module's build.gradle file cannot be resolved by AS. Actually, the dependencies are resolved and downloaded from the repositories and show up under "External Libraries" in Project view. However, everywhere I try to use any class from those dependencies... I get a "Cannot resolve symbol XYZ". So I end up stuck with unresolved imports, no way to navigate through classes, etc.
The wierdest thing, though, is that the app compiles fine and runs in a device. It's just AS cannot resolve symbols from well-resolved dependencies.
Project structure overview:
- "app" Android application module (Gradle); depends on "commons", "annotations" and "processor" modules -> *gets detected as non-Gradle*
- "commons" Android library module (Gradle) with common utils, views, dependencies, etc.
- "annotations" java module (Gradle)
- "processor" java module (Gradle)
The symbols that are not resolved by AS come from dependencies defined in the "commons" module.
I have invalidated caches, deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files... no luck whatsoever.
Any hints on this issue? Do you believe the "Unsupported Modules Detected" error has anything to do with the "Cannot resolve symbol" issue?
Thanks a lot and best regards.
Android Studio 3.1.4
Build #AI-173.4907809, built on July 23, 2018
JRE: 1.8.0_152-release-1024-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-32-generic
I am not sure, but I believe this causes further errors which are quite problematic. I have several projects with this issue: in all of them, some dependencies that are defined in a module's build.gradle file cannot be resolved by AS. Actually, the dependencies are resolved and downloaded from the repositories and show up under "External Libraries" in Project view. However, everywhere I try to use any class from those dependencies... I get a "Cannot resolve symbol XYZ". So I end up stuck with unresolved imports, no way to navigate through classes, etc.
The wierdest thing, though, is that the app compiles fine and runs in a device. It's just AS cannot resolve symbols from well-resolved dependencies.
Project structure overview:
- "app" Android application module (Gradle); depends on "commons", "annotations" and "processor" modules -> *gets detected as non-Gradle*
- "commons" Android library module (Gradle) with common utils, views, dependencies, etc.
- "annotations" java module (Gradle)
- "processor" java module (Gradle)
The symbols that are not resolved by AS come from dependencies defined in the "commons" module.
I have invalidated caches, deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files... no luck whatsoever.
Any hints on this issue? Do you believe the "Unsupported Modules Detected" error has anything to do with the "Cannot resolve symbol" issue?
Thanks a lot and best regards.
an...@gmail.com <an...@gmail.com> #31
Same error in 3.2.1
Did some research and this was the outcome after trying in Windows & Mac.
When importing a project you have a screen giving 2 options:
- Create project from existing sources
- Import project from external model
Inside the "Import project from external model" there are 2 more options:
- Android Gradle
- Gradle
If you select "Android Gradle" everything is fine, no false positive at all.
If you select Gradle you will get the false positive error message every time you open that project in Android Studio.
Did some research and this was the outcome after trying in Windows & Mac.
When importing a project you have a screen giving 2 options:
- Create project from existing sources
- Import project from external model
Inside the "Import project from external model" there are 2 more options:
- Android Gradle
- Gradle
If you select "Android Gradle" everything is fine, no false positive at all.
If you select Gradle you will get the false positive error message every time you open that project in Android Studio.
mc...@gmail.com <mc...@gmail.com> #32
same error in 3.5.1
ri...@gmail.com <ri...@gmail.com> #33
Same error in 4.0.0
ge...@gmail.com <ge...@gmail.com> #34
Same issue I am facing every single time I open my project in android studio 4.0.0
ji...@gmail.com <ji...@gmail.com> #35
AS 4,0,1
for one of older project
deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files..
work ok.
for one of older project
deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files..
work ok.
ht...@gmail.com <ht...@gmail.com> #36
+1
ja...@gmail.com <ja...@gmail.com> #37
This still happens with AS 4.0.1. All of my *.iml files specify 'external.system.id ="GRADLE"', and the Java modules build
when I double-click on the "build" gradle task - but the IDE can't build the Java modules itself. Better to use a Makefile for
building I guess ...
when I double-click on the "build" gradle task - but the IDE can't build the Java modules itself. Better to use a Makefile for
building I guess ...
jo...@gmail.com <jo...@gmail.com> #38
who solved this issue on the latest versions of AS, please share your actions
ly...@gmail.com <ly...@gmail.com> #39
deleted
ht...@gmail.com <ht...@gmail.com> #40
If you get this message it is unlikely to be the same old issue. Please file a new bug and, if possible, share your idea.log
files (Help | Show Log...
). Thank you!
ry...@gmail.com <ry...@gmail.com> #41
this is happening here too, nothing works, I'm using Android Studio Ladybug Feature Drop | 2024.2.2 Canary 1 on a mac m2
bug reported
bug reported
to...@gmail.com <to...@gmail.com> #42
[Comment deleted]
co...@gmail.com <co...@gmail.com> #43
I have also tried setting my custom ringtones with Zedge (downloaded) rather than Android System and so far I haven't lost them. Until Google fixes this bug (they NEED to fix it on next release) you can use a 3rd party program. That's the best suggestion I can give for now. I'll advise however if Zedge loses ringtones too.
ri...@gmail.com <ri...@gmail.com> #44
Yip - repeatable on my Nexus S with 2.3.1
vr...@gmail.com <vr...@gmail.com> #45
found a fix to assign a ringtone to a contact... seems to be a problem with multiple contacts in your google account.(my best guess) You open your contacts, go to the problematic contact, then press menu>display options> your google account contacts>(check) all other contacts. After you do this, go back and you will see multiple contacts that are the same. delete all of them, then make sure the data is not in the phone/(sim?) anymore by calling from that number... I was getting no ringtone for a contact at all no matter what i did until i did this. I think the random ringtone thing is whichever copy of the contact "wins" when they all get read at the same time gets its ringtone played....
co...@gmail.com <co...@gmail.com> #46
In response to my comment 42 above, it lost sync after mounting and unmounting a volume on the computer even with Zedge. So that doesn't solve the problem either. This issue needs to be resolved. This is why I didn't like the idea of an internal SD card.
ht...@gmail.com <ht...@gmail.com> #47
This issue would likely be present w/ an external SD card as well - the problem lies in that the emulated SD card (USB filesystem) must be unmounted by the OS so that it can be mounted externally as a mass storage device - that would apply to either physical format.
co...@gmail.com <co...@gmail.com> #48
Yes Google needs to fix this, I'm curious however why this has only popped up on the Nexus S, why hasn't it been on other devices if they also hook up directly to the USB file system. I'm going to stop mounting my phone and try to work with some Samba app I can browse over the wireless network instead.
el...@gmail.com <el...@gmail.com> #49
The issue not only occurs for contact specific ringtones in my nexus s running 2.3.1 but on any ringtone or alarm and not on reboot, but when anything is plugged into the micro usb slot. E.g. gmail ringtone works perfectly in one instance, and has changed to a song I don't even recognize as being on my phone an hour later, the only difference being I plugged my phone in to charge Overnight using the official Samsung charger that came with my phone.
co...@gmail.com <co...@gmail.com> #50
I decided I'm going to use the program "File Expert" and when I need to mount my SD Card, I'll just use the FTP protocol on my computer and access it over wifi. Much better plan than mounting the SD card on the computer and all this crap happening.
si...@gmail.com <si...@gmail.com> #51
Don't know what happened exactly but this only just started happening to me 2 days ago...
it's damn annoying... sometimes I get a music track, sometimes a ring tone thinking someone is ringing me only to find it's a tweet update...
I think it's only happening with custom ringtones that are stored externally
it's damn annoying... sometimes I get a music track, sometimes a ring tone thinking someone is ringing me only to find it's a tweet update...
I think it's only happening with custom ringtones that are stored externally
mc...@gmail.com <mc...@gmail.com> #52
The reason it is only happening to nexus s is because the s is the only phone running gingerbread. This is ginger related. Anyway, just install rootbrowser and copy ringtontes to /system/media... my ringtones never change anymore.
ja...@gmail.com <ja...@gmail.com> #53
Clear evidence: First I checked my custom ring-tones in Clock (alarms). Then I connected my Nexus S to USB to copy files. I disconnected then. The ring-tones were not assigned anymore. However, this is not 100% repeatable.
One workaround (if you don't want to root) for the phone ring-tones and system-wide notifications is Phone Weaver. I can create a profile to run every two hours in order to reset you ring-tones. Another option would be Tasker.
One workaround (if you don't want to root) for the phone ring-tones and system-wide notifications is Phone Weaver. I can create a profile to run every two hours in order to reset you ring-tones. Another option would be Tasker.
ia...@tarcus.org.uk <ia...@tarcus.org.uk> #54
I'm not convinced it's entirely due to USB mounting as I've mounted mine via
USB a few times and the ringtones have been deselected in the settings menu
but have still sounded correctly, and on some occasions I've had a ringtone
deselected without USB mounting. It's not happened in quite a while now,
but has happened at least once since updating to 2.3.1.
USB a few times and the ringtones have been deselected in the settings menu
but have still sounded correctly, and on some occasions I've had a ringtone
deselected without USB mounting. It's not happened in quite a while now,
but has happened at least once since updating to 2.3.1.
ia...@gmail.com <ia...@gmail.com> #55
re comment 53, I've also noticed that when plugged in, even just for charging, the notification sounds don't always play.
co...@gmail.com <co...@gmail.com> #56
I am honestly tired of this. I don't understand how this phone or software got released with serious bugs such as this or some of the other bugs I have seen reported regarding only the nexus s / gingerbread. Unless this is fixed I will either return or root the phone because this is rediculus.
ni...@gmail.com <ni...@gmail.com> #57
I to am having this stupid issue with my phone. It is getting extremely annoying.
ol...@gmail.com <ol...@gmail.com> #58
Same problem here...annoying! Should be an easy fix really...
ma...@gmail.com <ma...@gmail.com> #59
My first Nexus S had a strange circle burned into the screen and had this problem with notifications as well. Every once in a while it would switch from my custom notifications to the default ones the phone came with. Annoying, but not that big of a deal.
Returned the first one because of the screen issue and got a new one and this one also has the notification problem, except worse. It seems to randomly pick a song from my music library to replace notification sounds with. I don't want lady gaga playing when I get an email. "Medium" does not accurately capture the priority of this issue.
Returned the first one because of the screen issue and got a new one and this one also has the notification problem, except worse. It seems to randomly pick a song from my music library to replace notification sounds with. I don't want lady gaga playing when I get an email. "Medium" does not accurately capture the priority of this issue.
co...@gmail.com <co...@gmail.com> #60
I vote to have this defect priority upped to critical.
bl...@gmail.com <bl...@gmail.com> #61
I just got a Nexus S, and mine exhibits the same behavior. I haven't set contact-specific ringtones though - just a custom ringtone for ringtones and notifications. Whenever I reboot the phone (100% of the time) or connect it to the computer (sometimes), the ringtones reset.
ms...@gmail.com <ms...@gmail.com> #62
[Comment deleted]
ms...@gmail.com <ms...@gmail.com> #63
I agree with those who said that the priority should be set as critical. This is terrible
ms...@gmail.com <ms...@gmail.com> #64
I agree with those who said that the priority should be set as critical. This is terrible
ge...@gmail.com <ge...@gmail.com> #65
Just to post a workaround for this bug, I used Profile Valet (free) to create a recurring schedule that sets the ringtone and notification tones to a specific sound file every morning before I wake up. While this does not solve any issues with setting custom ringtones for individual contacts nor custom alarm ringtones, it does keep your generic ringtone from changing to something that is not environment appropriate (such as Baby Got Back at work or a 45 second long text notification).
ca...@gmail.com <ca...@gmail.com> #66
I can't possibly express just how annoying this is.
For the record: it happens every time I
a) plug into a computer to charge, even if I don't turn on USB storage
b) reboot the phone ( which, as luck would have it, I have to do fairly frequently thanks tohttp://code.google.com/p/android/issues/detail?id=2845 )
Google -- I expect better than this from you! I bought the Nexus S specifically because I expect better than this from you! Can't you at least give us a sign that you're taking this seriously?
For the record: it happens every time I
a) plug into a computer to charge, even if I don't turn on USB storage
b) reboot the phone ( which, as luck would have it, I have to do fairly frequently thanks to
Google -- I expect better than this from you! I bought the Nexus S specifically because I expect better than this from you! Can't you at least give us a sign that you're taking this seriously?
to...@gmail.com <to...@gmail.com> #67
Guys, I exchanged mine over two weeks ago, and now only use "Ringtone Maker" to create the ring, text tones for my phone, then use "Ringo lite" to assign them to my respective contacts. I have mounted/unmounted the phone to my computer, swapped batteies, and have never had the issue again. From my experience this issue is not affecting all phones. You must exchange yours.
mi...@gmail.com <mi...@gmail.com> #68
I just online chatted with Samsung, and they told me to do what they called a "soft reset", which they said was shutting down the phone manually, taking the battery out for 30 seconds, then putting it back in and restarting the phone. This sounded rediculous, and it did not sound like a very "soft reset" to me. But I did it. And it worked. After this procedure, when I set the ringtones, turned off the phone, then turned it back on the ringtones magically were the same still. Same with connecting to computer. The samsung person told me that it is most likely to do a third party app causing a software glitch, and that this procedure resets the phone's software. It may happen again if the same app is still problematic, but at least I know to pay attention to what I might have run when/if it happens again. Having said that, I can't help but to wonder if the several ringtone apps I installed to get some new ringtones (the ones that come with the phone are terrible) might have been the cause of this problem, even though I have since unintalled them after I saved the ringtones I wanted. Hmmmmmmmmmm......
co...@gmail.com <co...@gmail.com> #69
It's obviously not a 3rd party program issue. It did this for me on a fresh install simply by adding files to the SD card and using the android system to select ringtones.
mc...@gmail.com <mc...@gmail.com> #70
That, my friend, is complete Samsung BS. Have fun pulling your battery ever 5 min tho.
mi...@gmail.com <mi...@gmail.com> #71
OK. I kind of thought it might be like avoiding the issue and blaming it on an app. But it did work, so I thought he was right. I wonder how long it will be before it happnes again?
bl...@gmail.com <bl...@gmail.com> #72
I just tried 67's "workaround" (with a doubt deep down inside), and after turning the phone back on to set my ringtones and rebooting it, my ringtone settings didn't change this time. But when I plugged the phone into my computer (and turned on USB storage), my ringtones changed just like before. Like 68 said, this is definitely not a 3rd party issue. I started experiencing the issue before I started installing any apps.
bl...@gmail.com <bl...@gmail.com> #73
And as a reply to 64's "workaround", it is a viable workaround until Google resolves this, but it eats way too much battery. Android reports the service eating so much battery as "gpsd", which after doing a little research, I understood it as network-based location, or GPS without using the GPS. I'm usually left with half a battery or more at the end of the day but with this app I was at half in 2 or 3 hours.
rt...@google.com <rt...@google.com> #74
Thanks for the reports, I'll have someone take a look.
co...@gmail.com <co...@gmail.com> #75
Thank you very much for looking into this. Of all the bugs on the Nexus S/2.3 this is the worst one. Hopefully you can get a solution for this asap. Please also merge issue 36923945 into this. Thanks!
co...@gmail.com <co...@gmail.com> #77
I just had another problem today, didn't mount anything, only thing I did was have to reboot it at some point. I woke up to an alarm playing the ringtone I had assigned to my Gmail notification (ringtone was on sd card). I open up the alarm and it had the Gmail ringtone assigned to it, I had previously had it assigned to a different sd side ringtone. After a phone reboot, my Gmail notification ringtone was then assigned to what I had set for the alarm. The alarm had nothing assigned. So I again had to go reassign both Gmail and alarm ringtones.
nb...@gmail.com <nb...@gmail.com> #78
Happening to me too. Running a Nexus S with 2.3.1. Not just ring tones, but notification as well. It has been changing from the assigned tones to ones from my MUSIC LIBRARY of all things - media files in entirely different folders. I was like "Why are SMSs playing Bark at the Moon now?"
Notification sounds within 3rd party apps seem to keep their assignments as far as I can see.
Thanks!
Notification sounds within 3rd party apps seem to keep their assignments as far as I can see.
Thanks!
wo...@gmail.com <wo...@gmail.com> #79
plz do something, as soon as possible, to fix this problem! it drives me crazy since i have to select ringtones for every contact every other day
mc...@gmail.com <mc...@gmail.com> #80
I rooted NS and flashed Cyanogen, and I have not experienced this issue. B4 flashing it, I pushed the ringtones to the /system side of the phone which fixed the issue...so i was interested if after flashing Cyanogen, i was curious if this roblem would return...so I am currently using the ringtones on the SD card, th way it wouldnt work on stock gingerbread. So how is it that Gingerbread in Cyanogen is not exhibiting this behavior but the Stock Code from google is messed up?
r4...@gmail.com <r4...@gmail.com> #81
Just repro'd this issue on my phone after installing the just released 2.3.2 update. Same as before, ringtone gets randomized after connecting to computer and turning on USB storage. Didn't expect a fix, since the update arrived too soon after Google started looking at this, but figured it was worth a try.
to...@gmail.com <to...@gmail.com> #82
Got this problem on this phone ONLY after the 2.3.2 update! I think I'm returning it for good. This is ridiculous!
ry...@gmail.com <ry...@gmail.com> #83
I'll give it few more weeks and if it still does it, I'm done as well.
al...@gmail.com <al...@gmail.com> #84
I'm trying to hold out with my NS until the next "great" phones come out, but this is a total reason to bail. Makes me nuts.
ht...@gmail.com <ht...@gmail.com> #85
Yea, the problem sucks, but the work-around is simple. Use stock ring-tones and live with them until Google makes w/ the fix.
Out of 83 comments, only a handful of them are really useful to Google - the rest is just a bunch of whiners.
Out of 83 comments, only a handful of them are really useful to Google - the rest is just a bunch of whiners.
pf...@gmail.com <pf...@gmail.com> #86
Squeaky wheel policy often works well in these situations
ring-tones
ring-tones
mi...@gmail.com <mi...@gmail.com> #87
[Comment deleted]
ia...@tarcus.org.uk <ia...@tarcus.org.uk> #88
There are too many whiners here. This is a forum for reporting bugs, not shaking your fists at a mountain. All you whiners are doing is making noise in other users' mailboxes, and I for one am fed up with it so am unsubscribing.
bl...@gmail.com <bl...@gmail.com> #89
Yeah guys shut up already unless you have something useful to say. Google is fixing it so sit tight. I'm tired of my phone going off every 30 seconds everytime someone wants to whine.
ac...@gmail.com <ac...@gmail.com> #90
I refrained from commenting so far. But please do not comment if you have nothing useful to add (eg a new description or a log of the error). I am about to unsubscribe as well if people don't stop posting stupid drivel. Less stars means lower visibility.
co...@gmail.com <co...@gmail.com> #91
FYI the 2.3.2 fix was to resolve issue 36918804 only. This issue along with issue 36924236 , issue 36924183 , issue 36924063 are all serious bugs that need to be resolved on the Nexus S. I don't see how all of these bugs were missed during any testing phases they may of had. Did they bypass these serious bugs to get it out before Christmas? Please make sure all of these serious bugs are addressed.
mi...@gmail.com <mi...@gmail.com> #92
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #93
[Comment deleted]
ht...@gmail.com <ht...@gmail.com> #94
It would seem that the "logic" to temporarily use a default ring tone inside /system is missing if /mnt/sdcard based files are unavailable. There is a system default of Sceptrum.ogg for ringtone and Castor.ogg for notifications within /system/build.prop
I haven't reviewed the code, but suspect that additional ringtones may be pseudo-randomly loading into a hash, and each time the card is unmounted and remounted, that hash ordering changes somewhat, but the references within the contact databases are *not* updated to match.
I haven't reviewed the code, but suspect that additional ringtones may be pseudo-randomly loading into a hash, and each time the card is unmounted and remounted, that hash ordering changes somewhat, but the references within the contact databases are *not* updated to match.
le...@gmail.com <le...@gmail.com> #95
(I also posted in 13309, but I see that's flagged a duplicate of this bug. Sorry to anyone who has starred both for the extra message.)
I've started seeing this on my Nexus S with Android 2.3.2 (just out).
If it's difficult for Google to fix the actual bug(s) with sounds on the SD-card, maybe they could provide a tool for copying audio files into the internal memory?
a) That functionality is missing in the first place and should be a basic feature of Android. You shouldn't have to install a 3rd party file manager just to customize your notification sounds.
b) We can't copy sounds to the internal storage ourselves as it requires root access. (Or is there some folder which non-root users could use for this? I could not find one which worked.)
I've started seeing this on my Nexus S with Android 2.3.2 (just out).
If it's difficult for Google to fix the actual bug(s) with sounds on the SD-card, maybe they could provide a tool for copying audio files into the internal memory?
a) That functionality is missing in the first place and should be a basic feature of Android. You shouldn't have to install a 3rd party file manager just to customize your notification sounds.
b) We can't copy sounds to the internal storage ourselves as it requires root access. (Or is there some folder which non-root users could use for this? I could not find one which worked.)
la...@gmail.com <la...@gmail.com> #96
I created a folder structure and moved my audio files there and it works for me.
/sdcard/Android/media/audio/alarms
/sdcard/Android/media/audio/notifications
/sdcard/Android/media/audio/ringtones
/sdcard/Android/media/audio/alarms
/sdcard/Android/media/audio/notifications
/sdcard/Android/media/audio/ringtones
ri...@gmail.com <ri...@gmail.com> #97
I own a Nexus S as well. This happens anytime I reboot or mount my USB storage and then unmount it. The ringtone is a different one than assigned. Just received the OTA update from Android, so now I'm on 2.3.2 and still experiencing this issue. Just posting to note that 2.3.2 is still experiencing this bug. Please fix!
jo...@gmail.com <jo...@gmail.com> #98
I did the same as 95 (well, no alarms folder because I don't have any custom alarms) and am still having problems.
sc...@gmail.com <sc...@gmail.com> #99
I've been having related problems particularly with notifications made with Ringdroid, but also with my personal settings in Hancent SMS in general. I've also had similar difficulties with customized album art in the Cubed music player. It feels like they are related as they will get scrambled or reset upon restart. After a lot of frustration, consults with app devs, and a discussion with a T-Mo in-store guy, I decided to do a factory reset. This seems to have fixed the problem, but I only did it yesterday and other fixes (such as reinstalling apps) have seemed to work for a little while, but then stopped working.
jl...@gmail.com <jl...@gmail.com> #100
@95
You created an Android folder after /sdcard/.
I just did:
/sdcard/media/audio/alarms
/sdcard/media/audio/notifications
/sdcard/media/audio/ringtones
Does adding the Android folder before /media/ help? My mom and I have the same phone. Her phone is set to as posted above, but still keeps losing ringtones. Mine has been alright because I'm using a diff app to assign ringtones based on contact groups. But technically it shouldn't be reseting ringtones period so this is still a problem.
You created an Android folder after /sdcard/.
I just did:
/sdcard/media/audio/alarms
/sdcard/media/audio/notifications
/sdcard/media/audio/ringtones
Does adding the Android folder before /media/ help? My mom and I have the same phone. Her phone is set to as posted above, but still keeps losing ringtones. Mine has been alright because I'm using a diff app to assign ringtones based on contact groups. But technically it shouldn't be reseting ringtones period so this is still a problem.
pf...@gmail.com <pf...@gmail.com> #101
Moving the ringtones to "/sdcard/Android/media/audio/ringtones" seems to work around the problem for me.
ty...@gmail.com <ty...@gmail.com> #102
Just posting to say changing the directory structure doesn't solve the issue... definitely still lose my custom everything tones after mounting the SD card. This also means the weekend hasn't brought any solutions from Google... I'm a user in Australia that bought in US, so returning it isn't really an over the counter kind of deal for me. Was so psyched to change to Android... makes it really hard to promote to my iphone friends when basic functionality is so broken. Honestly google, you do yourselves a favour as much as us by fixing this.
on...@gmail.com <on...@gmail.com> #103
I'm so incredibly tired of resetting my alarms and notifications and ring tones over and over again. The folders don't help, eventually.
mb...@gmail.com <mb...@gmail.com> #104
I can verify this happens on my HTC EVO with 2.2. This seems like a HUGE oversight. Custom ringtones are worthless if stored on an SD Card if one also wants to take advantage of the USB mounting option.
pv...@gmail.com <pv...@gmail.com> #106
I too have been having this issue with my Nexus S, right up until the latest version of Gingerbread (2.3.2) However, I was just forced to reboot my phone and as I was starting the process of resetting my ringtones, I discovered that they were all still set. The only difference? It was in Airplane Mode when I rebooted.
Now, I'm not sure if this is a fluke, and I'm hesitant to try again because I really don't want to have to reset my ringtones, but if any of you need to reboot your phones, try putting it in Airplane Mode first and see if this is actually a workaround.
Now, I'm not sure if this is a fluke, and I'm hesitant to try again because I really don't want to have to reset my ringtones, but if any of you need to reboot your phones, try putting it in Airplane Mode first and see if this is actually a workaround.
je...@gmail.com <je...@gmail.com> #107
I've experienced this issue every time I've rebooted, until 2 minutes ago, when I tested Airplane Mode. I put my phone into Airplane Mode, reboot, and sure enough, my custom ringtones were still selected. I immediately did it again, and can confirm that my ringtones are sticking.
ra...@gmail.com <ra...@gmail.com> #108
Losing custom ringtone setting everytime I reboot. Setting them with the Zedge application doesn't help either.
jl...@gmail.com <jl...@gmail.com> #109
Well, me and my mom both have the Nexus S. Her phone gets ringtones messed up if she just plugs it into a USB that links to the laptop for charging, not even mounted. Mine however has been fine and I hardly experience it. So honestly I'm not exactly sure what's up with it. My phone and my mom's is set up the exact same way folder-wise. She doesn't lose her ringtone selection as long as she charges it from a wall instead of thru a comp.
to...@gmail.com <to...@gmail.com> #110
I have this problem and it seems to manifest when I connect my Nexus S (GRH78C) running Android 2.3.2 to my PC and thus use the USB connection.
It occurs to me that the internal memory of the Nexus S is partitioned into two portions - 1GB that acts as internal storage and 15GB that acts as if it were an SC Card. Is it possible to save user notifications/alarms/ringtones to the internal memory so this doesn't unmount when the phone is connected via USB?
Incidentally Samsung support suggested I store the notifications in /sdcard/media/audio/notifications rather than /sdcard/notifications but it seems to make absolutely no difference.
It occurs to me that the internal memory of the Nexus S is partitioned into two portions - 1GB that acts as internal storage and 15GB that acts as if it were an SC Card. Is it possible to save user notifications/alarms/ringtones to the internal memory so this doesn't unmount when the phone is connected via USB?
Incidentally Samsung support suggested I store the notifications in /sdcard/media/audio/notifications rather than /sdcard/notifications but it seems to make absolutely no difference.
ia...@gmail.com <ia...@gmail.com> #111
Same problem alarm tone is my bugbear ....
maybe its time for me to have my first go at rooting!
maybe its time for me to have my first go at rooting!
ma...@gmail.com <ma...@gmail.com> #112
same here....
had to move my custom ringtones to /system/media/audio folder... but that's not the way it should be!
had to move my custom ringtones to /system/media/audio folder... but that's not the way it should be!
cp...@gmail.com <cp...@gmail.com> #113
Have the same problem and this is driving me insane.
The priority of this ticket should be raised!
The priority of this ticket should be raised!
be...@gmail.com <be...@gmail.com> #114
Same shit and its annoying. Fix it or I'm gonna have to find ya!
co...@gmail.com <co...@gmail.com> #115
Having the same issues on my Nexus S....This is embarassing for Android users and the priority needs to be raised ASAP.
do...@gmail.com <do...@gmail.com> #116
I like having my OWN ringtones to play when i get calls. So this issue is hell for me like you do not know. Its good to see that im not the only one however. BUT PLEASE GOOGLE FIX THIS ASA Fin P!!!
im...@gmail.com <im...@gmail.com> #117
Alright y'all. SOLUTION
I've had the same problem. Either rebooting or connecting my Nexus S (2.3.2) to a computer would cause all my ringtones and notification tones to change to random files. What I found interesting is that contacts that use the same ringtone (people from work are all assigned Imperial March from StarWars ;) would change...but they would all change to the same ringtone, different from what I wanted but the same among eachother.
I originally had my Ringtones and notifications under /sdcard/media/audio in separate folders for each.
I moved them to the sdcard root (ex. sdcard/Ringtones) and then reset all the settings the way I wanted them. This seems to have solved it. Been running for 24 hours and have connected to my computer 5 times (2 different machines)and have shutdown and restarted my phone twice. Everything stayed exactly as I set it.
Hope this helps everyone.
I've had the same problem. Either rebooting or connecting my Nexus S (2.3.2) to a computer would cause all my ringtones and notification tones to change to random files. What I found interesting is that contacts that use the same ringtone (people from work are all assigned Imperial March from StarWars ;) would change...but they would all change to the same ringtone, different from what I wanted but the same among eachother.
I originally had my Ringtones and notifications under /sdcard/media/audio in separate folders for each.
I moved them to the sdcard root (ex. sdcard/Ringtones) and then reset all the settings the way I wanted them. This seems to have solved it. Been running for 24 hours and have connected to my computer 5 times (2 different machines)and have shutdown and restarted my phone twice. Everything stayed exactly as I set it.
Hope this helps everyone.
jl...@gmail.com <jl...@gmail.com> #118
Well I think the permanent fix at the moment is rooting the phone, and dumping the ringtones and notifications onto the phone's storage so that part doesn't get touched. It's just not fair for those that don't know or want to root their phones.
The main issue right now is getting a fix for those that don't root their phones and having this not be a problem when ringtones are on the SDcard portion of the storage.
The main issue right now is getting a fix for those that don't root their phones and having this not be a problem when ringtones are on the SDcard portion of the storage.
mr...@gmail.com <mr...@gmail.com> #119
I have the same problem on mine as well (2.3.2) I set up ringtones for specific contacts...and when I reboot the phone or plug it to the laptop the ringtones change, it's the same issue with my alarm ringtone please fix this
tr...@gmail.com <tr...@gmail.com> #120
it happens on my Nexus S as well.
cy...@gmail.com <cy...@gmail.com> #121
This bug is crazy !!!!
NEXUS S 2.3.2 ( I can test on nexus one , but I never experienced it before nexus S)
New follow up to reporduce :
Assign a ringtone or notification as well
Mount usb on computer
Unmount it ,go to ringtones , sometimes you have twice the custom ringtones ( and one is not working no sound if you select them).
To suppress the bad twin of ringtones reboot
You will think all is working because the custom ringtone is still selected !
Receive a call / SMS = no sound
The custom ringtone selected has gone ?
I don't know if this bug is specific with device with internal storage. But all "solution" like creating media/audio/ media /android etc etc . will not work !
Each time you connect /Reboot your nexus S you have to set ringtones , and notification ( alarms seem to be keeped ! ) So it not possible to assign custom ringtones to contact beacause of the manual work at each reboot !
I will root my nexus S for "Fix" the bug
NEXUS S 2.3.2 ( I can test on nexus one , but I never experienced it before nexus S)
New follow up to reporduce :
Assign a ringtone or notification as well
Mount usb on computer
Unmount it ,go to ringtones , sometimes you have twice the custom ringtones ( and one is not working no sound if you select them).
To suppress the bad twin of ringtones reboot
You will think all is working because the custom ringtone is still selected !
Receive a call / SMS = no sound
The custom ringtone selected has gone ?
I don't know if this bug is specific with device with internal storage. But all "solution" like creating media/audio/ media /android etc etc . will not work !
Each time you connect /Reboot your nexus S you have to set ringtones , and notification ( alarms seem to be keeped ! ) So it not possible to assign custom ringtones to contact beacause of the manual work at each reboot !
I will root my nexus S for "Fix" the bug
ji...@gmail.com <ji...@gmail.com> #122
Had the same problem with Nexus S, downloaded a ringtone App and got all the problems listed above. Downloaded a different App and the custom ringtones now stick. Tried mounting/unmounting, rebooting, turning off, still custom ringtones are not lost. Could be that the location the app loads the the customs tones makes all the difference, however the ringtones just sit in the regular 'Ringtones' folder. Now 24 hrs since it's been working correctly, will advise if there is a change.
rz...@gmail.com <rz...@gmail.com> #123
My ringtones keep changing and it is completely unacceptable.
I almost got fired for being late because my alarm changed to SILENT.
I almost got fired for being late because my alarm changed to SILENT.
so...@gmail.com <so...@gmail.com> #124
Comment 116 worked for me. I do not have the problem anymore.
Nexus S 2.3.2
Nexus S 2.3.2
ka...@gmail.com <ka...@gmail.com> #125
I was put MP3 file into /sdcard/media/audio/ringtones.And use contact groupU to set contact's ringtone.
But after I reboot and my friend call to me, ringtone was go back to default.
So I goto contact>select my friend contact > [menu] > option, the ringtone name wasn't default ringtone.
Ex.
My default ringtone is River.mp3
My friend's ringtone is If.MP3
But when my friend call to me the ringtone was rang River.mp3 not If.mp3
How I solve this problem
Thank you& sorry for my English.
But after I reboot and my friend call to me, ringtone was go back to default.
So I goto contact>select my friend contact > [menu] > option, the ringtone name wasn't default ringtone.
Ex.
My default ringtone is River.mp3
My friend's ringtone is If.MP3
But when my friend call to me the ringtone was rang River.mp3 not If.mp3
How I solve this problem
Thank you& sorry for my English.
jk...@gmail.com <jk...@gmail.com> #126
Motorola DEFY user..custom ringtone replaced at random when plugged into USB cable. What the heck?
[Deleted User] <[Deleted User]> #127
I am so sick of this issue that I have been forced to switch all my ringtones to system tones (which is annoying). Resetting my ringtones, emails tones, sms tones, calendar tones, everyday was getting far too annoying. Please fix this google. This phone cost me a lot of money and although I love it I haven't had a phone ever that reset my custom ringtones. What is going on???????
ja...@gmail.com <ja...@gmail.com> #128
Comment 116 didn't seem to work for me:
I have created:
//sdcard/Ringtones/
//sdcard/Alarms/
//sdcard/Notifications/
moved all files there and re-assigned, but no luck.
iMoPh... can you please explain the procedure and if it's really working for you?
Thanks.
I have created:
//sdcard/Ringtones/
//sdcard/Alarms/
//sdcard/Notifications/
moved all files there and re-assigned, but no luck.
iMoPh... can you please explain the procedure and if it's really working for you?
Thanks.
ja...@gmail.com <ja...@gmail.com> #129
Workaround anyone? I use this awesome phone for business. Cannot miss calls and/or appointments. Really desperate. Is it memory corruption? Is it reference/pointer corruption? It happens when I reboot the phone. It happens when I can USB connected/disconnected. I doubt Google will fix it as part of 2.3.3 release.
ad...@gmail.com <ad...@gmail.com> #130
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #131
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #132
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #133
Did the 2.3.3 update and have pluged in and out multiple times and still working.... fingers crossed they did fix it! will see how it goes over the next couple days.
Can anyone else that has done the update confirm this aswell??
Can anyone else that has done the update confirm this aswell??
pv...@gmail.com <pv...@gmail.com> #134
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #135
Still good news!
Mine also used to do it overnight most nights when I plugged it into charge.
Fingers crossed!
Mine also used to do it overnight most nights when I plugged it into charge.
Fingers crossed!
aa...@gmail.com <aa...@gmail.com> #136
Please fix this ringtone issue... it gets annoying.... besides that.... best phone i've ever had....
ad...@gmail.com <ad...@gmail.com> #137
Pretty sure its fixed in 2.3.3 update...
Been a few days now and hasn't changed!
Been a few days now and hasn't changed!
pv...@gmail.com <pv...@gmail.com> #138
Confirmed with my update to 2.3.3. Custom ringtones are unchanged after a reboot.
pv...@gmail.com <pv...@gmail.com> #139
What I am noticing though, is that while my phone is connected via USB, none of my custom ringtones show up in the notification ringtone menus. When I turn USB storage off they re-appear, and the correct ones still seem to be selected. Does this mean my phone won't ring if USB storage is turned on?
jl...@gmail.com <jl...@gmail.com> #140
Try texting yourself see if you hear any notifications (if you use your own notification tones which are on the sd portion)
ja...@gmail.com <ja...@gmail.com> #141
I am still on 2.3.2 and I have the following observation:
I have installed AlarmDroid, now my (morning) alarms are set correctly and wouldn't change.
I have installed Phone Weaver, two profiles: night and day, each to reset the phone ringtone and notification ringtone. However, PW has the same symptoms: ringtones are unassigned after a reboot. Using the same API? But AlarmDroid survives such a reboot. Really curious about the defect.
Waiting for 2.3.3, hoping it's fixed there...
I have installed AlarmDroid, now my (morning) alarms are set correctly and wouldn't change.
I have installed Phone Weaver, two profiles: night and day, each to reset the phone ringtone and notification ringtone. However, PW has the same symptoms: ringtones are unassigned after a reboot. Using the same API? But AlarmDroid survives such a reboot. Really curious about the defect.
Waiting for 2.3.3, hoping it's fixed there...
ja...@gmail.com <ja...@gmail.com> #142
Manually upgraded to 2.3.3, now it seems working OK. Unchanged after a reboot, unchanged after a USB connect/disconnect.
tr...@gmail.com <tr...@gmail.com> #143
having the same problem. nexus S 2.3.2 in spain.
i am so tired of having my phone going crazy when i receive a message. he keeps playing a random song for 2 or 3 minutes.
god, fix that please.
i am so tired of having my phone going crazy when i receive a message. he keeps playing a random song for 2 or 3 minutes.
god, fix that please.
ra...@gmail.com <ra...@gmail.com> #144
Hi. I have the same problem nexus S 2.3.2
I have different ringtones for some people in my family and it's very annoying having to set it up over and over, as the matter of fact, I decided to no customize any contact's ringtone until it's fixed.
I have different ringtones for some people in my family and it's very annoying having to set it up over and over, as the matter of fact, I decided to no customize any contact's ringtone until it's fixed.
co...@gmail.com <co...@gmail.com> #145
I haven't experienced the issues anymore in 2.3.3. Seems like (hopefully) the last update fixed the issue.
dj...@gmail.com <dj...@gmail.com> #146
The ringtones that I have selected from my music library change at random. Very frustrating.
oz...@gmail.com <oz...@gmail.com> #147
Still going on in 2.3.3. Another problem Google seem to be unable to resolve.
This phone's a lemon...
This phone's a lemon...
ch...@gmail.com <ch...@gmail.com> #148
Just another note to say that the issue looks like it's been fixed by 2.3.3. I've been running it for a few weeks now and not noticed any problems. Shame Google haven't posted an update with what they changed!
da...@gmail.com <da...@gmail.com> #149
It's not just a Nexus S/ Android 2.3 problem - I've got exactly the same issues with my HTC Z running 2.2.1 version 317545
For me I think it's every time I connect my phone to my PC as a hard drive (i.e. copying files across to it).
To make matters worse, now the phone will no longer allow me to reset the personalised ring tone to about a 3rd of those I've set - and it's not the same new tone for each of them either or the same ring tone that they were all set to use (13 contacts which should have had 3 different personalised tunes amongst them).
For me I think it's every time I connect my phone to my PC as a hard drive (i.e. copying files across to it).
To make matters worse, now the phone will no longer allow me to reset the personalised ring tone to about a 3rd of those I've set - and it's not the same new tone for each of them either or the same ring tone that they were all set to use (13 contacts which should have had 3 different personalised tunes amongst them).
ab...@gmail.com <ab...@gmail.com> #150
Hey guys. This issue is present since 1.6. I have now 2.3.3 and if you set a base ringtone everything is fine. If you set custom ringtones to contacts sometimes it plays the assigned one, sometimes just the base ringtone. It's very frustrating. Phone functionality should be perfect, all the time.
Please look into it. It's very frustrating.
Please look into it. It's very frustrating.
yl...@gmail.com <yl...@gmail.com> #151
Comment 124, I have the same problem. I am using 2.3.3 nexus s.
please fix it asap. It is an annoying bug!!!
please fix it asap. It is an annoying bug!!!
yl...@gmail.com <yl...@gmail.com> #152
[Comment deleted]
ab...@gmail.com <ab...@gmail.com> #153
[Comment deleted]
gu...@gmail.com <gu...@gmail.com> #154
I´m having the same problem. Always I connect the USB cable the device reset all my definitions of ringtones.
NEXUS S
Android 2.3.2 GRH78C
NEXUS S
Android 2.3.2 GRH78C
an...@gmail.com <an...@gmail.com> #155
Exact same problem. It's got to the point where I can't be arsed to re-assign the ringtones/alarms any more.
Last time it happened, I had connected the phone via USB for a short charge. All custom notifications, ringtones and alarms affected.
Android 2.3.1
Last time it happened, I had connected the phone via USB for a short charge. All custom notifications, ringtones and alarms affected.
Android 2.3.1
ar...@gmail.com <ar...@gmail.com> #156
I have this issue as well. Only started within the last week or so. Typically after resetting my notifications/ringtones for all my apps (Stock alarm, Gmail, Good mobile messaging) it appears to pick random songs that I have added.
I don't believe my notification for Google Voice texts have been affected though.
I am still on 2.3.2 Nexus S;I wanted to wait for OTA lol, still not here =)
I don't believe my notification for Google Voice texts have been affected though.
I am still on 2.3.2 Nexus S;I wanted to wait for OTA lol, still not here =)
[Deleted User] <[Deleted User]> #157
I have exactly the same issue with custom ringtones. Its very annoying and needs fixing. Can't believe Google haven't fixed this after 4 months. Apple would have! Starting to regret moving from my iPhone. Google - sort this out!!
lb...@gmail.com <lb...@gmail.com> #158
I have the same issue with custom ringtones.
It is very annoying and when it occurs, it is making me confuse on who is calling.
Please fix this issue Google!
Nexus S is starting to sell on main telco in my country (Malaysia), we don't want to see this as a thing that hold back Android fans & fans - to - be.
Currently on stock 2.3.2.
It is very annoying and when it occurs, it is making me confuse on who is calling.
Please fix this issue Google!
Nexus S is starting to sell on main telco in my country (Malaysia), we don't want to see this as a thing that hold back Android fans & fans - to - be.
Currently on stock 2.3.2.
sq...@gmail.com <sq...@gmail.com> #159
this is driving me nuts! can't believe google hasn't done anything for this. shouldn't an update take care of this crap?!
cl...@gmail.com <cl...@gmail.com> #160
Android 2.3.1 on Nexus S.
Horrible problem, the phone is worthless if you can't depend on notification and ringtones. This is a worse actual phone than my 10 year old Samsung flip phone. At least it always rang when I got a call.
Horrible problem, the phone is worthless if you can't depend on notification and ringtones. This is a worse actual phone than my 10 year old Samsung flip phone. At least it always rang when I got a call.
sq...@gmail.com <sq...@gmail.com> #161
I REALLY THINK GOOGLE/SAMSUNG SHOULD RECALL THIS PHONE!!!!!!!!!!!!!!!!!
re...@gmail.com <re...@gmail.com> #162
I dont have a problem with custom ringtones reverting to stock, but i do have the issue of custom ringtones assigned to contacts being switched around (i.e. custom ringtone assigned to my wife playing when a friend calls, or my global/general ringtone playing when my wife calls). SO basically the wrong ringtone playing for a given contact, or the right ringtone NOT playing for a given contact.
ha...@gmail.com <ha...@gmail.com> #163
This is a terrible issue that needs to be looks at quickly.
bl...@gmail.com <bl...@gmail.com> #164
The issue still exists, but lately I've noticed that it doesn't happen as often as it used to. Before, my ringtones would reset at least once a day, and I would have to keep an eye on the settings to make sure it hasn't reset. But now, it happens maybe once or twice a month to me now. And I didn't change anything.
de...@gmail.com <de...@gmail.com> #165
on 2.3.4 .. and it still exists :( !!
en...@gmail.com <en...@gmail.com> #166
Some days ago I wrote this on XDA Milestone Cyanogenmod thread:
On my Milestone (Cyanogenmod, Android 2.3.4) I've finally found a way to make custom ringtones works
1) For every single call
2) Even in low memory situations, like while playing HD games like Asphalt HD
3) Without a millisecond of delay
I spent 3 hours searching the web for informations about how Android store informations, and soon I found that Android store contacts informations (every single detail, including contact photo and call registry, in a SQL database file, located in data/data/com.android.providers.contacts/database. I've studied SQL at university, so I know how it works.
There are 2 tables with the column "custom_ringtones", in every table the fields were of this form:
content://media/internal/audio/media/XXX
where XXX is a number associated to a ringtone, this association is stored in another SQL database located in data/data/com.android.providers.contacts/database (there are 2 databases, one for internal ringtones and one for sd ones)
I immediately realized that the solution was simple: pointing directly to the ringtone file.
So in a developers website I found that the correct form to point directly was:
file:///sdcard/XXX.ogg
file:///system/media/audio/ringtones/XXX.ogg
I manually edited the contacts database for only 1 contact, rebooted, and it works!
But this is an hard and slow procedure, so I managed to find an easier way, and the solution I found is really easy and fast:
1) Download from Android market a ringtone picker app, I've used Tone Picker. If you use HandCent SMS, you already have a ringtone picker (however, I prefer GoSMS so I downloaded TonePicker).
2) Only if your ringtones are not in sdcard, download a filemanager with root permissions, I used Root Explorer because all my ringtones are in in system/media/audio/ringtones
3) Now you have to assign custom ringtones with Tone Picker: in the contact options, select the option to assign a custom ringtone, select Tone Picker instead of Android System, and it will show a list of applications, select the file explorer and point to the desired file.
4) The same procedure should be used to define the default ringtone in settings/audio
By doing this way for every contact, in the contacts database all the custom_ringtones fields will be filled correctly, directly pointing to the ringtone file, and phone will ring with the correct ringtone every time, and without looking in the media database, so the ring will start immediately.
1) It's better to avoid spaces in the ringtones path and also in the ringtone name, because in the contacts database spaces are converted in "%20", may cause problems
2) I don't know if it helps, but before installing the ROM I changed this line in build.prop:
ro.telephony.call_ring.delay=5000
The original value was 3000. Strangely, now the phone starts to ring immediately instead of waiting 3 seconds.
UPDATE: I tried to delete the ringtones databases and the phone always plays default ringtone. By terminating the media process (android.process.media) I also had some issues. But this is a Milestone issue, only 256 MB RAM without swap, on Nexus you sure won't have this process accidentally killed.
Try my method and post comments
On my Milestone (Cyanogenmod, Android 2.3.4) I've finally found a way to make custom ringtones works
1) For every single call
2) Even in low memory situations, like while playing HD games like Asphalt HD
3) Without a millisecond of delay
I spent 3 hours searching the web for informations about how Android store informations, and soon I found that Android store contacts informations (every single detail, including contact photo and call registry, in a SQL database file, located in data/data/com.android.providers.contacts/database. I've studied SQL at university, so I know how it works.
There are 2 tables with the column "custom_ringtones", in every table the fields were of this form:
content://media/internal/audio/media/XXX
where XXX is a number associated to a ringtone, this association is stored in another SQL database located in data/data/com.android.providers.contacts/database (there are 2 databases, one for internal ringtones and one for sd ones)
I immediately realized that the solution was simple: pointing directly to the ringtone file.
So in a developers website I found that the correct form to point directly was:
file:///sdcard/XXX.ogg
file:///system/media/audio/ringtones/XXX.ogg
I manually edited the contacts database for only 1 contact, rebooted, and it works!
But this is an hard and slow procedure, so I managed to find an easier way, and the solution I found is really easy and fast:
1) Download from Android market a ringtone picker app, I've used Tone Picker. If you use HandCent SMS, you already have a ringtone picker (however, I prefer GoSMS so I downloaded TonePicker).
2) Only if your ringtones are not in sdcard, download a filemanager with root permissions, I used Root Explorer because all my ringtones are in in system/media/audio/ringtones
3) Now you have to assign custom ringtones with Tone Picker: in the contact options, select the option to assign a custom ringtone, select Tone Picker instead of Android System, and it will show a list of applications, select the file explorer and point to the desired file.
4) The same procedure should be used to define the default ringtone in settings/audio
By doing this way for every contact, in the contacts database all the custom_ringtones fields will be filled correctly, directly pointing to the ringtone file, and phone will ring with the correct ringtone every time, and without looking in the media database, so the ring will start immediately.
1) It's better to avoid spaces in the ringtones path and also in the ringtone name, because in the contacts database spaces are converted in "%20", may cause problems
2) I don't know if it helps, but before installing the ROM I changed this line in build.prop:
ro.telephony.call_ring.delay=5000
The original value was 3000. Strangely, now the phone starts to ring immediately instead of waiting 3 seconds.
UPDATE: I tried to delete the ringtones databases and the phone always plays default ringtone. By terminating the media process (android.process.media) I also had some issues. But this is a Milestone issue, only 256 MB RAM without swap, on Nexus you sure won't have this process accidentally killed.
Try my method and post comments
ni...@gmail.com <ni...@gmail.com> #167
I started using Zedge after this issue kept bothering me a million times, but even this failed. The ringtones are still getting swapped randomly, albeit now it doesn't point to null or a completely new ringtone.
It either plays the default one or the custom assigned one.
It either plays the default one or the custom assigned one.
sv...@gmail.com <sv...@gmail.com> #168
i have 2.3.4JVP and have same problem as all of u and its pain in the ass
sv...@gmail.com <sv...@gmail.com> #169
[Comment deleted]
ot...@gmail.com <ot...@gmail.com> #170
Galaxy Tab 7" aggiornato a Gingerbread 2.3.3 stesso problema
we...@gmail.com <we...@gmail.com> #171
Confirmed on samsung captivate its not only a nexus issue its the os... Set to critical
bd...@gmail.com <bd...@gmail.com> #172
Same problem here: Samsung Infuse SGH-I997 FROYO.UCKE3
This is my first Android. Imagine my disaapointment & anger at finding this to be a common problem. For the money I (we) are paying shouldn't a basic function of the phone be expected?
This is my first Android. Imagine my disaapointment & anger at finding this to be a common problem. For the money I (we) are paying shouldn't a basic function of the phone be expected?
jk...@gmail.com <jk...@gmail.com> #173
Same issue, just got the 4G Nexus and ringtones keep reverting.
jh...@gmail.com <jh...@gmail.com> #174
Similar issues on Samsung Mesmerize after 2.3.4 update. Did not have this problem in previous android versions.
bl...@gmail.com <bl...@gmail.com> #175
Samsung Nexus S (T-Mobile), 2.3.5 - I used to have this issue before, but lately (past 2-3 months), I have not noticed the issue anymore. Perhaps it was a syncing glitch within the system and not the phone?
ye...@gmail.com <ye...@gmail.com> #176
Sme thing is hapenning to my girlsfriend's phone. It changes her ringtoje randomly after she sets her phone on silent and after a reset. Plz help
da...@gmail.com <da...@gmail.com> #177
Same problem here - Samsung Galaxy S (v. 2.3.4) user. Ringtones change to default each time I connect my phone to PC via USB cable.
se...@gmail.com <se...@gmail.com> #178
The Pakistan-India foreign secretary-level talks took place as scheduled. But curiously, apart from the usual rhetoric of “terrorism” from the Indian side and “Kashmir” from the Pakistani side in the run-up to the talks, water became the more prominent issue.
www.cheapestusedcomputer.com
jm...@gmail.com <jm...@gmail.com> #179
All my ringtones get reset after mounting my Nexus S to a PC.
to...@gmail.com <to...@gmail.com> #180
This problem disappeared for me, but now that 2.3.6 has been loaded on to my Nexus S it's made an unwelcome return!
kr...@gmail.com <kr...@gmail.com> #181
Same at me (Nexus S). With 2.3.6 the problem reappeared.
gr...@gmail.com <gr...@gmail.com> #182
I've been following this issue for the last 2 years and it appears that there is no end-in-sight. I have it on my Nexus ONE (at least since 2.2), Nexus S (now on 2.3.6) and there is STILL NO RESOLUTION!!! The lack of response from Google is quite amazing...
ja...@jasonpapai.info <ja...@jasonpapai.info> #183
All my custom ringtones/notifictions reset after re-boot or USB connection. Hard to believe that after 2 years this is still happening.
fe...@gmail.com <fe...@gmail.com> #184
[Comment deleted]
fe...@gmail.com <fe...@gmail.com> #185
December 17, just gor my NEW Moto DroidRazr, my first android phone... same problem as you guys... i add a new ringtone (mp3)... as soon as i link the phone to the PC (via usb) the ringtone assignments get reset to default ringtone... cant believe this simple problem has persisted for over 2 years... and here we are going to 2012... Would Ice Cream Sandwich put an end to this shitty problem? (Moto DroidRazr / Android 2.3.5)
tr...@gmail.com <tr...@gmail.com> #186
Nexus S, same problem. Just started taking the time to set custom ring tones. One day noticed they were all messed up, TXT's had my ringer, my main ring tone was one I set to be contact specific... etc.
Took the time to reset them all, worked fine for a few days... now this morning they are all mixed up again.
I don't plug this into a PC so the SD drive isn't mounting. This is crap.
Took the time to reset them all, worked fine for a few days... now this morning they are all mixed up again.
I don't plug this into a PC so the SD drive isn't mounting. This is crap.
ps...@gmail.com <ps...@gmail.com> #187
Same problem here with the ringtones. - HTC Sensation
an...@gmail.com <an...@gmail.com> #188
Same problem with HTC Desire S.
an...@gmail.com <an...@gmail.com> #189
It seems to be linked to the media scanner.
If the sd card is rescanned does work again, the ringtones are back as before.
Also to wait for a whlie before entering the pin code seems to help preventing this form happening.
Maybe that the sd card is scanned before it is mounted.
If the sd card is rescanned does work again, the ringtones are back as before.
Also to wait for a whlie before entering the pin code seems to help preventing this form happening.
Maybe that the sd card is scanned before it is mounted.
er...@gmail.com <er...@gmail.com> #190
[Comment deleted]
er...@gmail.com <er...@gmail.com> #191
One year later and this issue still isn't fixed.....it happended to me 4 times already...really annoying! Never gonna buy and android device again if they don't fix this...
op...@gmail.com <op...@gmail.com> #192
awesome. i thought i was going crazy (or my girlfriend messing around)! totally random this bugger. it can happen with unmounts/remounts, reboots, or just sitting there without me touching it. once it happened in just a span of 10 minutes after i changed the global ringtone to what it's supposed to be. screw custom ringtones for each contact, i only have a custom global notification and a global ringtone both saved on the sd--LOUD ONES SO I CAN HEAR MY PHONE EVEN IN THE MIDDLE OF A WAR.
i updated to official 2.3.3 right before it all started. was on cm7 before that and 2.2 waaay before that WITHOUT any ringtone issues.
where are you, google? please don't make me go back to unofficial cm7 roms with crappy sensor integration which lead to stupid battery life.
i updated to official 2.3.3 right before it all started. was on cm7 before that and 2.2 waaay before that WITHOUT any ringtone issues.
where are you, google? please don't make me go back to unofficial cm7 roms with crappy sensor integration which lead to stupid battery life.
ja...@jasonpapai.info <ja...@jasonpapai.info> #193
Sort this crap out google!
ja...@jasonpapai.info <ja...@jasonpapai.info> #194
This is not a medium priority problem, it should be the highest, as ring-tones are part of the basic functionality of a phone.
eo...@gmail.com <eo...@gmail.com> #195
Nexus S. I wasnt having this problem with 2.3 or 4.0 until last week until a corrupt mp3 caused all sorts of issues with the phone. I couldnt access the sound settings on the phone. I did factory reset after reset at least 6 - 7 times until I remembered the most recent change to the phone was a mp3 I tried to use as a ringtone. I deleted it factory reset again and I can access the settings again but now the ringtone keeps changing all the time.
Alarm tone sms tone ringtone all default even when I dont mount the phone to the computer.
Alarm tone sms tone ringtone all default even when I dont mount the phone to the computer.
v....@gmail.com <v....@gmail.com> #196
I'm having the same issue using a Droid X2 from a Verizon store. I only bought it YESTERDAY. Not even a full day, and I'm already getting glitches. This isn't a good sign. I'm going back to a basic phone. I even tried to update the version from 2.3.3 to 2.3.4 and I'm still getting the same issue. My parents have both downloaded ringtones from the same place as me, and they have several of the same tones as me. This issue is not occurring in their phones. Google, we all need help, please!
eb...@gmail.com <eb...@gmail.com> #197
Im having this too, on my HTC Sensation 4g Tmobile. was actually late for work this morning because my ringtones were messed up and didnt go off.
when browsing the htc sound sets the one I had marked, you could not sample the ring tones, I had to set the default and then re-download it and then it worked. something seems to be corrupting the sounds. I thought it was an HTC thing but must be an android thing as others suggest. Not trying to add anything new of course just add my name to the list of unsatisfied customers.
when browsing the htc sound sets the one I had marked, you could not sample the ring tones, I had to set the default and then re-download it and then it worked. something seems to be corrupting the sounds. I thought it was an HTC thing but must be an android thing as others suggest. Not trying to add anything new of course just add my name to the list of unsatisfied customers.
sa...@gmail.com <sa...@gmail.com> #198
I have this issue on my Xperia X10 v2.3.3. The most annoying side effect is that sometimes no ringtone appears to be used for a contact so you miss quite a few calls. Also, if you use a custom alarm tone it resets to the default alarm. I think this is partly caused when unrelated music is deleted from the phone but not 100% sure.
fr...@gmail.com <fr...@gmail.com> #199
same issue here with EVO 3D. it's getting more annoying than folks who TYPE IN CAPS ALL THE TIME. with over a year and no fix.. ICS please.
ro...@gmail.com <ro...@gmail.com> #200
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #201
I solved this issue with my htc sensation by clearing the cache. (for non-root users)
1-make sure you have your ringtones and notifications on the root of your sdcard
2-download an app called "app cache clearner"
3-clear the cache for a process called rosie
Boom it works for me now I can restart my phone and my ringtones and notifications are saved. Again this is for a non-rooted htc sensation. Hope it works for you too
1-make sure you have your ringtones and notifications on the root of your sdcard
2-download an app called "app cache clearner"
3-clear the cache for a process called rosie
Boom it works for me now I can restart my phone and my ringtones and notifications are saved. Again this is for a non-rooted htc sensation. Hope it works for you too
pe...@gmail.com <pe...@gmail.com> #202
same problem with my HTC Sensation. After connecting as usb mass storage to PC, after disconnecting from PC, ringtone is randomly set
mu...@gmail.com <mu...@gmail.com> #203
Had to root my Defy 2.2.2 and use Root Explorer to move the files from SD card to ROM system folder, as others have done above. It was driving me absolutely nuts. Shame on you Android, shame..
pe...@gmail.com <pe...@gmail.com> #204
Ridiculous bug
Android 2.3.4 same issue on disconnecting from PC via usb
Android 2.3.4 same issue on disconnecting from PC via usb
ha...@gmail.com <ha...@gmail.com> #205
I've the same problem, but after antering "airplane mode". All ringtone are removed and have to be reset manualy. :(
On Samsung Galaxy S plus. Android 2.3.3
On Samsung Galaxy S plus. Android 2.3.3
bc...@gmail.com <bc...@gmail.com> #206
My fiance and I both have this problem with our HTC desire phones.
ve...@gmail.com <ve...@gmail.com> #207
Hello! This is happening on my Motorola Droid X2 as well. Drives me crazy! I am on my third phone in 2 months. Verizon has never had it reported as an issue. Said I was the first and felt completely helpless. Happened on the third phone after assigning ringtones and pix after the 8th one all at the same time.
Thankx for reading.
Thankx for reading.
ve...@gmail.com <ve...@gmail.com> #208
P: forgot to mention it affected the camera as well. Would not open. Additionally when I was experiencing this problem, when you start a game, you see ads pop up, not that I watch them, but any ad that was a video would not play.
vdk
vdk
jm...@gmail.com <jm...@gmail.com> #209
Same problem on HTC Desire Z. Ringtones changes to random mp3 from /sdcard/Music
ru...@talktalk.net <ru...@talktalk.net> #210
I've had this problem and researched it extensively over the past 3 months. Tried loads of fix suggestions, nothing has worked for more than a couple of days at a time. Google aren't interested.
Samsung Galaxy Ace
Samsung Galaxy Ace
ve...@gmail.com <ve...@gmail.com> #211
It's baaack! My son installed go sms pro and it has worked nicely for 3 weeks. Today, all of my ringtones and notifications are defaulting to the default tone. Soooo disappointed! As mentioned before when this happens even the camera is disabled! Google how long is going to continue???
Help!
vdk
Motorola Droid X2
Help!
vdk
Motorola Droid X2
Vi...@hotmail.com <Vi...@hotmail.com> #212
I had this issue on my Samsung Admire which prompted me to get a better more powerful droid, the LG Connect and unbelievably it still dose the same thing over and over when ever I have to reboot or power off the phone. I have to go through all of my contacts and reset them all along with my text and email alerts. I can't believe such a simple thing is beyond the droid os and after dropping nearly 400.00 on the lg connect I am considering going back to IOS.
ma...@gmail.com <ma...@gmail.com> #213
This is just getting ridiculous now, this not being fixed. It's getting worse, scrambling up all my ringtones at random times now -- I haven't plugged my phone into a computer for at least a month nor rebooted/powered it off, and my ringtones are getting changed. I put them all back, and the next day someone calls me and it's switched to something else.
ch...@gmail.com <ch...@gmail.com> #214
Just found this thread because I am being frustrated by this issue on my Motorola Bionic. Super frustrating.
ja...@gmail.com <ja...@gmail.com> #215
Same problem here, running ICS on my HTC Sensation.
pe...@gmail.com <pe...@gmail.com> #216
lol, on ICS, same error.
I updated my HTC Sensation OTA to 4.0.3 stock.
Set some DEFAULT ringtone - mp3 from SD card. Connect phone to PC, copy something to SD card, ringtone not moved from card, stayed where it was. Disconnect phone from PC. Ringtone is random set to some ringtone from phone or from card. Ringtones set to contacts separately, gone too.
RIDICULOUS bug, it's basic phone functionality. Do something at Google with this. I should be P1 critical, not P3 Medium, lol
I updated my HTC Sensation OTA to 4.0.3 stock.
Set some DEFAULT ringtone - mp3 from SD card. Connect phone to PC, copy something to SD card, ringtone not moved from card, stayed where it was. Disconnect phone from PC. Ringtone is random set to some ringtone from phone or from card. Ringtones set to contacts separately, gone too.
RIDICULOUS bug, it's basic phone functionality. Do something at Google with this. I should be P1 critical, not P3 Medium, lol
lb...@gmail.com <lb...@gmail.com> #217
Same bug still persists after I updated my Crespo I9020T to 4.0.4, the latest OS...
It is pointless to state the always-occur-yet-not-treated-critically bug...
Tried pushed the desired ringtone into /system/media respective folder, result is still the same...
For a so called smartphone...yet it is bugged by a basic function...how ironic...
Android & Google, you guys can do better than that...
I don't care if you are able to pack 16 cores into slimmest phone...but at the end when the ringtone singing "My Heart Will Go On"...it is the annoying telemarketing called instead of my lovely wife...
CLARIFY, VERIFY & SERIOUSLY DEAL WITH IT!!!
It is pointless to state the always-occur-yet-not-treated-critically bug...
Tried pushed the desired ringtone into /system/media respective folder, result is still the same...
For a so called smartphone...yet it is bugged by a basic function...how ironic...
Android & Google, you guys can do better than that...
I don't care if you are able to pack 16 cores into slimmest phone...but at the end when the ringtone singing "My Heart Will Go On"...it is the annoying telemarketing called instead of my lovely wife...
CLARIFY, VERIFY & SERIOUSLY DEAL WITH IT!!!
pe...@gmail.com <pe...@gmail.com> #218
Is that hard to write path to ringtone into system memory and after SD card re-initialization to read the path from system memory again?
And if the file on the path doesn't exists (file was deleted), then set default ringtone, otherwise set the desired ringtone as it was (mp3 from SD card)
And if the file on the path doesn't exists (file was deleted), then set default ringtone, otherwise set the desired ringtone as it was (mp3 from SD card)
se...@gmail.com <se...@gmail.com> #219
Same problem here... AND the phone has randomly decided to delete photos from my SD CARD!!!! FFFFUUUUHHH!!!!! I should have gotten the Radar instead!
da...@gmail.com <da...@gmail.com> #220
Hi, I am having a simliar issue with the nexus S. The Nexus s changes the ringtone on the phone to a default or ''Unknown ringtone''. This is ridiculous it keeps changing. I am missing calls all the time, because I am unable to hear the phone. The phone changes the stock ringtones too. I am currently running the OTA Update of Ice Cream sandwich 4.0.4. Google please sort it out, We all pay enough for the phones. Its like going to the car garage buying a new car and then the horn stops working. How ridiculous is that???
eb...@gmail.com <eb...@gmail.com> #221
This may sound stupid, but for my HTC Sensation 4G T-mobile, my fix was to uninstall Google+. I decided to try the newest version of Google+ last week, and the problem came back (ringtones corrupt and resetting, BTW, Im using the HTC sound sets when this happens), uninstalled and problem went away after a restart.
th...@gmail.com <th...@gmail.com> #222
A priority change would be nice...
da...@gmail.com <da...@gmail.com> #223
I've some ringtones in my list which are not in any of those folders (system/media/audio, sdcard/... etc.). I can choose a different ringtone but no notification sound. It's always the same on my Arc S with 4.0.3, but only after the update from 2.3.4 to 4.0.3. I'm trying to delete the media storage (in "apps" - Medienspeicher in german), hope it helps. This is so bad and embarrassing for you Google.
to...@gmail.com <to...@gmail.com> #224
On my HTC Sensation XE running Android 4.0.3 I'm getting this issue too whenever the SD card is unmounted, quite sad to see this problem has been around since 2.2/2.3 in December 2010 and has still somehow not been resolved, nice support Google...
I never had a problem on my HTC Wildfire running stock 2.2.
I never had a problem on my HTC Wildfire running stock 2.2.
[Deleted User] <[Deleted User]> #225
ZTE Blade 2.3.7 Same problem,missig calls all the time because ringtones keep resetting, this is very bad, its a basic function, its cause me trouble all the time.
I have tried all fixs on this page, same problem.
I have tried all fixs on this page, same problem.
pe...@gmail.com <pe...@gmail.com> #226
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #227
ICS 4.0.3, bug still occurs. Will this ever be resolved? It has 346 stars!!!
1 more time, steps to reproduce:
1. select main ringtone (mp3) from SD card.
2. ringtone is set. Connect phone to PC via USB cable. Copy some new mp3s to the card, or do something with card. Leave original mp3 ringtone on the card.
3. unplugg phone safely, ringtone is gone! and set to radnom ringtone from the ringtones' list. same happens to rigntones which are set to contacts. same happens on phone restart.
Is it hard to save the ringtone path somewhere to txt in internal memory and read it? if you use sdcard via cable, ringtones loses path to files on sdcard
1 more time, steps to reproduce:
1. select main ringtone (mp3) from SD card.
2. ringtone is set. Connect phone to PC via USB cable. Copy some new mp3s to the card, or do something with card. Leave original mp3 ringtone on the card.
3. unplugg phone safely, ringtone is gone! and set to radnom ringtone from the ringtones' list. same happens to rigntones which are set to contacts. same happens on phone restart.
Is it hard to save the ringtone path somewhere to txt in internal memory and read it? if you use sdcard via cable, ringtones loses path to files on sdcard
rs...@gmail.com <rs...@gmail.com> #228
Android 4.0.4 - the same problem. Why you can't just play кшптещту if it exists via path or play standard if not? Here is my suggestion:
String sdCardPath = "/mnt/emmc/bla-bla.mp3";
if (FileExists(path))
Play(path);
else
Play(STANDARD_MELODY_PATH);
Is it so hard to implement? I agree with the 4-th comment, that this is a terrible issue!
String sdCardPath = "/mnt/emmc/bla-bla.mp3";
if (FileExists(path))
Play(path);
else
Play(STANDARD_MELODY_PATH);
Is it so hard to implement? I agree with the 4-th comment, that this is a terrible issue!
jo...@gmail.com <jo...@gmail.com> #229
I have the same problem on my T mobile G2 (HTC). When I assign a ringtone that I have created from my own music collection it will disappear after my phone reboots and I end up missing a lot of calls and have to reassign the ringtone again. It is frustrating to say the least. Is there even a way to bypass this problem, maybe through an app or something? I don't know sh*t about how to fix this
jo...@gmail.com <jo...@gmail.com> #230
[Comment deleted]
so...@gmail.com <so...@gmail.com> #231
Same problem here. All Ringtones and Notifs are reset to system sounds after a reboot or USB connect to PC or (un)mount sd card.
It's become really annoying as I move pictures around and want to put them in different folders. I don't really mess with my ringtones unless I'm adding a new one and it still resets even if the names of the files haven't been changed.
HTC EVO 3D
Android 4.0.3
HTC Sense 3.6
Software 2.89.651.2 710RD
It's become really annoying as I move pictures around and want to put them in different folders. I don't really mess with my ringtones unless I'm adding a new one and it still resets even if the names of the files haven't been changed.
HTC EVO 3D
Android 4.0.3
HTC Sense 3.6
Software 2.89.651.2 710RD
va...@gmail.com <va...@gmail.com> #232
Nexus S 4.1.1
Same problem. Ringtones seem correctly assigned (when in contact-edit mode) however when the phone rings the melody is random.
I can't believe so many people have the same problem for so long. Is Google so incompetent and can't fix that simple issue.
Same problem. Ringtones seem correctly assigned (when in contact-edit mode) however when the phone rings the melody is random.
I can't believe so many people have the same problem for so long. Is Google so incompetent and can't fix that simple issue.
bm...@breannamoran.com <bm...@breannamoran.com> #233
Same problem. It is distressing that a new model of phone comes out every six months with more bells and whistles, meanwhile, the same old software problem still persists in spite of it all. It can't be that complicated of a problem. If you can engineer a new phone, you should be competent enough to make the previous models function as designed.
One of the major selling points of a "smart phone" is that it is suppose to remember your custom settings. Otherwise, there is no point to having these settings.
It's been over two years Google. Your product still doesn't work. Not only are you pissing off your customers with product reliability failure, your subsequent inattention to this issue merely demonstrates your company's complete apathy to your customers.
One of the major selling points of a "smart phone" is that it is suppose to remember your custom settings. Otherwise, there is no point to having these settings.
It's been over two years Google. Your product still doesn't work. Not only are you pissing off your customers with product reliability failure, your subsequent inattention to this issue merely demonstrates your company's complete apathy to your customers.
br...@gmail.com <br...@gmail.com> #234
This has been happening to me. Not only does it reset my ringtones (even if I save ringtones as system ringtones instead of picking them from the mp3 lists) it will reset my phone alarms too. It even reset my system ringtones to mp3s for some things.
I have 2 alarms with the same song, it'll reset them both to a different song (but the same for both alarms).
The crappy work-around I have done for this is to sync and move files via wifi instead of usb.
And I am not even kidding about this - it reset my daily reminder from the super happy quiet "Island Song" at the end of Adventure Time to the loud and offensive "Too Many Dicks on the Dancefloor" by Flight of the Conchords. Those are the first words in that song too, and I was on a bus when it went off.
I have 2 alarms with the same song, it'll reset them both to a different song (but the same for both alarms).
The crappy work-around I have done for this is to sync and move files via wifi instead of usb.
And I am not even kidding about this - it reset my daily reminder from the super happy quiet "Island Song" at the end of Adventure Time to the loud and offensive "Too Many Dicks on the Dancefloor" by Flight of the Conchords. Those are the first words in that song too, and I was on a bus when it went off.
wa...@gmail.com <wa...@gmail.com> #235
Hi all:
I have the same problem with the Android 4.0.4 on a Sony Ericcson Mini Pro. I did not read all the posts, but it seems no one found a solution and the bug is not assigned (and it started in 2010!!!)
Anything that can be done to get it resolved?
I have the same problem with the Android 4.0.4 on a Sony Ericcson Mini Pro. I did not read all the posts, but it seems no one found a solution and the bug is not assigned (and it started in 2010!!!)
Anything that can be done to get it resolved?
th...@gmail.com <th...@gmail.com> #236
I have the same problem with my Alcatel OT-997D. But I have one question, did anyone solve this problem without rooting the phone?????
de...@gmail.com <de...@gmail.com> #237
I have an original moto droid with the same problem. What the hell, Google?!
ja...@gmail.com <ja...@gmail.com> #238
I have been an avid android user since the G1 released to the US market. I purchased the Nexus S the day it came out approx 2 years ago. Knowing this would be a problem I figured hey they will take care of it, it is now 2013 and my Android "smartphone" is unable to do what my Motorola flip phone could do in 2003.
Today I got so annoyed by this that I even rooted my phone in hopes that it was an issue switching the ringtone back to SD Card, so I dropped the files right into the phones internal memory and set them from there. On reboot, same issue. Stupid shit like this, is what makes me consider an iPhone. I don't want an iPhone, but I don't want these damn problems anymore either, this is 2013, get your shit together.
Saving ringtones to NVRAM should not be a difficult task.
Today I got so annoyed by this that I even rooted my phone in hopes that it was an issue switching the ringtone back to SD Card, so I dropped the files right into the phones internal memory and set them from there. On reboot, same issue. Stupid shit like this, is what makes me consider an iPhone. I don't want an iPhone, but I don't want these damn problems anymore either, this is 2013, get your shit together.
Saving ringtones to NVRAM should not be a difficult task.
th...@gmail.com <th...@gmail.com> #239
James: They say that if you root your phone, you have to save the ringtones inside the system folder
ja...@gmail.com <ja...@gmail.com> #240
system/ringtones or system/notifications; dropped everything in those folders, same problem on boot on Nexus S.
ni...@gmail.com <ni...@gmail.com> #241
HTC sensation - Android 4.0.3
Loss of personalized ringtones.
This issue can be reproduced by mounting and dismounting the USB Storage. Recreate by assigning a custom ringtone to a contact or even as your general phone ringtone, then mount USB Storage, then dismount USB Storage, and check your assigned ringtones; they will have changed.
Same with Alarm notifications too.
Very annoing.. this bug was not present with the previous Android version.
Loss of personalized ringtones.
This issue can be reproduced by mounting and dismounting the USB Storage. Recreate by assigning a custom ringtone to a contact or even as your general phone ringtone, then mount USB Storage, then dismount USB Storage, and check your assigned ringtones; they will have changed.
Same with Alarm notifications too.
Very annoing.. this bug was not present with the previous Android version.
lo...@gmail.com <lo...@gmail.com> #242
same here
I wish Microsoft was in change of Android. Despite Microsoft's many foibles, it never did such a nasty number on its users by ignoring such a simple issue for so many YEARS.
I guess free means !@#% in Google.
I wish Microsoft was in change of Android. Despite Microsoft's many foibles, it never did such a nasty number on its users by ignoring such a simple issue for so many YEARS.
I guess free means !@#% in Google.
th...@gmail.com <th...@gmail.com> #243
I rooted my phone and I solved it ... but this is not the right solution. Nobody should root a phone to solve a bug that should not exist from the beginning!
za...@gmail.com <za...@gmail.com> #244
This is an unbelievable bug with an unbelievably long history!!
fl...@live.com <fl...@live.com> #245
Thats its the main behavior, the flagship of linux.
normal users (Normal user= anyone who use its life to produce money in other way no linux related, or in other way; you dont live for linux) HAVE to learn linux to use it...
a shame a nd no way to discuss that with linux developers/very enthusiast users, they are like France, they swear they won the war and that the world must understand that
normal users (Normal user= anyone who use its life to produce money in other way no linux related, or in other way; you dont live for linux) HAVE to learn linux to use it...
a shame a nd no way to discuss that with linux developers/very enthusiast users, they are like France, they swear they won the war and that the world must understand that
ka...@gmail.com <ka...@gmail.com> #246
I thought the razors battery life sucked no the new operating system for Android is even worse no ringtones no notification tones photo gallery totally screwed upmaybe and iPhone is in order
ki...@gmail.com <ki...@gmail.com> #247
I, too, have the very same issue with my Motorola Atrix2! It didn't start till after the last update, though. I called AT&T and they were very helpful and sympathetic, and rest the software and then had me do a hard reset. It fixed the problem for about 5 days,. and now it's back again. The customer rep at ATT told me that it is a software problem and if it continued that I should call back and they will replace my phone. I've done 2 more resets in the past week, and still the problem exists. I guess I'm calling ATT back...aye, aye aye
ma...@gmail.com <ma...@gmail.com> #248
you're fantastic!!!!!!!!! so many thanks!!!!!!!
km...@gmail.com <km...@gmail.com> #249
Happening on Motorola Droid Razr Maxx, Android 4.1.2. Come on, please fix this... can't believe a simple bug like this could persist for years...
jb...@android.com <jb...@android.com> #250
This report applies to a Nexus device, and the issue tracker where you reported it specializes in issues within the Open Source source code of the Android platform.
We are not able to provide support for Nexus devices in this issue tracker. Please report this issue in the Google Mobile Help Forum athttps://productforums.google.com/forum/#!forum/mobile/
We are not able to provide support for Nexus devices in this issue tracker. Please report this issue in the Google Mobile Help Forum at
la...@gmail.com <la...@gmail.com> #251
Guys, it happens on S3 too... come on, fix it!!!
de...@gmail.com <de...@gmail.com> #252
Get a Blackberry. It doesn't happen on their Professional oriented devices. Simple solution is get a real phone that rings when its supposed to. I would agree with previous commentators who suggested Microsoft or iOS.
ig...@gmail.com <ig...@gmail.com> #253
Meanwhile, download this app called "Tone Picker - Mp3 Ringtones" which will help you unlock that hideous buggy stock mp3/notification/tone picker ;) Worked on my T-mobile Move Balance. Cheers, hope it temporary eases your frustrations, it sure cured mine. :D
d2...@gmail.com <d2...@gmail.com> #254
Your phone is going to re-scan the media on your SDcard everytime you restart or connect to your PC...
Just put the MP3 file you want for a ringtone in the Ringtones folder of your phone instead of keeping it on the SDcard with all the music...
Just put the MP3 file you want for a ringtone in the Ringtones folder of your phone instead of keeping it on the SDcard with all the music...
ma...@gmail.com <ma...@gmail.com> #255
contacts:
select contact
press menu
press edit contact
type a character in the last name section of the contact
backspace to delete that character
press done
press menu
press options
press ringtones
select ringtone
press ok
reboot doesnt affect it nor does usb plugging/unplugging.
thats it... it fixed all the issues i was having on my motorola xt555c.
maaadcowlove
select contact
press menu
press edit contact
type a character in the last name section of the contact
backspace to delete that character
press done
press menu
press options
press ringtones
select ringtone
press ok
reboot doesnt affect it nor does usb plugging/unplugging.
thats it... it fixed all the issues i was having on my motorola xt555c.
maaadcowlove
mw...@gmail.com <mw...@gmail.com> #256
I had the same problem. and Tone Picker app solved it. Thank you "Tone Picker" :-). This must be an OS bug.
an...@gmail.com <an...@gmail.com> #257
maaadcow ... thanks. this worked for changing a ringtone and having it stick (nexus 4 kitkat).
su...@gmail.com <su...@gmail.com> #258
If anybody found solution for this problem please let me know.
I am facing same problem in KitKat version as well.
Thank you
I am facing same problem in KitKat version as well.
Thank you
ba...@gmail.com <ba...@gmail.com> #259
Nice, Congrats, Google !
It is 2015, and after 5 years there is not a single solution, and the problem seems to persist through versions, or even releases..
Until now !
Yes, I found the final, and only reliable solution: realizing that Android, no matter which version, is entirely incapable to fulfill telephony functions, I searched my box of old and unused consumer electronics goods, found my good old Siemens S35, and ordered a new battery for it. Perfect solution: it knows out of the box all the vital features one can expect from a phone, and which could never be reliably solved on my Android phone. Never gonna give out a single penny for an android phone. Case closed.
It is 2015, and after 5 years there is not a single solution, and the problem seems to persist through versions, or even releases..
Until now !
Yes, I found the final, and only reliable solution: realizing that Android, no matter which version, is entirely incapable to fulfill telephony functions, I searched my box of old and unused consumer electronics goods, found my good old Siemens S35, and ordered a new battery for it. Perfect solution: it knows out of the box all the vital features one can expect from a phone, and which could never be reliably solved on my Android phone. Never gonna give out a single penny for an android phone. Case closed.
kj...@gmail.com <kj...@gmail.com> #260
Still an issue...
in...@hotmail.com <in...@hotmail.com> #261
2017 and STILL an issue. Seriously? WT*?
in...@hotmail.com <in...@hotmail.com> #262
2017 and STILL an issue. Seriously? WT*?
ch...@gmail.com <ch...@gmail.com> #263
Still an issue even with the latest versions, and not even just on stock ROMs. This is bullshit and nothing short of fucking embarrassing.
pe...@gmail.com <pe...@gmail.com> #264
Because of this bug I learned to live without this function, i.e. I am not using different ringtones for different people/groups. Anyway I think it should be gone now, since nowadays phones act as MTP device, not as Mass storage device. And you can copy ringtone mp3 to internal memory and then the ringtone should not be changed after reboot. My guess. ANyway shame for this bug
re...@gmail.com <re...@gmail.com> #265
Why the hell am I suddenly getting emails for comments on this? Why was my email cc:d? Can you remove me, please?
pa...@gmail.com <pa...@gmail.com> #266
Please remove me as well
np...@gmail.com <np...@gmail.com> #267
ne...@gmail.com <ne...@gmail.com> #268
You most likely starred it at some point. If you unstar it you shouldn't get emails anymore I think, I was seriously confused about this as well but I did have the issue starred.
To those of you saying this is an issue in 2017, I have no idea what is wrong with you. This has not been an issue for an incredibly long time. If you're having this issue you are either still using insanely outdated software, apps, or phones. I haven't had any issue like this since my Nexus One. In fact just for fun I tested it on a Nexus 4, 5, 5X, 6P, Pixel and Pixel XL and every single one of them kept assigned ringtones after reboots. Everyone.
To those of you saying this is an issue in 2017, I have no idea what is wrong with you. This has not been an issue for an incredibly long time. If you're having this issue you are either still using insanely outdated software, apps, or phones. I haven't had any issue like this since my Nexus One. In fact just for fun I tested it on a Nexus 4, 5, 5X, 6P, Pixel and Pixel XL and every single one of them kept assigned ringtones after reboots. Everyone.
do...@gmail.com <do...@gmail.com> #269
REMOVE ME
pa...@gmail.com <pa...@gmail.com> #270
Remove me too please. No idea how my email address got in here.
On 23 April 2017 at 11:18, <buganizer-system@google.com> wrote:
On 23 April 2017 at 11:18, <buganizer-system@google.com> wrote:
sp...@gmail.com <sp...@gmail.com> #271
mb...@gmail.com <mb...@gmail.com> #272
*SIGH*
DO NOT RESPOND WITH "REMOVE ME" REQUESTS. It will have no effect other than spamming everyone else who gets notifications for this issue.
You're receiving e-mails because either: 1) you bookmarked (starred) this issue at some point; or 2) you added yourself to the CC list.
Remove your bookmark (click on the star so that it's no longer highlighted), or unsubscribe (if appropriate):
https://developers.google.com/issue-tracker/guides/subscribe#unsubscribe_from_an_issue
DO NOT RESPOND WITH "REMOVE ME" REQUESTS. It will have no effect other than spamming everyone else who gets notifications for this issue.
You're receiving e-mails because either: 1) you bookmarked (starred) this issue at some point; or 2) you added yourself to the CC list.
Remove your bookmark (click on the star so that it's no longer highlighted), or unsubscribe (if appropriate):
pr...@gmail.com <pr...@gmail.com> #273
se...@gmail.com <se...@gmail.com> #274
Please remove me.
Thanks,
Seth J. Cheever
...thgiM I sA yrT
Sent from my iPhone, which has tiny digital keys, so occasionally there will be a typo in here and sometimes I'll respond in as few words possible. Write me back and let me know if you're confused by my response.
Thanks,
Seth J. Cheever
...thgiM I sA yrT
Sent from my iPhone, which has tiny digital keys, so occasionally there will be a typo in here and sometimes I'll respond in as few words possible. Write me back and let me know if you're confused by my response.
wa...@gmail.com <wa...@gmail.com> #275
--
Walter Perera
Walter Perera
ma...@gmail.com <ma...@gmail.com> #276
ne...@gmail.com <ne...@gmail.com> #277
You can ask to be removed 1000 times and it won't do anything.
If you want to be removed, hit the star next to the issue title and you can remove yourself. or go to CC'd to me and remove it there if it's not starred. These are the only ways to remove it. You saying please remove me is just spamming everyone else. Stop it.
If you want to be removed, hit the star next to the issue title and you can remove yourself. or go to CC'd to me and remove it there if it's not starred. These are the only ways to remove it. You saying please remove me is just spamming everyone else. Stop it.
ka...@gmail.com <ka...@gmail.com> #278
cj...@gmail.com <cj...@gmail.com> #279
It was bad enough when (about 4 updates ago) when my custom ringtones and alarms disappeared after the update (I contacted HTC as I have an HTC 10 and they are no help and acted like that was expected even though prior updates worked fine. At least then re-setting them worked. Latest updates re-setting them doesn't work either (lasts single day). Now "trusted places" setting is effected as well.
so...@gmail.com <so...@gmail.com> #280
Comment has been deleted.
Description
Custom/assigne ringtones assigned to contacts via the contacts app do not maintain assignment after rebooting.
Steps to reproduce:
Open Contacts, select a contact, click on options, select ringtone, pick a ringtone from the list.
Reboot the phone.
Go back to the contact and check ringtone assigned. It is no longer the one you selected.
On my phone, it appears to go to a random ringtone, in user group forums there are reports of no ringtone after reboot (resulting in phone not ringing when called by that contact), and reports of default ringtone being reverted to.
Correct behavior should be the ringtone you select remains the ringtone assigned until you reassign it.