Find firmware updates for Samsung Galaxy i7500
Finding firmware updates for my Samsung Galaxy i7500 Android phone is sometimes much harder than it should be. Samsung has developed a special tool for managing the phone and they named it “New PC Studio”. I don’t know if the old PC Studio exists, but the name of the new program is very often refereed to as NPS or seldom as NPC in the forums. The point is that the program offers a lot of tools for phone synchronization and management, but in fact it supports only one thing: downloading and updating the phone’s firmware. Once you realize this you don’t try to figure out all the program functions – you need only one icon that has an “Update” tool tip on it.
But first, how to get New PC Studio (NPS) and where? Sure, you could use the CD that came with the phone. But have in mind that the older versions of New PC Studio (yes, there is a joke about an old new software) don’t always download fresh updates! I tried to use my NPS version 1.3 something and it reported that there are no updates for my phone. After upgrading to 1.4 something, the update was waiting for me.
Important: always download the latest version of Samsung New PC Studio in order to be able to download the latest firmware.
You can download the latest version of NPS from official site at http://www.samsungmobile.co.uk/support/softwaremanuals/softwareNpsUpdate.do
Beware that if you select your phone (in this case Galaxy) you won’t necessarily get the latest version of NPS. The best way to get the latest version is just to continue downloading without selecting the phone model. At the time of writing the latest version of NPS seems to be New_PC_Studio_1.4.0.IL2.exe and can be downloaded directly from here. It’s wise to check other (download) sites for the latest version, for example Softpedia.
After you download and install NPS you can connect your phone to the USB port. The program should start automatically and after it loads you should click the Update button in the lower part of the screen. A new window opens with two tabs: one for updating the NPS program itself (the default tab) and one for updating the device (firmware). First see if there are any updates of the NPS (that never worked for me, even where there actually was an update – I always get a “The latest version is already installed” message) and always install the latest version. Second, see if there are any updates of your phone’s firmware. Switch to ‘Update device’ tab, select your i7500 from the list and refresh the display. If you’re lucky, the message won’t read “You have the latest version installed, there is no need to update”. What you need is “The device requires an update” text! For my phone and settings, the latest firmware version for i7500 I could download was I7500XXII7. Note that the version will differ from your phone’s settings and your CSC version, which defines your country and carrier (I am in Slovenia and I have I7500MOTIJ1).
After finding a fresh update just click on the Update button to start updating. The phone should be fully charged and the update process took less than five minutes with my phone. After the firmware was updates the phone was restarted, all the settings stayed intact and I could use the new firmware right away.
I hope to see fresh firmware release soon, as well as the new versions of Android operating systems for my phone – Android 2.1 for Samsung Galaxy i7500 would be nice.
Filed under: Saving the web | No Comments »
Gesture Search – not for Android 1.5
Yesterday Google announced a new application for Android phones: Gesture Search. The application would enable the phone a new and useful feature, the one I use in Firefox all the time: gestures. You could write a letter in the address book and find the person you’re looking for faster. Scrolling can be slow if you have over 1000 contacts like I do.
As with Buzz for Android and G0ogle Earth for Android Gesture Search made the same mistake: it’s available for Android 2.0 or higher. I own Android 1.5 Samsung Galaxy i7500 so I can’t use this software. Again, grrr. Sometimes it makes me sad that my three months new phone is actually old.
Filed under: Saving the web | No Comments »
Unread mail gone from GMail
http://mail.google.com/mail/#search/is%3Aunread+in%3Ainbox
Since Google has graduated several lab features to GMail I am missing on a feature. I used to be able to type “unr” in the GMail search box and the autocomplete feature of GMail would suggest the “is:unread” option. I’d select it and see all the unread mail in my Inbox.
Well, since the graduation this does not work any more. If I type “unr” now, all I get is “unr – search mail” option. Also, when I type “unread” and press Enter key for search, the mails are searched for actual appearance of the text “unread”.
I’m sure this feature was here before and I liked it and used all the time. It simplified the process of finding unread mails in my Inbox which is how I use my GMail.
If you’re a fan of bookmarks, you can bookmark the URL for the search results page of your GMail that shows only the unread messages:
http://mail.google.com/mail/#search/is%3Aunread
Use this link for GMail for Apps:
https://mail.google.com/a/DOMAINNAME/#search/is%3Aunread
However, I still miss a link or button in GMail to show only the unread messages quick.
Filed under: Saving the web | No Comments »
Batch search and replace text inside files with UTF-8
Today I had to replace some texts inside a large number of files. Doing this by hand would be too much work, that’s why I wanted to find a program that could do that. I am already using a program called Replace in Files and of course I used it for this task as well. Soon I noticed that the files were scrambled… because they were supposed to be encoded in UTF-8. Apparently the tool doesn’t take the file encoding in account, so the result is not what I’d expect.
I decided to search for another tool on the web. I wanted it to be free (as freeware author I try to use as much free software as possible), so I took a little more time for research. I found a few tools that claimed to be UTF-8 compatible, but none of them was free. I even downloaded and installed Multiple search in files, but have soon found out that it only searches in files but doesn’t replace the text…. And without replacement it was no use for me, so I unistalled it soon.
I know that developer tools like Eclipse have these features buit in, so I remembered of my freeware developer tool for writing and editing PHP, PSPad. It has some great features, it supports UTF-8 (that’s the reason I’ve chosen it in the first place), and it’s free. Maybe it has search and replace in files as well, was my thought.
The option was really there: just go to main menu -> Search -> Search / Replace in files… and fill in the fields! You can even choose the character encoding for the search, and UTF-8 is supported.
It looks like free software won again!
Filed under: Saving the web | No Comments »