Windows 7: My Thoughts A Year In… August 18th, 2010
It’s been over a year now since Windows 7 RTM came to market, a year which unusually for a newly released Microsoft OS has been in the main, trouble free. The transition for many business users from Windows XP to Windows 7 has been easier than with previous incarnations, certainly surprisingly simple considering there is a decade separating the two operating systems which let’s face it in the ever changing world of IT, is a huge gap.
Overall Windows 7 has been a massive boost for Microsoft generally with the latest figures telling us that more than 150 million licences have already been either installed or at least sold. So what does this tell us (apart from the size of Microsoft’s bank balance)? Well, importantly it means that Windows 7 has now effectively overtaken the installed user base of Windows Vista during its first year of sale which let’s face it is huge for Microsoft although for us; not at all surprising given that Vista is far from perfect (or even good actually).
I was an early adopter of Windows 7 and moved my primary machine to Windows 7 Ultimate prior to the official release (I was fortunate enough to be given an official copy by Microsoft prior to the public release date) and was genuinely surprised by the ease of installation compared to prior versions; things like driver installation and compatibility checks are now fully managed by the system. Owing to Vista being – well – actually quite rubbish, I didn’t transition via Vista and came from using Windows XP on my machines. Windows 7 is definitely the most stable and robust all round operating system I have used to date for my day to day use, both at home and work.
It’s not all great though, on my T61p battery life is not as good as it used to be and there are a few other areas which have been made unduly complicated compared to Windows XP. But of course Windows 7 is designed appeal to all, including consumers who demand the fluid, GUI improvements and work arounds which I would historically have done manually via the command line; that’s not to say that this can’t still be done, in fact with PowerShell this is even more powerful than ever. Let’s not forget that we are still in the infancy of the OS though, with SP1 under development and due to be released soon I am sure some of these annoyances will be addressed making the OS even better.
Of course in the meantime, now manufacturers have more experience of Windows 7 too, updating the BIOS to the latest version will undoubtedly help with any hardware issues such as the increased battery drain, and updating drivers will iron out any system glitches, although they are few and far between.
For sure though, Windows 7 is Microsoft’s most polished operating system to date (although I do still remember Windows 2000 fondly; it just worked!) and it’s safe to assume there will have been some questions raised in the Microsoft hierarchy as to why Vista wasn’t anywhere near as successful. I’m sure some eye brows were raised.
I look forward to testing Windows 8 at an early stage – I believe the public release date is tentatively set sometime during 2012 – when it becomes available on TechNet, it is most likely to follow in the ilk of Windows 7 and will be Microsoft’s most ambitious project to date, really making full use of cloud and mobile computing whilst fighting off the ever nearer threat from Apple, Linux and most recently Google.
Microsoft finally seems to be heading in the right direction again.
Posted in Blah, Microsoft, Technology Related, Windows 7 | No Comments »
HTC Desire: Creating Goldcard Using Mac Or Linux… August 9th, 2010
I have been asked by a few people how to make a goldcard using a Mac, but as I do not have access to one at the moment I have not been able to produce a guide however thanks to Johnny and some research using Google you’ll be pleased to know that I have now produced a guide.
Caveat: I have not been able to test this myself as currently I do not have a Mac to test with; however I have read various comments confirming that this method works. Please post a comment to let me know how you get on.
PLEASE backup the entire contents of your microSD before proceeding, in one of the first steps you’ll need to reformat. I will not be accountable for anyone neglecting to do this and loosing data – you have been warned!
So, to create a goldcard using Mac OSX, simple do the following:
- Backup the data on your microSD
- Click Menu on your mobile
- Go to Settings and then SD & Phone Storage
- Click Unmount SD card
- Click Format SD card
We now need to know the microSD cards CID number, using this method; we can find it by going to the market and downloading ASTRO File Manager. Once you have downloaded and installed it, do the following:
- Open ASTRO File Manager
- Navigate to sys/class/mmc_host/mmc1/mmc1:82d1 (you’ll find that 82d1 will be different on your device)
- Long press on the CID file
- Select Open As and then Text
- Select File Editor
- You’ll be given a long number, make a note of this
Next we need this long number in order to create your goldcard image; this can be done by using a simple tool found on this page:
- Copy the number carefully into the data field and hit Submit
- Make a note of the new number
Next to create the actual goldcard image by going to this page:
- Enter the number from above into the SD Card Serial (CID) field
- Enter the other details and hit Generate Goldcard
- Check your email and save the attached goldcard image file to your user directory
Connect your Desire to your Mac and do the following:
- Pull down the notification bar and press Charge Only (if you have previously changed the default option this may be different, i.e. HTC Sync)
- Select the Disk Drive option and hit Done
- On your Mac, open Terminal which can be found by clicking through Applications>Utilities>Terminal (or your Linux Terminal)
- Type the following:
diskutil list - You should be able to see your microSD card; you can recognise it from its size and by the fact that its type is DOS_FAT_32. You need to make a note of the Identifier for example disk2s1
- Now you need to unmount the microSD, assuming your Identifier was disk2s1 (change the value ‘2’ based on the number you got after the word ‘disk’) enter the following:
diskutil unmountDisk /dev/disk2
Finally, to create your individual goldcard do the following:
- Open Terminal once again and type the following:
sudo dd bs=512 if=~/goldcard.img of=/dev/disk2
(remembering to change the ‘2’ if appropriate) - You’ll need to enter your password when prompted (or if using Linux, the password for root)
That’s it, goldcard created!
Posted in Android OS, Apple, Blah, Desire, Google, HTC, Linux, Linux Mint, Mac OS X, Technology Related, Ubuntu | 6 Comments »
Exchange 2007: Disable iPhone Passcode Requirement… August 6th, 2010
If you are using your iPhone with Exchange 2007 you’ll notice that Exchange now forces a remote policy which requires you to have a passcode on your device (of course this also applies to other mobile devices and not just the iPhone). I’m sure for some this is not an issue but for those users who do not need this security feature enabled and/or simply do not want to have to enter a passcode every time, there is of course a way to disable the feature.
Firstly, you’ll need to have administrative rights to the Exchange 2007 server, so if you do and you’re able to either access the box locally or remotely via RDP, read on.
Assuming you are now sat looking at the desktop on your server, do the following (I have based this guide on a standard installation of Small Business Server 2008, but of course still applies to a stand-alone build of Exchange 2007, just follow the same steps):
- Click through Start>All Programs>Microsoft Exchange Server 2007>Exchange Management Console
- You’ll be greeted with a Windows needs your permission to continue dialogue box, select Continue
- Once in the console, expand Organization Configuration and highlight Client Access
- There should only be one policy active, which is the Windows SBS Mobile Mailbox Policy <servername>, right click this and select Properties
- Click on the Password tab
- Next uncheck the Require password checkbox and hit Apply then OK
- You can now close all of the open windows
You should now find that the forced passcode is no longer required.
If you found this guide useful, please leave a comment below. Remember you can also subscribe to any future posts via email by clicking here.
Posted in Apple, Blah, Exchange 2007, Microsoft, Technology Related, iPhone | 3 Comments »
Speed Up iTunes… January 27th, 2010
Love it or hate it, iTunes has become the de facto application for music handling on my machine; so much so that it has become one of those applications which I would say I couldn’t live without (OK, so perhaps that takes it a little too far but you see where I am going with this).
The problem is that iTunes is an application that Apple never intended to make for Windows; I guess you could say they became a victim of their own success and found themselves having to recode a Windows version as its popularity (and the popularity of the iPod range) grew. It works much faster in Mac OS X, which translated could be written as saying iTunes for Windows is a complete bloat ware that takes up far too much RAM and runs slower than it should, certainly this has become more and more apparent as iTunes has been updated and updated. The cynic in me would start to question whether Apple isn’t too serious about Windows and want to demonstrate to people that iTunes works much faster on Mac OS X because it is a better OS (thereby attempting to increase their sales of Mac hardware and OS X), but with a few simple steps it’s easy to speed things up a little and make iTunes for Windows a little more bearable:
Remove Smart Playlists
A lot of people will love the Smart Playlist feature, if you are one of them then you can skip this, otherwise removing them can make the application start-up speed up to 3 times quicker. If you like me would give up almost anything for speed, then simply remove all the Smart Playlists (the ones with the purple icon) and restart iTunes to feel the improved performance. If you don’t want to remove Smart Playlists altogether then editing them and disabling Live Updating will make a slight difference.
Disable Automatic Syncing
When a device is connected to a machine running iTunes, iTunes automatically starts syncing which I find quite annoying. It can result in your iTunes getting frozen for up to 30 seconds or more. Users don’t always connect devices such as iPods or iPhones for transferring songs; what if you only want to charge your device? In such cases automatic launching of iTunes and syncing doesn’t make sense and isn’t needed. To disable automatic syncing, simply select your connected device from the left sidebar and uncheck the Automatic Sync option.
Disable Options That Are Not Needed
A little bit of common sense if required here as there are various different options that you will come across in the Preferences menu and some may be needed depending on your individual setups, however a couple I would recommend would be to disable Crossfade Songs and Sound Enhancer under the Playback tab and Look for Remote Speakers Connected to AirTunes and Look for iPhone and iPod Touch Remotes under the devices tab. You can also disable Look for Apple TV under the Apple TV tab unless of course you have one! Most users will not need any of these options enabled and yet by default they are enabled adding to the burden, surely it would have made sense to ship iTunes in a more ‘lean’ configuration for the majority and allow the minority who own all these other devices (and let’s face it the kind of person who does is more than technically savvy enough to do this) to configure iTunes to their needs?
Reduce Clutter
While browsing your playlists, you will notice that unnecessary columns are displayed by default (yes, I know it’s a Pop song thanks). Who wants to scroll all the way to the right and then back to the left to view all the columns? It is better to reduce this clutter by hiding those columns that are not needed. This can be done by right-clicking the column bar on top and then unchecking not-needed columns. Not sure if this makes a huge difference to speed or not but it means that you can customise your view to exactly how you want to see it.
Finally, although I haven’t tried this myself I read somewhere that by keeping the Preferences window open whilst songs are converting, the whole process will be quicker! Now there is logic to this; when you are converting a large collection of songs to ACC format, you will notice that after a few conversions the whole process slows down. This is because after each change the iTunes User Interface gets updated (which takes forever when converting large collections). So, how to speed up the conversion and disable the iTunes User Interface from getting updated? Go to Edit and select Preferences; now let it remain open until all conversions are complete!
I’m sure there are other ways to speed things up too, if you know of any leave a comment below and share your thoughts.
