Archive for December 2007

Use your Nokia Online

http://www.nokia.com/A4705179

Overview
Nokia PC Phone is an experimental service that gives you a possibility to use your mobile phone with your Web Browser.
You can call, text and manage contacts from your phone.

You can communicate by using Nokia PC Phone with your friends and family even though they don’t have the Nokia PC Phone themselves. Your friends are not able to tell the difference whether you are using the Nokia PC Phone or not, because your calls and text messages are actually made from your own Nokia phone.

Now also available for IE 7 browser.

Installation instructions
Please go through the Nokia PC Phone installation instructions step by step. It is very easy and fast

Sounds like it could be quite handy, would be interested to hear about any security issues this may present before giving it ago if anyone has any?

It’s alive!!!!!

Well the Lexus G300 that I have had sat on the drive for 14 months is going to a new home with someone from the lexus owners club forum. He knows the score with it and I’ve tried to explain everything that’s wrong with it.

I get a message from him saying that he would like to pick it up saturday or maybe earlier and could I check the oil and try and start it up. After 14 months I thought no chance, it would be a case of brake ceased and won’t start . So, I charge the battey up for a few days then pop it back in - central locking works straight away so in I get, totally forgetting how nice it is inside, I put the key in the illuminated ignition and check it’s in park before trying to start it up. After a chug or two I gave it a little gas and voila, the thing kicked straight into life!!!!! So, hopefully it will be gone from the drive in a few days time and I can see if any long lasting effects will show themselves up on the drive beneath it.

Gotta love the engineering behind a lexus :)

Warwick Castle

On Monday to finish off my nice long weekend just before xmas, my mum, dad, Kate and I all headed down to Warwick castle for the afternoon, we’d already booked tickets as we wanted to see what the ice trail was like after being made to sound like an enchanted trail :)

For those of you that have never been before then go, it really is a lovely place but the entertainment they have on is really excellent, the staff they have dressed up walking around drumming up support do a damn good job about it and made the day all that much better - one of them even propositioned me :D

After spending an hour walking round to see some of the sites and have lunch, we ended up in the general direction of the ice trail so we headed on over in time for our slot at 2:15pm. The boots that were provided were the same ones as we used at the ice rink in Manchester, Piccadilly and proved to be comfortable enough although my legs were aching after it. The trail itself was a real change from the your usual square or rectangular shaped one, it had a square area where you started from and this is where the staff members ‘hung’ around. Gotta admit, even though they were stood round on the ice all day, they were still willing to help people out and even show them how to try and stop without crash landing in the barriers. From this ’square’ you then head around the trail in a semi circle until you near the centre, at this point you can then skate around a small round-a-bout type circle before heading for the finish/start and doing it all over again - if you wanted to :)

I’ve put some photos online at http://lathwood.co.uk/gallery/thumbnails.php?album=42

3E VPN/Remote desktop icon

Just a quick one this. I’ve just posted a quick how to add an icon to your desktop for remote vnc and remote desktop connections. Enjoy

VPN on the 3e asus laptop

Wrote up a quick how-to on my site about using VPN on the ASUS eee.

VPN setup

I still need to get some icons done for the desktop, but for now, this is what I have.

GPRS on your 3e

The next thing I’ve added to my 3e laptop is the ability to connect to the net via gprs on my mobile phone. You can do this via usb or bluetooth and i’ve opted for the latter event though it’s a bit more hassle to get it going.

