Search found 150 matches

by SteveTX
Thu Sep 26, 2013 4:33 am
Forum: Engine Contributors
Topic: android externals
Replies: 144
Views: 101068

Re: android externals

Monte: While It is different than a normal LC external, in the mobile realm that isn't games we rely on presence, background services, automated test intrumentation, and other resources that make it necessary. The ability to apply 3rd party code to specific intents, which is the purpose of the manif...
by SteveTX
Thu Sep 26, 2013 2:20 am
Forum: Engine Contributors
Topic: android externals
Replies: 144
Views: 101068

Re: android externals

I would be willing to offer a bounty for the development proposed by SamanthaLC. We need access to android's JNI.
by SteveTX
Thu Sep 26, 2013 2:16 am
Forum: Android Deployment
Topic: how to keep app as running process?
Replies: 6
Views: 4600

Re: how to keep app as running process?

There is not a way to do it currently via Livecode, but you could create an app that instead launches livecode and handles the bits as the JNI interface. I would be willing to pay a bounty to have someone work on this, but what it really requires is access to the core parts of livecode which aren't ...
by SteveTX
Mon Aug 26, 2013 7:28 pm
Forum: Android Deployment
Topic: suspendStack and resumeStack under Android
Replies: 7
Views: 4551

Re: suspendStack and resumeStack under Android

It is not possible currently because LiveCode devs have not implemented running services / processes. All livecode apps for mobile get suspended when they don't have focus. Want to change that? Say something here: http://forums.runrev.com/viewtopic.php?f=6&t=16321
by SteveTX
Thu Aug 15, 2013 7:23 pm
Forum: iOS Deployment
Topic: iOS Device Test Target Not Showing Up?
Replies: 2
Views: 2455

Re: iOS Device Test Target Not Showing Up?

Thanks Neil!
by SteveTX
Thu Aug 15, 2013 9:20 am
Forum: iOS Deployment
Topic: iOS Device Test Target Not Showing Up?
Replies: 2
Views: 2455

iOS Device Test Target Not Showing Up?

I have created a valid provisioning profile for an iPad 1, and it is present in my Xcode PP library, and LiveCode also shows a green box in Preferences|Mobile Settings and iOS SDK/Sims for 5.1 and 6.1 are installed, and my iPad device is in developer mode. I have also specified for my app to use the...
by SteveTX
Thu Aug 08, 2013 9:23 am
Forum: Android Deployment
Topic: how to keep app as running process?
Replies: 6
Views: 4600

Re: how to keep app as running process?

It can't currently be done via livecode alone, is the bottomline.
by SteveTX
Tue Aug 06, 2013 8:42 pm
Forum: Android Deployment
Topic: how to keep app as running process?
Replies: 6
Views: 4600

Re: how to keep app as running process?

LiveCode will need to make some changes to do this, but here is how it is done. 0. Add custom external binary to run as a process 1. Open compiled APK binary 2. Modify manifest to change invoker intent 3. Make the intent as a process that calls the external binary then keeps following the invocation...
by SteveTX
Tue Aug 06, 2013 8:36 pm
Forum: Android Deployment
Topic: Android performance (images)
Replies: 5
Views: 3680

Re: Android performance (images)

Three solutions to be had here: 1. Change your image to a smaller size. 2. Change your image compression method: PNG 8-bit if it uses only full transparency, PNG 24-bit if it needs feathered transparency, JPG if it is a photo 3. Use accelerated graphics and smaller processing tiles for compositor, p...
by SteveTX
Sat Jul 27, 2013 3:34 am
Forum: Android Deployment
Topic: how to keep app as running process?
Replies: 6
Views: 4600

Re: how to keep app as running process?

LiveCode applications get Suspended, at least on android. They do not keep running in the background. :(
by SteveTX
Sat Jul 27, 2013 3:17 am
Forum: Android Deployment
Topic: how to keep app as running process?
Replies: 6
Views: 4600

how to keep app as running process?

In order to use local event notifications and track 24-hour rollover periods, i need my app to be running in the background even when it isn't front screen. How is this accomplished in livecode?
by SteveTX
Thu Jul 25, 2013 10:10 pm
Forum: Android Deployment
Topic: Set phone to silent/vibrate mode?
Replies: 4
Views: 3385

Re: Set phone to silent/vibrate mode?

Not impossible at all, LiveCode is new to mobile so not everything needed is yet in place, and most of the LiveCode focus seems to be on iOS. I suspect we'll get access to those things in an update. For serious system-level functionality, you can make a custom external in your favorite language to d...
by SteveTX
Thu Jul 25, 2013 9:42 pm
Forum: Android Deployment
Topic: Respecting ringer/media volume?
Replies: 2
Views: 2876

Re: Respecting ringer/media volume?

Discovered mobilePlaySoundOnChannel is respecting android device's Media volume level, not the Ringer volume level. This is why it still plays with full loudness even when the user has their phone set to silent. I have confirmed that iphonePlaySoundOnChannel does not work for android, tested on mutl...
by SteveTX
Thu Jul 25, 2013 9:40 pm
Forum: Android Deployment
Topic: Set phone to silent/vibrate mode?
Replies: 4
Views: 3385

Re: Set phone to silent/vibrate mode?

Can't be done with LiveCode. LC only knows its own channel volumes that it creates. To control the audio settings of the android system, you need to interface to the android java API. You currently cannot do that with LiveCode to my knowledge, but you can write an extension to another app you write ...
by SteveTX
Thu Jul 25, 2013 5:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: array keys as variable names
Replies: 3
Views: 2811

array keys as variable names

I have a multidimensional array that is extremely long and prone to syntax errors. I would like to take the keys at a particular dimension and make them locals for processing, and store their array value as the value for that variable. The problem is that I am creating variable names from variables ...

Go to advanced search