Search found 267 matches

by xabierpayet
Tue Apr 06, 2021 12:22 am
Forum: Hollywood bugs
Topic: Immersive Mode Bug
Replies: 11
Views: 4177

Immersive Mode Bug

Using this line i have a 100 black pixels where the navigation bar goes before: @DISPLAY{title="Roll the dice",borderless=True,width=800, height=1280,immersivemode=#IMMERSIVE_STICKY,hidetitlebar=True,fixed=False,Scalemode=#SCALEMODE_AUTO, sizeable=True,keepproportions=True,FitScale = True,...
by xabierpayet
Mon Apr 05, 2021 11:49 pm
Forum: Announcements
Topic: Hollywood APK Compiler 3.3 and Remedios 1.1 released
Replies: 13
Views: 11063

Re: Hollywood APK Compiler 3.3 and Remedios 1.1 released

Using your snippet for example

Code: Select all

r = GetSystemInfo()
If PermissionRequest(#PERMREQ_WRITEEXTERNAL)
	StringToFile("Hello World", FullPath(GetSystemInfo().InternalStorage, "test.txt"))
Else
	End	
EndIf
i have an error under android 9
by xabierpayet
Mon Apr 05, 2021 7:06 pm
Forum: Announcements
Topic: Hollywood APK Compiler 3.3 and Remedios 1.1 released
Replies: 13
Views: 11063

Re: Hollywood APK Compiler 3.3 and Remedios 1.1 released

First congratulations and thank you for the new update.

I can not write text files to the android device with the new apk builder, i need to use another permisions instruction? Or still the same?
by xabierpayet
Thu Mar 25, 2021 4:17 pm
Forum: Wishlist
Topic: PNGQUANT plugin
Replies: 3
Views: 2609

Re: PNGQUANT plugin

must be nice also
by xabierpayet
Wed Mar 24, 2021 4:21 pm
Forum: Wishlist
Topic: PNGQUANT plugin
Replies: 3
Views: 2609

PNGQUANT plugin

is possible a hollywood plugin with this?

https://pngquant.org/

i don´t have the same results with hollywood custom comands
by xabierpayet
Thu Dec 31, 2020 3:34 pm
Forum: Announcements
Topic: hURL 1.1 released
Replies: 17
Views: 13219

Re: hURL 1.1 released

Work perfect, thanks Andreas, and happy new year
by xabierpayet
Fri Dec 25, 2020 10:12 pm
Forum: Announcements
Topic: hURL 1.1 released
Replies: 17
Views: 13219

Re: hURL 1.1 released

using curl i can send it with no problems, is possible make the same with hurl?
method used:

ftp="curl --ftp-method nocwd -T image.jpg ftp://192.168.1.103:1337/ut0:/"
execute (ftp)
by xabierpayet
Thu Dec 24, 2020 6:14 pm
Forum: Announcements
Topic: hURL 1.1 released
Replies: 17
Views: 13219

Re: hURL 1.1 released

airsoftsoftwair wrote: Thu Dec 24, 2020 1:41 pm Also note that non-SSL FTP upload should also work without hURL. Hollywood supports FTP upload internally already. hURL is only needed for FTPS or SFTP (which are two different protocols!)
i still with the same error
you can post some little snippet to make this task correctly with hurl?
by xabierpayet
Thu Dec 24, 2020 6:12 pm
Forum: Announcements
Topic: hURL 1.1 released
Replies: 17
Views: 13219

Re: hURL 1.1 released

p-OS wrote: Thu Dec 24, 2020 6:39 am Try using ut0%3Acollage.jpg instead
Thanks for the reply,but is still having the same error
by xabierpayet
Thu Dec 24, 2020 12:02 am
Forum: Announcements
Topic: hURL 1.1 released
Replies: 17
Views: 13219

Re: hURL 1.1 released

i have a device with 2 partitions, i can acces to the ftp using this adress in the web browser or any ftp program