I've tried a variety of combinations, the following being my last attempt:
Addtype text/vnd.wap.wml wml
Addtype image/vnd.wap.wbmp wbmp
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlc wmlc
AddType application/vnd.wap.wmlscriptc wmlsc
AddType application/x-httpd-php .wml
How can I get stupid Apache 2.2.11 to parse...
As the title says. Any ideas? When accessing from desktop browser it's all ok.
...
When I try to load a wap site with PHP HTTP request from my PC, host of the web site recognizes that I'm sending the request from a PC and redirects me to their actual web site and I can't load the wap site. Is there a way to behave like a mobile browser and prevent this redirection? Although an answer regarding any programming language ...
I'm now playing with WML and WMLScript, but I'm doing a site that will have some content to download(some txt, doc, bmp, mpg, avi and jpg files), but some of my friends(that never developed in this language, just used the technology on the beginning) said that it's impossible. Then here are my questions:
It's possible?
How to do it?
...
I'm playing a little bit with WML with PHP, then I want to know what is the equivalent of this on WML 1.0:
<form action="upload_file.php" method="post">
<label for="file">File:</label><br />
<input type="file" name="file" id="file" /><br />
<input type="submit" name="submit" value="Submit" />
</form>
...
Dear All,
I m building a wap application.In this no java script/ajax /jquery has been used ,since client side technologies are not supported by handsets.I want that when user clicks on a download image ,by the time it is downloading it should show a static or dynamic page about details of that image/page.Please suggest how i...
I checked the source of a few WAP sites,
but doesn't find anything different from a normal HTML page.
Can you name a few detailed points?
...
This question is related to sending an SMS from a link in a WAP page?
Historically I have used sms: which has worked on SonyEricsson, Nokia and other such 'legacy' devices. An example of the mark-up would be;
<a href="sms:0123456789?body=test%20message">send</a>
I am aware that i-phone does not allow you to specify the body. If the b...
I'm beginning with WML development, but I hate that the only option that we have for images are the WBMP format, that is only grayscale, then I want to know if there is any way to have colored images using WAP 1.x(not the new 2.x versions of it).
...
How to create a WAP website?
What software do I use?
Do I just need to use HTML coding or other type of language?
And after I created it, Can I view it on my own phone?
Do I need a server to let it run or I can just view it on my phone?
Can someone help please, its for my project.
Thanks alot.
...
Can anyone kindly explain how to send a concatenated WAP PUSH SMS? I can send an SI that spans just one message, but I haven't figured out how to send one that spans multiple messages
...
New to WAP, are there any good resources out there for WAP on Smart phones IE: Android/iPhone/WebOS/Etc...
Looking to do some dev work but don't know where to get started
...
On Android, is there a way to force a particular request to go through WAP instead of wifi?
...
I'm currently working on survey project where users answer surveys from they mobile phones. I need to display a vary basic pages with one question on each page, but I need to make sure they are correctly displayed on all mobile phones, because user can have wap browser, "normal" browser like opera mini and probably something else. So my ...
Hi everyone,
Now this is tricky. I am trying to do WAP testing using firefox and selenium. For that I've created a custom profile and installed a plugin called modify headers. When I launch the profile manually, the addon works fine. But, when I use it with Selenium RC, then, Firefox disables the plugin, saying that it is incompatible w...
Getting Mobile phone number or Device ID for usage with CitySearch ad tracking.
Blockquote
function get_citysearch_muid_for_tracking()
{
if (isset ($_SERVER ['HTTP_X_NETWORK_INFO']))
{
$str1 = $_SERVER['HTTP_X_NETWORK_INFO'];
$getstr1 = preg_replace('/(.,)( 11 [d ])(,.)/ i','',$str1);
return md5($getstr1...
I want to receive the WAP Push Message. My code is post as follow:
public class PushMsgReceiver extends BroadcastReceiver {
public final static String TAG = "Push Receiver";
private static final String SMS_RECEIVED = "android.provider.Telephony.SMS_RECEIVED";
private static final String PUSH_RECEIVED = "android.provider.Telephony.WAP_P...
Hey,
I'm using NGINX to segment mobile traffic between a mobile WAP/HTML site. Looks like the best way to do this is going to be to check the UA's preference for content by checking the HTTP Accept Header.
A preference for WAP is indicated by the appearance of a 'wap' mimetype in the header before an 'html' or wildcard mimetype.
So a ...
Now, I will do something about WAP PUSH.
Receive the WAP PUSH message could be found in the android source code, but i could not find the code of parse message(WAP PUSH not other).
I have tried,
HTC G3 could show the WAP PUSH message in UI layer, but HTC G1 and MOTO milestone could not show, only receive WAP PUSH.
Please help me to con...
I have created a simple app with a page having a server side form, three fields and a button that submits and performs two operations - 1) adds the form fields to the database table 2) sends an email. Now everything works fine on the web browser on my machine but when I access the app through my mobile, the page does not seem to work. th...