Utilities
Votes: 2
Move/Copy/Append/Link multiple files
mmv is a program to move/copy/append/link multiple files according to a set of wildcard patterns. This multiple action is performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names.
Votes: 6
Plugin allows to merge contacts.
Internet users often import contacts into a device address book from different services like social networks, instant messengers and so on. The data of contact record of a user's friend may differ from service to service. Hence in the address book may appear duplicate records which refer, as a matter of fact, to one person.
In the case of some hundreds of friends the address book size grows unreasonably. Our plugin is a tool helping to solve this problem by merging duplicate records into one record of the address book. The plugin simplifies search of duplicate contacts by presenting contacts list in two windows. User can define selection presenting in any of windows subset of contacts receiving from one service only (e.g skype, icq, jabber). In a window selection of a contact may be done by live search from keyboard. We also have used code of Marco Barisione contacts-merger plugin, providing search of duplicate contact by comparison of contacts records fields.
Votes: 3
A simple calls blocker app for N900
Blocking calls based on a simple whitelist.txt or blacklist.txt file in MyDocs folder, this app is auto-start upon boot, and auto-detect and reload if any changes made to to the list, allow range block by entering first partial block of phone number in list Lists format are using each phone number per line without any other characters or spaces (just digits with no spaces in between or in front) To switch to whitelist mode which allow block all callers except those listed in whitelist.txt, use command "/etc/init.d/callerx loadwhitelist", Usage command "/etc/init.d/callerx loadwhitelist" "/etc/init.d/callerx loadblacklist" "/etc/init.d/callerx start" "/etc/init.d/callerx stop" "/etc/init.d/callerx reload".
