Jump to content


Photo

House of Nexus [3.0]


  • Please log in to reply
488 replies to this topic

#61 Sabres032

Sabres032

    Large and in charge EMS minion

  • Members
  • PipPipPipPipPip
  • 9,515 posts
  • LocationWayward USA
  • Current Device(s):Google Pixel 2 XL

Posted 11 March 2015 - 03:06 PM

No, you're flashing system which puts all that stuff back anyway. However, the failed flash on bootloader definitely concerns me. If necessary, you may have to flash the factory image using their scripts. WARNING: this will wipe data so have stuff backed up. But it's an option if all else fails.


Everything important is backed up so I can try the HoN script again or I can FDR and try updating Google's way. I have the 5.0.2 nandroid backed up and all night to figure this thing out. I will be running 5.1.0 before I go to bed :thumbup

I'll let you know how things go in the not moot community thread so I don't clog this one up. Far as I'm concerned your script is the nuts and the problems are on my end.
  • SamuriHL likes this

IMG_12705794666508.jpeg


Sent from my Marine World N6 or my Nexus 7 2013 WiFi I'll let you figure out which.

#62 Sabres032

Sabres032

    Large and in charge EMS minion

  • Members
  • PipPipPipPipPip
  • 9,515 posts
  • LocationWayward USA
  • Current Device(s):Google Pixel 2 XL

Posted 11 March 2015 - 09:29 PM

So I restored my nandroid, erased the HoN from my computer and all the 5.1 files. Re-downloaded the HoN and the Nexus 7 Wi-Fi 5.0.2 image file. Extracted the HoN to my C:\ drive and followed the instructions in OP. The script hung after flashing the TWRP image file. 

 

Here is the script from the flashme.bat.

 

@echo off
 
::Generated script from the House of Nexus 1.2.
 
PATH=C:\HouseOfNexus\TOOLS;%PATH%
 
fastboot flash bootloader bootloader-grouper-4.23.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash boot boot.img
 
:ask_recovery
set choice=
set /p choice=Flash custom recovery? [y/n]: 
if "%choice%"=="y" goto flash_custom_recovery
if "%choice%"=="Y" goto flash_custom_recovery
if "%choice%"=="n" goto flash_stock_recovery
if "%choice%"=="N" goto flash_stock_recovery
goto ask_recovery
 
:flash_custom_recovery
fastboot flash recovery C:\HouseOfNexus\RECOVERY\openrecovery-twrp-2.8.5.1-grouper.img
goto end_recovery
 
:flash_stock_recovery
fastboot flash recovery recovery.img
goto end_recovery
 
:end_recovery
 
fastboot flash system system.img
 
echo WARNING: Choosing yes to this option will WIPE YOUR DATA.
:ask_erase
set choice=
set /p choice=Erase user data? [y/n]: 
if "%choice%"=="y" goto flash_userdata
if "%choice%"=="Y" goto flash_userdata
if "%choice%"=="n" goto end_userdata
if "%choice%"=="N" goto end_userdata
goto ask_erase
 
:flash_userdata
   fastboot flash userdata userdata.img
 
goto end_userdata
 
:end_userdata
 
 
::SuperSU installation
 
:ask_supersu
set choice=
set /p choice=Install SuperSU? [y/n]: 
if "%choice%"=="y" goto flash_supersu
if "%choice%"=="Y" goto flash_supersu
if "%choice%"=="n" goto no_supersu
if "%choice%"=="N" goto no_supersu
goto ask_supersu
 
:flash_supersu
   fastboot boot C:\HouseOfNexus\RECOVERY\openrecovery-twrp-2.8.5.1-grouper.img
   ping -n 5 127.0.0.1 >nul
   echo.
   echo o) Select Reboot
   echo o) Select System
   echo o) Swipe to install SuperSU
   echo.
   echo After the system reboots, install SuperSU from the play store.
   echo.
   goto end
 
:no_supersu
fastboot reboot
echo Rebooting...
goto end
 
:end
   echo Thanks for using the House of Nexus.
   pause

IMG_12705794666508.jpeg


Sent from my Marine World N6 or my Nexus 7 2013 WiFi I'll let you figure out which.

#63 SamuriHL

SamuriHL

    Android Warrior

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

Posted 12 March 2015 - 02:34 AM

It was attempting to flash system, which as we know is rather large. This more than suggests USB issues with your machine.
  • Sabres032 likes this

Non potest esse nisi unus


