Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Device Help and Discussion Forums > BlackBerry Storm 9530/9500 > Storm 3rd Party Apps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #16  
Old 01-27-2009, 10:23 AM
ylexot's Avatar
CrackBerry Addict
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Nov 2008
Posts: 696
Default

Very cool calculator. I feel so much better now that I can use RPN. The "Realistic Screen" is pretty fun to use for that retro feel. Now I'm just hoping that someone will make a 48GX emulator...
Reply With Quote
  #17  
Old 01-27-2009, 11:15 AM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Default

thanks for posting the source code. I'm looking to tinker in the development area and it's always good to get some sample code to leverage as a starting point.
Reply With Quote
  #18  
Old 01-27-2009, 12:04 PM
sn05py's Avatar
CrackBerry User
Device Model: Storm1/9700
Carrier: T-Mobile
 
Join Date: Nov 2008
Posts: 19
Default

I want to thank you for feeding my need for an RPN calculator.. Great Job!

If you do a landscape mode, could you maybe do a layout similar to a 11C?

Also, is there a way to turn off the buzz for every key input (just seems like a waste of battery to me)

Once again, for a version 1.0, this is fantastic!
Reply With Quote
  #19  
Old 01-27-2009, 03:21 PM
CrackBerry Newbie
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Nov 2008
Posts: 7
Default

Quote:
Originally Posted by Habious View Post
Banks are no longer giving loans...and all investments are going DOWN...there you go; no calculator needed!
I still gotta calculate how much I'm loosing!
Reply With Quote
  #20  
Old 01-27-2009, 06:19 PM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 16
Default

Thanks for the suggestion of using the HP-11 as a basis for the landscape layout.
The only reason it doesn't already do landscape is because I was too lazy to design
a good layout.

Of course, it is trivial to add an option to turn off the vibrate. (It's also trivial to do
the vibrate in the first place; I wonder why more applications or the OS itself do
not have that option.)

Quote:
Originally Posted by sn05py View Post
I want to thank you for feeding my need for an RPN calculator.. Great Job!

If you do a landscape mode, could you maybe do a layout similar to a 11C?

Also, is there a way to turn off the buzz for every key input (just seems like a waste of battery to me)

Once again, for a version 1.0, this is fantastic!
Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote
  #21  
Old 01-27-2009, 06:30 PM
CrackBerry Newbie
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 7
Thumbs up Much Thanks

Great app or emulator or whatever it is. I'm stoked to have an RPN calculator on my Storm.
Reply With Quote
  #22  
Old 01-28-2009, 06:56 PM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Default

