http://symbianhack.site666.info/ -> http://diabo.freehostia.com/symbian/indexhack.htm

Details of the hack were found at http://raymasky.blogspot.com/2009/01/symbian-platform-security-hacked-again.html

You download and run HelloOx2 on your mobile and then using ROMPatcher+ you can run unsigned .sis and .sisx files on your Symbian mobile.

I have tested this on a Nokia N95 8GB with the EURO1 product code (as discussed in the debranding tutorial) and with the lastest firmware as of the time of writing which is v31.0.015. I confirm that I have been able to install all applications compatible with my phone and they work without being signed.

 DISCLAIMER - This process could open the phone up to some badly written software, you have been warned. We take no responsibility for any damaged or bricked phones as a result of following the links and guides provided above.

UPDATE - Guide for the suggestions below with images http://www.laptopsunlimited.com/dellmouse/dellmouse.htm
NOTE - Remember not to use an anti-static bag, apparantly they conduct static on the outer side of the bag, so it’s dangerous to your laptop’s health.
ORIGINAL POST -
User Boomzilla over at http://ubuntuforums.org suggests two separate fixes for the random mouse movement.
It has been confirmed that it is a hardware problem.
Another user suggests that Windows users can apparently download a driver to disable the mouse nipple on the keyboard and that solves issue #1 below.
I had a similar problem on a Dell C610 I recently purchased. In windows the trackpad would work fine, but as soon as i installed 7.10 the mouse would wander rather quickly to the bottom left of the screen. I found some similar complaints online and more than a few how-to’s. There are two things that could be wrong:

1) The nipple in the middle of the keyboard has degraded and is sending bad signals.
2) The trackpad circuitry is being shorted out by a metal support

If the wandering only happens when you have the laptop on a non-level surface and returns to normal when it’s on a flat surface, odds are #2 is the problem. If it’s happening all the time, it’s probably #1.

To fix #1:
Find the service manual online and follow the instructions to get your keyboard loose. Once you remove the screws on the bottom of the laptop it will be held on by the data cable for the keyboard and nipple. Pull the data cable off and inspect it. You should see a large ribbon and a small ribbon feeding into a plastic connector. The connector can be pried apart by the ends with a small flathead screwdriver. Once apart, pull the smaller ribbon out of the connector, then reassemble it. Plug the connector back into the motherboard, leaving the little ribbon free. Reattach the keyboard and boot up. The wandering mouse should be gone!

To fix #2:
Find the service manual online and follow the instructions to get the palm rest loose. You will have to remove the keyboard and screen before the palm rest can come loose. On the bottom of the (very flimsy!) palm rest you’ll see a metal support that lays over the back of the trackpad. Remove the screws that hold this on and get it out of the way. Put some sort of non conductive material over the back of the trackpad. do not use an anti-static bag as they are designed to conduct static along the outside of the bag! Once that is done, reattach the metal support and reassemble the laptop. This should alleviate any trackpad movement due to short circuits.

Hope this helps!!

Also, when dissassembling, take your time and make sure you’re removing the right parts! It’s also good to put the screws in separate piles with notes to remind you which component they secure, etc.

Hi,

Anyone that has a project hosted on Sourceforge.net has available to them a free hosting service as part of their “project features”. Recently I have been involved in the project Updater-G and was asked to help look at a Joomla installation to make content addition easy.

One problem we faced, which would have been a show stopper, was that Joomla could not successfully upload images or write file settings from the administration panel. Not even setting 777 permissions on the files and folders worked.

A comment related to installing Drupal on Sourceforge’s hosting platform raised a potential solution.

Basics: Understanding SourceForge Hosting

The project servers consider the “htdocs” folder in a different “space” and hence you don’t get to write to this folder, or it’s subfolders. However, in the project directory (/home/groups/P/PR/PROJECTNAME) you have a folder called “persistent”. This folder consists of writable space, that you can use to install Drupal.

Insight: Understanding the “ln” command (Unix)

The “ln” command in Unix is used to create a symbolic link, which is very close to what we call “shortcuts” in Windows. So the approach to be followed here is to mirror all writable folders in the “htdocs” folder into the “persistent” folder mentioned above.

You don’t need to copy/recreate all folders, just the writable ones would do.

Final: The Process

Install Drupal on your SourceForge.net server space in the “htdocs” folder (unzip all files there). Go to the folder “sites/default” and open the file “default.settings.php” in a text editor. Now, copy the contents of this opened file into another file, and name it “settings.php”. Save “settings.php” on your desktop.

Then, login to the project shell space using PuTTY (Follow this article for an excellent guide to configuring PuTTY for SourceForge.net). Execute the following instructions:

