- Have you executed the install procedures for version 0.17 or less?
- Is the plugin properly installed? (e.g. no compile errors)
- Have you run the frontend at least once? Because it is then that the
tables are created. Did you see errors in the console? I haven't tested the
latsest version on a 0.17 version.
- The default.sh script only fills the database table for the webinterface,
not for the plugin.
- I you want to reset everything. Make a file resetMythWifi.sql with
following content (I will ship this script in the next update):
---- Start file resetMythWifi.sql ----
USE mythconverg;
DELETE FROM settings WHERE value='MythWifiDBSchemaVer';
DROP TABLE IF EXISTS mythwifibindings;
DROP TABLE IF EXISTS mythwifibuttons;
DROP TABLE IF EXISTS mythwifiqtcode;
DROP TABLE IF EXISTS mythwifisettings;
---- End file resetMythWifi.sql ----
then execute (as root): mysql -p < resetMythWifi.sql
give the password if necessary.
Now if you start the frontend, the databases should be regenerated. You will
again have to fill the webinterface with the default.sh script.
I hope this helps. Keep me informed, please.
Femi
From: Michael Segulja <[EMAIL PROTECTED]>
Reply-To: Development of mythtv <[email protected]>
To: Development of mythtv <[email protected]>
Subject: Re: [mythtv] MythWifi Remote Control plugin
Date: Sat, 28 May 2005 09:22:54 -0500
Just wanted to let you know I got the latest version installed on MythTV
0.17.1, but I'm having a problem getting it configured. Not sure if I'm
doing something wrong, but I ran the default.sh script in the layout folder
and set it to the hostname. My frontend and backend are on the same box...
When I connect to http://mythbox/web, I get the drop down menu and password
field, but the drop down menu is blank. How do I get it set up for my
hostname?
Thanks for your help,
Michael
Femi Veys wrote:
I have added a solution for users of older versions of MythTV in the most
recent version of the tarball on my website. I have not been able to test
it (I dont have an older version of MythTV installed right now), but I
think it should work.
Tell me if it worked please, so I can fix where necessary.
From: Michael Segulja <[EMAIL PROTECTED]>
Reply-To: Development of mythtv <[email protected]>
To: Development of mythtv <[email protected]>
Subject: Re: [mythtv] MythWifi Remote Control plugin
Date: Thu, 26 May 2005 20:30:20 -0500
I'm very interested in your PDA plugin, but I'm having trouble getting
mythwifi to compile. Here's the output from make:
[EMAIL PROTECTED] mythwifi]# make
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o main.o main.cpp
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o mythwifi.o mythwifi.cpp
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o mythwifixml.o mythwifixml.cpp
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o mythwifisocket.o mythwifisocket.cpp
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer
-D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/include -I/usr/local/include
-I/usr/lib/qt-3.3/include -o mythwifidbcheck.o mythwifidbcheck.cpp
mythwifidbcheck.cpp: In function `void UpdateDBVersionNumber(const
QString&)':
mythwifidbcheck.cpp:52: error: 'class MSqlQuery' has no member named
'InitCon'
mythwifidbcheck.cpp: In function `void performActualUpdate(const
QString*,
QString, QString&)':
mythwifidbcheck.cpp:65: error: 'class MSqlQuery' has no member named
'InitCon'
make: *** [mythwifidbcheck.o] Error 1
Any ideas?
Thanks,
Michael Segulja
Femi Veys wrote:
Hi,
I have made a Remote Control plugin. It is still in an early stage, but
neverethless usable yet.
It is intended for a PDA to be used as remote control using the wireless
network interface. It consists of a plugin and a webinterface.
The plugin uses bidrectional socket communication. So a Java client can
be
possible too. For now I have used a webinterface as most PDA's have a
browser.
The webinterface is highly customizable as the layout is stored in the
database.
You can find all information and source code on my site:
http://studwww.ugent.be/~aveys/mythwifi/
I hope it can be of use to anyone. Don't hesitate to contact me if you
have any questions.
Regards,
Arnaud Femi Veys
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
--
Michael Segulja
LMD Computing Solutions, Inc.
(281) 376-8181 | Office.
(281) 300-8285 | Mobile
(281) 576-7230 | Fax
http://www.lmdcs.com
|
| To mess up a Linux box, you need to work at it;
| to mess up your Windows box, you just need to work on it.
| - Scott Granneman, Security Focus
|
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
--
Michael Segulja
LMD Computing Solutions, Inc.
(281) 376-8181 | Office.
(281) 300-8285 | Mobile
(281) 576-7230 | Fax
http://www.lmdcs.com
|
| To mess up a Linux box, you need to work at it;
| to mess up your Windows box, you just need to work on it.
| - Scott Granneman, Security Focus
|
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev