BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-22-2012, 12:24 AM   #1
samffff
New Member
 
Join Date: Apr 2011
Model: 7100T
PIN: N/A
Carrier: verizon
Posts: 12
Default blackberry programming?

Please Login to Remove!

Is the only programming language that apps are currently done with on a blackberry just java?

Or can you code your apps in other languages like c or objective-c like the iphone.

Question 2
I have an .apk file that runs great on a android phone.
Curious is the only way to get this app to work is to recompile it for blackberry.
(I.E modify the code so it only depends on blackberry api's then recompile )

Or is their some app that allows you to run a .apk java android app on a blackberry. Some sort of android emulator on a blackberry app.
Offline  
Old 03-22-2012, 06:54 AM   #2
stevetaz
CrackBerry Addict
 
stevetaz's Avatar
 
Join Date: Mar 2008
Model: S III
PIN: N/A
Carrier: sprint
Posts: 844
Default Re: blackberry programming?

Quote:
Originally Posted by samffff View Post
Is the only programming language that apps are currently done with on a blackberry just java?

Or can you code your apps in other languages like c or objective-c like the iphone.

Question 2
I have an .apk file that runs great on a android phone.
Curious is the only way to get this app to work is to recompile it for blackberry.
(I.E modify the code so it only depends on blackberry api's then recompile )

Or is their some app that allows you to run a .apk java android app on a blackberry. Some sort of android emulator on a blackberry app.
As you were advised yesterday, you should post this in the Developer Forum.
__________________
"Criticism is something you can avoid easily by saying nothing, doing nothing, and being nothing"
-Aristotle
Offline  
Old 03-22-2012, 07:05 AM   #3
NJBlackBerry
Grumpy Moderator
 
NJBlackBerry's Avatar
 
Join Date: Aug 2004
Location: Somewhere in the swamps of Jersey
Model: SGS7
Carrier: Verizon
Posts: 27,948
Default Re: blackberry programming?

Moved to the DEVELOPER FORUM.
Offline  
Old 03-22-2012, 08:00 AM   #4
hrbuckley
BlackBerry Extraordinaire
 
Join Date: Jan 2006
Model: LEZ10
OS: 10.0.10
Carrier: Rogers CA
Posts: 1,704
Default Re: blackberry programming?

Quote:
Originally Posted by samffff View Post
Is the only programming language that apps are currently done with on a blackberry just java?

Or can you code your apps in other languages like c or objective-c like the iphone.

Question 2
I have an .apk file that runs great on a android phone.
Curious is the only way to get this app to work is to recompile it for blackberry.
(I.E modify the code so it only depends on blackberry api's then recompile )

Or is their some app that allows you to run a .apk java android app on a blackberry. Some sort of android emulator on a blackberry app.
For BlackBerry OS the only option is Java. Specifically J2ME with BlackBerry extensions.

If you want to port your Android application to the current set of BlackBerry handsets you will have to re-write it to the BlackBerry API which may, or may not, be an easy task. There is not a direct correspondence between functions on the two operating systems.

The other option is to re-package your Android application to run on the PlayBook Tablet OS Android player. Once re-packaged your application will run on the PlayBook, and future BlackBerry 10 devices. Start here: https://bdsc.webapps.blackberry.com/android/
__________________
My other Blackberry is a PlayBook.
Offline  
Old 03-23-2012, 01:11 AM   #5
samffff
New Member
 
Join Date: Apr 2011
Model: 7100T
PIN: N/A
Carrier: verizon
Posts: 12
Default Re: blackberry programming?

SO then by the above stuff you said.
There does exist away to run a android app on blackberry.
Correct? you just have to download an android emulator app for the blackberry and run it on there.

Quote:
PlayBook Tablet OS Android player
So this is just an emulator on the blackberry phones to run android apps.
If so where is the PlayBook app and does it cost anything.

If I am understanding you correct this is really cool since I don't think microsoft or apple based mobile/embedded devices have this capability yet?

That would certainly make android and blackberries more marketable to the developer guy

Last edited by samffff; 03-23-2012 at 01:27 AM..
Offline  
Old 03-23-2012, 07:18 AM   #6
hrbuckley
BlackBerry Extraordinaire
 
Join Date: Jan 2006
Model: LEZ10
OS: 10.0.10
Carrier: Rogers CA
Posts: 1,704
Default Re: blackberry programming?

No, at least not yet. The Android player is part of the PlayBook Tablet OS 2.0 suite. It does not run on BlackBerry OS devices, which includes all current BlackBerry handheld devices. However BlackBerry 10, expected later this year, will be based on the PlayBook Tablet OS and will run across all future BlackBerry platforms (BlackBerry 10 handhelds and tablets). RIM has stated that anything written to the Tablet OS 2.0 API will run on BlackBerry 10.

So we aren't there yet, but that is the direction we're going.
__________________
My other Blackberry is a PlayBook.
Offline  
Old 03-23-2012, 01:22 PM   #7
samffff
New Member
 
Join Date: Apr 2011
Model: 7100T
PIN: N/A
Carrier: verizon
Posts: 12
Default Re: blackberry programming?

Hum,
interesting .... PlayBook Tablet OS is that open source like the android or closed source? Also is the blackberry os's /PlayBook Tablet OS based a particular linux distro or unix based distro like bsd...etc Or was it completely written from scratch.
I know RIM guys where some of the first smartphone makers so I am assuming it is closed source and completely written from scratch in the late 1999 ...etc though I am not completely sure they could have had a code base they based it on.

Android embedded devices os's = linux kernel open source
Microsoft embedded devices os's = windows closed source code
iphone embedded devices os's = ios based on BSD /system7 closed source code
Black berry embedded devices os's = ? (could be from scratch close source)
Most os's for embedded device are similar to there computer os's equivalent (probably used most of the same code with modifications to schedulers , ...etc)

But blackberry is a little different in that they don't have a computer equivalent os.
And going by the fact that those 4 companies produces probably about 95% of embedded devices for consumer use today blackberry for fun should release a free blackberry os distro for the x86/64 computers.
They don't have to release the source code if that don't want just a free iso version, emulator version...etc

Or maybe already somebody has extracted the os and ran it in a arm emulator duno would be nice just to play with there os
But I am rambleing

Last edited by samffff; 03-23-2012 at 01:34 PM..
Offline  
Old 03-23-2012, 01:41 PM   #8
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default Re: blackberry programming?

The new OS platform is QNX.

It is not "open source".
Offline  
Old 03-23-2012, 02:07 PM   #9
barilan
New Member
 
Join Date: Mar 2012
Model: 8230
PIN: N/A
Carrier: pp
Posts: 1
Default Re: blackberry programming?

is ther away to delete an icon i mean the web browser or to disable within the bb 8230
Offline  
Old 03-23-2012, 02:48 PM   #10
samffff
New Member
 
Join Date: Apr 2011
Model: 7100T
PIN: N/A
Carrier: verizon
Posts: 12
Default Re: blackberry programming?

WOW,
just read
Quote:
QNX Neutrino (2001) has been ported to a number of platforms and now runs on practically any modern CPU that is used in the embedded market. This includes the PowerPC, x86 family, MIPS, SH-4 and the closely related family of ARM, StrongARM and XScale CPUs
So in theory they have an x86 os for the unix based QNX operating system.

Though I havn't found where you can download a free distro of it or if they allow that. On there download page they have alot of developing software for there os stuff. But I don't really see where you can download the x86 version.

Maybe they don't provide this :(
Offline  
Old 03-23-2012, 08:05 PM   #11
federgejzla
Knows Where the Search Button Is
 
Join Date: Mar 2012
Model: 9860
PIN: N/A
Carrier: Rogers
Posts: 23
Default Re: blackberry programming?

QNX Download Center
Offline  
Closed 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 On
HTML code is Off

Forum Jump

Similar Threads for: blackberry programming?
Thread Thread Starter Forum Replies Last Post
Bes 4.1.7 Mr2 Mikey_AGBoston BES Admin Corner 5 04-29-2010 02:37 PM
Web Desktop 5 no application loader Walter_Str BES Admin Corner 2 08-27-2009 07:05 AM
Perform a cutover to another BlackBerry Enterprise Server in IBM Lotus Domino hdawg BES Admin Corner 3 04-25-2008 09:47 AM
BES 4.1 SP2 for Microsoft Exchange - Now Available jibi BES Admin Corner 51 01-10-2007 10:30 AM
Problem W/ the O2 Theme on 7100i Stress BlackBerry Themes 24 01-31-2006 09:32 AM


National Instruments NI-9214 Thermocouple input Module with NI TB-9214 picture

National Instruments NI-9214 Thermocouple input Module with NI TB-9214

$2600.00



NEW Sealed AB 1756-IT6I2 ControlLogix Enhanced Isolated Thermocouple Module  picture

NEW Sealed AB 1756-IT6I2 ControlLogix Enhanced Isolated Thermocouple Module

$759.05



For 1769-IT6 6 Pt Thermocouple Module in Box picture

For 1769-IT6 6 Pt Thermocouple Module in Box

$4199.88



Cooking Performance Group Thermocouple 351302170058 picture

Cooking Performance Group Thermocouple 351302170058

$55.99



1980-060 - Thermocouple 60 inch picture

1980-060 - Thermocouple 60 inch

$22.00



Type K Thermocouple Temperature Sensor 2

Type K Thermocouple Temperature Sensor 2"Pipe Clamp 3' Cord Wide Range 350F HVAC

$19.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.