Main > Free Download Search >

Free reverse dns software for pda

reverse dns

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Reverse Cell Phone Lookup 1.4

Reverse Cell Phone Lookup 1.4


Tool to search for anyones details just from their cell phone number. more>>

Reverse Cell Phone Lookup 1.4 offers users a powerful tool to search for anyone's details just from their cell phone number. Just type the number in to the search box to start searching. You get access to such information as the owner's location, name and even residential history.

<<less
Added: 2009-04-16 License: Freeware Price:
34 downloads
smsOrganizer 2.10

smsOrganizer 2.10


Backup Messages, Blacklist, Whitelist, Encrypt Messages, Forward Messages, Message Tone and more... more>>
1. Automatic functions: Rules
You can define automatic fuctions (called: Rules).
Whith these Rules your Messages will be processed automatically not only on incoming SMS, but reading, sending, moving or editing a Message.
You can define the following Rules:
- Backup
- Blacklist
- Encrypt
- Export
- Forward * Hide
- Reply
- Store
- Tone
- Whitelist
Backup Messages:
You can Backup your messages on every incoming SMS.
On every Rules you can set Category or Contact or Phone number and text. With these setting you can define which message want you to be processed.
You can also set All Category or All Contact which means all message will be processed which are assigned to a Category or a Contact.
Blacklist, Whitelist:
You can define Blacklist, which means the defined SMS will not appear in your system at all. With Whitelist you can allow a Message to be received however it was blocked by Blacklist.
For example you define a Blacklist with John Smith Contact, and define a Whitelist with Jonh Smith and "Important" text in it.
Encrypt Messages:
You can Encrypt all your incoming Messages automatically, by using this Rule.
At the moment there is only one Encrypt Method: Reverse words.
Export Messages:
With this program, you can export all your messages (SMS, MMS, E-mail, etc.) into text files which are stored in Messaging application. The folders what used in your Messaging application will appear as directories. After exporting your important datas you can easily zip, copy or whatever you want to do with your exported material.
By customizing the output directory, it is possible to keep all data on Storage Card, so you will never loose your Messages again!
Forward Messages:
You can Forward your incoming SMS-es automatically. You can define the forwarded SMS content.
Forward methods:
- Original message
- Sender information
- Original and Sender info
- Custom text
Hide Messages:
You can Hide your messages on every incoming SMS.
On every Rules you can set Category or Contact or Phone number and text. With these setting you can define which message want you to be processed.
You can also set All Category or All Contact which means all message will be processed which are assigned to a Category or a Contact.
For example when you are at home with your wife and your girlfriend Suzi sends you an SMS it will be hided automatically. And of course you can unhide your hided SMS-es whenever you want.
Reply to Messages:
You can Reply to your incoming SMS-es automatically. You can define the replyed SMS content.
For example when you are at the cinema watching a movie, you can reply to your wife automatically "Im on a meeting", and to John "Im at home".
Store Messages:
You can Store your SMS-es automatically into custom folders. You can organizer your messages by Category/Contact/Phone-number. You dont have to search your important or private messages anymore. Every messages will be located at the right place.
You can make folders by Category or Contacts. This program will move the messages into the defined folders by the folloving methods: * Immediately after receive
- Move after read
- Move after send
Message Tone:
This is a fully SMS Tone Profiler function. You can set for every Profile different SMS tones for each Category/Contact/Phone-number.
For example when you choose Home Profile Suzis SMS wont ring, but if you are at office Suzis SMS will be the loudest one.
Or when are you asleep non of the SMS will ring but VIP category.
2. Manual functions: Commands
You can use plenty of commands by choosing from menu.
You can use the following Commands:
- Store by Profile
- Hide All
- Hide by Selection
- Hide by Profile
- Unhide All
- Unhide by Selection
- Unhide New
- Backup All
- Backup by Selection
- Backup by Profile
- Restore Normal
- Restore Extra
- Export All
Store Messages:
On every Profiles you can Store all your Rule-defined messages into custom folders.
Hide, Unhide Messages:
On every Profiles you can Hide, Unhide all your Rule-defined messages. Or you can Hide, Unhide manually selected messages. (In this case you can select one or more or all messages in a Treewiev item.)
Backup Messages:
On every Profiles you can Backup all your Rule-defined messages. Or you can Backup manually selected messages. (In this case you can select one or more or all messages in a Treewiev item.)
Restore Messages:
Normal Restore function restores the last state of your message store.
Extra Restore function restores all your messages (previously deleted messages as well) since last hard reset or smsOrganizer first installed.
You can keep your last state of your Message Store (All folders: inbox, outbox, drafts, sent items, and your personal folders too), and you can restore it everytime! So You can easily restore your messages right after hard reset.
Export Messages:
With this command, you can export all your messages (SMS, MMS, E-mail, etc.) which are stored in Messaging application. This program exports the messages into text files. The folders what used in your Messaging application will appear as directories. Exported data: From, To, Subject, Message body, Message size, Attachments, Delivery time, Last modification time, and MMS .dat file.
Profiles:
You can define and use Profiles to choose which Rule you want to be executed.
Settings:
You can use your Storage Card as output directory, so you will never loose your Messages again!
Main features:
- * Message Blacklist and/or Whitelist
- * Message Backup/Restore manually or automatic by rules/profiles
- * Message Encrypt
- * Export Messages
- * Forward Messages automatic by rules/profiles
- * Hide/Unhide Messages manually or automatic by rules/profiles
- * Reply Messages automatic by rules/profiles
- * Store Messages in custom folders manually or automatic by rules profiles
- * Message Tone to Contacts/Category/Phone Number by profiles
Version restrictions:
- Reduced Free version means: you can use all the Commands without limitation, but only 3 Rules.
Enhancements:
- New features added: Export by Selection, Export by Profile.
- Some bug fixed.
System requirements:
- WM2005/WM2003SE
<<less
Download (416.00KB)
Added: 2007-01-02 License: Freeware Price: FREE
708 downloads
SuperOptimize 1.0

