A telephone, or phone, is a telecommunications device that permits two or more users to conduct a conversation when they are not in the same vicinity of each other to be heard directly.

learn more… | top users | synonyms

3
votes
3answers
2k views

How is cross platform mobile development done in practice today (year 2013)? [closed]

I am a .NET developer (more than 6 years now) and just starting to learn about mobile/smartphone/tablets development. Logically, I (and probably everybody else out there) would like the application we ...
0
votes
0answers
27 views

Bookmarklet for mobile browser including login info

Our website FavSync is a bookmarks manager and we're trying to achieve the following: On the mobile version of our website (there's no mobile app, just a mobile version) we would like to allow users ...
0
votes
0answers
69 views

ProgressBar backround showing on emulator but not on phone

Im using ProgressBars in a ListView. The Background is white and the ProgressBar default. <ProgressBar android:id="@+id/timerProgress" ...
0
votes
1answer
196 views

Windows phone 8 webbrowser Control stays blank on dropbox

I try to create an WP8 app with a dropbox connection, but I get problems in the authentification process. From the library I downloaded, I get an URL which leads to the loginscreen to authenticate my ...
0
votes
1answer
73 views

Android: Use TelephonyManager or AudioManager for checking phone state before executing code

My question is, what is the best way to get the phone state (is it in call mode), to decide the further way. I would like to check for phone state before deciding whether execute sound notification or ...
1
vote
0answers
55 views

C# NavigationService.Navigate navigate in folder?

I want to navigate in windows phone 8 to xaml file in a folder. i got this code but didn't work: string testXaml = "/Xaml.AboutUs.xaml"; this.NavigationService.Navigate(new Uri(testXaml, ...
0
votes
0answers
50 views

How to detect the event when receiver accept my outgoing call?

I want to know how Android detect when receiver accepts my phone call? Which state does TelephoneManager capture in this time?
-3
votes
1answer
73 views

CSS Media Queries and phones with big screen resolutions [closed]

Recently I've been using css media queries to build responsive web designs. I've got a phone with a terrible screen resolution myself, 320x480 to be exact, but I got thinking, what about all these ...
0
votes
0answers
73 views

Kiosk mode in Windows Phone 8

The older Windows Mobile phones can be run in Kiosk mode: applications autostart in fullscreen mode after booting and users cannot access other parts of the phone. I've learnt most basics of Windows ...
1
vote
1answer
51 views

android how to get the statue of phone whether it is playing a sound file

I worked with my project with these problems. a user make a new task A and set the alarm, then he make another new task B in the same time and also set the alarm. When the alarm for task A come up,the ...
-1
votes
1answer
73 views

Not able to find input type radio buttons , which i have to created dynamically

I am implementing Windows phone apps with PhoneGap and i am getting nothing As am not able to find input type radio buttons , which i have to created dynamically but it finding static input type radio ...
-3
votes
1answer
55 views

Run Java Project On Android [closed]

Recently I've created a board game using Eclipse - Java. My question is : Is it possible to run this project on android phone? What should I change in order to make it work?
1
vote
1answer
103 views

Conditional text formatting XAML WP8

