Hi,

We have published an app on Google Play Store that uses the Android license 
verification library. We have a customer whose license is unable to be 
verified because the LVL library cannot bind to the licensing service (as 
highlighted in the customer's log file pasted below). This appears to be a 
device specific issue because our application has been tested on a number 
of different devices and Android versions without problem. We also have a 
number of other customers who are successfully using the application.

The device that is experiencing this problem is an ALLVIEW PC ALLDRO SPEED with 
a CORTEX A8, 1.2 GHZ processor running Android 4.0. The device has the Google 
Play app installed. Does anyone have any idea as to what could be causing 
the bindService call to fail?

06-26 21:47:33.929 I/System  ( 1224): Failed to destroy process 1442
06-26 21:47:33.929 I/System  ( 1224): libcore.io.ErrnoException: kill 
failed: ESRCH (No such process)
06-26 21:47:33.929 I/System  ( 1224):  at libcore.io.Posix.kill(Native 
Method)
06-26 21:47:33.929 I/System  ( 1224):  at 
libcore.io.ForwardingOs.kill(ForwardingOs.java:77)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.lang.ProcessManager$ProcessImpl.destroy(ProcessManager.java:257)
06-26 21:47:33.929 I/System  ( 1224):  at 
com.nolanlawson.logcat.b.a.b(Unknown Source)
06-26 21:47:33.929 I/System  ( 1224):  at 
com.nolanlawson.logcat.reader.LogcatReaderLoader.<init>(Unknown Source)
06-26 21:47:33.929 I/System  ( 1224):  at 
com.nolanlawson.logcat.reader.LogcatReaderLoader.a(Unknown Source)
06-26 21:47:33.929 I/System  ( 1224):  at 
com.nolanlawson.logcat.b.o.a(Unknown Source)
06-26 21:47:33.929 I/System  ( 1224):  at 
com.nolanlawson.logcat.b.f.doInBackground(Unknown Source)
06-26 21:47:33.929 I/System  ( 1224):  at 
android.os.AsyncTask$2.call(AsyncTask.java:264)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.util.concurrent.FutureTask.run(FutureTask.java:137)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
06-26 21:47:33.929 I/System  ( 1224):  at 
java.lang.Thread.run(Thread.java:856)
06-26 21:47:34.099 W/InputManagerService(  145): Starting input on 
non-focused client 
com.android.internal.view.IInputMethodClient$Stub$Proxy@413ea598 (uid=10048 
pid=1224)
06-26 21:47:34.169 D/dalvikvm( 1224): GC_CONCURRENT freed 833K, 41% free 
6819K/11527K, paused 2ms+18ms
06-26 21:47:34.209 V/TabletStatusBar(  212): setLightsOn(true)
06-26 21:47:34.499 D/dalvikvm( 1224): GC_CONCURRENT freed 526K, 41% free 
6805K/11527K, paused 2ms+13ms
06-26 21:47:36.139 I/wpa_supplicant(  783): [CTRL_IFACE]SIGNAL_POLL
06-26 21:47:39.149 I/wpa_supplicant(  783): [CTRL_IFACE]SIGNAL_POLL
06-26 21:47:39.269 D/WindowManager(  145): statusbarShow mStatusBarShow = 
true
06-26 21:47:40.369 D/WindowManager(  145): statusbarShow mStatusBarShow = 
true
06-26 21:47:40.389 I/ActivityManager(  145): START 
{act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
flg=0x10000000 pkg=com.acubeware.mobilesell 
cmp=com.acubeware.mobilesell/.activity.Splash bnds=[88,42][184,138]} from 
pid 337
06-26 21:47:40.579 D/OpenGLRenderer(  337): Flushing caches (mode 1)
06-26 21:47:40.609 D/OpenGLRenderer(  337): Flushing caches (mode 0)
06-26 21:47:40.729 I/LicenseChecker( 1378): Binding to licensing service.
06-26 21:47:40.729 E/LicenseChecker( 1378): Could not bind to service.
06-26 21:47:40.729 W/ActivityManager(  145): Unbind failed: could not find 
connection for android.os.BinderProxy@412593a8
06-26 21:47:40.739 E/Splash  ( 1378): Application not licensed!

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to