1. kwasi76's Avatar
    Just uploaded SmartExtensionPatcher V1.1 which is now a Windows GUI app.
    That should work better. Also some small bugs are fixed :-)
    01-08-15 07:04 AM
  2. niksen2015's Avatar
    It doesn't work :-(
    [HowTo] Get your Sony Smartwatch up and running on a BB OS 10.3. device-img_20150108_172038.jpg

    Posted via CB10
    KicoDino likes this.
    01-08-15 10:20 AM
  3. kwasi76's Avatar
    It doesn't work :-(
    Click image for larger version. 

Name:	IMG_20150108_172038.jpg 
Views:	563 
Size:	104.2 KB 
ID:	326047

    Posted via CB10
    That doesn't seem to have anything to do with my app. Just tested it with fresh downloaded gmail extension and it worked there.

    Could please try to update your Java Runtime since apktool is a java application?
    01-08-15 01:37 PM
  4. niksen2015's Avatar
    I mean that the problem is about my computer. Maybe updates or java or other files. That missing?

    Posted via CB10
    01-08-15 04:27 PM
  5. kwasi76's Avatar
    I mean that the problem is about my computer. Maybe updates or java or other files. That missing?

    Posted via CB10
    Yep. Should be enough to just update your java installation to the most recent version
    Natalia Rueda likes this.
    01-08-15 04:31 PM
  6. niksen2015's Avatar
    It shows a error : jit-debugger not activated

    Posted via CB10
    01-09-15 10:06 AM
  7. Niki Caspers's Avatar
    okay the tool is working the patched gmail apk is working but the message,facebook isnt working
    01-09-15 02:43 PM
  8. niksen2015's Avatar
    ??

    Posted via CB10
    01-11-15 10:03 AM
  9. KicoDino's Avatar
    Many thanks to kwasi76, waiting for you complete your app
    01-22-15 09:24 AM
  10. kwasi76's Avatar
    Sorry, fell ill. Will release a public beta somewhere next week. So thanks for your patience and stay tuned ;-)
    hyc121, dubb1000 and hfrelat like this.
    01-23-15 04:17 AM
  11. kwasi76's Avatar
    First public RC 1 is on the way. Everything is ready but unfortunately the Black Berry signing servers are down at the moment.
    Hope they fix it soon
    ThessaJVC and hyc121 like this.
    01-30-15 08:50 AM
  12. tomh235's Avatar
    Looking forward to checking it out!

    Do you think it would be possible to create a notification handling system that works in the other direction, collecting android notifications and pushing them to talk2watch for pebble? I have no idea of the BlackBerry apis or how sandboxed the android runtime is.

    Posted via CB10
    02-01-15 06:03 AM
  13. kwasi76's Avatar
    Looking forward to checking it out!

    Do you think it would be possible to create a notification handling system that works in the other direction, collecting android notifications and pushing them to talk2watch for pebble? I have no idea of the BlackBerry apis or how sandboxed the android runtime is.

    Posted via CB10
    That is already possible. All Android notifications appear as "notifications" in the hub.
    Although i think you can't access the contents so yep, it should be possible to send them directly to talk2watch.
    02-02-15 02:34 AM
  14. kwasi76's Avatar
    Public Beta for the notification router app is available :-)

    Please check this thread http://forums.crackberry.com/android...arable-994438/
    hfrelat likes this.
    02-02-15 02:58 AM
  15. brmbjn's Avatar
    anyone have sony smartwireless headset pro apk patch for blackberry ?? thanks
    02-10-15 09:12 PM
  16. pavelgeme2's Avatar
    Hi, there is a problem. Then i try to patch smartwatch.apk, i have an error
    Code:
    [1/4] Decompiling the apk...
    [apktool] I: Using Apktool 2.0.0-RC2 on com.sonymobile.smartconnect.smartwatch2.apk
    [apktool] I: Loading resource table...
    [apktool] I: Loading resource table...
    [apktool] I: Decoding AndroidManifest.xml with resources...
    [apktool] I: Loading resource table from file: C:\Users\pavel\apktool\framework\1.apk
    [apktool] I: Loading resource table from file: C:\Users\pavel\apktool\framework\1.apk
    [apktool] I: Loading resource table from file: C:\Users\pavel\apktool\framework\1.apk
    [apktool] I: Loading resource table from file: C:\Users\pavel\apktool\framework\1.apk
    W: Could not decode attr value, using undecoded value instead: ns=android, name=versionCode, value=0x0000297f
    Cleaning up unclosed ZipFile for archive C:\Users\pavel\apktool\framework\1.apk
    W: Could not decode attr value, using undecoded value instead: ns=android, name=versionName, value=0x0000001c
    Cleaning up unclosed ZipFile for archive C:\Users\pavel\apktool\framework\1.apk
    W: Could not decode attr value, using undecoded value instead: ns=android, name=versionCode, value=0x0000297f
    Cleaning up unclosed ZipFile for archive C:\Users\pavel\apktool\framework\1.apk
    W: Could not decode attr value, using undecoded value instead: ns=android, name=versionName, value=0x0000001c
    Exception in thread "main" java.lang.NullPointerException
    	at java.io.Writer.write(Unknown Source)
    	at brut.androlib.res.util.ExtMXSerializer.writeAttributeValue(ExtMXSerializer.java:38)
    	at org.xmlpull.mxp1_serializer.MXSerializer.attribute(MXSerializer.java:673)
    	at org.xmlpull.v1.wrapper.classic.XmlSerializerDelegate.attribute(XmlSerializerDelegate.java:106)
    	at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
    	at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
    	at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamDecoder.java:83)
    	at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:141)
    	at brut.androlib.res.decoder.XmlPullStreamDecoder.decodeManifest(XmlPullStreamDecoder.java:153)
    	at brut.androlib.res.decoder.ResFileDecoder.decodeManifest(ResFileDecoder.java:131)
    	at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:295)
    	at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:123)
    	at brut.androlib.ApkDecoder.decode(ApkDecoder.java:102)
    	at brut.apktool.Main.cmdDecode(Main.java:170)
    	at brut.apktool.Main.main(Main.java:86)
    Java installed
    02-11-15 07:10 AM
  17. brmbjn's Avatar
    how to use Run SmartExtensionPatcher to patch new smart extension from play store ? because i try but error.
    02-14-15 07:37 AM
  18. andhikamandala's Avatar
    how to use Run SmartExtensionPatcher to patch new smart extension from play store ? because i try but error.
    What kind of error? What app that u want to patch? Not every app can work.

    List apps that can work
    Find phone
    GPS watch
    Runtastic
    Smart camera
    Slideshow
    Fb
    Twitter
    Instagram
    And weather

    Posted via CB10
    02-14-15 07:00 PM
  19. brmbjn's Avatar
    What kind of error? What app that u want to patch? Not every app can work.

    List apps that can work
    Find phone
    GPS watch
    Runtastic
    Smart camera
    Slideshow
    Fb
    Twitter
    Instagram
    And weather

    Posted via CB10
    lastest apk call handling, weather, smartwatsch2, smartconnect runtastic. on snap app.
    02-15-15 07:11 PM
  20. ashdogg1996's Avatar
    Crack berry is great

    Posted via CB10
    02-15-15 08:19 PM
  21. andhikamandala's Avatar
    lastest apk call handling, weather, smartwatsch2, smartconnect runtastic. on snap app.
    I didn't use snap for the latest app, I just browse it from Internet, download it, and patch it. And it work fine.

    Posted via CB10
    02-15-15 08:52 PM
  22. brmbjn's Avatar
    you use android multitool or smartextensionpatcher for pacthing extension ?
    [HowTo] Get your Sony Smartwatch up and running on a BB OS 10.3. device-untitled-1.jpg

    why ???
    Last edited by brmbjn; 02-16-15 at 12:54 AM.
    02-16-15 12:37 AM
  23. andhikamandala's Avatar
    you use android multitool or smartextensionpatcher for pacthing extension ?
    Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	756 
