1. Kris Simundson's Avatar
    testing run time now, Vine failed just normal install, doing debug convert method now
    07-02-13 11:05 PM
  2. tonytraj17's Avatar
    So it is running 4.2.2 then?

    Posted via CB10
    07-02-13 11:08 PM
  3. forbid3n's Avatar
    Yes it is.

    Posted via CB10
    07-02-13 11:08 PM
  4. anon721037's Avatar
    Hey Kris will this be a full meal deal or a hybrid.

    Posted from my Q10 on the addicting CB
    07-02-13 11:09 PM
  5. masterscarhead1's Avatar
    testing run time now, Vine failed just normal install, doing debug convert method now
    Kris. _sys_android_rrr isn't available OTB in any of the android runtimes at the moment
    All apps that require native will still require the debug workaround
    That's what xsacha and I found at the very least
    07-02-13 11:19 PM
  6. Kris Simundson's Avatar
    Snapchat - Works, but camera and sensors are way out of wack
    Draw Something 2 - Works, some minor glitches guessing a word
    Candy Crush - Same as before, Works
    Simpsons - Boot screen than crashes
    FlipBoard - Works with some UI glitches
    Instagram - Works good, camera is messed up like snapchat
    Vine - Allows log in, Crashes after
    schmeat likes this.
    07-02-13 11:21 PM
  7. Kris Simundson's Avatar
    Kris. _sys_android_rrr isn't available OTB in any of the android runtimes at the moment
    All apps that require native will still require the debug workaround
    That's what xsacha and I found at the very least
    Well I may be using bad apk's than
    07-02-13 11:21 PM
  8. tonytraj17's Avatar
    Snapchat - Works, but camera and sensors are way out of wack
    Draw Something 2 - Works, some minor glitches guessing a word
    Candy Crush - Same as before, Works
    Simpsons - Boot screen than crashes
    FlipBoard - Works with some UI glitches
    Instagram - Works good, camera is messed up like snapchat
    Vine - Allows log in, Crashes after
    Hmmm interesting, thanks for the update. I wonder why the camera for snapchat and instagram isn't working right?


    Posted via CB10
    07-02-13 11:24 PM
  9. masterscarhead1's Avatar
    Well I may be using bad apk's than
    No. What I'm trying to say is Vine obviously won't work without debug
    However, it worked in the 341 android runtime with the permission enabled. It may be a different Vine version (I know FF android has this problem), but I obviously don't have the OS to test it ROFL
    I'll give it a go once the OS is leaked, and let everyone know
    07-02-13 11:25 PM
  10. masterscarhead1's Avatar
    Hmmm interesting, thanks for the update. I wonder why the camera for snapchat and instagram isn't working right?


    Posted via CB10
    Maybe the android player has been updated since the 341 dev, and it introduced some problems

    Kris, instead of using what xsacha has in his test.mf

    edit it so it includes

    Entry-Point-User-Actions: access_internet,read_geolocation,access_shared,use _camera,play_audio,post_notification
    Entry-Point-System-Actions: _sys_use_consumer_push,_sys_android_rrr

    The first line may give it the correct permissions for the camera if it isn't doing so currently
    07-02-13 11:28 PM
  11. Kris Simundson's Avatar
    Maybe the android player has been updated since the 341 dev, and it introduced some problems

    Kris, instead of using what xsacha has in his test.mf

    edit it so it includes

    Entry-Point-User-Actions: access_internet,read_geolocation,access_shared,use _camera,play_audio,post_notification
    Entry-Point-System-Actions: _sys_use_consumer_push,_sys_android_rrr

    The first line may give it the correct permissions for the camera if it isn't doing so currently
    Will try thanks
    07-02-13 11:32 PM
  12. Kris Simundson's Avatar
    Maybe the android player has been updated since the 341 dev, and it introduced some problems

    Kris, instead of using what xsacha has in his test.mf

    edit it so it includes

    Entry-Point-User-Actions: access_internet,read_geolocation,access_shared,use _camera,play_audio,post_notification
    Entry-Point-System-Actions: _sys_use_consumer_push,_sys_android_rrr

    The first line may give it the correct permissions for the camera if it isn't doing so currently
    now it won't spit out a bar file
    07-02-13 11:36 PM
  13. mike260193's Avatar
    Read all thread in about 30 min amazing job

    Posted via CB10
    yueytan likes this.
    07-02-13 11:38 PM
  14. hieupham's Avatar
    Yes for both minus stl100-1 (sorry guys)

    Posted via CB10
    Thansk for the update, any info if the OS can be installed on SQN002 / 003 pls?
    Last edited by hieupham; 07-03-13 at 12:00 AM.
    07-02-13 11:39 PM
  15. ukmight's Avatar
    _sys_android_autostart_service??

    Maybe the android player has been updated since the 341 dev, and it introduced some problems

    Kris, instead of using what xsacha has in his test.mf

    edit it so it includes

    Entry-Point-User-Actions: access_internet,read_geolocation,access_shared,use _camera,play_audio,post_notification
    Entry-Point-System-Actions: _sys_use_consumer_push,_sys_android_rrr

    The first line may give it the correct permissions for the camera if it isn't doing so currently
    07-02-13 11:42 PM
  16. masterscarhead1's Avatar
    now it won't spit out a bar file


    is it still called test.mf? That name can't change

    Alternatively, you can use the command

    apk2bar "????\UserInputPath%.apk" "???\sdk" -t "output folder" -a "CompanyName" -d "????\debug.bar" -os 10.0.9 -ma "???\test.MF"
    07-02-13 11:43 PM
  17. masterscarhead1's Avatar
    _sys_android_autostart_service??
    You don't want that in your script
    If that is there, then all your android apps will start on boot X_X!!!!!!!!!!!!!!!!!!!!!!!!!!!
    07-02-13 11:44 PM
  18. Daveensannie's Avatar
    The last posts are getting above my head lol

    Posted via CB10
    07-02-13 11:46 PM
  19. ukmight's Avatar
    that is only if an Android app is opened to initiate the runtime... Or does the runtime start by itself on boot... I dont know how the change will come after support for headless.... will headless apps API support android apps...??

    You don't want that in your script
    If that is there, then all your android apps will start on boot X_X!!!!!!!!!!!!!!!!!!!!!!!!!!!
    07-02-13 11:48 PM
  20. masterscarhead1's Avatar
    that is only if an Android app is opened to initiate the runtime... Or does the runtime start by itself on boot... I dont know how the change will come after support for headless.... will headless apps API support android apps...??
    Headless android apps are already supported. What happens when you enable that permission is whenever you restart you device, once the android runtime begins (I believe it's actually initiated by apps with that permission), the app will autostart
    07-02-13 11:52 PM
  21. masterscarhead1's Avatar
    The last posts are getting above my head lol

    Posted via CB10
    These permissions are what allow the debug method to work
    07-02-13 11:53 PM
  22. ukmight's Avatar
    oh... ok.... yet to get hands on with 10.2.... So just to be clear, the Android runtime doesn't start unless an Android app is opened... That means a headless Android app will not provide headless functionality unless any Android is opened to initiate the runtime??

    Headless android apps are already supported. What happens when you enable that permission is whenever you restart you device, once the android runtime begins (I believe it's actually initiated by apps with that permission), the app will autostart
    07-02-13 11:56 PM
  23. hieupham's Avatar
    Snapchat - Works, but camera and sensors are way out of wack
    Draw Something 2 - Works, some minor glitches guessing a word
    Candy Crush - Same as before, Works
    Simpsons - Boot screen than crashes
    FlipBoard - Works with some UI glitches
    Instagram - Works good, camera is messed up like snapchat
    Vine - Allows log in, Crashes after
    Question regarding Instagram:

    Does it still suffers from these issues? (unable to see the "hidden" buttons as the editing area is too big)

    07-02-13 11:59 PM
  24. guozhongyan's Avatar
    Dark theme on setting page?good

    Posted via CB10
    07-02-13 11:59 PM
  25. Kris Simundson's Avatar


    is it still called test.mf? That name can't change

    Alternatively, you can use the command

    apk2bar "????\UserInputPath%.apk" "???\sdk" -t "output folder" -a "CompanyName" -d "????\debug.bar" -os 10.0.9 -ma "???\test.MF"
    yup still called test.mf
    07-03-13 12:00 AM
1,120 ... 7891011 ...

Similar Threads

  1. Shouldn't CB10 forums be integrated into the Share function on BlackBerry 10?
    By yelmonster in forum Site and App Feedback & Help
    Replies: 4
    Last Post: 07-16-13, 05:41 PM
  2. WhatsApp HUB fix 10.2
    By jhwo99 in forum BlackBerry 10 OS
    Replies: 18
    Last Post: 07-08-13, 02:21 AM
  3. Replies: 6
    Last Post: 07-06-13, 06:35 PM
  4. BlackBerry 10 UI Color guidelines
    By Asmooh in forum Developers Lounge
    Replies: 2
    Last Post: 07-04-13, 04:36 PM
  5. 10.1 on AT&T Z10 coming this night
    By chuka101 in forum BlackBerry 10 OS
    Replies: 9
    Last Post: 07-02-13, 07:56 PM
LINK TO POST COPIED TO CLIPBOARD