mobile

When should I give out my iPhone UDID?

When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this out? Many thanks ...

How can i add a button to my form

I'm confused.Can't find any button control to add to a form in my mobile application. Its a standard mobile application with mobile emulator 6.0. how can i add a button? ...

mobile receipt printing with J2ME via Bluetooth

Hi, I need to make an app in J2ME that can be able to read a SMS and then print it on an epson tm-p60 printer(ESC/POS emulation) via bluetooth. i looked at the epson supprt site but the only ADK/drivers they provide are for: 1.Sun Java2 SDK Standard Edition Version 1.4.2_10 2.Sun Java2 SDK Standard Edition Version 1.4.2_04 3.Sun Java S...

Making site usable both from Mobile devices and desktops

I have a website that I want to make look good from a non-mobile browser, but make very usable from a mobile device. I'm thinking I'm going to detect if the user is likely using a mobile device, and if they are, redirect the first hit to a page that says something like: "It looks like you're viewing this page on a mobile device. Would ...

How mobile printer that work alone and with WIFI for POS app?

I'm hunting for a mobile POS printer for use in a mobile point-of-sale application (BestSeller). The requeriments is that must work independent of anything except the mobile device. So the solution is only: Printer + iPhone. I have a early question on this, here but with not answers. The idea is that the printer work as their own serve...

using phone camera with wap

Hi all, I going to create a wap site using wml and servlets, it should be able to access phones camera and take a snapshot. Is it possible to a wap site to access phones camera? I know it is not possible in straightforward way, since wap sites are running under lots of restrictions in a mobile. But is there any way to get around these ...

Bug in Mobile Safari regarding HTML LINK

My native iPhone app displays HTML files using UIWebView. These HTML files are stored locally on the iPhone (they ship with the app). Now I'm also trying to use a central CSS file in the HTML files, using something like: <link href="../../stylesheet.css" rel="stylesheet" type="text/css"> In Safari, this works, the HTML files look OK. I...

How to send an email from my application using email application?

Hi, How to send an email from my application using email application? I am having the one scenario like send email to particular mail id([email protected]). In my application while clicking the link it should call email application and then need to pass above mail id to in "To" box (after login) . Is there any solution for this issue?...

Algorithm to implement kinetic scrolling

What are the good algorithms to apply to kinetic scrolling implementation? The feature would be tested on custom UI list. While I am targeting mobile devices (those that do not have this feature built-in), any algorithm or code example from different programming field may also suit. Thank you. ...

How should a mobile project reference/use classes in the full .net framework?

Our team is developing a framework. In a different solution, we have a mobile project (along with other "normal" .NET projects). That mobile project would benefit from using some of the code in the framework. However, the framework is the full .NET version, not the compact framework. How should the mobile project use that framework code?...

Content Management System targeting Mobile Devices

Hi, all. If I want to implement CMS for Mobile Devices, what kind of points should take into account? For example, make page size smaller, use optimized (small) pictures. Any other ideas? Also what kind of rules can be applied while converting web-pages that WERE designed for Desktop Browsers, to the ones that are easily displayed in ...

Can anyone guess what protocol these packets belong to?

We see these packets being injected in an FTP-DTP channel during a downlink file transfer on Telstra's NEXTG mobile network. We are not sure if these are network level packets, a problem with our 3G modem (HC25 based) or something like our firewall injecting in the stream. Using a tool we noticed that the PPP framing fails with protoco...

How does IsMobileDevice work?

MSDN makes it sound so easy to detect a mobile browser: if (Request.Browser["IsMobileDevice"] == "true" ) { Response.Redirect("MobileDefault.aspx"); } Actually, it looks like you can also just check Request.Browser.IsMobileDevice. But how does this actually work? I don't even have a .browser file... what's going on behind the s...

Real-time video encoding for mobile

Hey, Does anyone know a good way to do real-time video re-encoding (Target formats being 3GP s263 AMR narrowband and MP4 mp4v mp4a, but not at the same time of course. Input files would be WMV, but the more input formats supported the better)? Currently we do asynchronous processing using a C# service that calls the ffmpeg command-line...

Unique id of files and monitoring file system changes

Do files or folders on S60 have some unique id value that can identify them? I would like to have an id that can be later used to extract full path of a file or folder. Is this achievable? If not, what would be the best way to keep track of files of interest? E.g. if I have a pdf reader, and I want to have a menu option to show all pd...

My mobile site does not render on certain mobile phones. Why?

I am developing a basic mobile site in asp.NET and C# and am having problems rendering .aspx pages on certain mobile phone browsers. I tried Stackoverflow.Mobi on a nokia looking for good examples for coding mobile sites. As soon as I redirect to another page I receive the error "File Format Unknown." As soon as i use the button_click...

MoSync experiences

Does anybody have experiences from MoSync? MoSync sounds very good and promises much but does it deliver? ...

Where to begin with Smartphone Web Development?

Ha all, So I've been taksed with developing a smartphone website for our property portal and first thing I did was see what lessons others had to tell online but I've found very little. I'm not building an app, I'm building a website and I'm looking for do's and don't with regards to html, css, widths/heights approaches, javascript (is...

Mobile Devices Advice

Hi there, I would like to develop on a mobile device, probably with Windows Mobile platform, which device would you guys recommend for me to use? But one requirement on the device is that I need that device to be able to capture signature (human writing on the device). Many Thanks ...

CDirScan function NextL raises KERN-EXEC 0

CDirScan function NextL raises "Main Panic KERN-EXEC 0" if it is not called right away SetScanDataL() (i.e. if it is called later within the same active object after another event) f1() - called within active object iDirScan = CDirScan::NewLC(aFs); iDirScan->SetScanDataL(aPath, KEntryAttDir|KEntryAttMatchExclusive, ESortNone...