#64 Sabres032

Sabres032

    Large and in charge EMS minion

  • Members
  • PipPipPipPipPip
  • 9,515 posts
  • LocationWayward USA
  • Current Device(s):Google Pixel 2 XL

Posted 12 March 2015 - 08:04 AM

It was attempting to flash system, which as we know is rather large. This more than suggests USB issues with your machine.


Finally figured that out this morning. The script took almost 12 minutes from the time recovery finished flashing to showing sending the system image. That's why I thought it was hanging. No worries though, I took a deep breath, ran the script again, waited patiently and now have 5.1 installed. Thank you good sir, great bit of magic you have written.

Attached File  Screenshot_2015-03-12-03-58-42.png   67.9KB   7 downloads

Now to work on the USB port.
  • SamuriHL, cmh714 and spainter like this

IMG_12705794666508.jpeg


Sent from my Marine World N6 or my Nexus 7 2013 WiFi I'll let you figure out which.

#65 SamuriHL

SamuriHL

    Android Warrior

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

Posted 12 March 2015 - 08:18 AM

Very nice.  Glad you got it installed!


  • Sabres032 likes this

Non potest esse nisi unus


#66 s3inks

s3inks

    Budding Zymurgist

  • Members
  • PipPipPip
  • 872 posts
  • Current Device(s):Moto NX6

Posted 12 March 2015 - 02:25 PM

5.1 FTW!  HoN is awesome.  Thank you for your effort and time writing and maintaining these tools.


  • SamuriHL, matjmonk, soocold and 3 others like this

#67 hadeshorn9

hadeshorn9

    Moot Minion

  • Dedicated Supporter
  • PipPipPip
  • 961 posts
  • LocationBoston MA area
  • Current Device(s):Nexus 6 64gb, Dell Venue 8, Chromecast

Posted 13 March 2015 - 06:36 AM

Hey Sam,

 

i have a question that I do believe has yet to see referenced, I do believe that if the user partition is encrypted then one would take the option to not format the user space. But are there any issues using the HoN with encrypted phone? Or should I decrypt it before updating it to 5.1 via the HoN?

Thanks in advance and you are still making the best tools man!

 

/hades


OG -> Bionic -> (2013) Moto X DE -> Nexus 6 64gb Running 5.1 via Samuri's HoN 


#68 SamuriHL

SamuriHL

    Android Warrior

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

Posted 13 March 2015 - 06:47 AM

I run encrypted (really everyone should in this day and age) and have no problems. If you're running stock and wipe data, the empty data partition will be encrypted by default.  So either way is fine.


  • hadeshorn9 likes this

Non potest esse nisi unus


#69 hadeshorn9

hadeshorn9

    Moot Minion

  • Dedicated Supporter
  • PipPipPip
  • 961 posts
  • LocationBoston MA area
  • Current Device(s):Nexus 6 64gb, Dell Venue 8, Chromecast

Posted 13 March 2015 - 06:48 AM

I run encrypted (really everyone should in this day and age) and have no problems. If you're running stock and wipe data, the empty data partition will be encrypted by default.  So either way is fine.

Yea everything is encrypted for me as well, just wanted to make sure is all! Thanks a bunch man!


OG -> Bionic -> (2013) Moto X DE -> Nexus 6 64gb Running 5.1 via Samuri's HoN 


#70 hadeshorn9

hadeshorn9

    Moot Minion

  • Dedicated Supporter
  • PipPipPip
  • 961 posts
  • LocationBoston MA area
  • Current Device(s):Nexus 6 64gb, Dell Venue 8, Chromecast

Posted 16 March 2015 - 04:04 PM

Finally got my laptop all set to go for the upgrade...
20 minutes later, unlock twrp installed, rooted and upgraded!
HoN yet again proves the Samuri is truly the master!

Excellent work Sam!! no issue what so ever.

 

Thank you Good sir for yet another fine utility


  • SamuriHL likes this

OG -> Bionic -> (2013) Moto X DE -> Nexus 6 64gb Running 5.1 via Samuri's HoN 


#71 matjmonk

matjmonk

    Pack Leader to Bubba

  • Dedicated Supporter
  • PipPipPipPipPip
  • 3,662 posts
  • Google+:matjmonk@gmail.com
  • Current Device(s):Nexus 6, Nexus 7 (2013)

Posted 18 March 2015 - 11:44 AM

