Duplicate entries in Media Application

I originally put several ringtones on my phone in device memory.  I then installed a Media Card and moved the tones from the device memory to the media card.  Now when I open the media application and look at My Ringtones, there are two entries, one for the ringtone on the media card and one for the ringtone in device memory, only it isn't there anymore, and if I try to play it, there is nothing. I tried several searches on several forums and have not found any kind of answer, so I decided to post here.
How do I get rid of the entries in the Media Application showing ringtones I have deleted?
I appreciate the help as I am still learning my 8310.
GClarke

Well I had the exact same problem...funny thing is, after I saw this post, and noticed no replies after searching forever online, I got it fixed.
The Steps I Did:
 1.) Connected BB To PC and started Desktop Manager
 2.) Started Media Manager
 3.) I made sure that every single ringtone was removed both from the media card and the device itself.
 4.) Went up to file and hit exit the proper way.
 5.) Let Desktop Manager Refresh
 6.) Exit Desktop Manager, Un-plug phone, wait for PC to refresh.
 7.) Plug Phone back in, repeat steps 1-6
 8.) Now, shut down your phone (Don't even go into your media yet during this process)
 9.) Pull the battery so the phone resets and let it boot.
10.) Re-Add Ringtones as previously mentioned straight into your media card 
10.) It fixed my problem, hope it fixes yours.