SuperOptimize 1.0


SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. more>>
SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized.
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. Its far from making reverse-engineering difficult though, so dont rely on it very much from a security point of view.
Version restrictions:
- SuperOptimize cant be used for commercial purposes
<<less
Download (5.03MB)
Added: 2007-06-28 License: Freeware Price: FREE
851 downloads
Portable NetSetMan 2.5.4

Portable NetSetMan 2.5.4


A network settings manager that can switch between visually structured profiles more>>
Portable NetSetMan 2.5.4 serves as an utility which is to switch between visually structured profiles. It is not only useful and effective but also easy and intuitive to handle. The entry fields remind of the Windows "Internet Protocol (TCP/IP) Properties" but its much easier to fill in the addresses.

Portable NetSetMan application was designed to be a network settings manager that can switch between visually structured profiles. With only 2 mouse clicks you can activate a saved profile! All settings and changes are saved automatically in a separate file (settings.ini) so a backup, transfer or upgrade to another version is absolutely no problem.

Portable NetSetMan is a network settings manager which can easily switch between 6 different, visually structured profiles including:

  1. IP Address
  2. Subnet Mask
  3. Default Gateway
  4. Preferred & Alternate DNS Server
  5. Computer Name
  6. Workgroup
  7. DNS Domain
  8. WINS Server
  9. Default Printer
  10. Run Scripts

Note: Portable NetSetMan is free for non-commercial use.

Major Features:

  1. IP Adress settings
  2. Subnet Mask settings
  3. Default Gateway settings
  4. Preferred as well as Alternate DNS Server settings
  5. Computer Name + Workgroup settings

Enhancements

  • BugFix: Default installation folder selected even if NSM was installed at another location
  • BugFix: A "CoInitialize" error message might have appeared while getting current settings
  • Added a short delay to the tray icon information display so a quick mouse-over wont open it
  • If the taskbar is set to auto-hide the info will be displayed above it without overlaying

Requirements: none

<<less
Download (1.3MB)
Added: 2009-04-02 License: Freeware Price: FREE
14 downloads
Directory Assistant 3.30

Directory Assistant 3.30


