mobile-phones

SMS Communication Through The Internet

醉酒当歌 提交于 2019-12-05 18:42:45
If I am to send a message to a mobile device from a website and viceversa, how can that be done? What I know: A couple of years ago I developed a simple enrollment system on J2ME platform(just for trying J2ME out). I had a mysql database that I setup in a pc/server, and for the communication I used the static IP of that server. I had a bridge, a mobile phone which was connected to the internet, where clients would send a formatted message. That bridge then would send the message to the server, after verification and validation, the server would respond back to the bridge, and finally the

Auto switch user to mobile version of the site

[亡魂溺海] 提交于 2019-12-05 06:52:31
问题 I have a setup a redirect so any body on a mobile device get automatically transferred to the mobile version of the site. (See below - .htaccess file) But it suddenly occurred to me that some people may actually want to visit the main site (e.g on an iphone or ipad) Is there a way can somehow set a variable when a link is click is clicked (and kept for that session) and still allow of the .htaccess to control the redirect? if it helps we are using jquery mobile and php Any help would be

Mobile phone - can it programatically broadcast at a radio frequency?

旧街凉风 提交于 2019-12-05 00:54:36
问题 Is it possible to make a cell phone transmit arbitrary radio waves at a certain frequency? Or does the Mobile OS only allow higher level access? If the answer is 'no' as I expect it is, is there any way to make a phone talk to another electronic device remotely without handshakes and the like? 回答1: Probably not - as EFraim indicated, there'll be regulatory frameworks in place to say that devices of type A must use frequencies in the range X-Z with no more than a certain power output.

How to programmatically use the mobile phone's IrDA to remote control a media player?

爷,独闯天下 提交于 2019-12-04 16:23:01
which API or library on which mobile OS is to be used when one needs to write a code to use the phone's IrDA to create the necessary impulses to remote control consumer electronics e.g. a HDD media player? Is maybe a certain mobile OS better suited for that kind of application than others? First you need to know that IrDA is not the best choice for remote control. It can be done, but IrDA is by design high speed/low range, you can emulate low speeds but ranges (IMO) are far from practical usage (Nokia e50 is able to control digital camera shutter from 2-3m... with very, very careful aiming).

Best platform for Bluetooth Applications

倾然丶 夕夏残阳落幕 提交于 2019-12-04 14:35:54
Which Mobile Application platform do developers prefer for Bluetooth Based application development ? What do developers think on the current available API's on these platforms ? Does it meet most of your needs ? What kinds of APIs / capabilities for applications would you like to see. The iPhone is a bit locked down for general Bluetooth connections. Between iPhones it's easy, using GameKit. Between iPhone and headset is also, as I understand it, easy. But when it comes to talking to an arbitrary device over BT you need to use the External Accessory framework. This is fine and easy to use, but

Tools for making a site design mobile phone friendly

青春壹個敷衍的年華 提交于 2019-12-04 14:16:54
What tools helps designing sites which would be mobile phone friendly ? Something that would product the right CSS, the right html, etc I doubt you'll find too much that would make good markup for mobile phones across the board. Here is a table for compatibility for different mobile browsers: http://www.quirksmode.org/m/table.html If you are trying to make a page that works in a ton of mobile browsers, keep that chart close by. If you are just looking for a way to make iphone specific mobile sites, you should check out jqTouch and/or XUI JS The mobile aspect really has to be considered at the

WAP Site vs. Traditional HTML for a Mobile Website

泄露秘密 提交于 2019-12-03 17:20:00
If you had some social networking applications and you wanted your users to interact with them using a mobile device would you use WAP or a slimmed down version of your regular website with HTML? My train of thought is that WAP is dead or at least starting to bleed to death because of all the mobile web browsers available (Iphone, Opera Mini). Is this a good assumption? Also, what kind of audience considerations should you take into account when choosing what kind of mobile access you wanted to develop? I'm ot sure about my target devices. I'm pretty sure my users will be more "modern" so we

Mobile phone - can it programatically broadcast at a radio frequency?

房东的猫 提交于 2019-12-03 16:33:22
Is it possible to make a cell phone transmit arbitrary radio waves at a certain frequency? Or does the Mobile OS only allow higher level access? If the answer is 'no' as I expect it is, is there any way to make a phone talk to another electronic device remotely without handshakes and the like? Probably not - as EFraim indicated, there'll be regulatory frameworks in place to say that devices of type A must use frequencies in the range X-Z with no more than a certain power output. Additionally there's physical issues as well as to be able to broadcast at different frequencies requires different

Mobile Device Javascript/CSS Support. What's out there?

筅森魡賤 提交于 2019-12-03 12:13:31
问题 I'm about to begin an ASP.NET application that will be targeted towards iPhones, Blackberries, and Windows Mobile browsers. Aside from the iPhone, I haven't been able to find much information on what technologies these platforms support. Since I'm used to developing for desktop browsers, I like using things like jQuery and advanced CSS features. It looks like I won't be able to use these things on a mobile platform. What I was wondering is if anyone knew good developer's resources where I

How do two android applications talk to each other?

冷暖自知 提交于 2019-12-03 08:46:05
What is the general communication architecture for two android applications? Case 1: I have two android applications, a) One is a server that waits for client request, process the request( read data from some sqlite db) and return the results to the client. This server application runs on its own independent android phone. b) The second is the client that sends the request to the server application in (a) and it too runs on its own independent android phone. Question is, do the two applications have to go through the Mobile Service Provider to enable communication? or they can just talk to