Check out my first novel, midnight's simulacra!

Android: Difference between revisions

From dankwiki
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
===MTP===
===MTP===
* Build from source after cloning 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) $ sudo heimdall flash --verbose --recovery recovery-clockwork-6.0.3.2-jfltetmo.img  --no-reboot
<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 79: Line 81:
PIT file download successful.
PIT file download successful.


ERROR: Partition "recovery" does not exist in the specified PIT.
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](1) $ </pre>
[skynet](0) $  
</pre>

Latest revision as of 04:31, 6 July 2013

Samsung Galaxy 4

Keys

  • Home: The large black button on the bottom front
  • Volume Down: The leftside switch, depressed towards the bottom
  • Volume Up: The leftside switch, depressed towards the top

Recovery Mode

  • Booting into recovery mode:
    • Power down the device
    • Power on the device while holding down Volume Down and Home

CyanogenMod

MTP

[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)

Heimdall

[skynet](1) $ ./heimdall flash --RECOVERY ~/android/recovery-clockwork-6.0.3.2-jfltetmo.img  --verbose
Heimdall v1.4.0

Copyright (c) 2010-2013, Benjamin Dobell, Glass Echidna
http://www.glassechidna.com.au/

This software is provided free of charge. Copying and redistribution is
encouraged.

If you appreciate this software and you would like to support future
development please consider donating:
http://www.glassechidna.com.au/donate/

Initialising connection...
Detecting device...
      Manufacturer: "Sasmsung"
           Product: "MSM8960"

            length: 18
      device class: 2
               S/N: 0
           VID:PID: 04E8:685D
         bcdDevice: 0100
   iMan:iProd:iSer: 1:2:0
          nb confs: 1

interface[0].altsetting[0]: num endpoints = 1
   Class.SubClass.Protocol: 02.02.01
       endpoint[0].address: 82
           max packet size: 0010
          polling interval: 09

interface[1].altsetting[0]: num endpoints = 2
   Class.SubClass.Protocol: 0A.00.00
       endpoint[0].address: 81
           max packet size: 0200
          polling interval: 00
       endpoint[1].address: 01
           max packet size: 0200
          polling interval: 00
Claiming interface...
Attempt failed. Detaching driver...
Claiming interface again...
Setting up interface...

Initialising protocol...
WARNING: Control transfer #1 failed. Result: -9
WARNING: Control transfer #2 failed. Result: -9
WARNING: Control transfer #3 failed. Result: -9
WARNING: Control transfer #4 failed. Result: -9
WARNING: Control transfer #5 failed. Result: -9
WARNING: Control transfer #6 failed. Result: -9
Protocol initialisation successful.

Beginning session...

Some devices may take up to 2 minutes to respond.
Please be patient!

Session begun.

Downloading device's PIT file...
PIT file download successful.

Uploading RECOVERY
0%
11%

22%

33%

44%

55%

66%

78%

89%

100%
RECOVERY upload successful

Ending session...
Rebooting device...
Releasing device interface...
Re-attaching kernel driver...

[skynet](0) $