device

Android apk install on deviceanywhere

I downloaded my Android apk onto a Device on deviceanywhere. After the download, when I click on it, it asks "Do you want to install this application?". I click "Install", it comes back saying "Application not installed" with a warning symbol. Anyone know why this is happening? Thanks Chris ...

Android Change orientation on deviceanywhere

How can I change the orientation to landscape while testing the app on deviceanywhere? I tried to right-click on the device, and click on Controls -> Turn left, that turned the phone, but my app did not orient to landscape. My app works well for rotation on the actual device. Thanks Chris ...

Nested resources without controller names in url

I've got a very simple Rails 3 app with a User model run by Devise and a Notes model. Right now the url and routing looks like this: # url /users/MEMBERNAME/notes/TITLE-OF-NOTE # routing resources :users do resources :notes end But I would like the urls to look like this, how would the routing look like in this case? # url /MEMBER...

How do you chang the audio device in using System.Speech.Synthesis

I'm trying to use System.Speech.Synthesis to play text that is then output over a tapi modem. SetOutputToDefaultAudioDevice() is easy enough to figure out, but I don't want the sound to come out of the speakers. I think i need to use SetOutputToAudioStream, but I'm not sure how to use it and I can't find any examples ... I tried cha...

Testing http connections on device

Hallo, developing a bb app I need to make http connections to get files, images etc. In simulator all works, but not in device. I bought a BlackBerry but I want to test my app without a sim then without a bes. How do I need to set my device? and how do I have to compose my url? I just have a bb device with wifi available Thanks all :)...

Blackberry Http Connection times out on image download. Why?

My application loops through about 200 urls that are all jpg images. In the simulator it reads ok, then stores the byte array in persistentStore with no problems. On the device, it gives java.io.IOException: TCP read timed out on basically every image. Every now and then, one gets through. Not even sure how. The image sizes don't give in...

Android App DeviceAnywhere LogCat

Is there a way to look at LogCat when the app is running on a device on DeviceAnywhere? Thanks Chris ...

The animation is working in simulator but its crashing on device

Hi...im new to Animation Programming.... My app is crashing in device but its working fine in the simulator... if i keep on dragging on device for few minutes..its crashing.... Can anybody help me please... The following is my code... // HomeViewController.m #import "HomeViewController.h" @implementation HomeViewController @synthesi...

Error trying to push a build to a first gen iPod running os 3.1.3 using SDK 4.

I just upgraded to iPhone SDK 4, I was building to the iPod running OS 3.1.3 fine untill i ugraded the SDK. When I try to build now I get the following error: Can't run 'AppName' - was built for 'armv7', but device requires 'armv6' or compatible architecture. In the project settings I have set the Architectures to Standard (armv7 armv6...

Weird leak patterns iPhone Development

Hello, I'm finding some weird leaks when running my app in the device with release configuration. But if I run the same app in the device but with debug configuration the leaks are gone. I haven't changed anything in the debug or release configuration files. The debug and release configuration are as they come from the template... Is th...

How to detect USB Wifi plug into computer via C#?

Hi, I want to write a simple program that detect USB Wifi plugged computer and unplug it. I am finding code or library help me to do that (C# or Delphi). Tell me if you know :) Or Code or lib that list all USB devices on computer ? Thanks ! ...

Andorid ==> Simulator VS Device?

Does the android simulator use the same amount of memory as the real device? For example if my app doesn't run out of memory on a simulator, does it mean that it doesn't run out of memory on an actual device? ...

NSTimer is not working fine ..in Animation in iPhone

Hi...im new to iPhone programming..in my app the timer is not working fine. can anybody help me out please... The following is the code for animating few images wn we touch or swipe..they fall down i want to restrict the touches for few seconds with use of timer... is there another way to do this..?(before using timer its crashing on d...

How to analysis iphone's device log?

hey,every human,How to analysis iphone's device log? In addition, What is the meaning of the following content: and,what is the meaning of the : 0 libobjc.A.dylib 0x00007dd2 prepareForMethodLookup + 10", Thread 0 Crashed: 0 libobjc.A.dylib 0x00007dd2 prepareForMethodLookup + 10 1 libobjc.A.dylib ...

How do I get a callback within my TableViewCell, inherited from UITableViewCell, when the device orientation changes?

Hello, I'm in the following situation: I created my own TableViewCell (inherited from UITableViewCell) with new labels. It works really good when the device is in portrait mode (I designed the frames of the labels based on 320x480). Now the problem is when I turn the device in landscape orientation I haven't got a method which adjusts t...

linux kernel module char device

Hi Kernel Gurus, i'm writing a char device in linux - xubuntu , and i'm wondering if i have to implement ioctl OR maybe i can use the regular read write funcs?? thanks all, Amit ...

Android: Taking Screenshot of current screen with device

When one wants to publish his App on the Android Market he can upload up to two screenshots of his app. I would like to take these screenshots with my current device (Motorola Droid) that I'm using to test the application. There are some Apps on the Android Market that allow you to take screenshots, but you have to root your phone, whic...

OpenAL output to multiple devices (Linux)

I'm developing a Linux application on a computer with two audio cards and I want to use both at once in OpenAL, each in its own context. When I call OpenAL's enumeration extension, alcGetString(NULL, ALC_DEVICE_SPECIFIER), to get a list of possible output devices, the list only consists of 'ALSA Software' and 'OSS Software'. I know these...

Android: Within Android Device Chooser the same device shows up several times

I am using Eclipse to program for the Android OS. I use a real device to test my application on. To test my application I click on run, then the target project i wanna run and then the Android Device Chooser pops up, where I can choose the device or emulator that I want to run the application. (like probably every programmer here). But...

is there a bluetoooth device or kit that can accept text messages

I want to be able to send arbitrary messages from my iphone to the bluetooth device and have it display it. I would like to know if there is something already commercially available or something that can be put together with a little bit of effort. ...