device

How to build a library for both iPhone simulator and device?

I want to build a static library for iphone. I want to give my users the .a library which they can use for both simulator test and device test. Do I have to build two library in simulator mode and device mode? Is there any way to build a single one that can be used for both platforms? ...

Cheap Wifi enabled Android or other programmable device

Does anyone know of a cheap Android or programmable device that has wifi? I need it for a project for a company that needs a wifi handheld device for the shop floor. Im not too fussed about the language the device uses though Im not really interested in the iTouch as theres no intention to release the app in the app store and I don`t ...

Sybase IQ: How to create a DBSPACE with raw device?

I'm on Sybase Iq 15.1 and try to add a dbspace to a demo database, using a raw device on Linux. I always get SQL error 1010000, file already exists: CREATE DBSPACE KLMTEST USING FILE DF1 '/dev/disk/by-id/scsi-1HITACHI_730109670008' IQ STORE; Could not execute statement. The file '/dev/disk/by-id/scsi-1HITACHI_730109670008' already exis...

developing an application compatible for multiple devices in blackberry

i made an application for bold 9000 but want to run on bold 9700 .can it ran successfully on that or i had to made changes in my application or made application from scratch for both devices? ...

Detecting rotation to landscape manually

hi all, I am working on an iPhone application based on UITabBarController and UIViewControllers for each page. The app needs to run in portrait mode only, so every view controller + app delegate goes with this line of code: (BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation { return (interfaceO...

iphone - Can't uninstall app on device

hey guys, I am testing my app on my jailbreaked iPhone and i noticed something strange. When i want to uninstall it on device i got no cross to delete the app. All the other apps (not mines) have the white circled cross. Whereas on the simulator i am able to delete my app. Is it because i run it on a jailbreak with a codesign workarou...

Testing on blackberry device - adding and removing app multiple times

It would be useful for many people to know how to completely remove an application from your device when testing. I have downloaded my app many times now, and likewise have deleted it many times. The problem is when deleting the app, it does not remove things like the persistent object related to my app, or the images downloaded through ...

How to syncronize merge subscription in Sql Compact DB (on a Mobile device emulator)

Using SQL ManagementStudio 2008 I created SQL 3.5 Compact DB (TestCompact.sdf) and I have created subscription to existing Publication. Using SQL Management Studio it is working. I have transfered TestCompact.sdf to Windows Mobile 5 emulator device and with QueryAnalyzer for Mobile I could query existing tables in TestCompact.sdf. I don'...

howto check a network devices status in C?

I would like to check a network devices status e.g. promiscous mode. Basically like shown with ip a command. Maybe someone could push me in the right direction? I would need this in C for linux so linux specific headers may be included. Thanks in advance! ...

How to capture the android device screen content?

How to capture the android device screen content and make an image file using the snapshot data?which api I should use or where to find related resource? thanks in advance! BTW: not camera snapshot,but device screen ...

Interfacing socket code with a Linux PCI driver

I have two devices that are interfaced with PCI. I also have code for both devices that uses generic socket code. (The devices were originally connected by MII/Ethernet.) Now, I need to write a PCI device driver to transport packets back and forth between the two devices. How do I access the file descriptors opened by the socket co...

Instrument web site security and architecture questions

Hello, I’m developing a .NET/C# application software for an instrument which has a built-in PC (Core 2 CPU/2.66GZ/4GB RAM) and will have access to the Internet from behind the facility IT firewall. The software is made up of two parts: a rich client desktop app for UI and device control and a web app (silverlight) for providing remote ma...

Using bengottlieb / Twitter-OAuth-iPhone, running on iPhone device

Got the source ["bengottlieb / Twitter-OAuth-iPhone"][1] I added the existing folder "Twitter+OAuth" to my project. Fixed Target to include libxml2.dylib and libOAuth.a Fixed Header & Library Search Paths, just like DEMO project did. Building itself is fine. Only showing warnings about MGTwitterEngine's parsing issues. However, when I ...

Android ==> Aplication development ???

1- I am an iphone application developer, all iphones have very similar Operating systems, and the size and everything is the same, so I don't need to create applications specific for each iphone. But with android there are different phones, different sizes, So How can i possibly know that my app works, and looks fine on all these device...

How to Deploy Android Application to Beta Tester Devices

My android app is not in the app store yet. Is it possible to send my app to someone, and they install it on their device. Something like iphone AdHoc? ...

dateformatter works in simulator but not on device

Hi, this code works on simulator ... but not on my ipod touch... on ipod I see the unformated date :-( NSDateFormatter* formatter = [[[NSDateFormatter alloc] init] retain]; //Date Before = Sun, 20 Jun 2010 06:00:00 +020 [formatter setDateFormat:@"EEE, dd MMM yyyy HH:mm:ss Z"]; NSDate *d = [formatter dateFromString:...

I want to know from the Linux kernel on wich device it has boot

Hi, The question is in the title =) ...

Mobile device testing for BlackBerry smart phones - acquiring test phones

Hello, I have been developing a BlackBerry application for about 7 months, and I have started to do a lot of testing. Does anyone have any advice on the best way to test my application on different BlackBerry devices (without having to purchase them)? I have the BlackBerry Tour and the BlackBerry Storm, but I can only have my Verizon n...

Simulating a MIDI device - Windows

Hi, I need some advice on windows programming, MIDI and WDM. I am trying to write a small application that will sit in the sys tray and be advertised to the system as a MIDI In/Out device so that MIDI programs can send to it and it will convert the messages into a different format. I have been reading Cant's WDM book and scouring for...

Android Install Eclipse project onto DeviceAnywhere

How can I install an Eclipse Android project onto deviceanywhere to test on different devices? Thanks Chris ...