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

0
votes
1answer
19 views

Creating a grid of Windows Phone controls (Buttons)

I'm looking to create a grid of buttons to make a simple game in Windows Phone just to test out what I can do with it. I did the exact same thing with visual C#: for (int j = 0; j < down; j++) ...
-7
votes
0answers
33 views

What is the algorithm for Android's IMEI Unlocking? [closed]

I wanna know the algorithm use to generate the unlock code (carrier lock, network lock). I've search on the web, but I have found nothing... I know that the algo use the IMEI, carrier and country, ...
0
votes
0answers
4 views

Panorama navigation update issue

I have a 3page panorama control, in which I only want to display the applicationbar on page 2, I can get this to work in C# code (not xaml), but there is a major lag when navigating between the pages. ...
0
votes
0answers
9 views

Trying to place <address> and <phone> on same line in Wordpress Footer

Hey everyone pretty stumped here I have a wordpress site and in the footer I am attempting to place the companies address and phone information in the bottom of the footer. However, it will NOT allow ...
0
votes
0answers
22 views

“App deployment failed. Please try again” when deployed an app with SDK8.0

I'm trying to Deploy an App for Windows Phone 8 using SDK8.0 (Emulator XVGA 512Mb), but I got an error "App deployment failed. Please try again" after screen "Windows phone OS is starting" abou 5 ...
0
votes
1answer
27 views

Showing white screen after splash screen in window 7 phonegap

I am developing apps for window phone 7 using phonegap. I am facing the problem when launching the apps in emulator. I can see the splashscreen but not the index page. I just see the white blank ...
0
votes
0answers
66 views

Windows phone 8 Sqlite setup

I started setting up the windows phone 8 sqlite and everything worked out great. I installed the SQL for Windows phone extension. Then i proceeded on adding the solution (Sqlite.vcxproj). After that i ...
0
votes
0answers
5 views

windows phone: Can MediaPlayerLauncher play video clip located in Camera Roll?

I don't want to use MediaElement in XAML, but instead to use MediaPlayLauncher. But I was wondering if MediaPlayerLauncher can play video clips directly from Data/users/public/Pictures/Camera roll/? ...
0
votes
1answer
8 views

Xtify xid returns always null in a vodafone smart II registration

I had implemented the sample of Xtify sdk in 3 phones, it works in 2 but there is one that it doesn't work (the XtifySDK.getXidKey() returns always null no matter the number of times the instruction ...
0
votes
3answers
32 views

Phone number validation problems

I have written some javascript to validate a phone number field if something is entered (it is an optional field) but it doesn't seem to be working, if i enter wrong values it still submits. Here is ...
0
votes
1answer
33 views

save serialized object in phone memory

