b4a bridge build for Google TV

yo3ggx

Active Member
Licensed User
Longtime User
Hi Erel,

It is possible for you to build an updated version of B4A Bridge app which will allow installing on Google TV devices?
You only need to add one line in the manifest file:

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

I would like to be able to debug my app on my Sony Google TV directly.
It seems that I have some issues with my app. The WebView does not display the web page on a Google TV.

Thank you,
Dan
 

yo3ggx

Active Member
Licensed User
Longtime User
Hi Erel,

I've seen you reply only today and built a custom b4a bridge for my Sony Google TV and install it thorugh the apk file.
At first try to install my app through it, b4a designer was installed instead.
After that everything worked smoothly, except one thing.
The reported IP address is wrong (b4a bridge reports another address from the same subnet). Putting the right address the connection to the IDE was successful. Maybe you will think to push an updated version to Play Store.

Thank you,
Dan
 
Upvote 0

yo3ggx

Active Member
Licensed User
Longtime User
Manually you can install the app even without that change in the manifest file. It helps just to be visible in Play Store (I hope).
The main problem is why the reported IP address is wrong. I will try to tale a look in the code.

Thank you,
Dan
 
Last edited:
Upvote 0
Top