Jump to content


Photo

House of Moto [3.2]


  • This topic is locked This topic is locked
1296 replies to this topic

#861 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 15 May 2014 - 11:14 AM

In AP Fastboot mode, flash cwm.  As soon as it says it's complete, unplug the USB cable, power off the phone.  Hold Vol UP and DOWN, tap power.  From the menu, select recovery.


Non potest esse nisi unus


#862 srmason6

srmason6

    Member

  • Members
  • PipPip
  • 36 posts

Posted 15 May 2014 - 11:15 AM

Can I put the recovery in a folder that has a script in it and rename it recovery.IMG......I think I'm getting in over my head... But kit kat is nice!!

#863 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 15 May 2014 - 11:16 AM

Show me the output of your attempt to flash it.  I wanna see what it's saying.


Non potest esse nisi unus


#864 livinginkaos

livinginkaos

    I don't know what I'm doing anymore.....

  • Administrator
  • 15,282 posts
  • Google+:Hangouts - livinginkaos@gmail.com
  • LocationOregon
  • Current Device(s):Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7

Posted 15 May 2014 - 11:28 AM

IF you are on the 4.4.2 build for the XT926 Unlocked you MUST use

Please Login or Register to see this Hidden Content


b2wvCBn.png

Sig by livinginkaos
Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7


#865 srmason6

srmason6

    Member

  • Members
  • PipPip
  • 36 posts

Posted 15 May 2014 - 11:33 AM

Show me the output of your attempt to flash it.  I wanna see what it's saying.

C:\Fastboot>adb bootloder reboot
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB devic
e
                                 returns an error if more than one USB device is
 present.
 -e                            - directs command to the only running emulator.
                                 returns an error if more than one emulator is r
unning.
 -s <serial number>            - directs command to the USB device or emulator w
ith
                                 the given serial number. Overrides ANDROID_SERI
AL
                                 environment variable.
 -p <product name or path>     - simple product name like 'sooner', or
                                 a relative/absolute path to a product
                                 out directory like 'out/target/product/sooner'.

                                 If -p is not specified, the ANDROID_PRODUCT_OUT

                                 environment variable is used, which must
                                 be an absolute path.
 devices                       - list all connected devices
 connect <host>:<port>         - connect to a device via TCP/IP
 disconnect <host>:<port>      - disconnect from a TCP/IP device

device commands:
  adb push <local> <remote>    - copy file/dir to device
  adb pull <remote> [<local>]  - copy file/dir from device
  adb sync [ <directory> ]     - copy host->device only if changed
                                 (see 'adb help all')
  adb shell                    - run remote shell interactively
  adb shell <command>          - run remote shell command
  adb emu <command>            - run emulator console command
  adb logcat [ <filter-spec> ] - View device log
  adb forward <local> <remote> - forward socket connections
                                 forward specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
                                   dev:<character device name>
                                   jdwp:<process pid> (remote only)
  adb jdwp                     - list PIDs of processes hosting a JDWP transport

  adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data
)
                                 ('-s' means install on SD card instead of inter
nal storage)
  adb uninstall [-k] <package> - remove this app package from the device
                                 ('-k' means keep the data and cache directories
)
  adb bugreport                - return all information from the device
                                 that should be included in a bug report.

  adb help                     - show this help message
  adb version                  - show version num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  adb wait-for-device          - block until device is online
  adb start-server             - ensure that there is a server running
  adb kill-server              - kill the server if it is running
  adb get-state                - prints: offline | bootloader | device
  adb get-serialno             - prints: <serial-number>
  adb status-window            - continuously print device status for a specifie
d device
  adb remount                  - remounts the /system partition on the device re
ad-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
  adb reboot-bootloader        - reboots the device into the bootloader
  adb root                     - restarts the adbd daemon with root permissions
  adb usb                      - restarts the adbd daemon listening on USB
  adb tcpip <port>             - restarts the adbd daemon listening on TCP on th
