Twitter Weekly: 2010-10-24


Unlocked: Der GeoHot Film?

Kommt nach "The Social Network" bald der nächste Tech-Geek basierte Blockbuster in die Kinos?

httpvh://www.youtube.com/watch?v=8g73GfmTtUM&feature=player_embedded

via iphone-blog.ch


iTunes: Skript gegen automatische Updates für iPhone, iPod Touch, iPad mit Jailbreak

iTunes 10 Ob jailbroken oder nicht - iTunes sucht beständig nach Updates für iOS-Geräte (iPhone, iPod Touch, iPad). Das unabsichtliche Installieren solcher Updates kann dazu führen, dass Jailbreaks aufgehoben werden, und man wieder einige Zeit warten muss, bis es eine Jailbreak-Möglichkeit für die neueste iOS-Version gibt.
Bei iPhoneRoot gibt es ein Skript für Mac OS, das den automatischen Download von iOS-Updates stoppen soll:

#!/bin/bash
clear
echo “This script will chmod the download locations for Firmware Files, So iTunes can not download firmware.”
echo “AKA it will prevent iTunes from auto updating your device.”
echo “”
echo “”
echo “To restore firmware just hold down option and manually select the firmware file.”
echo “”
clear
echo “Made By: Wesley K”
echo “wesley@wesleyk.me”
echo “http://wesleyk.me”
echo “http://wesleyk.me/twitter”
sleep 2
read -sn 1 -p “Press any key to continue…”
clear
echo “Now I need your password to continue”
echo “Killing iTunes now”
sudo -v
sudo killall -9 iTunes
sleep 2
clear

echo “Im going to make all the folders needed to future proof a few things”
echo “If errors occur here, No big deals.”
sudo mkdir ~/Library/iTunes/iPad Software Updates/
sudo mkdir ~/Library/iTunes/iPod Software Updates/
sudo mkdir ~/Library/iTunes/iPhone Software Updates/
sleep 2
clear

echo “I am going to dump all the current files in your update folders.”
echo “This will prevent any updates from downloaded firmware.”
sudo rm -rf ~/Library/iTunes/iPad Software Updates/*
sudo rm -rf ~/Library/iTunes/iPhone Software Updates/*
sudo rm -rf ~/Library/iTunes/iPod Software Updates/*
sleep 2
clear

echo “Now preventing iTunes from downloading new firmwares.”
sudo chmod 444 ~/Library/iTunes/iPad Software Updates
sudo chmod 444 ~/Library/iTunes/iPod Software Updates
sudo chmod 444 ~/Library/iTunes/iPhone Software Updates
sleep 2
clear

echo “Made By Wesley K”
echo “Give me credit if you use it”
echo “For safe measures I would run this script after iTunes updates, It shouldn’t affect it but I don’t know yet.”

Um das Skript auszuführen (natürlich auf eigene Gefahr!), einfach in TextEdit kopieren, und im PlainText-Format (TextEdit / Format / "Nur Text") als .sh-Datei speichern (z.B. blockitunesupdates.sh). Dann im Terminal mit "chmod +x [Dateipfad]" die Datei zum Ausführen freischalten. Jetzt noch die Datei ins Terminal-Fenster ziehen, [Enter] drücken, und den Anweisungen folgen.

Das Skript verliert seine Wirkung, wenn Updates für iTunes oder OS X installiert werden bzw. wenn mit Hilfe von Disk Utility Dateiberechtigungen wiederhergestellt werden. In diesem Fall kann man das Skript einfach erneut ausführen.

via iphoneroot.com


NitoTV: Erste App für jailbroken AppleTV 2G

Erste Jailbreak-App für AppleTV: NitoTV Mit NitoTV kommt nur kurz nach dem ersten erfolgreichen Jailbreak des AppleTV 2G die erste App auf die kleine 99-Dollar-Box von Apple.
NitoTV bringt in seiner ersten Version einen einfachen RSS-Reader, der z.B. auch zur Anzeige von Wettervorhersagen genutzt werden kann.

Die Installation läuft (nach erfolgreichem Jailbreak, am besten mit PwnageTool) über SSH:

1) SSH into your Apple TV2, the default password is “alpine”
2) Type “passwd” and enter a new password (if you haven’t already)
3) Type: echo “deb http://apt.awkwardtv.org ./” > /etc/apt/sources.list.d/awkwardtv.list
4) Type: apt-get update
5) Type: apt-get install com.nito.nitoTV
6) Type: killall Lowtide
7) Enjoy

Nachdem die erste App ihren Weg auf das AppleTV gefunden hat und dort auch mit Lowtide gestartet werden kann, kommt wohl erst jetzt die spannende Zeit: Wir sind gespannt, wofür man AppleTV in Zukunft nutzen kann, und welche Features damit am großen Bildschirm möglich werden.

via 9to5mac.com


Fall der Exklusivität: T-Mobile Deutschland mit iPhone 4 ab 1 Euro

Die neuen T-Mobile Complete Mobile Tarife Nach den kürzlich sehr häufigen Meldungen zum Fall der iPhone-Exklusivität in Deutschland (und Österreich) hat die Deutsche Telekom jetzt offiziell die neuen Complete Mobile Tarife vervollständigt: Erstmals sind auch die Gerätepreise für iPhone 4 mit 16 bzw. 32 GB verfügbar.
Je nach Tarifklasse gibt es das 16 GB iPhone 4 ab 1 Euro (bis zu 2 Wochen Lieferzeit), die 32 GB Variante ab 99,95 Euro (sofort lieferbar).

Die Complete Mobile Tarife (gültig ab 3. November) laufen mindestens 24 Monate und kosten zwischen 39,95 und 99,95 Euro monatlich - derzeit gibt es zusätzlich 10 % Rabatt für Online-Besteller.

Zur Tarifseite: Neue T-Mobile Tarife

via touchbite.net