how to create Kindle fire device in geny motion? - android-virtual-device

Hi I want to create device for kindle fire tab using 'Genymotion' but can't see any device for that so can any one help me.

Currently i know, there is no Amazon device available on Genymotion pre-configured device list. You need use a Generic Device to test :(
I believe that, further informations or requests can submitted right at https://cloud.genymotion.com/page/support/

Related

Skipping confirmation popup or overriding for Bluetooth Device pair in windows from UWP app?

While connecting to any Bluetooth device, a yes/no popup appears from windows.
From app, is there any way to programmatically skip this yes/no popup?
Checked few documentation.
After talking with some Bluetooth guys, it seems that you need to use custom pairing in your scenario. This feature enables creating your own user interface to interact with the user as needed.
The sample code you could refer here:https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DeviceEnumerationAndPairing/cs/Scenario9_CustomPairDevice.xaml.cs

How do I get device platform type in Swift?

I want to have a section in my app that shows the device type so I can make it noticeable to show that the device is supported. How do I get this? I tried
UIDevice.currentDevice().
and there was no platform type.
Why cant you use:
UIDevice.current.systemName
That worked for me.
You should check this Question here.
I didn't get why you want to show the user if the device is supported.
The user shoudn't be able to download your app if the device is not compatible, and you can limit what device can download your app by doing this.
This link can also help you decide what UIRequiredDeviceCapabilities key you should use

Recording Audio Stream in Background in Windows phone 7/8

I m developing an app which can record audio stream.
I want to know that is it possible to record that audio in background, i,e when the application is in deactivated mode?
I have already tried to do that in many different ways,but its not helping out.
Please suggest me some way to do such...
Thank you.
As mentioned in the comments, it's not possible to record in the background.
Your app must be running in the foreground for it to be able to record audio using the microphone. For an overview of all the audio recording options, please refer to this tutorial on the Nokia Developer Wiki.
Also, an app will not run when the phone is locked - it is suspended. So if your app was recording, it would stop when the phone is locked. You can change this behaviour with IdleDetectionMode.Disabled which means your app keeps running even though the phone is locked.
Haven't implemented it before, but classifying it as a VOIP app could be the way to go:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207046(v=vs.105).aspx

Recording audio on Mac

I am developing an application which access my audio input device and record audio from my microphone.
Here when i am pressing START button it have to record audio from microphone and have to stop recording when pressing STOP button.
My device is Lynx-AES16 and i got driver from there site.
In windows i am accessing the machine(Lynx) by using direct-show SDK(Graph edit). 
Is there any similar tool  like direct-show is available. I checked with AUAudio and IOkit but didnt understood that much.
Can anyone provide some sample or some useful links. Apple link is not good for a starter 
Look at the CoreAudio sample code at developer.apple.com. There is plenty of useful code there.
In particular look at the RecordAudioToFile example.

Can not open/edit events in Kendo Scheduler on a mobile device

For example in this demo: http://demos.telerik.com/kendo-ui/scheduler/index
On a desktop browser, clicking on the event opens an editor. On a mobile touch device, tapping on the event does nothing. This repros also when running Chrome device emulation as iPhone.
Telerik claims that this works here:
http://www.telerik.com/forums/creating-or-editing-event-in-mobile-browser
so I don't understand how they can make that claim.
Can someone please confirm that this does not work, or if I'm doing something wrong? I am just evaluating their product at this stage, so I do not have paid support subscription required to reply on that forum thread.
I figured out the answer to my question. On mobile devices, the scheduler needs to be configured for mobile using mobile:"phone" or mobile:"tablet", as well as instantiate a kendo.mobile.Application.
Here's an example: http://dojo.telerik.com/#ggkrustev/uCiNU

Resources