Your best source of information and news about cellphone , fake iphone and apple on the internet Sua melhor fonte de informação e notícias sobre celular, falso iphone e maçã na internet
iPhone REVIEW iPhone REVISÃO TOP 50 TOP 50 iPhone VIDEOS iPhone VÍDEOS iPhone CARD iPhone CARD iPhone SOFT iPhone SOFT

AppleTV | AppleTV 1.1 Safe Update AppleTV | AppleTV 1,1 Safe Update


Well here is a go at something that really frustrated me! Ora aqui está uma coisa que realmente a ir-me frustrado! The AppleTV 1.1 Safe Update. O AppleTV 1,1 Safe Update. For those of you that don't know, if you do a software update from the AppleTV directly it will disable alot of the features that were available on the 1.0 Software. Para aqueles de vocês que não conhecem, se você fizer uma atualização do software a partir do AppleTV directamente ele irá desabilitar muitas das características que foram 1,0 disponíveis sobre o Software.
To follow these steps you will need to have: Para seguir estes passos que você precisa ter:

- SSH enabled on your Apple TV (I won't get into that just yet but http://wiki.awkwardtv.org is a good start) -- SSH ativados em seu Apple TV (não vou entrar em que apenas http://wiki.awkwardtv.org mas ainda é um bom começo)


Step One: Primeiro Passo:
Make you sure know the ip address of your apple tv. Faça a certeza saber o endereço IP de seu Apple TV. You can find this in your apple tv menus under Settings:Network Você pode encontrar isto em seu Apple TV menus sob as configurações: Rede

Step Two: Passo Dois:
Download the update from apple. Faça o download da atualização da maçã. 2Z694-5248-45.dmg

Step Three: Terceiro Passo:
Open a new Terminal window from your osx Applications:Utilities folder and navigate to the folder you stored the update dmg in. Abrir uma nova janela do terminal do seu osx Aplicações: Utilitários pasta e navegue até a pasta que você atualizar o armazenados dmg Pol.

Step Four: Passo Quatro:
Type sftp -1 frontrow@youripaddress into the terminal window substituting 'youripaddress' with your apple tv's ip address. Tipo sftp -1 frontrow @ youripaddress na janela do terminal substituindo 'youripaddress' com o seu endereço IP da Apple TV. Note: the password is frontrow. Nota: a senha é frontrow.

Step Five: Passo Cinco:
Enter put 2Z694-5248-45.dmg. Entrar colocar 2Z694-5248-45.dmg. The dmg will now copy to your AppleTV. A dmg agora irá copiar para o seu AppleTV. Once transfer is complete type bye which will close the sftp connection. Uma vez transferência estiver completa tipo bye sftp que irá fechar a conexão.

Step Six: Passo Seis:
Type ssh -1 frontrow@youripaddress into the terminal window substituting 'youripaddress' with your apple tv's ip address. Tipo ssh -1 frontrow @ youripaddress na janela do terminal substituindo 'youripaddress' com o seu endereço IP da Apple TV. Note: the password is frontrow. Nota: a senha é frontrow.

Step Seven: Passo Sete:
Next type in sudo mount -uw / and if prompted enter frontrow for the password. Próxima tipo em sudo mount-uw / e se for perguntado a password para entrar frontrow.

Step Eight: Oito Etapa:
Now you can execute the following commands to make a backup of your 1.0 Software. Agora você pode executar os seguintes comandos para fazer um backup de seus 1,0 Software.

mkdir 1.0.backup mkdir 1.0.backup
mkdir 1.1.files mkdir 1.1.files
cp -p -r "/System/Library/PrivateFrameworks/Backrow.Framework" ~/1.0.backup cp-p-r "/ System / Library / PrivateFrameworks / Backrow.Framework" ~ / 1.0.backup
cp -p -r "/System/Library/CoreServices/Finder.app" ~/1.0.backup cp-p-r "/ System / Library / CoreServices / Finder.app" ~ / 1.0.backup

Step Nine: Passo Nove:
Now execute the following commands to extract the files necessary from the 1.1 update. Agora, execute os seguintes comandos para extrair os arquivos necessários a partir de 1,1 atualização.

hdiutil mount 2Z694-5248-45.dmg hdiutil montar 2Z694-5248-45.dmg
cp -p -r "/Volumes/OSBoot 1/System/Library/PrivateFrameworks/Backrow.Framework" ~/1.1.files cp-p-r "/ Volumes / OSBoot 1/System/Library/PrivateFrameworks/Backrow.Framework" ~ / 1.1.files
cp -p -r "/Volumes/OSBoot 1/System/Library/PrivateFrameworks/AppleTV.Framework" ~/1.1.files cp-p-r "/ Volumes / OSBoot 1/System/Library/PrivateFrameworks/AppleTV.Framework" ~ / 1.1.files
cp -p -r "/Volumes/OSBoot 1/System/Library/PrivateFrameworks/iPhotoAccess.Framework" ~/1.1.files cp-p-r "/ Volumes / OSBoot 1/System/Library/PrivateFrameworks/iPhotoAccess.Framework" ~ / 1.1.files
cp -p -r "/Volumes/OSBoot 1/System/Library/CoreServices/Finder.app" ~/1.1.files cp-p-r "/ Volumes / OSBoot 1/System/Library/CoreServices/Finder.app" ~ / 1.1.files

Step Ten: Passo Dez:
Execute the following commands to remove the old files and replace them with the newly extracted ones. Execute os seguintes comandos para remover os arquivos antigos e substituí-los com o recém-extraídas.

sudo rm -r /System/Library/PrivateFrameworks/Backrow.Framework sudo rm-r / System / Library / PrivateFrameworks / Backrow.Framework
sudo rm -r /System/Library/PrivateFrameworks/iPhotoAccess.Framework sudo rm-r / System / Library / PrivateFrameworks / iPhotoAccess.Framework
sudo rm -r /System/Library/CoreServices/Finder.app sudo rm-r / System / Library / CoreServices / Finder.app
sudo cp -p -r ~/1.1.files/Backrow.Framework /System/Library/PrivateFrameworks sudo cp-p-r ~ / 1.1.files/Backrow.Framework / System / Library / PrivateFrameworks
sudo cp -p -r ~/1.1.files/AppleTV.Framework /System/Library/PrivateFrameworks sudo cp-p-r ~ / 1.1.files/AppleTV.Framework / System / Library / PrivateFrameworks
sudo cp -p -r ~/1.1.files/iPhotoAccess.Framework /System/Library/PrivateFrameworks sudo cp-p-r ~ / 1.1.files/iPhotoAccess.Framework / System / Library / PrivateFrameworks
sudo cp -p -r ~/1.1.files/Finder.app /System/Library/CoreServices sudo cp-p-r ~ / 1.1.files/Finder.app / System / Library / CoreServices

Step Eleven: Passo Eleven:
To fix an issue with the sleep fuction no longer working please execute the following: Para corrigir um problema com o sono fuction deixou de trabalhar por favor execute os seguintes:

sudo chmod u+s /System/Library/PrivateFrameworks/AppleTV.framework/Resources/SettingsHelper sudo chmod u + s / System / Library / PrivateFrameworks / AppleTV.framework / Recursos / SettingsHelper
sudo chown root:wheel /System/Library/PrivateFrameworks/AppleTV.framework/Resources/SettingsHelper sudo chown root: wheel / System / Library / PrivateFrameworks / AppleTV.framework / Recursos / SettingsHelper


Step Twelve: Passo Doze:
Reboot the Apple TV by executing Reinicie o Apple TV por meio da execução

sudo reboot sudo reboot


Written by -Administration-. Escrito por-Administração-. Read more great feeds at is source Leia mais alimenta a grande fonte é WEBSITE SÍTIO WEB
with com no comments sem comentários . .
Read more articles on Leia mais artigos sobre iPhone card iPhone cartão . .

Related articles Artigos relacionados

No comments Não há comentários

There are still no comments on this article. Ainda não há comentários sobre este artigo.

Leave your comment... Deixe o seu comentário ...

If you want to leave your comment on this article, simply fill out the next form: Se você quiser deixar seu comentário sobre este artigo, basta preencher o formulário seguinte forma:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> . Você pode usar estes XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i > <strike> <strong>.