|
| Auteur | Message |
|---|
denpic Lapin nain

Nbr de messages: 32 Points: 2215
 | Sujet: PDA Sam 29 Avr 2006 - 22:26 | |
| Is there an interface to nabaztag.com user area as a web page suitable to be accessed on a pda?. Also I would want this to have similar send options as pc based web page even though i would not expect to have the flash display in the page. |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Dim 30 Avr 2006 - 11:34 | |
| Hi,
Yes I have one interface for PDA especially Pocket PC.
If you need one http://marfab.club.fr/nabaztag/pda.zip
You just have to enter Serial number and API number in php files.
Have a nice day |
|
 | |
druis Lapin nain

Nbr de messages: 6 Points: 2228
 | Sujet: API Dim 30 Avr 2006 - 11:58 | |
| |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Dim 30 Avr 2006 - 11:59 | |
| Sorry you need to have your token number : http://www.nabaztag.com/vl/FR/api_prefs.jsp |
|
 | |
denpic Lapin nain

Nbr de messages: 32 Points: 2215
 | Sujet: Re: PDA Jeu 4 Mai 2006 - 1:59 | |
| Hi, There's 3 php files and an 'img' directory in the zip file. Do I just unzip on my PC then copy them from the pc directory I unzipped in TO a directory I choose on the PDA?.. Or do I have to go through activesync and let it transfer the files. I am a bit confused how we transfer then launch these files on PDA. Hope you can advise. Thanks Den |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Ven 5 Mai 2006 - 18:44 | |
| You need to put all the files and img directory on a web server.
but first in HTML files (ears and message) you must fill your Serial Number and Token. They are comment in HTML code.
See you. |
|
 | |
denpic Lapin nain

Nbr de messages: 32 Points: 2215
 | Sujet: Re: PDA Ven 5 Mai 2006 - 21:28 | |
| there was no html in the zip file? |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Ven 5 Mai 2006 - 21:29 | |
| |
|
 | |
denpic Lapin nain

Nbr de messages: 32 Points: 2215
 | Sujet: Re: PDA Ven 5 Mai 2006 - 21:48 | |
| php files need a html aroynd them to run? |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Ven 5 Mai 2006 - 21:53 | |
| Nope php files need a server |
|
 | |
Grafftag Lapin nain


Localisation: England Nom du Nabaztag: Grafftag Nbr de messages: 15 Points: 2213
 | Sujet: Re: PDA Ven 5 Mai 2006 - 22:09 | |
| Hi, all you need to do is open the index.php file in notepad (PC) or textedit (Mac) and at the top of the page where there are a row of zeros fill in your token number your serial number and your Psuedo name, then save it.
Put the 3 php files and the img folder in a directory on a web site that you can browse. I have stuck mine in a folder called 'nabaztag' so that when I go tho my web site I type my web address followed by /nabaztag, this then shows it working.
I hope this helps out!
Key |
|
 | |
elfranger Lapin nain

Nbr de messages: 4 Points: 2161
 | Sujet: Transmission failed... ? Jeu 22 Juin 2006 - 21:55 | |
| I have edited the index.php file and added my token, my rabbit's name and the mac address. When I try to send a message or make the ears move, I get a message saying "Transmission failed"
What am I doing wrong?
P.S.: I noticed in the mess.php and hears.php the same settings as in index.php, so I added the token, name and mac address to those aswell... In index.php btw, both token and mac address lines were commented out with //
Please advice
Elfie |
|
 | |
marfab Cuniculussologue


Age: 40 Localisation: Noisy le Grand Nom du Nabaztag: Petitbrou, Landry (V1), Scrubs (V2) Nbr de messages: 8160 Points: 2593
 | Sujet: Re: PDA Jeu 22 Juin 2006 - 23:00 | |
| Maybe one of the serial or token number is wrong.
$MonSerial = "000000000000"; = MAC adress of your Nabaztag
$MonToken = "000000000000000"; = Token number Find it at this URL http://www.nabaztag.com/vl/FR/api_prefs.jsp
In index.php file these lines are commented out and it's normal. In order to not forgot them.
If it doesn't work I don't know why. |
|
 | |
elfranger Lapin nain

Nbr de messages: 4 Points: 2161
 | Sujet: got it working, kind of.. Ven 23 Juin 2006 - 9:08 | |
| Ok, I think I have something working now. I found a php class file for the nabaztag, and added some more functionality to it. I have a form now, where I can specify ear movement, text to say, choreography and what voice to use... It's really simple I think. It is just merely constructing the URL correctly... |
|
 | |
|