SmartPhoneToday

  #61  
Old 03-24-2005, 04:26 AM
thejollyboys thejollyboys is offline
Junior Member
 
Join Date: Jan 2005
Posts: 25
If you are using default then the "allow other browser services" will not be selected. Try setting this to true and retry.
Reply With Quote
  #62  
Old 03-24-2005, 07:53 AM
cayzac cayzac is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
No luck. By the way, if you click on it, it displays the explanation. True is the default.
Reply With Quote
  #63  
Old 03-24-2005, 11:12 AM
cayzac cayzac is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
Possible breakthrough! I just got off the phone with RIM. It DOES look like its related to Nextel. Below is their email explanation to me. I've forwarded this to deadstick. Hopefully the necessary changes can be made so I can use this app on our network!!

The problem sounds like it is caused by the application not using the correct connection type. On most BlackBerry handhelds, the default connection used (unless explicitly specified by the application) is to go through the BlackBerry MDS Server. However, this is not the case for BlackBerry handhelds running on the iDEN network, which include the BlackBerry 7510 you are using. The default connection used by a BlackBerry 7510 is to use the direct TCP connection over the iDEN (Nextel or Telus) network, not your BlackBerry MDS Server. This is the most likely cause of the application not being able to contact your internal server, because it is attempting to do so from an outside internet connection. If it is a third party application you are using, the required change will need to be made by the software vendor. Please direct them to the following document linked to below and instruct them to email us at jde@rim.com if they have any questions.

http://www.blackberry.com/knowledgec...46282&vernum=0
Reply With Quote
  #64  
Old 03-25-2005, 09:45 PM
ahovis ahovis is offline
Junior Member
 
Join Date: Mar 2005
Location: Raleigh,NC
Posts: 3
Unhappy

I just installed .81 and can not get my menu items back!! This is one of the most useful programs on my BB HELP! I have rebooted, pulled the battery numerous times, reinstalled the older version but nothing works. Is there anything I can do???
Reply With Quote
  #65  
Old 03-25-2005, 10:44 PM
ahovis ahovis is offline
Junior Member
 
Join Date: Mar 2005
Location: Raleigh,NC
Posts: 3
well, finally got it to work. Guess you just have to keep rebooting.
Reply With Quote
  #66  
Old 03-26-2005, 11:10 AM
deebo deebo is offline
Junior Member
 
Join Date: Mar 2005
Posts: 1
Where can you download the pearl server?

This program works GREAT!!!! However I am intrested in hosting my own server. I have seen several refrences like

"There is a Server written in Perl that you are more than welcome to use as your own server, instead of using mine."

And in the documentation for setting up the server it refrences configuring the file BBSpellCheckServer.cgi

However I cannot seem to find where to download it? Any help would be appreciated

-David
Reply With Quote
  #67  
Old 03-27-2005, 05:13 AM
Nextel User Nextel User is offline
Senior Member
 
Join Date: Nov 2004
Posts: 225
try reading the help file that came with it.
__________________
Pin 4002EF71
Reply With Quote
  #68  
Old 03-29-2005, 09:42 AM
deadstick deadstick is offline
Member
 
Join Date: Feb 2004
Posts: 57
Just released BBSpellCheck V0.91 RC2. This will be the last release candidate before the final V1.0 comes out:

V0.91 RC2
* Explicity say whether to use a MDS proxy or not. Apparantly the default for certain Nextel
models is different to other carriers
* Rearrange order of options screen menu items

The big issue this version fixes is for Nextel only users who want to use there own BBSpellCheck server within there own firewall. Nextel devices do things a little different than other carriers, fun fun...

Oh, I've also had a number of requests of where to find the CGI server code. It is located here

Enjoy
Reply With Quote
  #69  
Old 03-29-2005, 07:38 PM
cayzac cayzac is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
Way to go Deadstick! Thanks for all the Nextel help. This is one thing about Nextel that definitely makes things interesting. You didn't give up and I sincerely appreciate it. This is one great application!!
Reply With Quote
  #70  
Old 03-30-2005, 02:14 PM
Cargodog Cargodog is offline
Junior Member
 
Join Date: Feb 2005
Posts: 1
I'm getting an odd reply that I've yet seen mentioned.

