Solved using Macrodroid and a DEX file (Javascript byte code) that runs via shell command with root.
Now the dialog, after reboot, does not appear anymore after the first time.
So long.
Search found 1047 matches
- Wed Jan 28, 2026 12:47 pm
- Forum: Android Deployment
- Topic: NFC reading using external hardware
- Replies: 4
- Views: 3121
- Tue Jan 27, 2026 2:55 pm
- Forum: Android Deployment
- Topic: NFC reading using external hardware
- Replies: 4
- Views: 3121
Re: NFC reading using external hardware
Hello everybody. I was able with Claude.AI to create the extension, that uses an external NFC reader to read NFC from LC. Now I have a much more complicate problem: When launching the test app, with the external reader connected, the Android 11 OS of the tvBox shows, on the first time, a dialog aler...
- Sun Jan 25, 2026 2:55 pm
- Forum: Android Deployment
- Topic: NFC reading using external hardware
- Replies: 4
- Views: 3121
NFC reading using external hardware
I need to add NFC reading abilities to an Android 11 Tv Box. My needed reading is limited to a string from a TAG. The Tv box does not have the OS software or the hardware for this, so I was thinking of using an external hardware (like the ACR1552U) and creating an extension in LCB, since the current...
- Sat Jan 10, 2026 2:01 am
- Forum: Talking LiveCode
- Topic: Livecode Create - thoughts?
- Replies: 159
- Views: 285017
Re: Livecode Create - thoughts?
I'd like to share some of my thoughts on this matter. I first approached computers through music and then Hypercard. But I started my first real programming with Livecode, several years ago (RunRev). I discovered Livecode to be a formidable tool, which allowed me to achieve extraordinary results, de...
- Wed Oct 01, 2025 10:25 am
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 21
- Views: 51063
- Wed Oct 01, 2025 9:51 am
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 21
- Views: 51063
Re: Google Play Console: new requirements
See also at the bottom of this page.
I am on OSX 15.7 LC 10.0.3 RC1
I am on OSX 15.7 LC 10.0.3 RC1
- Wed Oct 01, 2025 9:47 am
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 21
- Views: 51063
Re: Google Play Console: new requirements
Sorry I forgot the attachment.
Also, if i find a way to change the Google console language, I will attach the english version.
Also, if i find a way to change the Google console language, I will attach the english version.
- Tue Sep 30, 2025 3:01 pm
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 21
- Views: 51063
Re: Google Play Console: new requirements
I just uploaded to production an update of my app, made with LC 10.0.3 Rc1, and I got this in the Google console. I don't understand if I have to wait until google ends the revision or I must take care of these two problems first (I have been waiting 24 hours now. Usually is much faster) Side note: ...
- Fri Aug 29, 2025 6:12 pm
- Forum: LiveCode Builder
- Topic: Custom frameworks: ".lcext" or ".lcextd" ?
- Replies: 0
- Views: 18857
Custom frameworks: ".lcext" or ".lcextd" ?
From the Livecode Builder User Guide I read: Static libraries and frameworks for iOS must be compiled into a lcext object. Use the build-module-lcext- ios.sh shell script as an example of how to do so. But I noticed that almost all the "merge" Monte extensions (on Livecode 10.0.2 RC4) have a folder ...
- Thu Aug 28, 2025 1:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE
- Replies: 10
- Views: 42814
Re: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE
It appears to me that Monte extension, mergCL, is sending an iBeacon message every seconds, for a total of 10 seconds, to "mergCLDidRangeBeacons", no matter the settings of the iBeacon device. Is it possible that this value, 10 seconds, is embedded in the extension? If so, is it possible to avoid th...
- Thu Aug 28, 2025 10:51 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Field input of MAC address: filtered and nice to look
- Replies: 17
- Views: 21046
Re: Field input of MAC address: filtered and nice to look
I don't.
The fld "LabelHide" is a place holder, behind the real field, that shows to the user an example of the Mac.
I should have removed any reference to it.
The fld "LabelHide" is a place holder, behind the real field, that shows to the user an example of the Mac.
I should have removed any reference to it.
- Wed Aug 27, 2025 8:38 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Field input of MAC address: filtered and nice to look
- Replies: 17
- Views: 21046
Re: Field input of MAC address: filtered and nice to look
Your solution, ahimè, is getting close to the same size of my original one, that used a reapet loop. May be faster tough.
- Wed Aug 27, 2025 8:37 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Field input of MAC address: filtered and nice to look
- Replies: 17
- Views: 21046
Re: Field input of MAC address: filtered and nice to look
@dunbarx: not quite. Type "AB" > "AB:" Insert the pointer between A and B (in order do modify A) backspace delete A type A again (to obtain AB:) > "B:A" (wrong) click outside click inside the field > everything disappear (wrong) @richmond62: It is used to authorize, in the app, a BLE button, using i...
- Tue Aug 26, 2025 4:24 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Field input of MAC address: filtered and nice to look
- Replies: 17
- Views: 21046
Re: Field input of MAC address: filtered and nice to look
So clever Craig!! Too bad it still need a fix. I also noticed that if I delete the last ":" (like from "AA:BB:" to "AA:BB", because the user entered a wrong char), I don't get back the ":" with the next char, but I get "AA:BBC". (fixed afterward...but that's not the point. What mentioned by Stam is ...
- Tue Aug 26, 2025 10:33 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Field input of MAC address: filtered and nice to look
- Replies: 17
- Views: 21046
Field input of MAC address: filtered and nice to look
I want to present the mobile user an input field where he can write a MAC address (12 characters). I would like to make it easy for the user, having filtered input, all capital, ":" in between each couple of chars, so that on screen the final content will look with something like this "AC:23:3F:AE:2...