Size:	56.2 KB 
ID:	333911

    why ???
    Smart extension patcher, if it's not working, try read oldest post, such as update windows

    Because my one working fine, I don't know how to solve it, because I didn't get problem

    Posted via CB10
    02-16-15 06:31 AM
  24. brmbjn's Avatar
    Smart extension patcher, if it's not working, try read oldest post, such as update windows

    Because my one working fine, I don't know how to solve it, because I didn't get problem

    Posted via CB10
    i use windows 10 technical preview 64 bit
    and i just install java, but not work too
    02-16-15 07:55 PM
  25. andhikamandala's Avatar
    i use windows 10 technical preview 64 bit
    and i just install java, but not work too
    Maybe u need to find well updated windows 8.1, because I use it and working fine

    Posted via CB10
    02-16-15 09:43 PM
98 1234

Similar Threads

  1. Has anyone done mobile trading on the Passport?
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 02-09-15, 11:25 AM
  2. Replies: 3
    Last Post: 01-28-15, 10:45 AM
  3. Will this Q5 work on AT&T?
    By qbnkelt in forum BlackBerry Q5
    Replies: 5
    Last Post: 12-22-14, 09:44 AM
  4. Amazon announces festive holiday discounts on a variety of apps and media
    By CrackBerry News in forum CrackBerry.com News Discussion & Contests
    Replies: 0
    Last Post: 12-22-14, 08:51 AM
  5. Where has my BB icon gone to on on 3G?
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 12-22-14, 08:31 AM
LINK TO POST COPIED TO CLIPBOARD