The following are the settings that I am useing for my TK102 with gpsgate
First off register with GPSGATE I used the Buddy tracker as this is for personal use
There are plenty of guides on how to setup gpsgate
I am using an asdamobile sim here in the UK.
One thing I have found with the TK102 it will not allow you to set a password of password this is quite crucial if you are trying to use an o2 sim.
I am going to assume that you have activated the sim and called asda mobile on 2732 and asked them to enable mms and internet.
so lets start to program the unit
All of the programming is done via text message so you will need to have another phone to send the txt message from and also the unit will respond via txt message.
following are a list of commands that you will need to issue to set the unit up to function with GPSGATE
I am assuming that the password is @ default of 123456 and you are in the uk with an asdamobile sim
All of the following commands should be sent 1 line per txt
begin123456
imei123456
time zone 123456 -08
adminip123456 69.10.131.178 30176
apn123456 asdamobiles.co.uk
up123456 web web
t030s**n123456
That should be it !!!.
You will notice the second command is asking for the imei you will need this number to enter into GPSGATE
written by NewsFeeder
\\ tags: gpsgate, settings, xexun
TechniSat TTS35AI IR remote working with XBMC
Just so happens that I had one of these over from another project
include “/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb”
Login to via the command prompt
type the following
sudo nano /etc/lirc/lircd.conf
change the following line
include “/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb”
to look like
#include “/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb”
include “/usr/share/lirc/remotes/technisat/TTS35AI”
then ctrl x to save and Y
Continue reading »
written by NewsFeeder
\\ tags: settings, xbmc

Came accross this information for the settings for 3 Mobile USB dongle on the Acer Aspire
You will need to update the Acer first before this will work so if its new out of the box you will need to connect it to the internet and run the update program or vist this link
http://support.acer-euro.com/drivers/notebook/as_one_110.html
and download the drivers and applications/ huawei081126.sh
this is ‘Mobile partner’. save it to disk and then install it into your acer.
you also need to take your modem to another computer and update the firmware from mobile broadband rocks as above,
I used a vista PC to do this and it worked fine. Xp works as well.
Run the reset prog in the modems files awell, just in case, then stick the updated modem back into your acer with mobile partner installed.
1) Shut down the Aspire
2) Plug your modem into the USB port
3) Switch on the Aspire
4) On the ‘Connect’ Tab click on ‘Mobile Partner’
5) It should now detect the modem
6) Click ‘Tools’ ‘Options’
7) Click ‘New’
Give your profile a name
9) Select ‘Static’ under the APN tab
10) in the APN box enter three.co.uk
11) In ‘Access Number’ enter *99#
12) In ‘User Name’ enter three
13) Password is three
14) Authentication Protocol is ‘CHAP’
15) Click ‘Save’
Read more ….. Via [linux.com]
written by NewsFeeder
\\ tags: Acer, Aspire, settings
Mstsc Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.
Syntax mstsc.exe {ConnectionFile | /v:ServerName[:Port]} [/console] [/f] [/w:Width/h:Height] mstsc.exe/edit”ConnectionFile” mstsc.exe/migrate Parameters ConnectionFile Specifies the name of an .rdp file for the connection.
/v:ServerName[
ort] Specifies the remote computer and, optionally, the port number to which you want to connect.
/console Connects to the console session of the specified Windows Server 2003 family operating system.
/f Starts Remote Desktop connection in full-screen mode.
/w:Width/h:Height Specifies the dimensions of the Remote Desktop screen.
/edit”ConnectionFile” Opens the specified .rdp file for editing.
/migrate Migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files. Remarks •
You must be an administrator on the server to which you are connecting to create a remote console connection. • default.rdp is stored for each user as a hidden file in My Documents. User created .rdp files are stored by default in My Documents but can be moved anywhere. Examples To connect to the console session of a server, type: mstsc /console To open a file called filename.rdp for editing, type: mstsc /edit filename.rdp
written by TMP
\\ tags: mstsc, settings