Mike Pegg's Blog —————————————————————————————Tech Talk

15Aug/110

Play MMS1 codec files (Windows Media 7 Screen Video)

In Microsoft's infinite wisdom they do not support they're own screen recording software used only a few years ago. Also it does not play in VLC Media Player (surely not!?)

Followed some threads and links around the net and found this page with the "Acelt.net Codec 3.02" that plays the media fine.

Link to codec site

2Aug/110

Change Android boot image

Never really been happy with my boot screen, so this is the easiest way I found to change it. Also made the boot screen from a wallpaper, wasn't too happy with any of boot screens I found.

1. download the program which includes a stock image.
2. unzip it
3. click RUN THIS ONE.bat
4. Press 1 to convert the BMP to IMG (if you want to change the image to your own, change the splash.BMP to your own image (must be the same file name and be 480x800)
5. Press 1 begin putting the image on your android device
6. reboot your device to the bootloader (instructions give more detail if needed) then Press Any Key
7. Plug USB cable in then Press Any Key
8. Ensure device is listed at top of window and press 1 (if not: ensure usb cable is ok, phone is at bootloader, drivers are installed)
9. Device should install image, reboot.
10. Success.

11May/110

The dependency service or group failed to start

All of a sudden my windows 7 laptop will not get internet. Look in Network and Sharing Center and am greeted with the message "The dependency service or group failed to start".

Found a few solutions that did not work like altering the registry or the offical microsoft page about restarting the service.

In the end this forum gave the fix:

Type in the following commands in cmd prompt(with admin privileges):

net localgroup administrators localservice /add
net localgroup administrators networkservice /add
exit

Then reboot.

Filed under: General No Comments
30Nov/100

Network system icon disappeared in Vista

First my Volume icon went missing shortly following by Network icon. Going into system icons (right click, properties, notification area) Volume and Network were both greyed out meaning I couldn't active them the normal way.

So... to fix any of the four system icons disappearing two files need to be deleted in regedit:

  1. Start, Run, enter "regedit"
  2. Navigate to [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\
  3. then delete "PastIconsStream" and "IconStreams"
  4. restart.
  5. none-greyed out system icons :)
Filed under: General No Comments
7Aug/101

Root HTC Desire and upgrade to Android 2.2 (Froyo)

Hi Guys, finally decided to root to get Android 2.2 and this is the simplest way to do it I Found. (everything is free and no extra hardware is needed such as a goldcard)

1. Uninstall HTC Sync and the HTC sync driver if you have them installed. (stops the root, can reinstall afterwards).

2. Download unrevoked (this roots), the 2.2 rom (the android 2.2) and the 2.2 rom radio (goes with the rom).

3. Copy the 2.2 rom (ota22.zip) and the 2.2 rom radio (32.43.00.32U_5.09.00.20.zip) to your sd card.

4. Run unrevoked and follow the steps to root.

Filed under: General 1 Comment
30Jun/100

Google Voice Search Commands for HTC Desire & Nexus One

Was asked previously in another post and its useful to have the possible voice commands in one place, so:

Say “Call,” followed by a name from your contacts, followed by the kind of phone number (“mobile,” “work,” and so on)—for example, “Call Mike home.” If there is a single match, the number is dialed automatically.

Say “Directions to,” followed by an address, name, business name, type of business, or other destination, to get directions to that location from Google Maps.

Say “Navigate to,” followed by an address, name, business name, type of business, or other destination to get spoken, turn-by-turn directions to that destination.

Filed under: General No Comments
27Apr/100

Microsoft Word 2007 – Automaticly Add Heading Numbers

As I put the finishing touches to my dissertation I found it surprisingly difficult to auto generate heading numbers in Word.

So the process is as such:

  1. Select the right most listing button, named 'Multilevel List' (just to the right of standard Bullet and Numbering buttons)
  2. At the bottom of the popup, select 'Define New Multilevel List...'
  3. At the next popup, click the 'More > >' button at the bottom left
  4. At the top of the screen the "1.----------" is automatically selected and bold, now select the list 'Link level to style:" and select 'Heading 1'
Filed under: General No Comments