Android: Difference between revisions
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
* http://wiki.cyanogenmod.org/w/Install_CM_for_jfltetmo | * http://wiki.cyanogenmod.org/w/Install_CM_for_jfltetmo | ||
===MTP=== | ===MTP=== | ||
* https://github.com/hanwen/go-mtpfs | * Build from source after cloning https://github.com/hanwen/go-mtpfs | ||
<pre>[skynet](1) $ sudo Downloads/go-mtpfs.6b55d1.x86_64 ~/skynetmobile/ & | |||
2013/07/05 23:47:56 starting FUSE d7ac6b9 (2013-06-28 09:55:43 +0200)</pre> | |||
===Heimdall=== | ===Heimdall=== | ||
* Build from source after cloning https://github.com/Benjamin-Dobell/Heimdall.git | * Build from source after cloning https://github.com/Benjamin-Dobell/Heimdall.git | ||
<pre>[skynet](1) $ | <pre>[skynet](1) $ ./heimdall flash --RECOVERY ~/android/recovery-clockwork-6.0.3.2-jfltetmo.img --verbose | ||
Heimdall v1.4.0 | Heimdall v1.4.0 | ||
| Line 78: | Line 81: | ||
PIT file download successful. | PIT file download successful. | ||
Uploading RECOVERY | |||
0% | |||
11% | |||
22% | |||
33% | |||
44% | |||
55% | |||
66% | |||
78% | |||
89% | |||
100% | |||
RECOVERY upload successful | |||
Ending session... | Ending session... | ||
Rebooting device... | |||
Releasing device interface... | Releasing device interface... | ||
Re-attaching kernel driver... | Re-attaching kernel driver... | ||
[skynet]( | [skynet](0) $ | ||
</pre> | |||