Oh most honorable Samuri, I most humbly beg thy indulgence and request that thee impart a kernel of wisdom to me on a most vexing issue. I've downloaded thy honorable HoN multiple times and extracted the files to my most unworthy C:\ directory. I've also followed all thy directives on placing files in the correct paths but when I execute thy wondrous JAR file, it never sees the upgrade file to begin it's script generation. I've tried everything my unworthy self can think of even entering the name of the file manually which your esteemed application found most vexing giving this lowly serf the error message that is below. As this unworthy one previously stated, I've downloaded the application and system image files numerous times without success. Any ideas that you could provided would be most welcome oh wise one!

 

 

Attached Files


  • spainter likes this
Posted Image
Bubba, perfide lues Odocoileus virginianus felines et ubique!

#72 SamuriHL

SamuriHL

    Android Warrior

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

Posted 18 March 2015 - 11:49 AM

What the hell image is that?  It sure did not come from here:

 

https://dl.google.co...ry-cf313164.tgz

 

Notice the tgz on the end rather than the tar in your pretty little sod off picture there.  :D


Non potest esse nisi unus


#73 matjmonk

matjmonk

    Pack Leader to Bubba

  • Dedicated Supporter
  • PipPipPipPipPip
  • 3,662 posts
  • Google+:matjmonk@gmail.com
  • Current Device(s):Nexus 6, Nexus 7 (2013)

Posted 19 March 2015 - 03:23 AM

Actually, it is the same file that I got from the "official" Nx6 image download page, I probably just typed the extension in wrong. But I'll download the one from the link in your reply and see what happens.

 

Edit - it looks like Windows or something is messing with me, it keeps downloading it with the .tar extension instead of .tgz!


Posted Image
Bubba, perfide lues Odocoileus virginianus felines et ubique!

#74 SamuriHL

SamuriHL

    Android Warrior

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

Posted 19 March 2015 - 04:03 AM

So rename it. :rofl

Non potest esse nisi unus


#75 matjmonk

matjmonk

    Pack Leader to Bubba

  • Dedicated Supporter
  • PipPipPipPipPip
  • 3,662 posts
  • Google+:matjmonk@gmail.com
  • Current Device(s):Nexus 6, Nexus 7 (2013)

Posted 19 March 2015 - 07:54 AM

Already did that oh wise Samuri!


Posted Image
Bubba, perfide lues Odocoileus virginianus felines et ubique!

#76 SamuriHL

SamuriHL

    Android Warrior

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

Posted 19 March 2015 - 09:10 AM

And? Did it work after you renamed it?


Non potest esse nisi unus


#77 matjmonk

matjmonk

    Pack Leader to Bubba

  • Dedicated Supporter
  • PipPipPipPipPip
  • 3,662 posts
  • Google+:matjmonk@gmail.com
  • Current Device(s):Nexus 6, Nexus 7 (2013)

Posted 19 March 2015 - 09:53 AM

And? Did it work after you renamed it?

Why yes it did!! Mucho Thank You!!!!


  • SamuriHL likes this
Posted Image
Bubba, perfide lues Odocoileus virginianus felines et ubique!

#78 RikRong

RikRong

    Cap'n Slow

  • Superuser
  • 2,117 posts
  • LocationNoDak
  • Current Device(s):Pixel 7

Posted 20 March 2015 - 12:19 PM

Awesome work as usual, Sam.  Just used this to update my Nexus 7, zero issues and now on 5.0.2. Woot!


  • SamuriHL, matjmonk and spainter like this

R. Long: Pixel 5

 


#79 SamuriHL

SamuriHL

    Android Warrior

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

Posted 24 March 2015 - 07:13 AM

Added a warning to the OP about using this tool for downgrading.  NOT recommended so please do not do it.  Flashing a previous bootloader will brick the device.


  • cmh714 and RikRong like this

Non potest esse nisi unus


#80 SamuriHL

SamuriHL

    Android Warrior

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

Posted 24 March 2015 - 10:45 AM

1.3 RELEASED

 

o) New option to ask if you want to flash the bootloader.  Unless you are flashing the same version or attempting to downgrade, say yes to this prompt.

o) Added a new command to wipe the data partition when a user selects to wipe data.  There was a bug causing 64 gig devices to act like 32 gig devices until the data partition was wiped.

 

WARNING: Downgrading has NOT been tested.  You run the risk of bricking your device if you attempt it.  HOPEFULLY without flashing the bootloader it MAY work.  But use at your OWN risk.


Non potest esse nisi unus





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users