Boat Drinks  

Go Back   Boat Drinks > General > Computer and Consoles

Reply
 
Thread Tools Display Modes
Old 03-08-2009, 09:20   #601
Burble
Rocket Fuel
 
Burble's Avatar
 
Join Date: Jul 2006
Posts: 7,826
Default

So Apple have released 3.01 to patch the SMS bug. I've just updated my jailbroken phone without a problem but with it being jailbroken there are a few extra steps you need to go through to get all your Cydia stuff installed after the update.

If anyone is interested in how I did it I'll post up some instructions later.
Burble is offline   Reply With Quote
Old 03-08-2009, 15:10   #602
Mark
Screaming Orgasm
 
Join Date: Jul 2006
Location: Newbury
Posts: 15,194
Default

Guess that means the option to archive the files for a future jailbreak is gone then, so less urgency on me.

Got a couple of questions for Daz on the HTC side of things, then I'll decide, but here's the current state of play:

iPhone:
  • + Great phone. I'd be very happy to own one.
  • + Very polished interface.
  • + Great App Store. Ragdoll Blaster* (and other applications)
  • + iPod
  • + Accessibility across the board (3GS only). VoiceOver, zoom, white on black, and so forth. Having said that, zoom isn't really usable for anything more than emergencies, VoiceOver (like most TTS systems, would probably annoy me and I certainly wouldn't be seen using it in public without headphones), and white on black has some rather odd side-effects - it changes the palette rather than the interface, so all photos and videos don't quite look right ).
  • + TomTom (in the near future).
  • - Locked down tighter than a bank (unless Jailbroken, with the risk that brings).
  • - Safari uses a pixel zoom, so if text doesn't fit, you have to scroll to read every line. Having said that, some sites work better than others - BBC News gets plenty big enough before scrolling is needed, BD** just about gets big enough.
  • - No memory expansion or user-replaceable battery.
  • - Expensive.