Is it possible to setup some form of conditional formatting of textblock controls in XAML so that the color of the text can be changed depending on the text (eg. Text = "good" then set to green, Text ...
0
votes
0answers
58 views

flash android plus opennfc rom

I would like to use my nexus 4 like a nfc tag(emulate nfc Tag on android). after surching information about that, i realize that the standard API from google does not allow it. it is however possible ...
0
votes
0answers
57 views

Is there any software available in linux to connect phone bluetooth and make call [closed]

I want a software for linux, through which i should connect bluetooth enabled android phone and get a interface with various functionalities for making a call, receiving call, sending text,and ...
1
vote
0answers
32 views

Java lib for suggesting international phone prefix by country [duplicate]

Is there any java library which helps suggest international phone prefix by country? For example, We have Romania and the suggestion would be +40 Thank you
0
votes
0answers
15 views

Is it possible to create a network of phones using bluetooth?

Would it be possible to connect several phones to one another using bluetooth, so that you could have communication from one phone to all, etc?
0
votes
0answers
16 views

how to crate different countries and add the corresponding item in the country wp7

In my code i have a json in which there are large no of entries .I want that in my UI there opens a list of countries in the UI and when i click any country then the corresponding entry in the json ...
0
votes
0answers
43 views

change phone calling functionality in android

I need to make an app which allows me to receive a call directly while ongoing call is active. So my app should allow the new caller not to go on hold but previous caller goes on hold automatically ...
0
votes
1answer
124 views

WP8 XAML Binding List<> with another List<> inside

I am trying to bind a list of objects to a list control for a Windows Phone 8 app which also contains another list within it. I have tried to find out how to set this out so that when selecting an ...
0
votes
0answers
69 views

Xcode - Make phone calls through Wi-Fi

I have came across an interesting app on the app store that lets me make phone calls using Wi-Fi. Does anyone have any ideas or guidelines to what I can use to make an app like this? Any help would ...
1
vote
0answers
60 views

Does this catch all phone number formats? [closed]

I've been working on code to convert user input into a readable form of a phone number. I am not scrubbing anything when the user inputs a phone number, but I do try to scrub it on output back to the ...
0
votes
1answer
226 views

Passing Variable from Asterisk Dialplan to AGI perl script

I am trying to pass a variable from the Asterisk Dialplan to a perl script using the AGI. I am now to this and am very confused at to how exactly this works. Right now in my dialplan I have this: ...
0
votes
1answer
80 views

Different representations of a decimal point

I'm seeing a difference in the behavior between the emulator in Visual Studio and my Lumia 820 when trying to parse a double. If I have a string which represent string stringdouble = 3.434233, the ...
1
vote
1answer
59 views

How can i set up a website in CSS to react to different resolutions? [closed]

For a college project, i need to take a website that my teacher gave me in HTML, and set it up so that if the resolution is cut down to a max-width of 640px, i need to take out the picture and nav bar ...
0
votes
1answer
128 views

Camera capture task - What to save to DB - Windows Phone

My question is related to Windows Phone 7.1. After the camera capture task, I get the chosen picture which is saved in Camera Roll. How do get a reference to this so that I can save the same in my DB. ...
0
votes
1answer
62 views

Actionscript metro app development

Maybe it's not a good question, but i'm studing actionscript to employ wireframes. So, is it possible to export windows 8 metro app and windows phone with adobe flash pro? How can i do it?
0
votes
0answers
35 views

Smooth animation on app start up on debug mode, slow on release

I have a panorama page as the first page of my app. When I use the Visual Studio and deploy the app to my device (Lumia 920) on debug mode, the transition animation in the start looks very smoothly. ...
0
votes
0answers
47 views

measuring decibels

Good Evening to everybody! i have the following trouble: i'm tryin to measure the decibels(of the voice) using the microphone of my mobile phone but dont know why it doesn´t work!!! any ...
1
vote
1answer
63 views

Windows 8 App and Windows Phone App Submission

I am a little confused with the two apps, Windows 8 (which run only on Windows 8 OS?) and Windows Phone Apps. Based on the marketing I heard around windows 8, I assumed an app available on Windows 8 ...
-1
votes
1answer
63 views

My theme isn't being Responsive [closed]

I'm working on a site. It's based off the Fit WordPress theme. The theme is responsive and as far as i can tell they put in all the meta tags and such but I can't get it to work. It's stretching ...
0
votes
0answers
125 views

Windows Phone 8 Facebook api gives HTTP 500 error

When i use facebook api at win phone 7 it is ok. But when i try to navigate login page at silerverlight for windows phone 8 , i am getting HTTP 500 error. var loginUrl = GetFacebookLoginUrl(AppId, ...
0
votes
1answer
61 views

expandable list and dialer

I have an expandable list with a header and a number. I want to complete the action using a dialer whenever the number in the list is clicked. Im stuck with the getChildView method, I need to extract ...
1
vote
1answer
59 views

Can I use an NFC reader as if it was a dynamic tag?

For example if I have the reader connected to a PC, on the PC screen I select "open url 1", tap my NFC phone to the reader and it will open url 1. I select on the screen "open url 2", tap my phone to ...
3
votes
3answers
123 views

Battery efficient way to track Android phone

I have a fleet of vans that I am trying to create a cheap way to track. I need to be able to request an update on their location, and also track their movement so I can go back and see their routes. ...
0
votes
1answer
67 views

Do I need a separate image set for both iPhone 4 and iPhone 5?

I have an app for iPhone 4 which includes over 1000 .jpg photo images. My question is: Do I need a separate image set for iPhone 5? I'm guessing the answer must be 'yes', since after extensive ...
0
votes
0answers
17 views

Adding files to project dynamically

I have a cross-platform solution that requires the use of XNA Content Pipeline to build some of it's resources. Since these projects cannot be directly referenced in my main Windows Phone 8 project, ...
2
votes
1answer
464 views

ItemsPanel property in Longlistselector control Windows Phone 8 SDK

Does anybody know if the Longlistselector control from Windows Phone 8 SDK (not Windows Phone toolkit for WP 7.5) has the ItemsPanel property or an equivalent? The ListBox control has such property, ...
0
votes
0answers
28 views

Editing values in the HTC Sense sysfs

This answer: http://stackoverflow.com/a/6959591/2075193 talks about editing the HTC Sense sysfs on rooted phones. Is there a comprehensive overview of the values that can be edited this way? I'm ...
0
votes
0answers
35 views

Android make home phone

When I give number="05338830967"; is like it is working but when I give this number number="03926502323"; it is not running, phone tell me that create internet call what is it? private void ...
0
votes
0answers
48 views

Live connect session has expired: windows phone

I have a windows phone app which is supposed to download some files from a specific folder from the user's skydrive. The download part works fine, except for one small issue: I get an exception ...
0
votes
1answer
82 views

Get list of contacts matching a give set of phone numbers

I am trying to get the list of contacts matching a given set of phone numbers, can anyone suggest me how to do this in android. e.g.Say I have 3 phone numbers [883338383 , 93939311 , 89898999] which ...
0
votes
1answer
234 views

Wide tiles for Windows Phone 7.8

I'm making a small application and I ran into a problem, I would like my app to have three tiles sizes. Right now I have only the two square sizes. How would I go about making the double wide title in ...
0
votes
0answers
47 views

Edit windows azure database over cloud service C sharp

Hi there Currently building an application for windows phone and have created a cloud service that allows apps to add database entries and retrieve them. The Application uses the could service through ...
1
vote
3answers
292 views

Windows Phone 8 - Navigation Error

I have a file in IsolatedStorage. If the file exists, I want to redirect to the login page or Create Account page. If the file doesnt exist, the app goes to the Create page, a password is created and ...
0
votes
0answers
115 views

How to insert custom http header Date in WCF service Windows Phone?

I'm working on WCF service created with service reference on visual studio 2012 for Windows phone 8 and I need to set custom http header in all messages. I can set either the standard http headers and ...
0
votes
0answers
35 views

streamreader wp8 stucks

try { Uri url = new Uri("http://www.namaz.web.tr/namazVakitleriApi.php?il=ISTANBUL"); WebClient client = new WebClient(); ...
0
votes
2answers
124 views

PHP: How to check if string contains just 1 same number [duplicate]

I've got a Call Me Back form which sends me a phone number of a person who wants to be called back. Today I received the form with '88888888' instead of a real phone number. How can I check if the ...
0
votes
1answer
51 views

How to fix warnings on Windows phone 8 enviroment?

I have a project on windows phone 8 environment with Google contact API. I get 16 warnings, a example: Referent to type "System.Net.IWebProxy" claims it is defined in c:\Program Files ...
0
votes
1answer
477 views

C# WP8 Get selected content from listPicker

I can't find a way to get and show the content of the current selected item, here is the XAML: <toolkit:ListPicker Name="lp" Header="Network" SelectionChanged="selectionChanged"> ...

1 2 3 4 5 29