HabitRPG / habitrpg-mobile

HabitRPG mobile application under development. Angular + PhoneGap
286 stars 99 forks source link

Link to APK? #203

Closed ixemul closed 9 years ago

ixemul commented 10 years ago

Hi,

This is just a question / request. Is there any way you could post a link to the APK file rather than just to Google Play? Previous version runs great on bb10 and I'd like to try the new. Yes, there are ways to download APKs from Play but it's a bit of a pain. Just a thought!

Thanks

lefnire commented 10 years ago

Blackberries run APK files? I don't think they do, you'll need to generate the BB10 file as follows:

$ # make sure bower, npm, and cordova are all installed
$ git clone https://github.com/HabitRPG/habitrpg-mobile.git
$ cd habitrpg-mobile && npm install && bower install
$ gulp
$ cordova platform add blackberry10
$ cordova build blackberry10
thepeopleseason commented 10 years ago

I know the Blackberry Playbook can run APK files, but working through it is pretty much being chased by dogs.

lefnire commented 10 years ago

I think the above steps would work better than an APK, since it will generate the blackberry-compatible file. I tried it on local and it was giving me some build errors, don't have much time now to muck through those - but that should point ya in the right direction

ixemul commented 10 years ago

Newer versions of the BB10 OS can install and run most APK files directly from the file manager or from alternative android app stores like the amazon one (google play will not run on BB10). I grabbed the APK from google play through an APK downloader and installed it on my Z10; it works like a charm. Nice update by the way.

I'll dig into the below when I get some time, I'm just learning about mobile device development but it would be nice to have a bb native version :)

On Sat, May 3, 2014 at 8:35 PM, Tyler Renelle notifications@github.comwrote:

Blackberries run APK files? I don't think they do, you'll need to generate the BB10 file as follows:

$ # make sure bower, npm, and cordova are all installed $ git clone https://github.com/HabitRPG/habitrpg-mobile.git $ cd habitrpg-mobile && npm install && bower install $ gulp $ cordova platform add blackberry10 $ cordova build blackberry10

— Reply to this email directly or view it on GitHubhttps://github.com/HabitRPG/habitrpg-mobile/issues/203#issuecomment-42120434 .

daveliao commented 10 years ago

I'm running the latest HabitRPG on my BlackBerry Q10. The interface is a little wonky, but love the concept. Agree with the original poster - if there could be a folder with current and past versions of APKs, that'd be awesome for folks that don't/can't get Google Play Store access.

HabitRPG team , if you want to get more exposure for your app, maybe post to the Amazon App Store? It looks like it's free to do so - https://developer.amazon.com/appsandservices/support/faq

I'd be happy to add a review!