|
Reading among the list of possibilities of the Java ME platform, its possible for a J2ME app running on a mobile to initiate a TCP Socket or HTTP connection with a server.
On similar lines, Is it possible to form a TCP socket connection between two mobile...
Started by Kevin Boyd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also beware that many mobile operators do not allow socket server connections to be made.
You can look at this page for some more details .
Direct communication between two mobile phones.
|
|
This android aplication get mobile number to get the device only
Started by narasimha on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use TelephonyManager 's getLine1Number() method:
// may be null if unknown String phoneNumber = TelephonyManager.getDefault().getLine1Number();
You can use the TelephonyManager to do this:
TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY... .
|
|
I've included a mobile web form in my asp.net project, I thought that it could/should be seen just for my mobile users but I realize that it can also be seen from any browser, I don't see problem there cause I could diff the access using HttpBrowserCapabilities...
Started by nmiranda on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It allows to rendering web mobile page using wurfl it is free open source asp.net mobile ....
To fix this you need to create a Browser (*.browser) file specifically .net libraries but i´m using Marg.Wurfl .
Such as Opera Mobile 9.5.
|
Ask your Facebook Friends
|
In my appliction i want to know mobile model no when i give any persons contact no so give me any website which provides that functionality.
Started by harsh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The IMEI number can.
Mobile number (the customer calling number) can never provide this information.
|
|
I'm developing applications for mobile devices. I've never developed for OSGi and right now, I'm considering to get started with it.
I've read a lot about using OSGi on mobile phones, and it's said to run on J2ME, Symbian, Windows Mobile, Android... But...
Started by Brian Schimmel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Future are getting no answers is probably, because....
So, right now: no way.
Future mobile virtual machines are going that way, at least.
We're nowhere near there yet but I completely agree that it needs to be added to mobile phones everywhere.
|
|
We just ran into a problem where everything was compiling correctly, but not being deployed to the mobile device during debugging. Of course this caused weird errors that were hard to track down. The solution was simple, just delete the directories on...
Started by nportelli on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If everything else fails, use this in Pre-Build.
This allows you to copy files from your PC to the mobile device.
...)
In power toys for Windows Mobile developers, there is a utility called CECopy.
|
|
In other words, is there an ID for each and every mobile phone--that makes it different.
No two phones can have the same ID. (I'm talking about smartphones ...android, iphone, etc)
Started by alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's worth noting that the IMEI is linked to the physical device/phone, as opposed to the IMSI which is linked... .
Phones have MAC addresses on WiFi interfaces, but the cellular interface has something called an IMEI , that performs roughly the same function .
|
Mobile Marketing Webinar Mobile Marketing Seminar By Mobile Marketing Manager Simeon Tuitt On Mobile
MOBILE MARKETING WEBINAR - INSIDER MOBILE MARKETING MANAGER SHARES HIS INSIDER KNOWLEDGE OF MOBILE, HOW TO PROFIT FROM IT AND HOW TO USE IT IN BUSINESS. WHETHER YOU ARE INVOLVED IN MOBILE MARKETING OR LOOKING TO START OR USE IT IN YOUR BUSINESS, GAIN ...
Started by Simeon Tuitt on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at warriorforum):
FAQ TO GO HERE.
|
|
Hi
I am trying to design an ASP.net based mobile web application that should run on IPhone, Blackberry etc. while giving the look and feel of the native application.
This seems to be no easy and straightforward task, or example IPhone menus are at the...
Started by Samuel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The bonus with mobile development is that your window size.
Positioned div either with top:0 or bottom:0, etc.
|
|
Intel chipset &intel mobile chipset are for pc are not & is intel mobile chipset is for mobile phones? ?
Started by naga on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at yahoo):
Not mobiles....
Intel chipsets are 4 pc and intel mobile chipsets are 4 laptops....
|