Search found 363 matches

by amyren
Fri Sep 06, 2019 3:05 pm
Forum: Newbie questions
Topic: GetMACAddress() on WInUAE
Replies: 5
Views: 6559

Re: GetMACAddress() on WInUAE

I can confirm this. There was a change in WinUAE 3.4.0, so after this it generates a new mac adress for the emulation, so I did a test with a recent WinUAE and an older (2.8.0) version. They both return zero's only. Could be interesting to know if this is a WinUAE issue or if it does the same on a r...
by amyren
Fri Sep 06, 2019 10:44 am
Forum: Newbie questions
Topic: MakeDirectory()
Replies: 8
Views: 6487

Re: MakeDirectory()

This should work. (I asume that that you are compilng for Amiga systems here) You will need to have a standard folder icon file, eg. named folder.info, and put it into a folder named icons in the same folder as your .hwp file before compiling. Note that the first line is a preprocessor command and s...
by amyren
Tue Sep 03, 2019 7:21 pm
Forum: General programming
Topic: Detect incoming calls on android
Replies: 7
Views: 6777

Detect incoming calls on android

Is there a way for Hollywood apps to be notified when there is an interuption, like an incoming call, or if the user accidently touches the home or menu button?
I want to detect this to be able to set my game into pause.

Edit. Will InactiveWindow work for android, even if it is in fullscreen?
by amyren
Mon Sep 02, 2019 11:43 am
Forum: APK Compiler
Topic: Icons size and position
Replies: 1
Views: 5955

Icons size and position

On my phone (Andoid 9.0), all icons are shown with a circular shape by default. The icons I make for use with the apk compiler are naturally square. This makes my icon images apear very small on my phone, since my square icon does not get rounded, but instead the full square is diplayed inside the i...
by amyren
Sun Aug 25, 2019 8:22 pm
Forum: APK Compiler
Topic: Saving apk compiler settings
Replies: 2
Views: 6446

Re: Saving apk compiler settings

Thanks, I now have made a backup of these two files from the different setups I have, I did create a new app today at google play, and I discovered where I made the wrong decision last time. At a point, just before where you come to the part where you can start uploading, you must do a selction rega...
by amyren
Sun Aug 25, 2019 8:06 pm
Forum: APK Compiler
Topic: apk API version
Replies: 25
Views: 35811

Re: apk API version

I just attempted to upload a new apk for beta testing at my google play console account, but I am now getting upload errors due to the app does not meet the API requirements.
by amyren
Sun Aug 18, 2019 9:56 pm
Forum: APK Compiler
Topic: Putting ads in apk's?
Replies: 3
Views: 7583

Re: Putting ads in apk's?

The most common way today to make money on google.play apps and games seem to be using ads in the apps. Is it possible to do this with the apk compiler, or is this a planned feature? https://www.wikihow.com/Add-Advertisements-to-Your-Android-Applications-Using-Admob Thanks for the tip, but I doubt ...
by amyren
Tue Aug 13, 2019 6:18 pm
Forum: APK Compiler
Topic: apk API version
Replies: 25
Views: 35811

Re: apk API version

How is that update coming along?
Target is API 28 already since two weeks for new projects, and for updates the date Is 1 september. This is not a pressing issue for me, since I have no new projects ready for release now. But I hope to be able to publish updates to my existing ones after 1 september.
by amyren
Sun Aug 04, 2019 11:41 am
Forum: APK Compiler
Topic: Saving apk compiler settings
Replies: 2
Views: 6446

Saving apk compiler settings

I discovered that when saving a project, the acp file only saves the date entered in the project, icon etc tab, but not the settings tab. The settings in that tab seem to follow apk compiler settings and not the project. Now I do have 2 projects, and when publishing the second project on google play...
by amyren
Fri Aug 02, 2019 1:26 pm
Forum: General programming
Topic: Get success/error on file save
Replies: 6
Views: 4581

Re: Get success/error on file save

This does seem to work Note that the last fileattribute command could have been done just before the previous closefile, avoiding the need to open the file again. I just did it this way to have a separate section to make the example more clear. ;creates an empty file in case it doesnt exist If Not E...