Posts Tagged ‘Third Party’

BIS 3.0 Upgrade Scheduled for EMEA March 14th

It looks like Europe, the Middle East and Africa (EMEA) are getting the BIS 3.0 upgrade this weekend. This is a highly anticipated BIS upgrade because it will bring 2-way Gmail sync, which I’m personally elated about. The update is expected to arrive during a scheduled maintenance for March 14th. Details below:

Maintenance Summary: BlackBerry Internet Service v2.8 upgrade to BlackBerry Internet Service v3.0

Impact: BlackBerry Internet Service subscribers may be unable to send or receive messages, use the BlackBerry Internet Service web site, or perform activities such as creating new accounts, accessing their Internet mailbox, integrating third-party email accounts, or viewing email attachments during the maintenance.

Wireless service providers and device resellers may be unable to use BlackBerry administration web sites or perform activities such as creating subscriber accounts or provisioning services for subscribers during the maintenance. [0214]

Ticket Number: BBCHG45911
Change Window Start Date and Time: 14 March 2010 02:00:00 (GMT)
Change Window End Date and Time: 14 March 2010 06:00:00 (GMT)
Estimated Duration of Service Impact: 4 hour(s) and 0 minute(s)
% of Subscribers Affected: 100.00 (estimated)

We’ve heard rumors that this update will be coming to North America at the end of the month, and my fingers are crossed that this rumor is true.

© Kyle for BlackBerry Cool, 2010



Is This What A BlackBerry Super App Is Supposed To Look Like?

BlackBerry OS 6 Prototype

Some very interesting images emerged from yesterday’s BlackBerry Super App Webcast that we told you about a few days ago.  I am not quite sure what this application is, or, even if it is something that RIM is working on, but, it appears to be a some type of today page on steroids.

From one screen shot, we certainly can’t determine if this is a good BlackBerry application or not, however, it looks awfully nice.  I certainly hope that we, not only start to see really nice looking BlackBerry applications come out of RIM, but, the tools necessary for third party developers to create such applications without having to spend more time designing the GUI than it takes to code the functionality, come out as well.

Holding a webinar to show developers the possibilities of BlackBerry Super Apps is great.  RIM just needs to make sure that the tools necessary to create BlackBerry Super Apps are made available to them.

Is This What A BlackBerry Super App Is Supposed To Look Like? is a post from: RIMarkable



Opera Mini 5 Beta 2 now available for download

Opera_mini_5_beta_2

UPDATE: I’ve been reading a lot of the feedback and it seems this build isn’t stable on the 9700. If you’re a 9700 user, consider waiting until the next release.

Opera Mini 5 is a great BlackBerry browser alternative, especially for the Storm. The pages look much more crisp, and the browsing experience is something a little more on par with the rest of the smartphones on the market. The downside is that there are some serious limitations to how well a third party browser can integrate with the device. Personally, I would like to see RIM give Opera much more access to their platform. It would give Storm users a much better browsing experience and something to tide them over until the WebKit-based BlackBerry browser is released.

Opera Mini is mainly for the dumb phone market, as the company has an enormous user base in places such as Russia and Indonesia. The BlackBerry experience isn’t as fine-tuned as it could be so while this is Beta 2 of Opera Mini 5, it isn’t without its bugs. Nonetheless, it is definitely worth trying out.

Opera Mini 5 Beta 2 can be download by visiting http://m.opera.com/next from your BlackBerry browser.

© Kyle for BlackBerry Cool, 2009



Opera Mini 5 Beta 2 Now Available For Download

Opera Mini 5 Beta 2

Opera Mini 5 Beta 2 is now available for download.  It is working just fine for me on my BlackBerry Storm 9530, however, we are hearing reports that there are issues with Beta 2 on non-touchscreen devices.  If you decide to try it out and you aren’t using a Storm or Storm2, let us know how you fair.