This utility automates queries against the YP.com server and adds loads of features of its own. more>>
This utility automates queries against the YP.com server and adds loads of features of its own.
This application is written specifically to take advantage of the Kyocera 6035/7135, Palm Treo 300/600/650, and Samsung i500s ability to dial phone numbers from the results of your residential or business directory queries, though most of the applications features will work on any standard wireless equipped palm device.
Main features:
- Residential, Business and Reverse queries against the YP.com web site.
- Dial the phone number directory from the results screen.
- Calls MapQuest to show Map of address from results.
- Use Results, Addressbook entries, Airports, or manually entered addresses for Driving Directions.
- Keep results for later use until cleared.
- Copy number or entire entry to clipboard, copy to Address Book.
- Maintains last entered query parameters for next use.
- Store frequenty used search strings
Enhancements:
- Removed support for Mapquest for maps and directions. All map and direction functions now use Google. Removed the Map Type selection from Preferences. IMPORTANT: If you use the GoogleMaps application it must be in main memory for DA to find it.
- Added Clear, Contacts, and Airport buttons to the Map Query screen. They work just like their counterparts on the Directions screen. You can also manually enter a 3-letter airport code here or in directions without using the lookup. If you enter a 3-letter code and request Map, the code is validated against the internal list, state and city are ignored.
- No longer including the NoAir version.
System requirements:
- Palm OS v3.5.
<<less
Download (58.00KB)
Added: 2007-04-10 License: Freeware Price: FREE
930 downloads
CDB Fretboard Trainer 1.5

CDB Fretboard Trainer 1.5


CDB Fretboard Trainer is released to be a good-quality and versatile tool meant to help learn the notes of the fretboard on a guitar or bass. more>>

CDB Fretboard Trainer 1.5 is released to be a good-quality and versatile tool which helps users learn the notes of the fretboard on a guitar or bass. The program works by picking a random spot on the fretboard and having you tell it what note it is. You are able to choose the area of the fretboard that the program tests you over, and there is an option to reverse the string order.

Requirements:

  • Palm OS 3.0 or later
<<less
Download (6.8KB)
Added: 2002-10-31 License: Freeware Price:
downloads
WhitePages Mobile for iPhone a1.2

WhitePages Mobile for iPhone a1.2


WhitePages Mobile for iPhone provides you with a simple and helpful tool which can help you search all of WhitePages instantly and update your iPhone Contacts with your friends most current info more>>

WhitePages Mobile for iPhone a1.2 provides you with a simple and helpful tool which can help you search all of WhitePages instantly and update your friends most current info. Use GPS to detect your most recent searches are saved for easy access when you are off the network.

WhitePages Mobile for iPhone features people search, business search, reverse phone lookup, save to iPhone contacts, click to call from listings, and maps and directions.

Requirements: iPhone OS 2.0

<<less
Added: 2009-06-11 License: Freeware Price:
downloads
GreenLight Hack 1.3

GreenLight Hack 1.3


GreenLight Hack brings you a wonderful HackMaster hack which allows you to reverse the polarity of the screen when the backlight is turned on. more>> <<less
Download (2.9KB)
Added: 2002-01-09 License: Freeware Price:
downloads
Quizzler 5.4

Quizzler 5.4


Quizzler is designed as a really cool quiz and trivia application which is easy-to-use yet packed with features unmatched in any other software. more>>

Quizzler 5.4 is designed as a really cool quiz and trivia application which is easy-to-use yet packed with features unmatched in any other software. You can download hundreds of quizzes or easily make your own. Since Quizzler is cross platform, you can run the same quiz on Windows, Macintosh, Palm OS, or Pocket PC! Moreover, the basic version of Quizzler is free!

Major Features:

  1. Choose from multiple choice, flash card, reverse questions, and true/false formats from the same quiz
  2. Up to 10 possible answers in multiple choice mode
  3. Each question can be up to 8100 characters long! (with scrolling if necessary)
  4. Organize questions into Chapters. Take one chapter at a time, or all at once.
  5. Quizzes can contain pictures
  6. Quizzes can contain explanations
  7. Tracks recent scores. Students can beam scores to an instructor or beam the scores to a printer print the scores via the infrared port to a printer.
