hurl requirement

Please post anything related to the Hollywood APK Compiler here
Post Reply
amyren
Posts: 453
Joined: Thu May 02, 2019 11:53 am

hurl requirement

Post by amyren »

I had this apk that previously was compiled with apk compiler 4.x and had it installed on an old Galaxy 4 tablet (android 5.02), where it ran fine.

Just did a minor update on the program and compiled it with 5.1. Now it complains "this program requires hurl.hwp"
Running the apk on my android 16 phone is fine, but this old tablet refuse to run it.

Does it need some entries in the custom build scripts to work for older android versions?
amyren
Posts: 453
Joined: Thu May 02, 2019 11:53 am

Re: hurl requirement

Post by amyren »

Seems its the hurl.hwp v.2.0 for android-v7 that is not recognized.
Replacing the hurl.hwp with an older version and it does not come with this error message.
Not sure which version that is, but its dated 2021 at 1477kb.

It still does not download the file in question, but at least its past that error.
amyren
Posts: 453
Joined: Thu May 02, 2019 11:53 am

Re: hurl requirement

Post by amyren »

Got the download working now with that old hurl.hwp file.
amyren
Posts: 453
Joined: Thu May 02, 2019 11:53 am

Re: hurl requirement

Post by amyren »

Just to comfirm the issue I recompiled the apk after resolving the network issues I had in my first tests.

With latest hurl.hwp in the arm-android-v7a folder (2023 version - 2933kb) it will fail on startup, stating that hurl.hwp is required.
Compled with the 2021 - 1477kb hurl.hwp version it works as it should.

I guess there is a bug in the hurl.hwp for arm7?
plouf
Posts: 720
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: hurl requirement

Post by plouf »

Maybe

But reading manual says latest version is compiled over a newer curl and libssl
So maybe oits a compatibility issue with this relative old android version ?!??

Since as you sayruns ok in newer android !
Christos
amyren
Posts: 453
Joined: Thu May 02, 2019 11:53 am

Re: hurl requirement

Post by amyren »

plouf wrote: Thu Apr 16, 2026 11:50 am Maybe

But reading manual says latest version is compiled over a newer curl and libssl
So maybe oits a compatibility issue with this relative old android version ?!??

Since as you sayruns ok in newer android !
The never Android device is arm v8 so it does not use that same hurl.hwp file. Since the new compiled creates a common apk for v7 and v8 I guess it contains both versions of the hurl.hwp
Post Reply