août

29

Posted by : admin | On : 29 août 2010

Pre-requis : install rootsh.install (that give you the hand into your device by typing sudo gainroot)

1 / How to Add 9 dektop into Nokia N900 ?

You can install Winscp on your PC and control your phone cell by intalling OpenSSH Server on your device .

a) Install OpenSSH on your device

b) open a SSH connection on port 22

c) make a find on one of your favorite wallpaper  for instance « digital_nature1_03.jpg »

ex :

sudo

gainroot

find / -name "MyBackground.jpg" -print 2>/dev/null

d) install hildon menu (you can find it into the apps manager)

gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string "/home/user/MyDocs/.images/digital_nature2_02.jpg"
gconftool -s /apps/osso/hildon-desktop/views/6/bg-image -t string "/home/user/MyDocs/.images/digital_nature2_03.jpg"
gconftool -s /apps/osso/hildon-desktop/views/7/bg-image -t string "/home/user/MyDocs/.images/digital_nature4_02.jpg"
gconftool -s /apps/osso/hildon-desktop/views/8/bg-image -t string "/home/user/MyDocs/.images/digital_nature1_04.jpg"
gconftool -s /apps/osso/hildon-desktop/views/9/bg-image -t string "/home/user/MyDocs/.images/digital_nature1_03.jpg"
gconftool  -s  /apps/osso/hildon-desktop/views/active  -t  list  –list-type  int  [1,2,3,4,5,6,7,8,9]

Result : 9 nice desktop :D

août

14

Posted by : admin | On : 14 août 2010

Open a Notepad File Win key + Notepad

then copy these few lines :

  • Windows 32bits
SET vlcpath="%C:\Program Files\VideoLAN\VLC%"
CD %vlcpath%

start vlc.exe --open=http://mafreebox.freebox.fr/freeboxtv/playlist.m3u
  • Windows 64bits :
SET vlcpath="%C:\Program Files (x86)\VideoLAN\VLC%"
CD %vlcpath%

start vlc.exe --open=http://mafreebox.freebox.fr/freeboxtv/playlist.m3u

Save the file as for instance TV.bat on your desktop , and you’ll done !

Double click on the file you’ve just created, then the Tv provide by Free should open and launch on :) Enjoy !

Si vous êtes possesseur d’une Freebox et que vous souhaitez regarder la télé sur votre ordinateur, très simple copier coller le script ci dessus ;)