Unrelated dev question (since you were nice enough to post the source code, hoping you'll point me in the right direction with this)

I've generated the HelloWorld app and have a .cod file. I need an .alx file to load via the desktop manager. How do I go about generating one in order to copy it over to my BB for testing (I can view via the simulator, but want to deploy on my actual phone)?
Reply With Quote
  #23  
Old 01-28-2009, 07:39 PM
CrackBerry Newbie
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 1
Default

I like it... I always find it hard to go back to a 'forward texan' calculator. RPN will always be easiest for me! Thanks, Dougbert

PS - Any interest in doing an HP-48SX???
Reply With Quote
  #24  
Old 01-29-2009, 10:27 PM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 16
Default

Quote:
Originally Posted by b_daddy View Post
Unrelated dev question (since you were nice enough to post the source code, hoping you'll point me in the right direction with this)

I've generated the HelloWorld app and have a .cod file. I need an .alx file to load via the desktop manager. How do I go about generating one in order to copy it over to my BB for testing (I can view via the simulator, but want to deploy on my actual phone)?
There is a command in the JDE "Build' menu to generate an ALX file. But I have never needed one.
During development, I simply load the .cod file into the phone with JavaLoader.exe.
Setting up the app for OTA download is a bit confusing- you have to unpack the .cod (which is really a .zip) into several "sibling" .cods, and
you have to edit the .jad file a bit. Search the developer message boards for more info. I am surprised that the JDE does not do
these things automatically.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote
  #25  
Old 01-29-2009, 10:29 PM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 16
Default

Quote:
Originally Posted by sleetstorm View Post
PS - Any interest in doing an HP-48SX???
Find an existing Java implementation and your work is 90% done...

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote
  #26  
Old 01-30-2009, 04:33 PM
CrackBerry User
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Default

Quote:
Originally Posted by dougbert609 View Post
There is a command in the JDE "Build' menu to generate an ALX file. But I have never needed one.
During development, I simply load the .cod file into the phone with JavaLoader.exe.
Setting up the app for OTA download is a bit confusing- you have to unpack the .cod (which is really a .zip) into several "sibling" .cods, and
you have to edit the .jad file a bit. Search the developer message boards for more info. I am surprised that the JDE does not do
these things automatically.

Posted from my CrackBerry at wapforums.crackberry.com
Perfect...thanks!
Reply With Quote
  #27  
Old 01-31-2009, 03:36 AM
CheetahAce's Avatar
CrackBerry Genius
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Nov 2008
Location: San Diego
Posts: 4,175
Default

Nice App! I really needed an RPN calc on the app. This is really helpful and it looks nice too. Good job.
Reply With Quote
  #28  
Old 02-17-2009, 07:27 PM
CrackBerry User
Device Model: 9500 (Storm)
Carrier: Verizon
 
Join Date: Feb 2009
Posts: 25
Default

Is there a reason I can't get it to work? I pound in OP's website and click on the download link, and I get a screen full of code that doesn't look long enough to be a calc app. Then, I navigate here on the phone and try to click the link, and I'm asked for a login.
Reply With Quote
  #29  
Old 02-17-2009, 07:40 PM
PavementPilot's Avatar
CrackBerry Abuser
Device Model: 9530
Carrier: Telus
PIN: PM me
 
Join Date: Dec 2007
Location: Vernon, BC
Posts: 322
Default

Quote:
Originally Posted by mech_e View Post
click on the download link, and I get a screen full of code that doesn't look long enough to be a calc app.

Same here.
__________________
Humans require a brain. Too bad use is optional!

OS 4.7.0.122
Platform 4.0.0.153
Made in Canada on 22/12/08
Reply With Quote
  #30  
Old 02-17-2009, 08:16 PM
PavementPilot's Avatar
CrackBerry Abuser
Device Model: 9530
Carrier: Telus
PIN: PM me
 
Join Date: Dec 2007
Location: Vernon, BC
Posts: 322
Default

Quote:
Manifest-Version: 1.0
MIDlet-Version: 1.0
MIDlet-Jar-Size: 268789
RIM-COD-URL-2: HP25-2.cod
MicroEdition-Configuration: CLDC-1.1
MIDlet-Jar-URL: HP25.jar
RIM-COD-Module-Dependencies: net_rim_cldc
RIM-COD-SHA1-2: bc 2d a5 59 cf e8 df a0 97 f0 8a c4 1c 69 60 de 64 a7 41 c6
RIM-COD-URL-1: HP25-1.cod
RIM-COD-SHA1-1: 32 9a ed 0b 96 f5 3a 63 d9 b4 68 e7 e8 3b 94 93 e8 37 c1 14
RIM-COD-Size-2: 49792
RIM-MIDlet-Flags-1: 0
RIM-COD-Size-1: 45700
RIM-COD-Module-Name: HP25
MIDlet-Name: HP25
RIM-COD-Size: 41056
RIM-COD-Creation-Time: 1232846544
MIDlet-1: HP25 CLDC Calculator,hp25butn.jpg,
RIM-COD-URL: HP25.cod
MIDlet-Description: HP25 Calculator Emulation
RIM-COD-SHA1: 0e 2c e7 01 64 c3 07 09 d8 1b 24 e3 da e5 69 f9 17 46 c0 f9
MicroEdition-Profile: MIDP-2.0
MIDlet-Vendor: doug@dougbraun.com
This what I am getting on my BB when I follow the JAD link.
__________________
Humans require a brain. Too bad use is optional!

OS 4.7.0.122
Platform 4.0.0.153
Made in Canada on 22/12/08
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:43 AM.

 
 Site Support | Accessory Order Support | App Store Support | Advertise | Newsletter | About Us

Creating smartphone communities
Android Central - Android reviews, news and forums Crackberry - Blackberry news, reviews and community TiPb - iPhone news, accessory reviews & forums
Pre Central - Palm Pre Review, News and Community Treo Central - Treo & Centro News and Forums WMExperts - Windows Mobile Reviews & News

The names RIM and BlackBerry are registered Trademarks of Research in Motion Limited.
CrackBerry.com is in No Way Affiliated with Research in Motion Limited.
Copyright ©2007-2009 Smartphone Experts. Terms and Conditions. Privacy Policy. All rights reserved.