e specified port
networking:
  adb ppp <tty> [parameters]   - Run PPP over USB.
 Note: you should not automatically start a PPP connection.
 <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
 [parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be u
pdated.

  - If it is "system" or "data", only the corresponding partition
    is updated.

C:\Fastboot>fastboot flash recovery xt926-KK-CWM-6048.img
 sending 'recovery' (10146 KB)... OKAY [  0.974s]
            writing 'recovery'... OKAY [  2.542s]
finished. total time: 3.516s

C:\Fastboot>

  then i just get a black screen when i reboot into recovery      WTF I CANT SPELL



#866 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 15 May 2014 - 11:36 AM

I don't know.  Looks like it's flashing correctly but hard to say.  What fastboot are you using?  Hopefully the snapdragon version?  If not, there's a link to it in the OP.


Non potest esse nisi unus


#867 srmason6

srmason6

    Member

  • Members
  • PipPip
  • 36 posts

Posted 15 May 2014 - 11:38 AM

I got it to work, i had to use fast boot command "fastboot reboot" and when you press enter immediately hold volume up button....Is that the way  I need all the time now or is it voll+ and power?  I could try and see i suppose....Thanks again for helping out!!



#868 livinginkaos

livinginkaos

    I don't know what I'm doing anymore.....

  • Administrator
  • 15,282 posts
  • Google+:Hangouts - livinginkaos@gmail.com
  • LocationOregon
  • Current Device(s):Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7

Posted 15 May 2014 - 11:40 AM

I did have a moment where I couldn't get CWM to boot during testing - kept booting to a black screen then powering itself off. I have no idea what caused it. 


b2wvCBn.png

Sig by livinginkaos
Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7


#869 pastorgadget

pastorgadget

    n00b

  • Members
  • Pip
  • 2 posts

Posted 15 May 2014 - 08:38 PM

THANK YOU! The recent KitKat OTA bricked my xt926, leaving me with a very pretty Moto "M" on the screen and nothing else. Having rooted my previous Droid 2 and 3, I wasn't afraid to use this tool. I followed the directions (my boss would be surprised at that), and a little while later, I was back in business. Now I will try the OTA again. Not sure what happened the first time, but at least I know I can go back. Thanks again!


  • SamuriHL and livinginkaos like this

#870 loginnow

loginnow

    n00b

  • Members
  • Pip
  • 1 posts

Posted 16 May 2014 - 01:41 AM

hi ,i am xt926 with bootloader locked,OTA ok . i will be back to 9.30.1 ,can i use this tool to achieve it????



#871 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 16 May 2014 - 01:50 AM

hi ,i am xt926 with bootloader locked,OTA ok . i will be back to 9.30.1 ,can i use this tool to achieve it????

If you took the ota then you can not downgrade a locked phone.

Sent from my SM-P600 using Tapatalk

Non potest esse nisi unus


#872 techjunkie

techjunkie

    Member

  • Dedicated Supporter
  • PipPip
  • 43 posts
  • Twitter:islandfellow
  • Google+:islandfellow
  • LocationGeorgia (The State)
  • Current Device(s):Droid Razr M, Sony Tablet S

Posted 16 May 2014 - 03:09 PM

After 2 days of of haggling with this I finally got my phone working.  Thank you SamuriHL 

 
  • SamuriHL, johnthehillbilly and Badger1313 like this

#873 grgguy

grgguy

    n00b

  • Members
  • Pip
  • 21 posts

Posted 18 May 2014 - 11:38 AM

Does this support more than 1 phone ? I have a xt875( Bionic ) and a xt1080 ( Maxx). I used HOM last week to flash the stock recovery on my maxx in order to take the update. Anyways today I thought I'd get it set up for the bionic as well. I made a seperate folder within HOM (xt875)and followed the instructions just as I did for the Maxx's folder (xt1080 ). Well I tried to run it but it wont switch devices or fxz files when I change them in the menu? How doi fix this ? Neither phone is borked right now so it's not an emergency. Thanks in advance !



#874 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 18 May 2014 - 11:43 AM

It will switch it, but, you have to reload it after you do.  Not sure why it's not re-initializing it properly.  If I figure it out I'll potentially release an update.


Non potest esse nisi unus


#875 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 18 May 2014 - 12:07 PM

House of Moto 2.1 released:

 

o) Fixed issue with device change not reloading properly

o) Included HouseOfMoto-ScriptGenerator jar

o) HouseOfMoto-ScriptGenerator.jar now adds pauses between reboot-bootloader commands in the fastboot scripts to allow the device time to fully reboot


Non potest esse nisi unus


#876 transmissiontech

transmissiontech

    Your Tranny Specialist

  • Dedicated Supporter
  • PipPipPipPipPip
  • 7,484 posts
  • LocationMissouri...Show Me State
  • Current Device(s):Google Pixel 32 gig

Posted 18 May 2014 - 01:39 PM

I see business is picking up in here....lol


  • SamuriHL likes this

Thanks Droidrzr for the continued support of my family and a special thank you to Kaos and Kelly....

Google pixel 32 gig....


#877 grgguy

grgguy

    n00b

  • Members
  • Pip
  • 21 posts

Posted 18 May 2014 - 09:57 PM

House of Moto 2.1 released:

 

o) Fixed issue with device change not reloading properly

o) Included HouseOfMoto-ScriptGenerator jar

o) HouseOfMoto-ScriptGenerator.jar now adds pauses between reboot-bootloader commands in the fastboot scripts to allow the device time to fully reboot

All that for me ? Well you shouldn't have. I'll download it and let you know how it goes .   Thank's !



#878 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 19 May 2014 - 01:58 AM

I was already in the middle of integrating the script generator anyway so I figured I'd squash your bug as well. Was a pretty quick fix.

Sent from my SM-P600 using Tapatalk


  • johnthehillbilly, transmissiontech and soocold like this

Non potest esse nisi unus


#879 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,458 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 19 May 2014 - 05:34 AM

House of Moto 2.2 released:

 

o) Minor update for Mac and Linux users to ensure they're running with sudo permissions


  • transmissiontech likes this

Non potest esse nisi unus


#880 grgguy

grgguy

    n00b

  • Members
  • Pip
  • 21 posts

Posted 20 May 2014 - 04:58 AM

Worked like a charm. I unzipped the new file ( 2.1 )  onto the old one. Hooked up the Bionic and ran the savedata fxz. 

. Thank you Sam I did forget to add root and took an extra hour to find and apply. All is well though. 


  • SamuriHL likes this




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users