I’ve been trying to run smartthings android app on BB os 10.2.1 since it supports android apps now. The Android on that OS is version 4.2.2. I’m able to login into the app, but after that, the dashboard loads half way and the app crashes. Anyone tried this on BB10?
I want to add that the old Android app works perfectly fine on BB10. It’s the new android version with the makeover that crashes.
I played with this more on the BB10 os. It looks like the new Smarthings app is using the RenderScript framework, which is not supported on the BB10 os. below is the stack trace on the android runtime running on BBOS 10.2.1. Looks like I’m out of luck running this on my BlackBerry.
E/RenderScript(17641683): Failed loading RS driver: Library cannot be found
E/RenderScript(17641683): Errors during thread init
E/RenderScript(17641683): rsAssert failed: mExit, in frameworks/rs/rsContext.cpp at 508
W/dalvikvm(17641683): threadid=10: thread exiting with uncaught exception (group=79b0ea08)
E/ACRA (17641683): ACRA caught a RuntimeException exception for com.smartthings.android. Building report.
I/dalvikvm(17641683): Jit: resizing JitTable from 4096 to 8192
W/GooglePlayServicesUtil(17641683): Google Play Store is missing.
W/ActivityManager(9236517): Unable to start service Intent { act=com.google.android.gms.analytics.service.START cmp=com.google.android.gms/.analytics.service.AnalyticsService (has extras) } U=0: not found
W/GAV3 (17641683): Thread[Service Reconnect,5,main]: Service unavailable (code=1), using local store.
W/GooglePlayServicesUtil(17641683): Google Play Store is missing.
I/ACRA (17641683): READ_LOGS granted! ACRA can include LogCat and DropBox data.
I/ACRA (17641683): Sending file 1396834427000-approved.stacktrace
I/System (17641683): Loaded time zone names for in 310ms (296ms in ICU)
I/Choreographer(17641683): Skipped 85 frames! The application may be doing too much work on its main thread.
I/System (17641683): Loaded time zone names for en_US in 255ms (251ms in ICU)
I/Choreographer(17641683): Skipped 39 frames! The application may be doing too much work on its main thread.
E/ACRA (17641683): com.smartthings.android fatal error : An error occured while executing doInBackground()
E/ACRA (17641683): java.lang.RuntimeException: An error occured while executing doInBackground()
E/ACRA (17641683): at android.os.AsyncTask$3.done(AsyncTask.java:299)
E/ACRA (17641683): at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:352)
E/ACRA (17641683): at java.util.concurrent.FutureTask.setException(FutureTask.java:219)
E/ACRA (17641683): at java.util.concurrent.FutureTask.run(FutureTask.java:239)
E/ACRA (17641683): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
E/ACRA (17641683): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
E/ACRA (17641683): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/ACRA (17641683): at java.lang.Thread.run(Thread.java:856)
E/ACRA (17641683): Caused by: android.renderscript.RSDriverException: Failed to create RS context.
E/ACRA (17641683): at android.renderscript.RenderScript.create(RenderScript.java:989)
E/ACRA (17641683): at android.renderscript.RenderScript.create(RenderScript.java:1004)
E/ACRA (17641683): at com.smartthings.android.util.Blur.fastblur(Blur.java:51)
E/ACRA (17641683): at com.smartthings.android.util.Blur.customVcxBlur(Blur.java:41)
E/ACRA (17641683): at com.smartthings.android.activities.BaseActivity$2$1.doInBackground(BaseActivity.java:240)
E/ACRA (17641683): at com.smartthings.android.activities.BaseActivity$2$1.doInBackground(BaseActivity.java:238)
E/ACRA (17641683): at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/ACRA (17641683): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
E/ACRA (17641683): … 4 more
I/Process (17641683): Sending signal. PID: 17641683 SIG: 9
Hi there,
Just curious, has anyone tried using SmartThings recently with any of the latest BB10 OS updates (10.3.1.xxxx)? I have the Smartthings android apk running on my Z30 with OS leak 10.3.1.1154 and the app seems to be very fluid in it’s operation. However, I don’t have a SmartThings hub and devices to actually test and I’m looking for conformation that the system does work on Blackberry 10, even though it’s not officially supported.
They re-wrote it to hook into Google Play services, ensure int won’t work on anything not Google Play branded. So no Kindle, BB10, etc. Another argument for a web app, no dependancy hell to go through getting it onto other platforms.