$ cd /home/groups/P/PR/PROJECTNAME/persistent
$ mkdir sites
$ chmod 0777 sites
$ cd sites
$ mkdir default
$ chmod 0777 default
$ cd default
$ mkdir files
$ chmod 0777 files
Now, upload the files “settings.php” to “/home/groups/P/PR/PROJECTNAME/persistent/sites/default/”. Once the file is uploaded, execute the following instructions in PuTTY:

 

$ cd /home/groups/P/PR/PROJECTNAME/persistent/sites/default
$ chmod 0777 settings.php
Now we proceed to creating the symbolic links. Execute the following instructions in PuTTY:

 

$ cd /home/groups/P/PR/PROJECTNAME/htdocs/sites/default
$ ln -s /home/groups/P/PR/PROJECTNAME/persistent/sites/default/settings.php
$ ln -s /home/groups/P/PR/PROJECTNAME/persistent/sites/default/files

Closing

Your Drupal installation should work fine now. Remember, once you are done with the installation, you should change the permissions of all folders from 0777 to 0644.

For our install we created the directories listed below and gave them 0777 permissions, then copied the configuration.php and content for all the created folders to the persistent folder structure suggested and then deleted the original content from the htdocs folder. Once deleted, using rm -Rf folder_name, we used ln -s folder_location to create the shortcuts in the htdocs to the persistent equivalent directories.

persistent/sites/default/configuration.php
persistent/sites/default/images/
persistent/sites/default/plugins/
persistent/sites/default/templates/
persistent/sites/default/cache/
persistent/sites/default/administrator/
persistent/sites/default/components/
persistent/sites/default/includes/
persistent/sites/default/libraries/
persistent/sites/default/logs/
persistent/sites/default/media/
persistent/sites/default/modules/

The administrator panel should be refreshed and a fresh login should occur to ensure the changes are recognised, I needed to re-login to get the image upload function to work flawlessly.

Hope that is helpful to someone, certainly fixed our install!

*NOTE: we haven’t run this long enough to say for definite that it fixed ALL potential problems related to writing permissions.

Regards,

MATT

If you have problems turning on your PC or if your PC doesn’t act right when pressing the power button, you might have a faulty power supply unit (PSU).

You could open it up and look for bulging capacitors or you could follow this nifty PSU testing guide, all you need is a multimeter.

Further down below the main post in that PSU testing guide are some bonus guides and tips. Well worth a look.

Have you pressed the power button on your PC to be beeped at?

I was greeted with 8 beeps today while looking at a friends machine.

Here’s how to decipher those blasted beeps during the bios POST.

Another quicklink post, this time for gamers. Anyone who games on a PC and has a headset has used a VOIP (Voice Over IP) client to communicate during gaming sessions. Ventrilo is such a client and at times it is useful to know if a Ventrilo server is alive, who is on it and how many slots it has. Ventrilo’s own website provides these abilities on the Ventrilo Status page.

All you need to have beforehand is the IP Address/Hostname and the Port.

This is a quicklink post to alert Virgin Media isp customers that they can check for any problems related to their TV, Email, Telephone or Broadband on the Virgin Media status overview page.

To use, simply select your region from the dropdown list provided.

Regards,

Matt

The following is a guide on how to debrand your N95 8GB.
Please note that the information provided for this guide has come purely from research on other sites/forums and my own personal experience.  Please be aware that you run this procedure at your own risk and I’m not to be held liable if anything goes wrong.  I have only attempted to debrand one N95 8GB so far and that was successful hence this guide being posted.  This was easy and only took about 20 minutes max.  Also be aware that there is always a risk of damaging your phone when flashing your firmware.  If this does happen then the only suggestion i have is taking your phone to a Nokia service centre.  Finally performing this procedure will Invalidate any warranty your phone has. Oh yeh… Ensure your phone is fully charged ;-)  (Thanks Carl)

The Guide:
1. Ensure you have installed the Nokia PC Suite supplied on the CD with your phone. Make sure your phone is connected via the USB cable and that it has been detected. Use your Nokia Connection Manager to show if your USB is connected. On your phone click PC Suite when the menu pops up.

2. Download the following 2 pieces of software:

3. At this stage its best to back up all your files. To do this simply use the Backup utility within the Nokia PC Suite. This will back up all your contacts/messages/videos/photos/music.

4. Install Nemesis Service Suite and make sure you select the ‘Virtual USB’ option in the installation wizard. Open the program and click Scan for new Device icon top right of the screen.
The screen will now fill in the blanks and display various information. Including the following:

