Search found 6 matches

by KenjiBeast
Thu Jul 25, 2013 10:22 pm
Forum: Android Deployment
Topic: Set phone to silent/vibrate mode?
Replies: 4
Views: 4270

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 ...
by KenjiBeast
Thu Jul 25, 2013 9:58 pm
Forum: Android Deployment
Topic: Set phone to silent/vibrate mode?
Replies: 4
Views: 4270

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 KenjiBeast
Thu Jul 25, 2013 9:18 pm
Forum: Android Deployment
Topic: Set phone to silent/vibrate mode?
Replies: 4
Views: 4270

Set phone to silent/vibrate mode?

My intention is to create an app that allows the user to set a phone to silent/vibrate/etc via time/date picker. I.e. "I'll be in a meeting from 2PM to 4PM, Thursday afternoon. During that time, I would like my phone to automatically be set to vibrate, after which it will return to whatever state it...
by KenjiBeast
Thu Jul 25, 2013 9:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working on pretty simple project, but need some guidance.
Replies: 4
Views: 3376

Re: Working on pretty simple project, but need some guidance

I actually went back and made my way through a couple tutorials and that fixed my problem right quick. Thanks so much!
by KenjiBeast
Wed Jul 24, 2013 9:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working on pretty simple project, but need some guidance.
Replies: 4
Views: 3376

Re: Working on pretty simple project, but need some guidance

FourthWorld wrote:URL to the API?

It won't let me post up URLs, since I'm quite new. It's the first result if you google 'alternative fuel stations api'.
by KenjiBeast
Wed Jul 24, 2013 9:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working on pretty simple project, but need some guidance.
Replies: 4
Views: 3376

Working on pretty simple project, but need some guidance.

Alright, my intention is to make an application for android that divines your location automatically via GPS and shows you the closest natural gas utilities using a govt. sponsored API. Maybe even provides navigation, if that's at all possible. I really don't know where to start getting something li...