Jump to content
p-samuel

Touch Dynamic Fusion Hybrid Tablets

Recommended Posts

Hi, does anyone ever tried to install Android APK in Fusion Hybrid Tablets?
https://www.touchdynamic.com/products/mobile-pos-tablets/fusion-tablet-solution/

This is their manual & specs:
https://www.touchdynamic.com/wp-content/uploads/2024/09/TD_FusionHybrid_SpecSheet5.pdf

I'm not sure if it's something with their processor architecture (Intel® Elkhart Lake Celeron® J6412 up to 2.6 Ghz System), as I'm unable to install any APK built and deployed in Delphi, neither MSBuild, anything....

I just get a message from the OS stating "App not installed as app isn't compatible with your tablet ".

I've also tried to change dproj to support other architectures but without results.

<PropertyGroup Condition="'$(Base)'=='Android'">
    ...
    <AndroidSupportedAbis>x86;x86_64;armeabi-v7a;arm64-v8a</AndroidSupportedAbis>
    ...
</PropertyGroup>


Other thing I did is changing where lib is deployed but likewise, no results.
image.thumb.png.937301d3c1b5eb6d4a8cacec6e43fbdf.png


Not a clue what's going on.


 

Edited by p-samuel

Share this post


Link to post

Thanks Lars, I'm still puzzled, as apps from App store or APK mirror are getting installed ok. Just the app compiled in Delphi don't. Even if I build them with MSBuild after compiling in Delphi. I'm investigating. Thanks for the links.

Edited by p-samuel

Share this post


Link to post

Targeting both 32 or 64 fails to install the app. 

From AIDA, i get this:
image.thumb.png.eb10e6f622cb42e03ca566baa1e19fc6.png
image.thumb.png.b02e21b077c0932cdd074de510242409.png

From CPU-z:
image.thumb.png.46e231b2ba1f77bed511a41c3bb47877.png

I'm not sure if it's because the device is requiring certificates but that's strange.

Share this post


Link to post

As far as i know, Android x86 is not supported.

You can check the current Plattform Status,  i cannot check the dokwiki right now.

 

Share this post


Link to post

Not sure, but the reason might be that Intel Tremont is microarchitecture for Intel Atom, and as far as I know, Embarcadero never added support for it. Only ARM CPU. Libhoudini could save now because it translates arm instructions to the Intel CPU but I'm not sure if Fusion tablets comes with it.

Share this post


Link to post

In the past I used to compile app with ARM (I think V7 32 bit, but not sure) with Delphi and run in a Tablet with Intel processor ATOM 64 bit (like Asus ZENPAD 8").

 

I really don't know the procedure. I remember that I have to delete some so files ...

 

Sure he can help: @Dave Nottage

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×