Reading Virtual USB device…Done.
->Serial: A35B68C9, HW: 0.0
Testing Interfaces…
->USB DKU2….Supported.
->USB CA-53…Supported.
Testing Directories…
->DCT4 Loaders Dir(’Flash’)……Found.
–>0 file(s) found.
–>Please copy the loaders first!
->ADSP Loaders Dir(’FlashUsb’)…Found.
–>0 file(s) found.
–>Please copy the loaders first!
->DCT3 Loaders Dir(’fls1sup’)….Found.
–>0 file(s) found.
–>Please copy the loaders first!
->Products Dir(’products’)…….
Not Found

Even though it displays ‘Not Found’ on the last one, this is the Correct message.
Click the Phone Info button at the top of the screen.
Click the Read button.
As well as other information this will now show you the current product code of your phone. You now need to change this to a generic Nokia code. I personally used the ‘Euro 1 Code’ 0549487. Click here for full list of codes.
Replace the current product code with the new code.
Tick the ‘Enable’ checkbox
Click the Write button.
All done!!
You have now changed your phones product code!

If you would prefer to double check this then you can do so by clicking the Read button again, this will show your new product code (0549487).

5. All that is left to do now is install the new firmware update. Make sure your phone is connected to you computer through the USB cable and then open the Nokia Software Updater.
Follow the onscreen instructions and install the new firmware.
Do not disconnect the phone at this stage.
Once the update has finished the phone will restart

6. That’s it, you phone has now been completely debranded!
You can now restore your files by using the Backup utility.

7. From now on if you ever need to update your phone (version/firmware) all you have to do is use the Nokia Software Updater. No more code changing, this was just a one off.

I hope this is useful, and easy to follow.  If you have any feedback regarding this guide good or bad feel free to leave me a message and I will update this accordingly.

Thanks,
Malik

In one of my earlier posts i decided to install Truphone onto my phone to see how making calls using VoIP worked.  After installing Truphone several times i still had no luck in making any successful VoIP calls.  After doing some research on google i found out Vodaphone had delibratley disabled the VoIP feature on the N95 8GB.

Continuing my research i then discovered that many people who wanted to see VoIP in action on the n95’s decided to debrand their phones.  Firstly this isn’t something I’m familiar with and secondly even if i was apparently there’s a 25% chance you can make a B*lls up of things and completely screw your phone over…(excuse my french)..  i.e. £400 just thrown in the bin.  I had read that you could take it to Nokia and they would charge to change the firmware back to the original one but not sure how that would work as your not supposed to be changing any firmware.

So after doing further research in how to debrand your phone i discovered that there are many advantages the only 2 disadvantages being 1) you can mess up your phone for good and,  2) debranding will void your warranty.  I then thought about this for a further 5 seconds and came to my decision…. Yehhh why not ;-) !!

If you’d like to know how to debrand your N95 8GB please read the ‘Debranding Your N95 8GB’ post.

For a while now I’ve been using AVG antivirus on my Windows Vista.  Never had any major issues and it protects well the only problem i do have is with Spyware and Malware sneaking through.

Anyway I’ve managed to get a licensed copy of Sophos Antivirus …(perks of working for the council ;-) )… and decided to install it on vista.

Once the installation starts the opening window calculates how long it will take to install.. in this case its 5 minutes, also a message appears stating that once the installation is complete the window will be automatically closed.
Within 60 seconds the application finished installing what it had to but when it came to closing down the installation window this never happened.  Originally stating installation would only take 5 minutes i waited almost 90 mins in hope for the installation to complete and the window to close but it never.

At the bottom right (next to the clock) i could see the Sophos icon was working i wasn’t sure what to do, i then decided to uninstall and try again.  10 minutes later (after uninstalling then reinstalling) i was stuck at exactly the same screen.  Moving my cursor over the Sophos icon it showed that my computer was fully protected but needed updating.  Right clicking the icon and selecting ‘Update now’ brought up a new window in which Sophos attempts to connect to its servers to update.  This failed miserably as within a few seconds a message appeared saying ‘unable to connect to servers.

A little Frustrated i phoned a colleague who told me that on some versions of vista it doesn’t finish completing the installation due to ‘a FAT file not being recognised’.
He then gave me the following instructions.

  1. Find the file ‘Iconn.cfg’ - this contains all the server update details (this will be in the installation disc root directory)
  2. Then copy to ‘c:/Program Files/Sophos/AutoUpdate/Config’
  3. Reboot, then update Sophos.

I tried this and still no joy.  Sophos is advertised as being fully compatible with Vista but me having Vista Ultimate im seriously having issues.

As of yet this hasn’t been resolved once it does i’ll put the solution up on here.

Next Page »