Domanda

I've uninstalled the blackberry software from my mac using the original uninstaller utility. This software did not work properly, so it left a login item called called "Blackberry Device Manager" appearing on the "Users & Groups" tab at "System Preferences" with a yellow triangle signaling an error.

How can I delete this faulted login item?

Screenshot for my "Users & Groups" preference panel

Update Here is a deeper Blackberry component cleansing procedure

È stato utile?

Soluzione 6

I updated my macbook to Mountain Lion. Then I disabled any kind of privilege for all existing accounts and finally I deleted the entry with the minus button...

Altri suggerimenti

You may want to try getting rid of the related files in /Library/LaunchDaemons and /Library/LaunchAgents.

Those will all start with com.rim.*, so you can run:

sudo rm /Library/LaunchDaemons/com.rim.*
sudo rm /Library/LaunchAgents/com.rim.*

Click the lock to make changes. That'll unlock the login item, which is for All Users. Then you can select it and click the minus button.

Try Looking in the folder:

System/Library/Extensions 

Search for anything that has the "Blackberry" or "RIM" name in the extension (with .kext at the end of the file) and move it out of the folder. If you are asked for your password you will need to enter it to authorize the change.

Also look for these in your ~/ folder:

/Library/Application Support/BlackBerry/BBDaemon

/Library/Application Support/BlackBerry/BBLaunchAgent.app

/Library/Application Support/BlackBerry/BlackBerry Device Manager.app

You've successfuly deleted the Blackberry Device Manager. The yellow sign informs you that the System cant find that item any more, as it no longer exists.

Just select it and click the minus sing above to get rid of it.

EDIT: Apparently someone with the same issue found a workaround. Creating a new user an pointing it to the same home directory allowed him to delete the login item.

To do so just go create a New User, and Right Clicking on it, select Advance Options. A new window will prompt, were you'll be able to change your Home Directory. Here you can find some more detailed information.

I'll try to find a not so tricky way, though.

I had a grayed out login item for another application, but it was removed after I deleted /Library/Preferences/com.apple.loginitems.plist and restarted the Mac.

The preferences for login items are normally stored in ~/Library/Preferences/com.apple.loginitems.plist and /Library/Preferences/com.apple.loginitems.plist does not normally exist.

While you are in there you also have to get 'loginwindow.plist' which includes yet another call for '/Library/Application Support/BlackBerry/BlackBerry Device Manager.app'. It took me over an hour to find this final version (finally via 'fgrep -iR "Blackberry" /Library').

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a apple.stackexchange
scroll top