Search found 188 matches

by tj1010
Wed Jul 08, 2026 6:29 am
Forum: Bugs Reports
Topic: [Done] NextSelectedFile() is not a function?
Replies: 3
Views: 1575

Re: [Done] NextSelectedFile() is not a function?

Same with RequestFileSystem() and possibly others
by tj1010
Mon Jun 29, 2026 7:49 pm
Forum: Bugs Reports
Topic: 4.00 B1 documentation
Replies: 0
Views: 1460

4.00 B1 documentation

In 4.00 B1 help file


History still showing up to 3.20
All file commands still only mention domain and cache clauses for IOS and Androind file operations
RequestFileSystem, and possibly others, missing entirely except for use in some FileSystem snippets
No change or snippets of new synchronous ...
by tj1010
Tue Jun 23, 2026 8:06 pm
Forum: Coding Questions
Topic: ExportImage() on Android?
Replies: 1
Views: 960

Re: ExportImage() on Android?

Wait for 4.00 help file to finish and you won't need it. Android and IOS are getting native transparent file and folder operations that aren't dependent on browser cache or domain restrictions. You'll only need prompts and user-interaction on desktop Windows, Linux, and Mac.
by tj1010
Mon Jun 22, 2026 8:39 pm
Forum: General Discussion
Topic: SpiderBasic 4.00 beta 1 is out !
Replies: 27
Views: 6858

Re: SpiderBasic 4.00 beta 1 is out !

In 4.00 B1 help file


History still showing up to 3.20
All file commands still only mention domain and cache clauses for IOS and Androind file operations
RequestFileSystem, and possibly others, missing entirely except for use in some FileSystem snippets
No change or snippets of new synchronous ...
by tj1010
Sun May 03, 2026 4:40 pm
Forum: Tricks 'n' Tips
Topic: How to sign a release APK
Replies: 21
Views: 208550

Re: How to sign a release APK

Here is a way to do it with Android SDK too.. Supposedly jarsigner is obsolete with Play Store.

*\openjdk-17.0.0.1+2_windows-x64_bin\bin\keytool.exe

keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias


*\Android\Sdk\build-tools\[version ...
by tj1010
Sun Jun 08, 2025 9:13 am
Forum: General Discussion
Topic: SpiderBasic 3.10 is out !
Replies: 25
Views: 168360

Re: SpiderBasic 3.10 beta 1 is ready !



We must update the Java version?
I get this error trying your native notification example (on Android):
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 17 to run. You are currently using Java 11 ...
by tj1010
Mon Jun 02, 2025 6:23 am
Forum: Tricks 'n' Tips
Topic: Android and IOS Front and Back Camera and WIFI Scanning
Replies: 11
Views: 92323

Re: Android and IOS Front and Back Camera and WIFI Scanning

Android ART runtime, OS version, and Cordova have changed a lot in eight years. It's probably just a matter of watching "cordova plugin add" under Chromium debug. Likely something with Apache CDN filtering old plugins. Find a plugin published more recently; it looks like most become abandonware ...
by tj1010
Sun Apr 06, 2025 9:18 am
Forum: Coding Questions
Topic: Access the Documents file with Cordova.
Replies: 20
Views: 165343

Re: Access the Documents file with Cordova.

My old post here had code that worked at one time that did real native file system operations on IOS and Android using a Cordova module that has since changed. If you want non-browser non-prompt file system access it should be as simple as finding a Cordova module without broken npm-fetch and using ...
by tj1010
Mon Feb 24, 2025 4:19 am
Forum: Feature Requests and Wishlists
Topic: Bluetooth lib
Replies: 5
Views: 78405

Re: Bluetooth lib

BT has almost 20 different profiles. It can basically do anything and has transparent encryption and compression that is actually in the standard. The file transfer profile is called FTP ironically enough.. AVRCP for remote playback control, BPP for printing, DUN for dialup networking, A2DP for ...
by tj1010
Thu Jan 30, 2025 1:31 am
Forum: Coding Questions
Topic: FreeSpiderbasic startup problem ...
Replies: 18
Views: 63393

Re: FreeSpiderbasic startup problem ...

If not AV try EventViewer>Windows Logs>Software and look for a red or yellow exclamation icon that occured at the time of launch. Every version and edition of Windows since '95 has this out of the box, and most times it reveals the exact reason something is happening.

I doubt it's UAC it's some ...