Runing old DS app on new Android

130 views
Skip to first unread message

Syed Munawer Hassan

unread,
Aug 14, 2025, 3:45:02 AMAug 14
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
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
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
to DroidScript
I am using 1.5x verion of DS
Reply all
Reply to author
Forward
0 new messages