<span>(Sorry if this ends up being a duplicate post!) <br>&nbsp; I used to be able to use my cell phone to
schedule recordings in previous versions of mythweb. It doesn&#39;t work
anymore and is a known problem. I tried to follow posts on
mythtv-users, editing init.php and mobile.php, but nothing worked. I
couldn&#39;t fix it, but I made a nice work around. <br>&nbsp;&nbsp;
I created a second mythweb directory called mythwap. I forced
the skin/theme to use wap rather than full size default and created an
entry on the initial index.html page. (I use knoppmyth which has an
initial index.html page - you can just point your cell/PPC (or any)
browser to the new mythwap dir instead of mythweb (i.e. <a href="http://mymythbox.ip/mythwap/mythweb.php%29" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mymythbox.ip/mythwap/mythweb.php)</a>) <br>

<br>
As root:
<br>

<br>
cp -R /usr/share/mythtv/mythweb /usr/share/mythtv/mythwap
<br>
chmod -R a+rw /usr/share/mythtv/mythwap (A little much but so what)
<br>
ln -s /usr/share/mythtv/mythwap /var/www/mythwap
<br>
cd /var/www/mythwap/modules/_shared/tmpl
<br>
mv default default-orig
<br>
ln -s wap default  (creates a symlink so it forces wap is the default skin)
<br><br>If you are using knoppmyth: <br>vi /var/www/index.html and after 
<br>
&lt;dif style=&quot;text-align: left;&quot;&gt;&lt;big&gt;&lt;br&gt;
<br>
&lt;br&gt;
<br>
add this:
<br>
&lt;a href=&quot;mythwap/mythweb.php&quot;&gt;MythWap&lt;/a&gt;:&lt;br&gt;
<br>
&lt;br&gt;
<br>

<br>
Save and test from your mobile phone.  Works great on older PPC&#39;s too. 
</span>