Essa pode ser a maneira mais difícil de hackers de fazer isso.
Feche o aplicativo ibooks, não o abra até o fim! Extraia seu .epub
arquivo para uma pasta com o mesmo nome. Se o arquivo estiver book1.epub
, o conteúdo extraído deverá estar na pasta book1.epub
.
Abra o iDevice no seu explorador de arquivos Ubuntu. Navegue para Books/Purchases
copiar a pasta extraída aqui.
Abra o purchases.plist
arquivo no seu editor de texto. É um xml.
Deve ficar assim
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Books</key>
<array>
<dict>
<key>Artist</key>
<string>Chuck</string>
<key>Inserted-By-iBooks</key>
<true/>
<key>Name</key>
<string>Fight Club</string>
<key>Package Hash</key>
<string>6744918BA88D5BF234A2B663F3A311E2</string>
<key>Page Progression Direction</key>
<string>default</string>
<key>Path</key>
<string>Fight Club_ a novel - Chuck Palahniuk.epub</string>
<key>s</key>
<string>0</string>
</dict>
<dict>
<key>Artist</key>
<string>George Orwell</string>
<key>Inserted-By-iBooks</key>
<true/>
<key>Name</key>
<string>The Complete Novels Of George Orwell</string>
<key>Package Hash</key>
<string>6744918BA88D5BF234A2B663F3A311E1</string>
<key>Page Progression Direction</key>
<string>default</string>
<key>Path</key>
<string>Complete Novels Of George Orwell, The - George Orwell.epub</string>
<key>s</key>
<string>0</string>
</dict>
</array>
</dict>
</plist>
Copie uma seção com as <dict>...</dict>
tags e preencha seus metadados do livro.
Para o Hash, basta alterar os dois últimos caracteres, para que ele não duplique nenhuma outra entrada. Salve o arquivo e abra o aplicativo iBooks.