Questions tagged [smartphone]

Smartphone is a combination of mobile phone and PDA (Personal Digital Assistant).

Smartphone is a combination of mobile phone and PDA (Personal Digital Assistant). It's built on a mobile operating system, for example: , , BlackBerry OS, or others.

References

739 questions
0
votes
1 answer

Linking a mobile device to a useraccount

For an assignment I have to make the CMS-system easily accessible trough mobile devices. Ideally we would like to create a way for user authentication with the least amount of input possible. I have created a system with php/javascript which mimics…
Chickenlal
  • 13
  • 3
0
votes
1 answer

Audio streaming issues on smart phones

I am developing an audio streaming site (For an FM Channel). The site has two version one for web and another for mobile device. I faced issues on mobile device the API is not playing in smart phone. The site works perfectly. But on mobile its not…
Jobin
  • 8,238
  • 1
  • 33
  • 52
0
votes
1 answer

Changing color of Selected row of DataGrid by touch

I am new in smart device application development. I got very few options in DataGrid of Smart Device. Can anyone suggest me the correct event and solution to change Background color of selected row in DataGrid.
RTRokzzz
  • 235
  • 1
  • 4
  • 14
0
votes
1 answer

Changing the call log in Android phone

The call log in the samsung galaxy note phone displays the log based on the date wise. It becomes very lengthy and occupies a lot of space and the log can hold only some limited number of call log. If we change the log based on the numbers and…
0
votes
1 answer

Smartphone project on Visual Studio 2010

My employer has recently asked me to start a smartphone project for a device running windows CE 6.5. I know that visual studio 2008 has the smartphone template and vs 2010 does not, I currently have vs 2010 and I've been told to install vs 2008 for…
Mahdi Tahsildari
  • 13,065
  • 14
  • 55
  • 94
0
votes
1 answer

Reassign the smartphone's shortcut buttons

How do I reassign the smartphone's shortcut buttons(the four buttons on the bottom (back, menu, home and search)) (Due to "We're sorry, but as a spam prevention mechanism, new users aren't allowed to post images.":…
Karl Heinz
  • 65
  • 1
  • 1
  • 6
0
votes
1 answer

How to vendor and product id on WinCE device

I am new to USB HID on winCE. Could someone tell me how to get vendor and product onreport under windowCE environment. On window side there is function called SetupDiGetDeviceProperty, is there an equvient term on the windowCE side?
0
votes
1 answer

Functions CancelIO() and GetOverlappedResult() are missing from win32 api

I cannot find the function CancelIo and GetOverlappedResult The function CancelIO is described as The CancelIO function cancels all pending input and output (I/O) operations that were issued by the calling thread for the specified file handle. The…
0
votes
3 answers

how to detect a user has come from a smartphone

How can I know if a user has come to my website from a Smart-Phone (especially iPhone and Android)? I want to redirect the user to a specialized website, so both PHP detection and htaccess detection are good. More specifically, the user will come…
SimonW
  • 6,175
  • 4
  • 33
  • 39
0
votes
1 answer

Absolute position optimalize for phone

i have a problem with CSS position of one image on my page. I need it to keep that image in top right corner all time, so i choose to use this style for image: HTML:
wohral
  • 85
  • 2
  • 9
0
votes
1 answer

Traditional ASP.NET validators and mobile devices

Currently I am thinking through a site that uses a responsive design to render nicely on smart phones etc. I am in the habit of using the traditional ASP.NET validators for validation (e.g. RequiredFieldValidators etc) as I feel they do an ok…
AJM
  • 32,054
  • 48
  • 155
  • 243
0
votes
0 answers

How use chinese phone on Eclipse?

I have a huge problem and I do not know how solve It. I have a chinese Smartphone, a Bluebo L100 FW with Android 4.1 ROM for Samsung S3. I'm developing Android apps with Eclipse Juno and I want to test them on my new phone. I did all the steps here…
MBRebaque
  • 359
  • 2
  • 5
  • 14
0
votes
1 answer

How do I alter my .htaccess file so that it ignores certain folders?

I have taken several stabs at this, but have not been able to hit on the correct syntax. Any help would be greatly appreciated. My .htaccess file reads as you see below. Up until now it has been doing what it should:Redirecting all visitors on…
Eric Ellis
  • 33
  • 8
0
votes
2 answers

Smartphone login with device

To my understanding creating a smartphone apps based on a site is to simply create an API for the website and to output the data in XML, JSON. In my case JSON has Ruby on Rails has it built it in it. In theory all I have to is to read the event.json…
Jseb
  • 1,926
  • 4
  • 29
  • 51
0
votes
1 answer

HTML5 Localstorage to Remote storage query

I have created a HTML5 webapp that runs quite nicely on most smartphones. Program can accept input from a user, store the information, display it, edit it, delete etc. Works fine. I was wondering if there is yet a standard way fo sychronising this…
MOLEDesign
  • 488
  • 8
  • 20