HTC Hero/G2:
  • + Great phone. I'd be very happy to own one.
  • + Very customizable interface, but with a little less polish.
  • + Great browser for me. Reflows text on zoom so much less left/right scrolling (at the cost of some layout oddities).
  • + Memory expansion and replaceable battery.
  • + Tethering (who'd have thunk that). I do of course have an O2 dongle which will remain my primary tethering choice.
  • - V1'ness rears its ugly head sometimes - Google Maps not doing the pinch zoom thing (licensing), and task managers killing off important HTC tasks.
  • - No accessibility (outside the browser). I've lived without it all these years, but now I've seen what the 3GS does, I know I want it.
  • - Less developed App Store. No Ragdoll Blaster*, no TomTom.
  • - Expensive (but much less so than the other contender).
* Yes, I do want to play Ragdoll Blaster. Given how much a certain person who shall remain nameless was laughing at it, I want some.
** Yes, if you find the right iPhone in the Liverpool ONE Apple Store, you will find Boat Drinks in the browser history. I didn't log in though for security reasons.
Mark is offline   Reply With Quote
Old 03-08-2009, 15:11   #603
Kitten
Spinky-Spank
 
Kitten's Avatar
 
Join Date: Jul 2006
Location: 668. The Neighbour of the Beast
Posts: 11,226
Default

Quote:
Originally Posted by Mark View Post
** Yes, if you find the right iPhone in the Liverpool ONE Apple Store, you will find Boat Drinks in the browser history. I didn't log in though for security reasons.
I've been on almost all of them on BD, so pretty much any one in the store will do
__________________
"You only get one life. There's no God, no rules, except for those you accept or create for yourself. Then once it's over... it's over. Dreamless sleep for ever and ever. So why not be happy while you're here?" Nate Fisher
Kitten is offline   Reply With Quote
Old 03-08-2009, 21:44   #604
Dr. Z
I'm going for a scuttle...
 
Dr. Z's Avatar
 
Join Date: Jul 2006
Posts: 2,021
Default

Quote:
Originally Posted by Burble View Post
So Apple have released 3.01 to patch the SMS bug. I've just updated my jailbroken phone without a problem but with it being jailbroken there are a few extra steps you need to go through to get all your Cydia stuff installed after the update.

If anyone is interested in how I did it I'll post up some instructions later.
The Cydia process would interest me, I have a few apps installed that way that I wouldn't mind keeping without having to faff about. Thats what has kept the update off my phone so far.

I've read that ultrasn0w still works to unlock, which is what I need as I'm not with O2.
__________________
Dr. Z is offline   Reply With Quote
Old 03-08-2009, 22:20   #605
Burble
Rocket Fuel
 
Burble's Avatar
 
Join Date: Jul 2006
Posts: 7,826
Default

This worked for me and saved me the hassle of noting down applications then manually installing them but if it breaks your iPhone or causes some other problem I don't want to know about it.

It should become obvious as you read through the instructions but the way this works is that you create a list of Cydia installed applications and then re-install them. So the applications that are installed on the iPhone are deleted then re-installed. The applications will be newly installed when you're finished.

The process I went through was:

- Go into Cydia and note down any sources you've added yourself. There is probably any automated way of doing it but I only had 1 source so couldn't be arsed to look into it.

- SSH into the phone and issue this command
Code:
dpkg -l | awk '{print $2}' > installed_packages.txt
- SCP (or otherwise) that text file from the iPhone to your computer. Open the file in a text editor and delete the first few lines of crap leaving just a nice list of applications. It should be obvious what needs to be done here.

- Backup the phone in iTunes, tell it to check for software updates. Install the 3.01 update and wait. Then wait, then wait.

- After the update process has finished you are left with a phone that's been restored minus the jailbreak and associated applications. Jailbreak the phone using redsn0w making sure that you install Cydia. When asked to provide the original IPSW file you can point it to the 3.0 IPSW - you don't actually need the 3.01 IPSW.

- Go into Cydia and it should prompt you to update stuff. Tell it to upgrade everything. Install OpenSSH and apt7.

- Re-add any additional sources to Cydia.

- SCP the text file back to the iPhone.

- SSH to the phone, cd to the directory where the text file is and run this command:
Code:
apt-get install `cat installed_packages.txt`
- If you get an error saying that apt-get isn't found make sure that you installed the apt7 package through Cydia.

- Answer yes if you are asked about packages that can't be authenticated.

- Wait while the applications are downloaded and installed.

- Reboot (a respring would probably be sufficient) the phone.

- Job done.
Burble is offline   Reply With Quote
Old 03-08-2009, 22:21   #606
Burble
Rocket Fuel
 
Burble's Avatar
 
Join Date: Jul 2006
Posts: 7,826
Default

There is actually an application called AptBackup available in Cydia that is meant to take care of backing up and restoring Cydia applications but I found a forum thread where it only worked for about 40% of people so I decided to give it a miss, hence me coming up with my own method.
Burble is offline   Reply With Quote
Old 05-08-2009, 08:22   #607
Blighter
Dubious
 
Blighter's Avatar
 
Join Date: Sep 2008
Location: Northampton
Posts: 1,571
Default

Check this out on your iPhone...
http://virtualgs.larwe.com/iPhone/space/

awesome
__________________
Look at your signature, now back to mine, now back to yours, now back to mine.
Sadly, yours isn't mine.
But if you stopped writing about other things and made this your signature, yours could be like mine.
Look down, back up. Where are you?
You're on Boat Drinks, reading the signature your signature could be like.
I'm on a computer.
Blighter is offline   Reply With Quote
Old 06-08-2009, 15:38   #608
Joe 90
Absinthe
 
Joe 90's Avatar
 
Join Date: Jan 2007
Location: Chester
Posts: 2,345
Default

TomTom details and pricing finally

http://www.engadget.com/2009/08/06/t...iced-overseas/
__________________
360 Blog | Join GiffGaff | Twitter
Joe 90 is offline   Reply With Quote
Old 06-08-2009, 15:52   #609
Desmo
The Last Airbender
 
Desmo's Avatar
 
Join Date: Jun 2006
Location: Pigmopad
Posts: 11,915
Default

Saw that price a while back.....no way I'd be paying that.
__________________
Desmo is offline   Reply With Quote
Old 06-08-2009, 15:58   #610
Burble
Rocket Fuel
 
Burble's Avatar
 
Join Date: Jul 2006
Posts: 7,826
Default

Quote:
Originally Posted by Desmo View Post
Saw that price a while back.....no way I'd be paying that.
Ditto!
Burble is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 20:59.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.