When I attempt to run a check it comes back with "BBSpellCheck Error: Could not find a service book entry for IPPP"

Any ideas?
Reply With Quote
  #71  
Old 03-31-2005, 10:55 PM
jpichler jpichler is offline
7520 Best Blackberry Ever
 
Join Date: Mar 2003
Location: San Francisco
Posts: 109
quick question...

Great initiative Deadstick on a valuable app like BBspell.

I did install the app and the server piece but whenever I test and mis-spell words in the body of my email and hit the whell and select "Spelling" the splash screen "Checking Spelling" appears followed by "No Spelling errors found"

I have succesfully tested my cgi-bin under IIS6
Installed both File::Temp and CGI modules
I have installed the english pre-compiled dictionaries to Aspell and tested from a command line.

please advise as to what might be going on.

--J

Last edited by jpichler; 04-01-2005 at 12:04 AM.
Reply With Quote
  #72  
Old 04-01-2005, 07:42 AM
deadstick deadstick is offline
Member
 
Join Date: Feb 2004
Posts: 57
jpichler, I don't know if you've done this or not, but make sure your server is sending back the XML packet. The easiest way I do this is to remove the client piece out of the equation and use a standard HTML form such as:

<form action="http://<myhost>/cgi-bin/BBSpellCheckServer.cgi" method="POST">
text: <textarea name="check"></textarea>
<input type="submit" value="Send">
</form>

to test the server with. In this way you can see the response in the browser and also add debug/print statements in the CGI at various places to see whats going on (remember to remove these before trying with BBSpellCheck).

Once you've past this point and you know 100% the server is returning an XML packet you can bring the client piece back in and test. At this point its usually TCP issues that start cropping up, but the fact that you aren't seeing these now leads me to believe the server isn't returning what is expected....

Also read the release notes (if you haven't already) and make sure you've performed all the steps listed.
Reply With Quote
  #73  
Old 04-01-2005, 08:55 AM
jpichler jpichler is offline
7520 Best Blackberry Ever
 
Join Date: Mar 2003
Location: San Francisco
Posts: 109
here is what I see...

after comparing the release notes with what I did the only difference is that where you add

"C:\perl\bin\perl.exe %s"

to the mapping I need to add

C:\perl\bin\perl.exe "%s" %s

to get any of my .cgi scripts to work, with your test code above my browser returns a blank page (as you suspected) with the following in "view source"

<spell-results></spell-results>

and that matches the output commented out in the BBspellCheckServer.cgi file. (except the return webpage is blank)

I am wondering if that script is not invoking the Aspell correctly.

this is my entry
# The Aspell executable
my $cmdAspellExe = "\"C:\Program Files\Aspell\bin\aspell\"";

and this is the path to my aspell.exe

C:\Program Files\Aspell\bin

is there somewhere I can see the temp file being written on the server to insure thats being done correctly?

what else could I be missing?

--J

--jpichler

Last edited by jpichler; 04-01-2005 at 09:04 AM.
Reply With Quote
  #74  
Old 04-03-2005, 03:36 AM
jpichler jpichler is offline
7520 Best Blackberry Ever
 
Join Date: Mar 2003
Location: San Francisco
Posts: 109
i finally got it to work...

the issue was that I had to escape the "\" so the line in the .cgi script for calling the Aspell looks like this.

my $cmdAspellExe = "\"C:\\Program Files\\Aspell\\bin\\aspell\"";

--J
Reply With Quote
  #75  
Old 04-04-2005, 12:32 PM
iDENCustom's Avatar
iDENCustom iDENCustom is offline
Senior Member
 
Join Date: Mar 2003
Posts: 712
http://www.blackberrycool.com/2005/04/04/00324/
__________________
www.idencustom.com
PIN: 201E8E77
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:16 PM.




Click Here to Expand Forum to Full Width



Find a Hotspot Copyright 2003 Jupitermedia

Jobs at PDAStreet.com

The PDA Network
FREE Downloads • Find a PDA • Talk about PDAs • PDA News • Submit Content • Submit Software • Windows Mobile • Palm Computing« • Psion • SmartPhone • Helio • HP200LX • Zaurus • Newton/eMate • REX • PocketMail • Tablet Computers • Other Gadgets
Join SmartPhoneToday | Help | Advertising Info | Contact Us internet.com

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.