Check out my first novel, midnight's simulacra!

Android: Difference between revisions

From dankwiki
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Samsung Galaxy 4==
==Samsung Galaxy 4==
* ''Home'': The large black button on the bottom front
===Keys===
* ''Volume Down'': The leftside switch, depressed towards the bottom
* '''Home''': The large black button on the bottom front
* ''Volume Up'': The leftside switch, depressed towards the top
* '''Volume Down''': The leftside switch, depressed towards the bottom
* '''Volume Up''': The leftside switch, depressed towards the top
===Recovery Mode===
* Booting into recovery mode:
* Booting into recovery mode:
** Power down the device
** Power down the device
** Power on the device while holding down ''Volume Down'' and ''Home''
** Power on the device while holding down '''Volume Down''' and '''Home'''
===CyanogenMod===
* http://wiki.cyanogenmod.org/w/Install_CM_for_jfltetmo
* http://wiki.cyanogenmod.org/w/Install_CM_for_jfltetmo
===MTP===
* 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===
* Build from source after cloning https://github.com/Benjamin-Dobell/Heimdall.git
<pre>[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) $
</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) $