Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > Stuff for your BlackBerry Smartphone! > BlackBerry Apps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #16  
Old 01-27-2009, 09:23 AM
CrackBerry Addict
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Nov 2008
Posts: 686
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #17  
Old 01-27-2009, 10:15 AM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #18  
Old 01-27-2009, 11:04 AM
CrackBerry User
Device(s): Bold 9900 / PlayBook 32
Carrier: T-Mobile
 
Join Date: Nov 2008
Posts: 32
Likes Received: 0
Thanked 2 Times in 2 Posts
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 Tip this Post
  #19  
Old 01-27-2009, 02:21 PM
CrackBerry Newbie
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Nov 2008
Posts: 7
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
    Thread Author   #20  
Old 01-27-2009, 05:19 PM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 17
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #21  
Old 01-27-2009, 05:30 PM
CrackBerry Newbie
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 7
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #22  
Old 01-28-2009, 05:56 PM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #23  
Old 01-28-2009, 06:39 PM
CrackBerry Newbie
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 1
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
    Thread Author   #24  
Old 01-29-2009, 09:27 PM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 17
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
    Thread Author   #25  
Old 01-29-2009, 09:29 PM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Jan 2009
Posts: 17
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #26  
Old 01-30-2009, 03:33 PM
CrackBerry User
Device(s): 9530 (Storm)
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 40
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #27  
Old 01-31-2009, 02:36 AM
CrackBerry Genius of Geniuses
Device(s): 9530 (Storm)
Carrier: Verizon
 
Location: San Diego
Join Date: Nov 2008
Posts: 5,376
Likes Received: 107
Thanked 133 Times in 76 Posts
Default

Nice App! I really needed an RPN calc on the app. This is really helpful and it looks nice too. Good job.
__________________
QuickLaunch - App Launcher + Many Utilties - 2011 Best App, 2010 Best OS Enhancement App, 2009 Best Productivity App
QuickWeather - Weather Widget for your homescreen!
QuickFind - Gps Radar, Car Finder, Topo Maps, Voice Turn by Turn Directions
NikkiSoft - http://www.nikkisoft.com
- NikkiSoft Apps are available exclusively ONLY on App World -
Reply With Quote Tip this Post
  #28  
Old 02-17-2009, 06:27 PM
CrackBerry User
Device(s): 9500 (Storm)
Carrier: Verizon
 
Join Date: Feb 2009
Posts: 25
Likes Received: 0
Thanked 0 Times in 0 Posts
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 Tip this Post
  #29  
Old 02-17-2009, 06:40 PM
CrackBerry Abuser
Device(s): 9700 (Bold) running 6.0.0.546 in an Otterbox Defender
Carrier: Telus
Pin: On request only
 
Location: Vernon, BC
Join Date: Dec 2007
Posts: 457
Likes Received: 0
Thanked 1 Time in 1 Post
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.
__________________
Definition of insanity - Doing something over and over, expecting a different result everytime.
Reply With Quote Tip this Post
  #30  
Old 02-17-2009, 07:16 PM
CrackBerry Abuser
Device(s): 9700 (Bold) running 6.0.0.546 in an Otterbox Defender
Carrier: Telus
Pin: On request only
 
Location: Vernon, BC
Join Date: Dec 2007
Posts: 457
Likes Received: 0
Thanked 1 Time in 1 Post
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.
__________________
Definition of insanity - Doing something over and over, expecting a different result everytime.
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > Stuff for your BlackBerry Smartphone! > BlackBerry Apps   I wrote a Calculator app for the Storm

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes