Nothing to see...

A simple blog about all things in the world that is ridikulouse.

Technological steps, are man kinds greatest achievements

Not a Fighter, but a lover of Tech.

Love of the internet

The Internet is the final frontier for open connected networks, it promotes speech and advances knowledge for any mere person. The internet is fast becoming a need rather a want, and it is recognised by the UN as a necessity for the modern person.

Photography

Photography is more than just Art and expression, it is the manipulation of the light and provokes emotion and memories.

Have a look around

The articles on this blog represent my thoughts and views at the time of writing, I can always change my views through further education...please don't hold me against my views. Some of the articles have been written to assist anyone else with similar issues - it also helps me to remember. Hope you get something out of this.

Saturday, February 27, 2010

Safari updates

After a lot of reluctance I decided to update Safari, actually this was by accident and I selected Safari when I meant to only select iTunes. This is part of my jail breaking adventure of version 3.1.2.

Anyway, after the update I noticed a new feature which appears when you open a new tab called Top Sites. At first glance this looked neat, it showed all these sites that I had frequented in a thumb nail... a thumb nail of what seemed to be the last page I had viewed....

I'm not sure whether this is a good thing or a bad thing right now. There were a couple of sites which I didn't realise that I frequented that much to make it into my "Top Sites". I would love to see someone who frequents porn sites, imagine that...

One thing that did concern me was that it showed my facebook page logged in, it showed my netbank page logged in, it showed my gmail account... logged in. Of course this is only just an image of some sort, and the account is not accessible like that. But it did show quite a lot of detail if you did Control and scrolled up to zoom into the cursor.

I managed to find a way to turn this off using a command line, so to execute this you will need
to open Terminal and enter the following (and then press enter of course), you may need to close safari and re-open it to work:

defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO
If you decide that you want to re-activate this feature, just simply change No at the end to a Yes.

Thanks


Upgrading and Jail breaking from 3.0.1 to 3.1.2

Well it seems that the IPA file that I have been trying to get on to my iphone requires 3.1+, unfortunately since my last jailbreak I've left the firmware version sitting at 3.0.1.

Now, 3.1.3 has just been released by Apple around the start of this month. But apparently this is nothing special, unless you have had previous issues with it. Also, a proper firmware patch is not available yet. But it looks like a loop hole has been found. Now it's just a matter of time I guess.

Anyway, I'm not getting much luck in getting information on upgrading from 3.0.1 to 3.1.2 in one go, and jail breaking it. There is a lot of information on the net about jail breaking, with many tools, tutorials, and promises. Some of these even contradict one another. So, it feels like I need to filter the fiction from the facts.

If anyone can assist in answering this, please do... need help with this one.

Installing IPA files from PC to Iphone without iTunes

I've been trying to install a custom IPA without much success. No matter which tutorial that I followed, it all seemed to get a point where iTunes was involved. However, my issue was that I didn't want to use iTunes on my laptop, because it wanted to wipe everything (remove all the apps etc...).

I thought, there has got to be a way without having to use iTunes. Surely since the iphone is connected via usb or by ssh wifi, we should be able to install the IPA. Initially I used Air Sharing app to move the IPA from my computer to the iphone. This wasn't successful at all.

The good news is that, after reading countless number of tutorials/guides/forum posts etc..., I have found a method that suited my situation which I can share with everyone:

Since I had already jail broken my iphone, I had Cydia already installed and I had installed Installous (let me know if you need instructions on how to do this). Also, you need to make sure that your iphone is connected via WiFi.
  1. Open Cydia and goto Selections (tab) > Networking > OpenSSH > then select Install
  2. Download and open up a SFTP client (an FTP client that can connect via SSH). Since I was using a Mac I downloaded Cyberduck to use as my SFTP client. If you are using Windows then you can use WinSCP.
  3. Using your SFTP client, login to your iphone: The server address for the iphone can be found in Settings > Wi-Fi > select the blue icon of your network and the IP address of the iphone can be found there. The login name is root and password is alpine. If this doesn't work then you may need to google this.
  4. Once you have connected to your iphone, navigate to /private/var/mobile/library/Downloads. Copy your IPA file to this directory, this is the directory where installous stores the downloaded IPA files.
  5. Go to your iphone and launch the installous app, then go to the Downloads tab and select your IPA file to install. You should be able to install this like any other IPA file.
Anyway, I hope you find this useful.