<span>(Sorry if this ends up being a duplicate post!) <br> I used to be able to use my cell phone to
schedule recordings in previous versions of mythweb. It doesn'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't fix it, but I made a nice work around. <br>
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>
<dif style="text-align: left;"><big><br>
<br>
<br>
<br>
add this:
<br>
<a href="mythwap/mythweb.php">MythWap</a>:<br>
<br>
<br>
<br>
<br>
Save and test from your mobile phone. Works great on older PPC's too.
</span>