You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I have compiled app on old version of DS now i want to run it on all latest android how can i do that i have written only one statement aa.LoadScript("http://www.myserver.com/MyScript.js") it is working fine on my old mobile but new is blocking app is there any way to sign old apk for new versions to make it compatible with new andriod OS ?
Message has been deleted
Cemal
unread,
Aug 14, 2025, 4:43:10 AMAug 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
It is difficult to answer without an error message, but copying the code
from the server and running it directly on the DS can produce an error
message.
You can also try playing the code by pressing the debug button instead of playing it directly.
Dave
unread,
Aug 14, 2025, 5:46:30 AMAug 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Modern versions of the Android WebView are more fussy about security, so it could be a CORS issue. Try using the 'NoCORS' option -
app.SetOptions( 'NoCORS' ).
If you are using a webview then add 'NoCORS' to the options in app.CreateWebView
Syed Munawer Hassan
unread,
Aug 14, 2025, 10:40:34 AMAug 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message