<<less
Added: 2007-11-27 License: Freeware Price:
downloads
 
Other version of Quizzler
Quizzler 3.4own quizzes (multiple choice, flash card, reverse questions, and true/false questions from
License:Freeware
Download (281.1KB)
downloads
Added: 2003-02-07
Tech-Info for HanDBase 1.0.1

Tech-Info for HanDBase 1.0.1


This database is to aid computer professionals in their efforts to maintain several computers and network related devices across several sites or customers. more>>
This database is to aid computer professionals in their efforts to maintain several computers and network related devices across several sites or customers.
The following is a list of things you can track. COMPANY: name, phone. COMPUTER: name, type, o/s, services, modem line, location, domain, workgroup, admin login, admin pass. HARDWARE: manufacturer, model, serial, cpu, ram, hard drives 0-4, video, sound, ethernet cards 0-1, tape drive, cd-rom, dvd-rom, netbeui. TCP/IP: ethernet 0-1 ip, mask, dns, gate, wins. IPX frame, force even, max conn, max sockets, net address, source routing, netbios over ipx. USERS: email, name, dept, phone, login, pass. There are similar fields for printers, routers, hubs, and switches. There is also a JOURNAL where you can track the work performed, as well as the time and date. The JOURNAL also totals the time per job. Open the Journal in HanDBase desktop and export it to a spreadsheet to help simplify your billing.
The databases are named to make finding them in your backup folder and the HanDBase application easy. All data is entered via the Tech database. The rest are linked. Some fields have pop-up lists started for you. I hope this helps to make your life easier, and I look forward to your feedback.
System requirements:
- HanDBase v.2.7x or greater
<<less
Download (13.00KB)
Added: 2007-07-29 License: Freeware Price: FREE
821 downloads
ShadowLink 5.0

ShadowLink 5.0


ShadowLink is a Palm OS5 only utility designed to work with CodeJedis ShadowPlan to reverse jump to the specific list and item from a linked ToDo or Appointment. more>>
ShadowLink is a Palm OS5 only utility designed to work with CodeJedis ShadowPlan to reverse jump to the specific list and item from a linked ToDo or Appointment.
Keying off the origin stamp written by Shadow Plan, ShadowLink can jump directly to the specific item, or to the top of the list, depending on which options you enable and the version of ShadowPlan you have.
Post v2.2 of ShadowPlan has the additional option under Link Preferences to support ShadowLinkHack and allows ShadowLink to jump directly to the linked item.
For ShadowPlan v2.2 and earlier, ShadowLink only jumps to the top of the specific list.
ShadowLink is licensed under the GNU General Public License.
See documentation in download for more information.
System requirements:
- Palm Tungsten
- Palm OS v5.0
- X-Master or EVPlugBase
<<less
Download (15.00KB)
Added: 2007-06-04 License: Freeware Price: FREE
872 downloads
AstroView 1.76

AstroView 1.76


AstroViewPalm is the program you use to view a shared computer from a Palm Powered device. more>>
AstroViewPalm is the program you use to view a shared computer from a Palm Powered device. Once downloaded unzip or unstuff and then install it onto your handheld via hotsync. After running it you will have access to a menu named "View" with menuitems "View Desktop...", "Diconnect From Share...", "Connection Options...", and "Network Statistics...". Statistics shows you the amount of used memory, how much data has been sent and read on the current connection and average connection speeds. Options lets you set some security features and a slow connection option. Disconnect breaks down the current connection. View brings up a dialog which allows you to view and control a shared desktop supplying the IP or DNS address, port number, computer name and password.
AstroViewPalm also allows you to save whatever is currently in the viewer as a picture whether you are connected to a remote desktop or not. This ability is found under the "Image" menu. You can view a desktop or a saved image in 3 levels of Zoom: Normal (1X), Zoom Double (2X) and Zoom Quadruple (4X). This ability is found under the "Zoom" menu. You can also push the up and down page buttons on the front of your device to zoom in and out respectively. Viewing in Double and Quadruple modes decreases bandwith significantly.
Most likely you will be viewing a remote desktop that is larger than the display on your Palm OS device. Currently AstroViewPalm has 3 ways to view different parts of that larger desktop. You do this by "scrolling".
We offer 3 scroll modes: Grab, Scale and Mouse.
Grab Scroll works by moving to another part of the remote desktop in response to you pushing the stylus. While you move the stylus the same point on the desktop stays under it. Its sort of like putting your index finger on a piece of paper thats on a smooth desk. As you move your finger around the paper moves too but not relative to your finger.
Scale Scroll works by showing you that part of the desktop relative to where your stylus is on the palm screen. So if you tap the top left corner of the palm screen you will see the top left corner of the remote desktop. Tap the middle of the screen and you see the middle of the remote desktop. Hold the stylus down while moving it and you will see everything in between.
Mouse Scroll works by imitating the mouse on the remote desktop. When you touch the stylus to the palm screen it causes the mouse button to be down on the remote desktop. As you move the stylus in mouse scroll mode so does the mouse move on the remote desktop. If you move the stylus within about 1/4 inch of your Palms screen border then the part of the remote desktop your viewing will shift so that you can see more of the desktop in the direction that you are moving the stylus.
You can switch between the different scroll modes via the "Stylus" menu. You can also switch into Mouse Scroll by hitting the leftmost hard button on the front of your palm also known as the DateBook button. Hitting it again will switch you back into the previous scroll mode either Grab or Scale. All 3 scroll modes work in real time as does zooming so you can zoom in and out at the same time you are using any of the scroll modes.
You can copy whatever text is currently selected on the shared machine to your handhelds clipboard. Do this by choosing "Copy From Remote..." under the "View" menu. You can also paste whatever text is currently on your handhelds clipboard to the text insertion point of the shared computer. Do this by choosing "Paste To Remote..." under the "View" menu. For both copying and pasting a maximum of 5000 characters are moved with one operation.
Enhancements:
- Added chat rooms to AstroShare and AstroView. This is found under the "Login" menu as "Show Chat Rooms...". You can create a new chat room and enter one from this dialog. The rooms are listed along with the number of users in each room. You can only enter one chat room at a time. When entering a chat room you leave the previous one. Currently chat rooms do not work with AstroView for Palm OS.
- In AstroShare we fixed a timing issue when using the Request/Invite feature from the FriendsList. Previously you would often have to request or invite twice because the first attempt would give AstroShare enough time to set itself up with AstroCity and the second attempt would have the connection go through. This has been fixed now.
- For AstroView for Palm OS we now properly show whos FriendsList you are viewing when choosing to show it via the Login Menu. This is displayed in the dialogs title.
System requirements:
- Palm OS 3.5 and later
- 1 Megabyte free storage
<<less
Download (110.00KB)
Added: 2007-08-13 License: Freeware Price: FREE
805 downloads
Style.com 1.0.3

Style.com 1.0.3


Style.com is a comprehensive and high-quality application which allows you to see the latest runway shows, right in the palm of your hand. more>>

Style.com 1.0.3 is a comprehensive and high-quality application which allows you to see the latest runway shows, right in the palm of your hand. Download now to see the latest couture shows from Paris and read the Style File blog. Starting September 5, you will be able to get updates from every major runway automatically to your device. In addition to perusing every look from New York, London, Milan, and Paris, you can also stream and watch the library of Style.com runway videos.

How it works:

  • When viewing fashion shows, choose a designer, then tap the first look in the grid to flip through photos with your finger, or hit the Play button for an automatic slideshow.
  • At any time during the slideshow, tap the top right-hand button to read Style.com's review of the show you are currently viewing.
  • To view video, simply select Style Videos from the first page.
  • Videos are listed by season, then by designer, in reverse chronological order.
  • Choose which video you would like to view, tap the designer name, and your video will start automatically.

Requirements:

  • Compatible with iPhone and iPod touch.
  • Requires iPhone 2.0 Software-Update
<<less
Download (1.7KB)
Added: 2008-09-28 License: Freeware Price:
downloads
MobileMule 0.9b

MobileMule 0.9b


MobileMule lets you control eMule with a Java-enabled mobile phone. more>>
MobileMule is a small subproject of eMule, which lets you control your eMule with any java-enabled mobile phone (actually not any, but most). Note that MobileMule is NOT a eMule for your mobile phone, but a remote control for your eMule.
Which mobile phones are supported?
Basically all java enabled mobile phones which have 40 KB free fixed memory and about 150-200KB Heap. A color display is strongly recommended (many older phone types - especially from Nokia - with non color display do not have enough free Heap anyway. Also you need to be able to access the Internet via HTTP. All java-enabled mobile phones should supported this, however it is possible that your contract doesnt allows internet access (prepaid) or that your carrier offers only restricted access. Anyway, the best way to find out is to try it.
Anything else needed?
Yes, your port 80 must be open reachable for incoming connections. So if you have a router or firewall you have to open this port.
Installation
1. Before Installing MobileMule
Before you beginn to install MobileMule make sure you meet all Requirements:
- You have a Java-enabled mobile phone (which is not on the "blacklist")
- You can access the Internet (WAP Gateway or direct Web access)
- Port 80 on your Box is reachable for incomming connection
2. Downloading
Ok, now that you know you could theoretically use MobileMule, it is worth a try to install it ;) Go to the download site and get the most current eMule version. This version is based on the latest official Release, but makes also sure that the MobileMule implementation is the most current one. It is possible that the last eMule release has already the most current MobileMule protocol, in this case you will find a notice about it on the download site. Unpack the Zip-File and replace the your old Exe-File with the new one you just downloaded.
There are two possibilities to download MobileMule: WAP/OTA direct into your mobile phone or saving it on your PC and then transfer it to your handy with a datalink cable. If you have a datalink cable, the second method is recommended, because your Operator will probably charge you for OTA transfer, while the second method doesnt cause any costs. A guide to install MobileMule via WAP can be found on the download site. IF you dont know how to use your datacable, check your phone manual - it is impossible to explain this for all mobile phone types here.
3. Setup
MobileMule needs no further setup. However make sure that your phone settings (WAP, Security) are ok, so that MobileMule can access the internet. In most cases you wont have to change anything.
In eMule you have to activate the MobileMule server. Open the preferences -> Webinterface and click on "MobileMule enabled". Now enter a password, which you will need later to log in. If you use the webserver, make sure it is not assigned to Port 80, or the MobileMule server will not work.
Now you have MobileMule installed, read the rest of the guide to learn more about using MobileMule.
Preferences
You can reach the preferences form the loginscreen. Here is a description of all available options:
Port
With this option you can change the port which MobileMule uses to connect to eMule. You have to choose the same port in the preferences of eMule. Note: Some WAP Gateways do not allow to connections on ports other than 80. If you do not use a WAP gatway there should be no problem with choosing other ports.
Login Method
Here you can select which address format MobileMule should use to find your eMule. If you choose Client ID you have to enter the (high) ID which was assigned to your eMule when it connected to a server, for example "16777343". DynIP or IP lets you choose between your real IP of your PC (for example "212.101.30.14") or the address of a dynamic DNS, which allows you to connect to your eMule even if it changed its IP and you do not know the new IP(only if you installed a dynamic ip programm, please look into the manuals of your favourite dynamic DNS service). An example: "myMule.dyns.net"
Save Password
If you want MobileMule to save your password, enable this option. If you want more security and enter the password everytime you start MobileMule disable it.
Login
ClientID: Enter here the ID which was assigned to your eMule when it connected to a server. LowIDs will not work. Also your ID will change everytime when your IP changes. In future version there will be additional and easier options, which replace the ID (like Dynamic IPs, or an Accountname for an MobileMule account which you can create on this page).
Password: The password you selected in your eMule preferences for MobileMule.
If everthing works, you should now be able to loging, if not you will (probably) get an error message. here are some of the possible errormessages and their meaning:
Unexpected Servererror - MobileMule could not access the internet or it could not find your ID (IP). Make sure you securit settings allow MobileMule to access the internet and that your WAP/Web settings are right.
Wrong opcode received - The responding server was no MobileMule server. If you use a WAP gateway it could also mean that it could not find your ID/IP or that you operator does not allow to access the internet.
Password rejected - Well this should be quite clear :)
Wrong server version - Your eMule version is not compatible to your MobileMule version. Download the latest MobileMule and eMule files and try again
General Servererror - The server (emule) reported an error for some reason. Maybe there is a problem with your WAP Gateway which corrupted the message, but it could have many reasons
Important:
If you have any problems logging in, first try to use the option "Connection test". MobileMule will then try to connect to a server, which is for sure available and will response. If this test succeeds, but you cannot log into your eMule then the problem is located somewhere on your PC. Recheck if you started the MobileMule Server in eMule, if there was no Errormessage in the log and if you have set it to the default port, if you have used the correct ID or IP and if you firewall or router allows/forwards incoming connections on this port.
Status Overview
You can find some basic information about what your eMule does right now here. Everything should be selfexplaining (ok that sounds strange for a HowTo ;) ).
Downloads
On this screen you will see all current downloads and their status. Two red rectangles means this file is paused, a green circle indicates that this file has the waiting state while a filled green circle is a file which is currently receiving data.
You have 4 options here: Cancel, Delete and Pause/Resume should be clear. However be warned: currently there MobileMule will not ask you to confirm your selection if you choose to delete a file. The detail option leads you to the detail screen.
Preview
MobileMule can preview all movie files, which your eMule is currently loading or finished in its current session. Go into the "Finished Files" or "Downloads" screen and select Preview. eMule will try to grab the first frame from the selected movie, resize it to your mobile phones display size and send it.
The preview works with most codecs and video types, but there are some exception were eMule is not able to get a frame. In this case you will see an error message or a complete black image. Also you will only be able to use the preview if your phone has a color display and enough memory to recieve and draw the picture.
Also please keep in mind that the picture has a size of about 5-10KB (depending on the size of your display). This means that it will take a moment until the picture is loaded and it also means that if your operator charges you for transferred volume you should use this option careful.
File Details
This screen contains all information about a file, which you could also find in the eMule download window.
Search
Type the keyword you want to search for into the field (in the prior screen), select a file type and then click start. MobileMule will show you up the 15 results which have the most sources available. The number on the right will you you how many sources this file has. However it has max. 2 digits, meaning if there are more than 99 sources it will show 99.
You have two options here: Detail will show you more details about the selected file like the full name, filesize and how many sources it has and Download will tell eMule to download this file.
Commands
There are currently two commands available here. You can shut down your PC (and turn off power) or shut down eMule. Of course shutting down your PC will result in shutting down eMule too. Another note: Do not expect to be able to connect to your eMule after you used one of those commands ;)
System requirements:
- Java-enabled mobile phone
- Internet connection (WAP Gateway or direct Web access)
- port 80 must be open reachable for incoming connections
<<less
Download (54.00KB)
Added: 2007-06-08 License: Freeware Price: FREE
556 downloads
The Dude nLite Addon 3.4

The Dude nLite Addon 3.4


The Dude nLite Addon provides you with an innovative and very useful application by MikroTik which can dramatically improve the way you manage your network environment. more>>

The Dude nLite Addon 3.4 provides you with an innovative and very useful application by MikroTik which can dramatically improve the way you manage your network environment. It will automatically scan all devices within specified subnets, draw and layout a map of your networks, monitor services of your devices and alert you in case some service has problems.

Major Features:

  1. The Dude is free of charge!
  2. Auto network discovery and layout
  3. Discovers any type or brand of device
  4. Device, Link monitoring, and notifications
  5. Includes SVG icons for devices, and supports custom icons and backgrounds
  6. Easy installation and usage
  7. Allows you to draw your own maps and add custom devices
  8. Supports SNMP, ICMP, DNS and TCP monitoring for devices that support it
  9. Individual Link usage monitoring and graphs
  10. Direct access to remote control tools for device management
  11. Supports remote Dude server and local client
  12. Runs in Linux Wine environment, MacOS Darwine, and Windows
<<less
Download (3.5MB)
Added: 2009-05-11 License: Freeware Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3