Credit for this has to go to SublimePorte over on the eeeuser.com forums, he has packaged the installer up into a .deb package that can be downloaded and installed straight onto your Xandros system, so I did, it didn’t work :( So after checking into things and testing, I eventually got things working using wvdial rather than the scripts included in Porte’s package. It did however mean that I got an icon on the home page to use to start and stop the connection so I adapted what was already installed. I will try and give you the full instructions on how to do this without Porte’s deb package.

Firstly, plug your bluetooth adaptor in! Once you have done this run the following from a terminal on your 3e:

hciconfig hci0 up

You shouldn’t see any response back, if you do then their was a problem and you will need to check into this before carrying on.

Next run the following command which will search for devices with bluetooth enabled and DUN (dial up networking enabled). If you get a failed response back here then you have a problem with your bluetooth dongle or your mobile phone:

eepc:/root> sdptool search DUN
Inquiring ...
Searching for DUN on 00:01:02:03:04:05 ...
Service Name: Dial-Up Networking
Service RecHandle: 0x10027
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100

Make a note of the bluetooth address and channel (00:01:02:03:04:05 and Channel 2 in the example above). Next, edit /etc/bluetooth/hcid.conf and enter the following config:

options {
autoinit yes;
security auto;
pairing multi;
passkey "1234";
}
device {
name "phone";
class 0x3e0100;
iscan enable;
pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
}

This file is available to download here

Change the passkey line to something that only you will know, this is the passkey you will use when you synch your 3e with your phone. Also change the name to something a bit more descriptive for the phone. Now edit /etc/bluetooth/rfcomm.conf and paste the following code into it

rfcomm0 {
bind yes;
device 00:01:02:03:04:05;
channel 2;
comment "Mobile";
}

This file is available to download here.

Change the device to match your bluetooth address from earlier, the channel and set the comment to something descriptive so you can identify this connection.

Ok, bluetooth should be now setup, if you try and find and pair with your dinky 3e using the passkey you set. If everything has worked ok then you should be able to pair successfully. This needs to be done from your mobile phone of choice using the bluetooth wizard most have installed. - Note, thanks to a reader for pointing out that I didn’t make it clear that you should now start the pairing from your mobile.

Now it’s onto the wvdial setup, firstly you need to install it though so add an additional repo to your apt configuration - I’m not going to show you how to do that here and then run apt-get install wvdial. Once installed you will need to setup the wvdial.conf in /etc/ to use the settings applicable for your mobile network provider. Mine was O2 in the UK so my settings reflect this. Anyway, edit the wvdial.conf file and put this in it:

[BluetoothMobile]
Modem = /dev/rfcomm0
Baud = 912600
SetVolume = 0
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0-0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”mobile.o2.co.uk”
FlowControl = CRTSCTS
ISDN=0
[Dialer GPRS]
Username = mobileweb
Password = password
Phone = *99#
Stupid Mode = 1
Inherits = BluetoothMobile

This file is available to download here. You need to replace the mobile.o2.co.uk with the APN (access point name) for your mobile provider, the username and password need to be provided by them as well. Nothing else needs changing in this file so you should be good to go.

Next paste this into the /usr/sbin/gprs script (if you are creating this yourself then don’t forget to chmod 755 /usr/sbin/gprs when done):

#!/bin/sh
wvdial_running=$(ps xa | grep -v grep | grep 'wvdial GPRS' | awk '{print $1}')
pppd_running=$(ps xa | grep -v grep | grep 'pppd' | grep wvdial | awk '{print $1}'
if test $wvdial_running > 0 && test $pppd_running > 0
then
sudo kill -9 $wvdial_running
sudo kill -9 $pppd_running
kdialog --msgbox "GPRS Connection has been stopped!"
else
kdialog --msgbox "Please make sure your bluetooth dongle is inserted then press OK to continue"
sudo /usr/bin/wvdial GPRS &
kdialog --msgbox "GPRS Connection has been started!"
fi

This file is also available to download.

Ok, nearly finished now. Time to get the icons we need and place them in /opt/xandros/share/AsusLauncher/:

accessibility_gprs_hi.png
business_gprs_hi.png
gprs_norm.png
gprs_hi.png
home_gprs_hi.png
student_gprs_hi.png

You will also need to edit the /opt/xandros/share/AsusLauncher/simpleui.rc and add the following line somewhere above </simpleui>:

<parcel simplecat="Internet" extraargs="/usr/sbin/gprs"
icon="gprs_norm.png"
selected_icon="grps_hi.png">
<name lang="en">GPRS</name>
</parcel>

Now all that you need to is restart your X session (CTRL+ALT+BACKSPACE) and once you log back in, you should have a GPRS icon on your home page which you can click to lanch the GPRS connection and stop it.

My longest blog so far? I think so :)

phpBB3 Released

Been a while since I used phpBB - probably about 2-3 years now but I must have been subscribed to their mailing list for new releases as I just got this in the post.

http://www.phpbb.com/community/viewtopic.php?f=14&t=615945

If they have indeed sorted out the code problems they were plagued with previously then this could be a php forum of choice, in general it used to be pretty good at what it did and the main reason I moved to vBulletin was because of the security issues that came to light ever few weeks. A few extra options in vB also swayed me but these wouldn’t have been enough on it’s own.

Gotta say, I do like the user details being on the right hand side, it’s something you rarely look at in a forum so having it ‘out of the way’ seems a lot better, I know this is skinable in most forums but if phpBB comes like that then t00t :)

Xterm icons and config for Asus EEE PC

Been spending a bit of time setting my 3e up just how I like it - that happens to be basic mode using the default installed Xandros OS.

I’ve been installing some extra software from the extra debian repos so that the little blighter will do everything I need it to :) Anyway, I like to have a shell (terminal/console) open so that I can edit files, connect to other systems via SSH etc. As default you can just hit CTRL+ALT+T for an xterm window and that is probably how I would launch it all the time but I thought I’d have a go at modifying the standard desktop and add it as an Icon/Application launch in the Work section of the desktop - hey it worked :D

Now, edit the file /opt/xandros/share/AsusLauncher/simpleui.rc

You can put this next bit of code anywhere within the <simpleui> </simpleui> tags but I put it just below the Notes application. So, do a search for Notes and then below the </parcel> tag for this application, paste this config:

<parcel simplecat="Work" extraargs="/usr/bin/xterm"
icon="xterm_norm.png"
selected_icon="xterm_hi.png">
<name lang="en">Terminal</name>
</parcel>

Save the file and when your ready, restart your X display by doing CTRL+ALT+BACKSPACE. Your new program should now appear in the work folder using icons that already exist on your system. If you want to have a go at replacing the icons with your own then in the directory /opt/xandros/share/AsusLauncher re-place the following files:

xterm_norm.png
xterm_hi.png
accessibility_xterm_hi.png
business_xterm_hi.png
home_xterm_hi.png
student_xterm_hi.png

Mobile provider mangling your images?

Got sent this link just now about how to get around T-Mobile mangling content on mobile devices/3g cards.

Can’t say I’ve ever noticed it on o2 so not sure if they do it or not but this is a nice work around for those who use Firefox.

Content Mangling

Firefox Extension

Oooh, it’s on the way!

http://eeepc.asus.com/global/product.htm

I have a 4G version on it’s way to me for tomorrow. Can’t wait to have a play and see what all the hype is about. I’ll post my comments/thoughts up when I have tested it for a bit.

t00t

Ryan asked what the desktop is like so here we go: