1) Bell TV APP can be fixed by editing build.prop and remove this line:
hw.nophone=false
Or comment it out by putting a # in front like this:
#hw.nophone=false
Now the biggest issue I think we will find with these APPs is they are calling wake_lock but do not have permission to do so. Until AML fixes the SDK there maybe a way to get them working.
For instance, I edited the PBS APK and simply added this line to manifest.xml and repacked the APK.
<uses-permission android:name="android.permission.WAKE_LOCK" />
That got it working.
So if anyone wants me to see if I can fix other streaming APP for you, post here.
I may need you to send me the APK if I cannot get it here in the USA.
I will update this threads with links to fixed APPs.
First up PBS APP
Demand 5.
Next?
Bob
Comment