My attempts to decompile and make the offending 'isdevicesupported()' always return true just gives me an app that crashes on startup. If I can get that far without ever having decompiled an android app before, I'm sure someone with a lot more experience will be able to figure it out.
I can tell you however, that there are many places in the code where it checks for Android 3.1 devices and the appropriate Honeycomb DRM APIs... so I bet you it's not very far off. There is no tablet sized layout in the apk though.
My guess for right now is that the code to support android 3.1 drm just isn't in there yet, so even though I can skip the device check, it doesn't work.
I can tell you however, that there are many places in the code where it checks for Android 3.1 devices and the appropriate Honeycomb DRM APIs... so I bet you it's not very far off. There is no tablet sized layout in the apk though.
My guess for right now is that the code to support android 3.1 drm just isn't in there yet, so even though I can skip the device check, it doesn't work.