Since it is working for me, I will just say that it is mind boggling that a third party web browser can be so much better in so many ways than the native BlackBerry Browser.  RIM’s WebKit based browser currently under development can’t get here soon enough and if it isn’t, at the very least, on par with what you get in Android,  Palm’s Web OS, or, dare I even say, Mobile Safari on the iPhone, it will be a very, very, long year for RIM.

Download Opera Mini 5 Beta 2 at http://m.opera.com/next

Opera Mini 5 Beta 2 Now Available For Download is a post from: RIMarkable



Trusting 3rd Party BlackBerry Apps: What Can They Do?

what hat hacker

BlackBerry Cool has been asking me about what BlackBerry apps can do and recently the notion of malicious applications has come up. In this article, I address what third party apps can do, and how it relates to the safety of your personal data.

The first area to look at are you emails. Emails can contain very private personal information including username/password combinations and if the user isn’t diligent, credit card information. It is possible to listen for incoming messages and pull out their contents, so you should always be cautious of any app looking to alter email permissions. I would have to look more into whether an app can read all of your existing messages that were already on your device before the app was installed. I can’t think of a good use case for this so I obviously haven’t tried it myself.

Username and Password information are commonplace with third party apps. As for stealing 3rd party passwords, it all depends on how the 3rd party app/service is storing things on the device. For example, a developer can listen to framework calls (I won’t divulge how) and check to see what parameters are passed into those calls (for example the identifier that specifies where a password is kept in persistent storage).

This sniffing technique opens up some fairly big holes in terms of security, and definitely makes it a bit tricky to properly manage passwords. However, RIM does indeed provide some sophisticated technology to ensure your passwords are properly protected in persistent storage. For example, there is a way to ensure that ONLY your app can access particular data, which effectively blocks data mining. BUT, and this is a big but, once your app pulls that data out of persistence and back into RAM, anyone can use the sniffing technique to get at your passwords. HOWEVER, now it’s much harder to do. With RIM’s protection methods, an attacker now has to have physical access to your device to sniff for data, so it would be impossible to write an app that automatically pulls out your data.

A 3rd party app can, without having to ask for permissions (in most cases, depending on the device security settings):

  • Read your entire contact list.
  • Read your calendar.
  • Read your memos.
  • Pull out unprotected information from the persistent store.
  • Listen for incoming phone calls and collect data on those calls.

That’s as much as I can think of off the top of my head. Ultimately it’s buyer beware. Companies like Multiplied Media (I’m the lead developer for Poynt), who strive to uphold the highest levels of trust and integrity between ourselves and ours users have built up that level of trust over time. There’s always the potential risk, just like with anything else, that an app might be doing things that you aren’t aware of or don’t want it to do. The good thing is there are many so called white-hat developers out there that are watching for these apps and will alert the community when a bad apple shows up.

Although RIM does have a fairly rigorous approval process, they have opted to treat App World more like an open market than Apple’s App Store. This gives BlackBerry users a leg up, because they can evaluate for themselves about what is good or bad (the true invisible hand market paradigm). But like in any free market, there can be products that don’t do what they say they do, or do more than they say they do. Ultimately what it comes down to is being informed as a consumer. Luckily there are great blogs like BlackBerry Cool to facilitate the information sharing process among consumers

I would invite as many developers as possible to join in that effort to ensure a fair and clean BlackBerry application community.

NOTE FROM EDITOR (KYLE): I have spoken with Mobihand recently about their vetting process for applications and they have assured me they take their commitment to customers seriously. When issues arise, as they did with NetworkAcc, they look into them. In this case, what Mobihand learned was inconclusive, so they decided to leave it in the catalog and let users decide for themselves. But they have an adaptable system, and are willing to work with bloggers to customize the store front. In this case, I have asked them to exclude NetworkAcc from our store, and I will ask them to do so with any other products that are questionable in what they offer.

© Peter Werry for BlackBerry Cool, 2009