Similar Messages

  • SPWebConfigModifications Duplicate entries, applying to all Web Applications and not removing entries

    Hi,
    Hopefully someone can offer some advice, I may be missing something obvious here.
    I'm currently trying to write a feature event receiver to apply web.config modifications that are required by a recent project. 
    The feature is web application scoped & it doesn't activate by default on deployment, currently testing with a very small addition isn't working at all, I've followed numerous posts about duplicate entries & items being removed, none of which have
    helped.
    Here is my code;
    public override void FeatureActivated(SPFeatureReceiverProperties properties)
                SPWebApplication webApp = properties.Feature.Parent as SPWebApplication;
                    SPWebConfigModification Modification = new SPWebConfigModification();
                    Modification.Owner = "ConfigUpdater";
                    Modification.Path = "configuration/appSettings";
                    Modification.Name = "add[@key='Test']";
                    Modification.Sequence = 0;
                    Modification.Value = "<add key='Test' value='Server=TestServer;Database=TestDB;Trusted_Connection=True;' />";
                    Modification.Type = SPWebConfigModification.SPWebConfigModificationType.EnsureChildNode;
                    if (!webApp.WebConfigModifications.Contains(Modification))
                        webApp.WebConfigModifications.Add(Modification);
                        webApp.Update();
                        webApp.WebService.ApplyWebConfigModifications();
            // Uncomment the method below to handle the event raised before a feature is deactivated.
            public override void FeatureDeactivating(SPFeatureReceiverProperties properties)
                SPWebApplication webApp = properties.Feature.Parent as SPWebApplication;
                Collection<SPWebConfigModification> modsCollection = webApp.WebConfigModifications;
                int count = modsCollection.Count;
                for (int i = count - 1; i >= 0; i--)
                    SPWebConfigModification mod = modsCollection[i];
                    if (mod.Owner == "ConfigUpdater")
                        modsCollection.Remove(mod);                   
                webApp.Update();
                webApp.WebService.ApplyWebConfigModifications();          
    Upon activation on 1 web app, the entry gets added twice to the web.config of every web application in the farm & upon deactivation the entries remain in the web.config files.
    On activation, after this line, webApp.WebConfigModifications.Add(Modification); the webApp is updated to include the entry & only once, however 2 entries for it appear in the web.config files & as mentioned for every web application.
    On deactivation, after updating the web app, the modification is removed, however it remains in the web.config files.
    I'm wondering if the code actually works, as I can't see anything wrong & if there is some caching occurring somewhere which is applying the extra line/s upon calling ApplyWebConfigModifications.
    Any help on this would be much appreciated.
    Thanks,
    James

    Hi James,
    Per my understanding, there is an entry gets added twice to the web.config file of every web application in the FeatureActivated event.
    As a common practice, I suggest you debug your code to see how it works during the process, it will provide more information for a better troubleshooting.
    Also, you can test the code in a Console Application to see if it will work as expected.
    Thanks         
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Duplicate Entries in Application List ..?? 8230 OS4.6 DTM 6.2 Win XP SP3

    Hi ...
    I just noticed that the Application list in DTM shows duplicate entries of 3 of my apps on my 8230 ...
    I was curious about what was listed, because I was investigating the phenomenon of MyWorld incorrectly showing the "trial" verions of 2 apps even though I have the purchased version of those apps ... plus ... I seem to have gone down from have 49M free to only 47M, and I wanted to see what was using up those add'l 2M ...
    I'd like to be able to tell DTM to UNINSTALL those duplicate apps, but I want to check here first to make sure that actgion won't cause problems with those apps ....
    Alternatively, is there anything like a DEFRAG'ing app available for the BB..? (I'm already using MemoryUp Pro v 3.5)
    Does anyone have any similar experience(s) with a phenomenon like this ..?
    Thanks in advance!!

    ... have some add'l info to add:
    I just attempted to remove 1 of the dup apps (fet safe in attempting this, because it was listed as a back-level version of the running app...); and the process never got to the REBOOT portion of the procedure ... so the app is still there ... 
    I've tried disconnecting / reconnecting the device (Win XP had it connected as offline storage, even though I selected NO on both the device and on the pc); but this didn't seem to help to remove the app either ...
    So, I'm still curious about ways to address this ....
    TIA

  • Duplicate entries getting posted using FB01

    Hi All,
    I am facing a very strange problem which I have never heard of before.
    There is a report program which picks up an input file from the application server and posts the entries. This input file will contain all the details about header record, vendor line items and G/L line items.
    The report checks for duplicate entries comparing the reference number and the vendor. It discards the duplicate entries. It does not post duplicate entries.
    Now, the input file contains the reference number only once. It also has multiple line items for that refernce. But has posted two identical documents having same reference, company code, etc. The only thing that is different is the document number and the time of entry. There is just a few seconds gap between the posting of the two entries.
    Ideally FB01 should also not allow to post such identical entries.
    Please suggest possible reasons for such postings.
    Thanks & Regards,
    Namrata

    Hi,
    Manually everything is working fine. Also through this report everything works fine always except for this case which happened.
    The input file had a lot of references for posting. But just one got duplicated. So, I was just wondering what could have gone wrong.
    Could it be because of some database commit or due to some memory buffer refresh which did not happen by mistake.
    I'm just trying to figure out some possible causes for such a thing.
    Your inputs and thoughts are welcome.
    Thanks & Regards,
    Namrata

  • Remove duplicate entries from dropdownlist in web dynpro abap

    How to remove duplicate entries from dropdownlist in web dynpro abap? Can someone please help me
    I have maintained the data in the z table wherein the records of particular fields are repeated but when i show that record in the Web Dynpro application dropdown list, the user should only be able to view the unique data for selection of that particular field.

    Hi,
    try this code in init method.
    use the
    Delete adjacent duplicates.
    <set the table>
    select <f1>  from <table> into TABLE <Itab> whre <condition>.
       DELETE ADJACENT DUPLICATES FROM <Itab> COMPARING <f1>.
         lo_nd_vbap->bind_table( new_items = <itab> set_initial_elements = abap_true ).

  • Deleting duplicate entries in iCal?

    How do I delete duplicate entries in iCal (identical entries on the same date)?

    Todd,
    I suspected a more serious problem because the answer was too easy.
    Thousands of duplicate entries...Is this what happened?
    According to, Mac OS X 10.4: Stay away from the SyncServices folder: As if it were a swarm of bees, you should stay away from the SyncServices folder in Mac OS X 10.4. Removing or modifying anything in it—or in subfolders within it—may cause unexpected issues. (This folder is located in your Application Support folder, in your Library folder, in your Home folder.)
    Deleting or modifying things in the SyncServices folder may cause unexpected results such as:
    • Duplicate contacts in Address Book or appointments in iCal.
    • Data loss in Address Book or iCal.
    Important: Any lost or duplicate data could propagate to other devices and computers via iSync and .Mac sync. This means data could be lost on other computers.If that is your problem, I suspect that without a backup, duplicate entry deletion will at best be tedious, and at worst fraught with frustration. You may be better off starting from scratch.
    ;~)

  • How to avoide multiple duplicate entries in adress book?

    How to avoide multiple duplicate entries in adress book? I can add the same contact name and number more than twice and the phone isn't warning me at all!!! I's quite a heck for me.

    not possible from inside AB AFAIK. but you can do the following. in finder open the folder /users/username/library/application support/address book/metdata. switch to the list mode and sort by date modified. quicklook the vcards at the top to see which ones they are.

  • Duplicate Entries

    Greetings,
    I'm seeing duplicate entries on calendar items.
    My wife entered some events on her calendar (on her Mac mini) this morning and they are showing up twice (exact same event @ same day/time) on my iMac when I view her subscribed calendar.
    The odd part is when I check this same calendar on my iPhone 4 and my iPad, they show up correctly as single events.
    Any ideas on why this would occur?
    Thanks!
    Jim

    I have the same problem although it keeps getting worse as the kids rerip the same cd and some of the songs are duplicated several times. I keep waiting for Apple to come up with a fix as none of the other media players out there keep duplicates of the same file, most over write each other.
    Its a real mess, wish apple worked on Itunes problems although they seem too focused on selling and don't seem to care about functionality. I love apple but am getting frustrated with the lack of support for itunes. They keep adding features and not fixing bugs. As a pc user itunes was quite confusing to figure out, apple users are definately using the other side of their brains but then dragging a floppy into a trash can to get it to eject never made sense with me either. BTW I have 3 macs and 6 pcs in my house.

  • Duplicate entries in iTunes display, but both entries point to the same physical location.

    I've seen lots of discussion about how to remove duplicate copies of the same song, but my issue is different.
    iTunes has duplicate entries in its database, but if I do show in finder, then both entries point to the same physical location.
    If I delete one entry, then the other entry becomes unusable.
    Any idea how I could clean this up? Its annoying because if I select an album to play, then each song gets played twice.

    @zoo_bink I too have exactly the same issue however it's not affecting all my files.
    One solution, which I'm contemplating, is to backup the iTunes Media folder, delete files, uninstall/reinstall iTunes then re-import the files. The issue may have arisen during initial import. (I'm not sure at this stage if Apple allow iTunes to be uninstalled.)
    iTunes music collection is showing 58.95GB versus 57.11GB in Finder so it's not a massive deal but annoying nonetheless as deleting entries isn't an option.
    Any suggestions welcome.
    MacBook Pro, OS X 10.9.1, iTunes 11.1.3 (8)

  • Duplicate Entries when generating Essbase Log Analyzer Chart

    Hi,
    In EAS Console when i right click -->Sample application -->Generate Log Chart and then go View Log Charts i can see duplicate entries below the chart area, when i click refresh. Has anyone come across this issue before?
    Essbase Version 9.3.1
    OS Sun Solaris 9
    Thanks,
    Manoj

    Also forgot to mention that there are duplicate entries in the easserver log as well.
    Thanks,
    -Manoj

  • Duplicate entries in mms_rbs_subscription table

    We use a mobile iOS Application which is connected a SUP 2.1 Server. The Application runs fine until a couple of weeks but now we got some synchronisation problems. Some users don't get data changes on their devices.
    Probably we have identified one possible reason for these synchronisation problem.
    In the CDB we have duplicate entries in the mm_rbs_subscription table. Duplicate means, that for one device_id there are two or three remote_ids in this table. We dont know the reason, but we assume that these entries were created during our iOS7 Migration.
    Maybe this entries are one of the reasons for our current synchronisation problems.
    Did anybody know, how which entries would be created? And is it possible to delete entries in the mms_subscription table?

    Hi Shiv,
    thanks for your answer. In our Application every MBO is collected in a cachegroup. We have 5 cachegroups, including the default cache group, every cache group contains round about 1 to 5 MBOs.
    What do you mean with "Partition" option. The cache group policy is configured to scheduled, so i can't set a partition option here.. Is there any other possibility to set a "partition" option?
    Best regards,
    Ingo

  • Need advice on preventing duplicate entries in People table

    Hi,
    In my database, I have a "People" table where I store basic information about people e.g. PersonId, FirstName, LastName, Gender, etc.
    There will be lots of entries made into this table and I want to prevent duplicate entries as much as humanly possible. I'd appreciate some pointers on what I should do to minimize duplicates.
    My primary concerns are:
    Duplicate entries for the same person using the person's full name vs. given name e.g. Mike Smith and Michael Smith
    Making sure that two separate individuals with identical names do get entered into the table and get their unique PersonId's.
    Not even sure how I can even possibly know if two individuals with identical names are two different people without having additional information but I wanted to ask the question anyway.
    Thanks, Sam

    Thank you all very much for your responses.
    There are three separate issues/points here.
    It is clear that it is impossible to prevent duplicates using only a person's first, middle and last names. Once I rely on an additional piece of information, then things get "easier" though nothing is bullet proof. I felt that this was self evident but
    wanted to ask the question anyway.
    Second issue is "potential" duplicates where there are some variations in the name e.g. Mike vs Michael. I'd like a bit more advice on this. I assume I need to create a table to define variations of a name to catch potential duplicates.
    The third point is what Celko brought up -- rather nicely too :-) I understand both his and Erland's points on this as typical relational DB designs usually create people/user tables based upon their context e.g. Employees, Customers, etc.
    I fundamentally disagree with this approach -- though it is currently the norm in most commercial DB designs. The reason for that is that it actually creates duplicates and my point is to prevent them. I'm going for more of an object based approach in the DB
    design where a person is a person regardless of the different roles he/she may play and I see no reason in repeating some of the information about the person e.g. repeating first, last name, gender, etc in both customer and employee tables.
    I strongly believe that all the information that are directly related to a person should be kept in the People table and referenced in different business contexts as necessary.
    For example, I assign every person a PersonId in the People table. I then use the PersonId as part of the primary key in the Customers or Employees table as well. Obviously, PersonId is also a foreign key in Customers and Employees tables. This prevents the
    need for a separate CustomerId and allows me to centralize all the personal data in the People table.
    In my opinion this has three advantages:
    Prevent duplication of data
    Allow global edits e.g. if the last name of a female employee changes, it is automatically updated for her within the context of "Customer" role she may play in the application.
    Last but not least, data enrichment where a person may enter additional data about himself/herself in different contexts. For example, in the employee context, we may have the person's spouse information through "Emergency Contacts" which may come handy
    within the context of customer for this person.
    Having everyone in the People table gives me these three advantages.
    Thanks, Sam

  • Duplicate entries in the Enumerated Drop-downlist?

    Hi All,
    I have the following context structures in WDA.
    A ( Cardinality 0..n, Selection 0..1, Supply function - B_ITEMS)
    -B( Cardinality 0..n, Selection 0..1, Supply funtion - B_ITEMS)
    - B1
      - B2
      - B3
      - B4
    A1
    A2
    A3
    A4
    I populate 3 items in the context node B in the supply function  B_Items.
    I bound this context node to a table (with dropdownbykey)  in web dynpro application, I can see 3 items in the dropdown field in all 10 rows.
    But when I bound this context to the Table in Interactive Form (SFP), there I have a table with Enumerated dropdown list in all 10 rows.
    In runtime the dropdownlist has 30 records ( 3 * 10 ), it gets duplicate items.
    Do you know why I am getting duplicate entries in the Interactive Form dropdown list?
    Thanks
    Thruna
    Edited by: Thruna Shanmuga on Mar 10, 2010 4:39 PM
    Edited by: Thruna Shanmuga on Mar 10, 2010 4:39 PM

    i've never used the supply functions...
    but it sounds like it's running through the function for each row. is it a table you pass? Can you check to see if it's already populated before passing in the values? i wonder if you can set a variable in the code to skip if it's already been run once.

  • HT5373 duplicate entries in iCloud calendar

    I see multiple entries of the same event on my iCloud calendar. All my devices ( Macbook and iPhone) shows this. I tried deleting some of the calendars but no use. How do I delete those duplicate entries?
    Thanks

    I have had similar duplication problems. All sorted by de-synching. BUT! My wife's birthday now appears on two different dates, following earlier experiments. I delete her card in Address Book, and both related iCal birthday entries disappear. When I add a new Address record for her, whatever I put under Birthday, the old error date shows in iCal.
    Running 10.5.2 and iCal 3.0.2, I have to admit I cannot find the Calendars folder in ∼Library/Application Support. Possibly this would cure the problem.

  • "open with" duplicate entries

    "at times" using "open with" shows many duplicate entries....reboot fixes it for a while..
    I'm still trying to determine what is triggering this.
    Any idea? Anyone see this in 10.8? I couldn't find anything searching the forums.

    I am not familiar with all the causes of this phenomenon, but it happens to me from time to time, and I know why it is for me. I work with "clone" images all the time with dev work. When a clone is mounted alongside booting into  the main volume, Launch Services, which keeps track of applications used to open certain file types, "sees" the other application files on the mounted clone volume, and adds them to the database, resulting in the apparent duplication of "open with" entries.
    Resetting the 'Open With' menu will remove duplicates and ghost applications (ones you have deleted) from the list. You reset the 'Open With' menu by rebuilding the Launch Services database your Mac maintains. There are multiple ways to rebuild the Launch Services database, including third-party system utilities like Cocktail and Onyx.
    If you don't own a system utility that can rebuild the Launch Services database, don't worry; you can perform the rebuild yourself using Terminal.
    Using Terminal to Rebuild the Launch Services Database:
    Launch Terminal, located at /Applications/ Utilities/.
    For OS X 10.5.x and later, enter the following at the Terminal prompt:
    /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.fram ework/Support/lsregister -kill -r -domain local -domain system -domain user
    I don't know wjhy it is happening for you, but rebuilding the database will at least reset things to normal. The question to ask is whether you have other mounted volumes, say from other systems on your network, that contain Mac Apps.
    I have also found a way to keep it from happening (in certain cases, for my dev work). When I create a clone, I also create what is called a "fstab" file entry, in the fstab file. This entry prevents named drives from auto-mounting. So, if I boot to a clone, my main volume on my internal SSD won't mount. Hence, no extraneous Launch Services database entries will created on the clone drive. If however, I boot to my main SSD, and then mount a clone, I don't use any fstab entries on the main SSD. This just means I have to periodically rebuild the Launch Services database. It is way too much trouble keeping fstab entries for all my clone drives on my main SSD. I only use the fstab method on the clones themselves.

Maybe you are looking for

  • Home Sharing - ever going to be fixed?

    I seem to be having progressively more trouble with Home Sharing; for something that should work so simply, it fails much too regularly. My iTunes library is hosted from an always on machine wired directly into the main network router (Draytek Vigor

  • Direct store Delivery : Error while posting the customer payment in FSR

    Dear Experts, We are in the process of DSD implementation at customer place. We are facing the following isuse , your help will be highly appriciated This is with respect to an error we are facing when the collection clearing process iin final settle

  • HT202447 Finder frizzes, makes my iMac so slow ...

    Since my system was updated automatically installing java 8, Finder frizzes, makes my computer so slow and I have to end up rebooting the computer. Any advise? How can I fix this problems? Thank you

  • Iw32 - Fm for User status

    Hi i need a fuctional module to get the user status displayed in Iw32 for a order no. Keshav

  • Please fix the compatibility issue regarding google tool bar

    I have now FF5 and this version is NOT compatible with Google Tool Bar. I have all of my favorites and bookmarks on that tool. I do not and will not use the bookmark feature in FF. Google is everywhere and I can access it most places and feel it is a