I need a product to simulate network latency for testing mobile applications (in particular iphone and android). I plan to set up a wifi router connected to a linux box, and write a number of scripts to approximate different types of connectivity issues.
So far, I've taken a cursory look at Netem and ns-2 (or its offspring ns-3). Nete...
Hello. I have a mobile site that works on every browser I test it with. Though on a Blackberry the entire page seems to align to the left rather than in the center.
Is there a specific way to make it align to the middle like everything else? Can you use conditionals the way you would with IE? Do I need to target the body tag instead?
A...
We're looking into building a PDA application to do stock management, linked to our ERP system. This app would run on PDA's with barcode scanners, like this one:
http://www.unitech-europe.nl/products/P_product_detail.asp?prodID=18&PGID=2
It would be nice if we could build the stock management application as a web application. This ...
Hi,
There is an existing module to convert a DNN site to a mobile site called mobiNuke.
I need to however create this from scratch for our client and I don't have any idea as to where I should begin.
This is what I have:
Pages of DNN content to convert to Mobile.
Mobile skin in css and html
What I do know:
I don't want to duplic...
How do I decompress a compressed file in a rhomobile application?
I saw that the zlib extension is unavailable in rhodes, because it needs a ruby port. Ruby uses the "zlib.c" or "zlib.h" source files and not a portable zlib.
When running the rhodes application, in a line with the source:
require 'zlib'
it raises the error:
no such f...
I have a .Net 3.5 mobile project which i try to run on a casio DTX-30 machine. But when my CacheCollections function is running, the database file is corrupted. My function contains these codes:
Friend Sub CacheCollections()
If Not cachedCollections Then
CustomerRevenueTypeFacade.FillAllItems(CustomerRevenueTypeCollection)
...
Hello all.
I have created a j2me application in netbeans ide.
Now i want put/install this app on my mobile device.
How can I do this. any help???
thanks.
...
This is an extjs single-page application which works fine in FF, IE, and Safari.
There are several problems with viewing or using this extjs app in the iphone. The extjs panels/windows do not resize, as it would in a normal screen. When the user zooms out, the expanding viewing area is blanked out. An example image is below:
Ip...
We are in the process of looking at allowing mobile devices to view our site. We have targeted 3 phones - BlackBerry, iPhone and Android.
Being new to all this I have several questions.
I am going to assume that what we are really looking at here is the browser capabilities of the devices and not so much the device itself (the device ...
Hi,
I'm looking to build something like chatroulette as a mobile app. Ideally it would be able to work across platforms (both Android and iphone). Any recommendations?
Thanks,
Artie
...
Hi all,
i've thought of an idea as a graduation project , but i need some one to support it
i mean, i need to know (just) whether it's Doable Or Not
so that's the idea..
It's a mobile phone application
i want to install the application on A Blind Man Mobile phone , which is supposed to include a powerful camera (say 5 mega pixels)
...
Hi
I have the requirement to access the following data, where available, on mobile phones with a device independent code
Needed data is
Contacts
Phone logs
Appointments
Tasks
Voice notes and recordings SMS messages
Pictures Videos Application Data
Email and Email attachments
This is needed to write a sort of cleanup applicatio...
I'm porting an iPhone game to Windows Phone 7, and I'm wondering how I would go about getting the phone's name? Like, on the iPhone it would be the name you had set it to in iTunes, and that's also readable in the API with (obj-c..) [[UIDevice currentDevice] name]..
Anyone know the equivalent WP7 .NET methods/properties? I can't find ...
I am just brainstorming here. Let's say I have 2 mobile devices, iPhone, Android, WinPhone7, BlackBerry, Palm, whatever. I'd like to communicate my location (latitude/longitude) from my device to another one. What is the best way of doing this?
The assumption that each device has either built-in mapping capabilities or a custom-built...
My employer uses a Juniper product for web based VPN - it apparently has all the connection settings preset. But It requires Java/JRE so it does NOT run on Mobile devices like RIM, Apple or Android.
Are there any good alternatives for VPN applications. Perhaps something that would connect to the same independant back end?
How safe it...
Hi there, this question is a extension of one made in http://stackoverflow.com/questions/3782849/best-solution-architecture, basically i want to know what is the best architecture to deal with a solutions where both desktop and mobile applications are involved. in this time i would like to know, what if we decided to go over java technol...
I'm triying to find a good emulator for the Blackberry browser, so I can try my blackberry app.
Is there an online version so I don't have to download and install one ?
Or in worse case scenario, which one should I download ?
Thanks,
...
I'm developing simple application for smart phones.
It works everywhere except iPhone.
Code is dead simple:
js:
var initial_lat = 58.3972;
var initial_lng = 15.5776;
var initial_zoom = 15;
var map;
function initialize_map() {
var initialLatLng = new google.maps.LatLng(initial_lat, initial_lng);
var myOptions = {
zoo...
Is it possible to debug application that is running in JavaFX Mobile Emulator?
Would it be possible to enable logging on apps that are running on JavaFX Mobile Emulator? if so how?
...
Hi at all, i'm trying to intercept new sms unread in a winMo application (C#)
I saw that MessageInterceptor not working in some HTC phone, so i thing that this value is a good chance, but this don't work too :(
On my HTC Hd2, when new sms arrived, SystemState.MessagingSmsUnread is set to 1.
In the cellular emulator, with WM6.5, when ne...