Google Code Exporter

Results 21406 comments of Google Code Exporter

``` It looks like the str.encode("utf-8") method fixes this issue. I placed this on line 178 or emf.py instead, changing: filename = getString(k) to filename = getString(k).encode("utf-8") That way, the...

``` This issue was updated by revision 76d7d636dbb8. Pushed the change, looks ok for now ``` Original comment by `[email protected]` on 28 Apr 2012 at 9:33

``` This issue was updated by revision 10a063e7634d. ``` Original comment by `[email protected]` on 27 Jun 2012 at 3:03

``` This issue was updated by revision 3cdc9a532c6b. Use older redsn0w version to boot ipt2 Show error message when building armv6 with iOS SDK >= 7 ``` Original comment by...

``` Any further developments? ``` Original comment by `[email protected]` on 15 Jan 2012 at 3:27

``` Issue 39 has been merged into this issue. ``` Original comment by `[email protected]` on 21 Jan 2012 at 4:45

``` The backup_tool.py script in the latest revision should work with ios 5 backups. ``` Original comment by `[email protected]` on 21 Jan 2012 at 4:46 - Changed state: **Started**

``` Ok I fixed it by installing mercurial but now I've gotten to the part where I run redsn0w with the ramdisk but when I use the command: ./redsn0w_mac_0.9.9b5/redsn0w.app/Contents/MacOS/redsn0w -i...

``` Alright figured out I had to replace "myramdisk.dmg" with the filename of the one that was created. So now when I run the redsn0w command the phone boots verbose...

``` If myramdisk.dmg does not exists then there is a problem, what error did you get when building the ramdisk ? ``` Original comment by `[email protected]` on 16 Nov 2011...