Here i have some data which i want to store in phone memory and retrieve when necessary here is the code: public void saveObject(Person p){ try { FileOutputStream fos = ...
0
votes
1answer
20 views

getting phone number from android device

Yes I am using the correct permission: <uses-permission android:name="android.permission.READ_PHONE_STATE" /> And here is my code: private String getDevicePhoneNumber() { ...
0
votes
1answer
14 views

Strange behavior while dividing i w tagach windows phone

When I run the following code, it doesn't work (it's not dividing), but return 0 Math.Pow() works. { suma = 1; foreach (var liczba in Lista_liczb) { suma = suma*liczba; ...
0
votes
2answers
47 views

How Can I parse Special characters in XML by obj-c?

I have an XML tag like I can parse this element, but i get only the s character in my string. <title>Transport information Classic World&#039;s </title> And I parsed it like ...
0
votes
1answer
28 views

Getting an exception when working with directoryInfo in C# / XNA

Think I have a problem with my windows phone application. In my application I have a static method that returns me a collection of textures located in specific folder. When I launch my application on ...
0
votes
0answers
7 views

solution about mobile phone request judgment

Now i have a requirement,that need to judge from PC request and mobile phone request,if request is from mobile phone(e.g Android or iphone Device),then server send request redirect to mobile site. I ...
0
votes
2answers
73 views

Javascript Regular Expression detect all the Phone Number from the page source

Anyone can help me how to do it ? My current one is (I find it on somewhere): ...
0
votes
0answers
17 views

ListBoxItem HorizontalContentAlignment

I have a problem with my ListBoxItem's on a Windows Phone 8 app, while trying to get them to stretch across all the width of the ListBox. My ListBox: <ListBox ...
-1
votes
0answers
19 views

Build fast WIRELESS NETWORK with increased coverage [closed]

I was wondering if it is possible to build a WIRELESS NETWORK with mobile phones. In which the mobile phones work as both receivers and data transmitters and the WIRELESS NETWORK is connected to fixed ...
1
vote
2answers
102 views

Format phone number in NSString according to a mask

Let's say I have a random phone number in NSString that looks like @"+33142981234" I am also getting some masks for phone number formatting from a server like these: mask = " (###) ###-###"; What ...
0
votes
1answer
37 views

save image locally & display windows phone 7

I'm trying to implement an app of news (feedrss) by using WP7 i've tried this solution , but it does'nt work for me , here is my code : namespace PhoneApp1 { public partial class MainPage : ...
0
votes
0answers
49 views

Lock is not working on a activity

I want to lock a screen and lock is not working by the below's code which is for locking a screen. But unfortunately this code is not working. Please help me to How I locking a screen ...
-1
votes
0answers
16 views

How can I make a Restart/Replay button for a Windows Phone App in Blend 4?

I just want to make a button that resets or restarts the application, my knowledge in C# is very limited, I'm pretty new at Blend, any help would be appreciated
0
votes
2answers
49 views

How to made single apk on different mode for Tablet and Phone in Android?

I wanted to show different views on Tablet and Phones but i am not able to switch mode for device. Requirement for Tablet is Landscape mode and for Phone is in Potrait mode. What changes should I do ...
0
votes
0answers
12 views

How to export Windows phone profile files (. sap)

Now use Windows performance analysis tool, and after running the App, is produced in the project. performance analysis for SAP files, this file is only 2k, according to the displayed content, specific ...
0
votes
0answers
7 views

Windows Phone 8 Developer - Listing installed apps

Is there a way to get a list of the apps that are installed on the phone? Furthermore, is there a way to execute one of them, lets say, from a button?
-1
votes
0answers
8 views

How to export Windows Phone Performance Analysis file *.sap. can share with other developers [closed]

How to export Windows Phone Performance Analysis file *.sap(vs2012+windowsphone sdk 8). can share with other developers. Now use Windows performance analysis tool, and after running the App, is ...
0
votes
1answer
19 views

How to play sound through earpiece on iPhone

I've tried using audiotoolbox framework, messing around with AudioSessionInitialize AudioSessionSetProperty and found nothing. just want to know is it possible? and if possible a bit of code to ...
1
vote
3answers
68 views

Two launcher activities on phone, one on tablet

I am creating an application for Android 4.0+, and I want to achieve this behavior. Two different activities will have two launcher icons when the user's device is a phone, and it will be just one ...
0
votes
1answer
29 views

Windows Phone 7.1 WebClient POST without body

I am new to Web service calls; I can do simple GET and parse the JSON output. Not good with POST and especially if the URI has spaces and quotes. I am trying to send the following URI to the server ...
-1
votes
1answer
21 views

Calling a webpage based on user input via phone [closed]

I have a requirement in which a webpage or server side call needs to be made in java based application. This call needs to be made based on the user input provided on phone. For e.g user is prompted ...
0
votes
0answers
25 views

Get the coordinates by the click on the map Windows Phone 8?

How to implement it? Map is Microsoft.Phone.Maps.Controls.Map.
0
votes
0answers
6 views

Testing Carbide 2.7 applications in the phone

Maybe i am missing something, I am a bit lost here. I am learning to develop in Carbide 2.7. I test my apps using the emulator. But when I decided: let's see how this works in the real phone, I got ...
0
votes
1answer
49 views

Create Zoomable image object on Windows Phone 8

I am working on an image-related application for Windows Phone 8. After doing the required image processing, I currently display the output in "Image" Toolbox item, which seems to work well for me. ...
-4
votes
0answers
38 views

Start programming for Android: Is there a way to get a free handset to experiment on? [closed]

I found an article from a couple years ago that said google was giving away some Android phones for app developers with certain requirements: ...
0
votes
0answers
38 views

Unable to upload camera pictures

Firstly, I am fairly new to SO, HTML & PHP, also English isn't my main language so sorry if I'm offending you in any way or simply asking stupid questions. I have a(n almost) fully functional ...
-1
votes
0answers
9 views

How to transmit 5fps images to a mobile phone [closed]

  I am going to implement a remote system. The server is a PC, on which there is a 3D graphics APP I can change the viewpoint to navigate 3D models freely. Now every 200ms the server need ...
0
votes
1answer
41 views

Retrieve Contact name from phone number

I've been looking everywhere since the past few days to find a way to retrieve a contact name using a phone number I already have stored in a variable, unfortunately everything I found so far seems to ...
0
votes
1answer
15 views

Deserialize XML fails to connect class to elements

I'm trying to deserialize an XML document from the web into associated classes for a Windows Phone 7 environment. I've used an async to grab the document, it loads into an XmlReader as far as I can ...
0
votes
0answers
16 views

How to create a list of numbers to redirect in Twilio

Currently, our Twilio XML is set up to dial my phone for 10 seconds, then, if I don't pick up, it calls my coworker for 10 seconds, then sends the caller to voicemail. What we'd like to do is set a ...
-6
votes
0answers
58 views

Windows Phone Word Search Game [closed]

Hy! I writing a word search game. But I dont know how to load up the playing field(4*4).I have got the word database. So I would like make the game like this: game Please somebody give me an idea. ...
0
votes
1answer
77 views

Windows Phone 8 alternative for Launcher.LaunchUriAsync(new Uri(“http://www.google.com”));

i know you can start a new browser in WPF trough the launcher method, but what is the alternative if you want to make your windows phone app launch a new window with a hyperlink (or youtube page)
-1
votes
1answer
54 views

Huawei U8500 - unable to connect with phone by adb devices in Android SKD - Win7 64-bit [closed]

I can't connect with my phone in console when I using command "adb devices". Application return 0 devices, but my phone is connected with PC. I restart my phone to fabric settings, but it isn't ...
-1
votes
0answers
31 views

android: how to send and receive information with DTMF or a way like that? [closed]

I have an app in which i wanna send some information (for example about 200 character about once per hour) to another phone, in our local mobile network, sending this information using sms relatively ...
0
votes
2answers
61 views

Windows Phone Application Force Closing

For some reason whenever I try to add anything to listBox1, the application will just force close. I don't know what the problem is. This is what I have so far. The line making it close is ...
0
votes
1answer
40 views

How do I use a image photo as a Windows phone Button

I created a button image and I named it Texture2D btn_play. It is for a main menu and I want to press it to change the CurrentGameState. My variables: GraphicsDeviceManager graphics; ...
0
votes
1answer
20 views

Windows Phone variable class type

I want to create a a user class type object, and then maybe later change its class type. For Eg. There are two custom class: class A{} class B{} then later i want to declare a object which changes ...
0
votes
0answers
11 views

How to fetch the facbook friends have installed our app?

I want to know how to fetch the facebook friends having installed my app and I did this using following code and after getting fb access token var _asyncFbClient = new FacebookClient(_accessToken); ...
0
votes
1answer
42 views

bootstrap lightbox does not appear when in class “visible-tablet” and “visible-phone”

I am using this original bootstrap lightbox: http://jbutz.github.io/bootstrap-lightbox/ I strip it down and the image link into div class "visible-tablet" and "visible-phone". When in this class, the ...
0
votes
0answers
41 views

Windows Phone 8:Why the listpicker's fullscreen is behind the popup window containing the listpicker?

Windows Phone 8:Why the listpicker's fullscreen mode is behind the popup window which contains the control 'listpicker'?

1 2 3 4 5 29