Re: Android Audio Recorder Woes

2018-09-03 Thread panagiotis merakos via use-livecode
Hello Dan,

Hehe no worries, you're welcome. The Android Audio Recorder Lib is
currently the only case where you'll have to ask for a permission
explicitly. In all other cases (including Location) the permission dialog
is shown automatically.

For example, RE location access, if you call
, this will first ask for location
permission.

Kind regards,
Panos
--

On Sat, Sep 1, 2018 at 12:27 AM Dan Friedman 
wrote:

> Panos,
>
>
>
> Ug!  Yes, that was it.  I feel especially stupid because I already did it
> for Location Access.   Must be Friday!?!
>
>
>
> Thank you!
>
>
>
> -Dan
>
>
>
>
>
> *From: *panagiotis merakos 
> *Date: *Friday, August 31, 2018 at 1:34 PM
> *To: *Dan Friedman 
> *Cc: *How to use LiveCode 
> *Subject: *Re: Android Audio Recorder Woes
>
>
>
> Hello Dan,
>
>
>
> Ok, so since 9.0.1 uses the new android permissions model, you might have
> to ask for permission to record audio first. See the command
> androidRequestPermission in the dictionary.
>
>
>
> Best,
>
> Panos
>
>
>
> On Fri, Aug 31, 2018, 23:30 Dan Friedman  wrote:
>
> Panos.
>
>
>
> Thank you for the reply!  I am using LC  9.0.1 (rc 2).
>
>
>
>
>
> Thank you!
>
>
>
> Dan Friedman
>
> CEO, ClearVision Technologies, LLC
>
> Voice: 909/484-2052
>
> http://www.clearvisiontech.com
>
>
>
>
>
> *From: *panagiotis merakos 
> *Date: *Friday, August 31, 2018 at 1:27 PM
> *To: *How to use LiveCode 
> *Cc: *Dan Friedman 
> *Subject: *Re: Android Audio Recorder Woes
>
>
>
> Hello Dan,
>
> Which LC version are you using?
>
>
>
> Best,
>
> Panos
>
>
>
> On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> Hello!   I am trying to implement the Android Audio Recorder options in my
> project, but it’s not working.  I have checked the “Android Audio Recorder”
> in the Standalone Application Settings, and the called this:
>
> androidRecorderSetRecordFormat "MPEG-4"
> put (specialFolderPath("documents") & "/ test.mp4") into fPath
> androidRecorderStartRecording fPath
>
> The androidRecorderSetRecordFormat seems to be ok as it’s failing on the
> androidRecorderStartRecording call.   Is there something else I need to do
> or set to get this working?
>
> Thanks in advance
> -Dan
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android Audio Recorder Woes

2018-08-31 Thread Dan Friedman via use-livecode
Panos,

Ug!  Yes, that was it.  I feel especially stupid because I already did it for 
Location Access.   Must be Friday!?!

Thank you!

-Dan


From: panagiotis merakos 
Date: Friday, August 31, 2018 at 1:34 PM
To: Dan Friedman 
Cc: How to use LiveCode 
Subject: Re: Android Audio Recorder Woes

Hello Dan,

Ok, so since 9.0.1 uses the new android permissions model, you might have to 
ask for permission to record audio first. See the command 
androidRequestPermission in the dictionary.

Best,
Panos

On Fri, Aug 31, 2018, 23:30 Dan Friedman 
mailto:d...@clearvisiontech.com>> wrote:
Panos.

Thank you for the reply!  I am using LC  9.0.1 (rc 2).


Thank you!

Dan Friedman
CEO, ClearVision Technologies, LLC
Voice: 909/484-2052
http://www.clearvisiontech.com


From: panagiotis merakos mailto:merak...@gmail.com>>
Date: Friday, August 31, 2018 at 1:27 PM
To: How to use LiveCode 
mailto:use-livecode@lists.runrev.com>>
Cc: Dan Friedman mailto:d...@clearvisiontech.com>>
Subject: Re: Android Audio Recorder Woes

Hello Dan,
Which LC version are you using?

Best,
Panos

