1. conite's Avatar
    the file downloads as ~S861C2793C3E8590447FCEBAD03F77 and won't open.
    Correct. Add apk extension.
    07-20-16 02:30 PM
  2. aintnoflatlanda's Avatar
    Got it ! Thank you very much
    07-20-16 02:36 PM
  3. dogusev's Avatar
    Just saw that pokemon go 0.29.3 already available on apknirror, does anybody have patched for bb10 version?
    07-20-16 03:34 PM
  4. FSeverino's Avatar
    What are the changes for 29.3? If it isn't anything major then don't worry

    Posted via CB10
    07-20-16 04:07 PM
  5. Pallam93's Avatar
    Minor text fixes.
    07-20-16 04:39 PM
  6. justdotdotdot's Avatar
    Minor text fixes.
    At least that's what the changelog states, but you never know if that's really the extent of it.

    Anybody got the patched new version?
    07-20-16 04:55 PM
  7. II ARROWS's Avatar
    If it says "minor text changes", there are minor text changes...
    The bugs are well known, if there were bug fixes, they would have stated otherwise.

    Tomorrow I'll see if I can patch it, but you can do it yourselves with Cobalt's patcher...
    07-20-16 05:32 PM
  8. maggo94's Avatar
    I've just patched 0.29.3 buts seems getting buggy with g+ login. took me 7 tries to get it working.
    https://drive.google.com/open?id=0B9...EtaeWJySW5yMFk
    07-21-16 02:19 AM
  9. II ARROWS's Avatar
    I've just patched 0.29.3 buts seems getting buggy with g+ login. took me 7 tries to get it working.
    https://drive.google.com/open?id=0B9...EtaeWJySW5yMFk
    Notice anythng else?
    07-21-16 02:54 AM
  10. Pallam93's Avatar
    Server had trouble during last night.
    07-21-16 03:03 AM
  11. maggo94's Avatar
    Notice anythng else?
    While patching the Patcher removed some Android security things, with 0.29.2 there wasn't any..
    And I didn't really recognized changes in comparison to 0.29.2, so no need to update
    07-21-16 03:18 AM
  12. BlackBaby679's Avatar
    Hi! Everyone, just an inquiry on how to patch? I'm trying to patch this FoodPanda app. but I just can't get through after clicking CONTINUE due to a notif saying "The package etc... cannot be signed"?
    Does this mean it can't be patched? Or can I copy the file stating not signed in the output folder already before clicking Continue?

    Below is the screen shot. Thanks everyone!
    Cobalt's official Google Apps landing page-img_20160707_160122.jpg

    Posted via CB10
    07-21-16 05:51 AM
  13. roxtarvaibhav's Avatar
    you don't have graphical problem??
    I'm not having any issue except finding pokestops. It works all fine without lags and crashes. Z10STL100-1/10.3.2.2876

    Posted via CB10
    07-21-16 01:10 PM
  14. Phil St-Denis's Avatar
    Major graphics issues on the leap. makes the game unplayable. Hopefully a fix comes out soon.
    07-21-16 01:21 PM
  15. conite's Avatar
    Major graphics issues on the leap. makes the game unplayable. Hopefully a fix comes out soon.
    A fix for a game that isn't supposed to work on BB10 to begin with is not likely.
    gfondeur likes this.
    07-21-16 01:22 PM
  16. safri's Avatar
    Thanks a gazillion. Works fine with my Passport :-)
    07-22-16 12:18 AM
  17. importjanrens's Avatar
    Hi all,

    I have played a while now with an BB Passport.. works fine, but that restarting when its not working anymore
    (as stops are giving me nothing anymore & no Pokemons)..

    and when you are closing the app and decide to play again (no Stops and Pokemons)
    so basically everytime you want to play you need to restart.... fine, but after every 15/30 minutes a restart..
    BB restart is taking forever.


    i have read read and read alot...


    theoratically it could be is that this problem occurs because the BB is switching to his own BB Maps?
    maybe this helps?
    https://github.com/blackberry/BB10-A...sWebViewSample

    Could we integrate the Static Maps API V2. with the Android runtime? have anyone tried it yet?

    I don't believe that these problems are a anti cheat procedure, and that niantic is softbanning...
    its strange that its resolved after restart,
    if your banned soft or hard then it is on IP, Nickname, MAC IMEI, Google account etc etc.
    ... so therefore my opinion...


    I have been busy with every running process, compared it with Startup of the BB, and after playing Pokemon Go..(after shutdown)
    to see which programs are activated and stay active...
    maybe i could reset or stop the process.. but nothing to see on the phone itself.

    im now installing a Emulator for BB10 devices, and check it out how the App is reacting there..
    07-22-16 02:09 AM
  18. maggo94's Avatar
    Maybe you are right, but when I reassembled the pokemon apk and looked at the files, there where only taskmanager links to Android 4.4+ so if I'm right, its a Problem with the Taskmanger handling the restart of the Services in Pokemon go..
    07-22-16 02:50 AM
  19. importjanrens's Avatar
    Maybe you are right, but when I reassembled the pokemon apk and looked at the files, there where only taskmanager links to Android 4.4+ so if I'm right, its a Problem with the Taskmanger handling the restart of the Services in Pokemon go..
    yeah, i got it decompiled now... lets see if there is something in the code.....
    07-22-16 03:56 AM
  20. PixelRaide's Avatar
    Hope you Will be able to find a hint to resolve this issue ! Rebooting is quite... annoying and not a100% working workaround.

    Anyway, thanks Guys for investigating this !

    Posted via CB10
    07-22-16 04:29 AM
  21. importjanrens's Avatar
    I am looking at the manifest.

    android:launchMode="singleTask"

    here the explanation of the lauchmodes:
    https://developer.android.com/guide/...ent.html#lmode

    If i read it correctly:
    "singleTask" and "singleInstance" activities can only begin a task.
    (your restarted BB and opened Pokemon Go app) "begin a Task"

    as i have seen that when the app freezes, or bugging and you are clsing the app and restart the pokemon go app, the pokemon stops and pokemons are visible.. without the restart..
    probably because the task is still running correctly.

    Quote:
    If an existing instance of the "singleTop" activity is in the task, but not at the top of the stack, or if it's at the top of a stack, but not in the target task — a new instance would be created and pushed on the stack.
    Unquote:

    so theoratically it should work with an singleTop lauchmode, as it constantly push a new task?
    together with a FLAG_ACTIVITY_NEW_TASK instruction....

    Cobalt's official Google Apps landing page-screenshot_1.png

    am i wrong?
    07-22-16 04:39 AM
  22. importjanrens's Avatar
    Yes, i got it to work.
    Now i just had to remove the old pokemon go... install this one.

    https://www.dropbox.com/s/tqtkkiz4y0...moved.apk?dl=0

    Restart and startup pokemon.. login with your google account..

    Now when you are quiting the pokemon App and want play again just tap the app.. it works without restart..
    I see pokemon stops and pokemons...
    Just tested it 3 times..

    Posted via the CrackBerry App for Android
    07-22-16 10:25 AM
  23. Johnny Li's Avatar
    Yes, i got it to work.
    Now i just had to remove the old pokemon go... install this one.

    https://www.dropbox.com/s/tqtkkiz4y0...moved.apk?dl=0

    Restart and startup pokemon.. login with your google account..

    Now when you are quiting the pokemon App and want play again just tap the app.. it works without restart..
    I see pokemon stops and pokemons...
    Just tested it 3 times..

    Posted via the CrackBerry App for Android
    Really?? I can't wait to try it out!
    07-22-16 10:29 AM
  24. importjanrens's Avatar
    Ahh if you wait to long he lost the gps task..
    But I am on the right track here.

    H� never Let me se ethe pokestops before when i restarted the app.
    And i really waited when the gps and play icon where gone before i restarted..

    En worked for 3 times..

    Posted via the CrackBerry App for Android
    07-22-16 10:39 AM
  25. importjanrens's Avatar
    Strange. I catched a Ratatta.. closed the app because i needed to do something else.. later i starter the app again... and poof a pigdey.. catched him... closed the app. Answered a message on facebook.. and wanted to check out again.. and i could still turn the pokestops... and i received great balls and a potion..

    And i had not minimized.. really closed.
    Location and play icon where gone on the left top on my BlackBerry passport..

    So it seems to work... but 15 minutes ago i saw no pokestops..

    I need to investigate it further.. but there is progress..

    Also my camera is working better.. i used to catch pokemon with the camera off, but now could catch the pokemons with my camera..

    Posted via the CrackBerry App for Android
    07-22-16 10:54 AM
9,813 ... 275276277278279 ...

Similar Threads

  1. Which android app you want to run on your BlackBerry
    By amritanshu singh in forum General BlackBerry News, Discussion & Rumors
    Replies: 116
    Last Post: 05-19-18, 10:54 AM
  2. Will the amazon app store kill the blackberry world app store?
    By Allgoodnicknamesaretaken in forum BlackBerry Passport
    Replies: 26
    Last Post: 01-28-15, 11:23 AM
  3. Getting the PayPal app for my new Passport?
    By JVRudnick in forum BlackBerry Passport
    Replies: 22
    Last Post: 12-22-14, 10:29 PM
  4. Facebook & Crackberry Apps on Passport
    By UKAsh in forum Site and App Feedback & Help
    Replies: 5
    Last Post: 11-05-14, 10:43 PM
  5. BB Link type App for iphone 6 - ipad ??
    By Chopper110 in forum BlackBerry Z10
    Replies: 7
    Last Post: 10-06-14, 04:01 AM
LINK TO POST COPIED TO CLIPBOARD