On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:
Hello!   I am trying to implement the Android Audio Recorder options in my 
project, but it’s not working.  I have checked the “Android Audio Recorder” in 
the Standalone Application Settings, and the called this:

androidRecorderSetRecordFormat "MPEG-4"
put (specialFolderPath("documents") & "/ test.mp4") into fPath
androidRecorderStartRecording fPath

The androidRecorderSetRecordFormat seems to be ok as it’s failing on the 
androidRecorderStartRecording call.   Is there something else I need to do or 
set to get this working?

Thanks in advance
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android Audio Recorder Woes

2018-08-31 Thread panagiotis merakos via use-livecode
Hello Dan,

Ok, so since 9.0.1 uses the new android permissions model, you might have
to ask for permission to record audio first. See the command
androidRequestPermission in the dictionary.

Best,
Panos

On Fri, Aug 31, 2018, 23:30 Dan Friedman  wrote:

> Panos.
>
>
>
> Thank you for the reply!  I am using LC  9.0.1 (rc 2).
>
>
>
>
>
> Thank you!
>
>
>
> Dan Friedman
>
> CEO, ClearVision Technologies, LLC
>
> Voice: 909/484-2052
>
> http://www.clearvisiontech.com
>
>
>
>
>
> *From: *panagiotis merakos 
> *Date: *Friday, August 31, 2018 at 1:27 PM
> *To: *How to use LiveCode 
> *Cc: *Dan Friedman 
> *Subject: *Re: Android Audio Recorder Woes
>
>
>
> Hello Dan,
>
> Which LC version are you using?
>
>
>
> Best,
>
> Panos
>
>
>
> On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> Hello!   I am trying to implement the Android Audio Recorder options in my
> project, but it’s not working.  I have checked the “Android Audio Recorder”
> in the Standalone Application Settings, and the called this:
>
> androidRecorderSetRecordFormat "MPEG-4"
> put (specialFolderPath("documents") & "/ test.mp4") into fPath
> androidRecorderStartRecording fPath
>
> The androidRecorderSetRecordFormat seems to be ok as it’s failing on the
> androidRecorderStartRecording call.   Is there something else I need to do
> or set to get this working?
>
> Thanks in advance
> -Dan
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android Audio Recorder Woes

2018-08-31 Thread Dan Friedman via use-livecode
Panos.

Thank you for the reply!  I am using LC  9.0.1 (rc 2).


Thank you!

Dan Friedman
CEO, ClearVision Technologies, LLC
Voice: 909/484-2052
http://www.clearvisiontech.com


From: panagiotis merakos 
Date: Friday, August 31, 2018 at 1:27 PM
To: How to use LiveCode 
Cc: Dan Friedman 
Subject: Re: Android Audio Recorder Woes

Hello Dan,
Which LC version are you using?

Best,
Panos

On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:
Hello!   I am trying to implement the Android Audio Recorder options in my 
project, but it’s not working.  I have checked the “Android Audio Recorder” in 
the Standalone Application Settings, and the called this:

androidRecorderSetRecordFormat "MPEG-4"
put (specialFolderPath("documents") & "/ test.mp4") into fPath
androidRecorderStartRecording fPath

The androidRecorderSetRecordFormat seems to be ok as it’s failing on the 
androidRecorderStartRecording call.   Is there something else I need to do or 
set to get this working?

Thanks in advance
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android Audio Recorder Woes

2018-08-31 Thread panagiotis merakos via use-livecode
Hello Dan,
Which LC version are you using?

Best,
Panos

On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hello!   I am trying to implement the Android Audio Recorder options in my
> project, but it’s not working.  I have checked the “Android Audio Recorder”
> in the Standalone Application Settings, and the called this:
>
> androidRecorderSetRecordFormat "MPEG-4"
> put (specialFolderPath("documents") & "/ test.mp4") into fPath
> androidRecorderStartRecording fPath
>
> The androidRecorderSetRecordFormat seems to be ok as it’s failing on the
> androidRecorderStartRecording call.   Is there something else I need to do
> or set to get this working?
>
> Thanks in advance
> -Dan
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode