[REF]Google Glass Stock OTA URLs

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
I did but I also tried flashing the stock images (boot, system, userdata and recovery) but couldn't figure out how to flash it with the stock recovery.
You should be flashing the images themself in fastboot

I have my Glass rooted, but I do not know what to use to flash the zip files. Also, if 12.1 isn't rooted yet, how do you install the XE16 update? Thank you.
For the ota file (assuming that you're unmodified so it'll flash), i'm guessing you need to use adb sideload.
I dont know if it's available in the stock recovery though, you might be able to flash it with CWM.

isn't anyone upload 16's dump? :eek:
Goog will likely put out the factory image for XE16 soon enough.
 

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
Last edited:

foxdog66

Senior Member
Jul 28, 2010
471
53
0
You should be flashing the images themself in fastboot



For the ota file (assuming that you're unmodified so it'll flash), i'm guessing you need to use adb sideload.
I dont know if it's available in the stock recovery though, you might be able to flash it with CWM.
er... yeah... I think I was a bit tired. what I meant to say is that I had flashed the images with fastboot and couldnt get the 12.1 update to install. Ill give it another try now
 

daw00t

Member
Apr 5, 2009
11
1
0
Factory image for XRV15C is out now: glass_1-img-1124447.zip
So is the pre-rooted kernel: boot.img
Interesting - the glass_1-img-1124447.zip is for "glass_1" hardware, not "notle". I'm a 2nd or 3rd tier glass explorer, not on rev1 hardware.

Code:
# fastboot update glass_1-img-1124447.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: 0.5
Baseband Version.....: 
Serial Number........: 015xxxx015
--------------------------------------------
checking product...
FAILED

Device product is 'notle'.
Update requires 'glass_1'.

finished. total time: 0.011s
 

daw00t

Member
Apr 5, 2009
11
1
0
So I saw the XE12 android-info.txt had board=notle in it, so I dropped that in the update zip, and fastboot appears to be applying the update now. Guess I'll find out if my glass is bricked when I get home (yes, I'm flashing it remotely from work, my glass is plugged into my linux box at home, and I'm SSH'd in)

Code:
# fastboot update -w glass_1-img-1124447.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: 0.5
Baseband Version.....: 
Serial Number........: 015xxxx015
--------------------------------------------
checking product...
OKAY [  0.002s]
sending 'boot' (5284 KB)...
OKAY [  0.250s]
writing 'boot'...
OKAY [  0.900s]
sending 'recovery' (6300 KB)...
OKAY [  0.306s]
writing 'recovery'...
OKAY [  1.031s]
sending 'system' (606949 KB)...
OKAY [ 28.225s]
writing 'system'...
OKAY [ 75.957s]
erasing 'userdata'...
OKAY [142.807s]
formatting 'userdata' partition...
Erase successful, but not automatically formatting.
File system type  not supported.
OKAY [  0.002s]
erasing 'cache'...
OKAY [103.040s]
formatting 'cache' partition...
Erase successful, but not automatically formatting.
File system type  not supported.
OKAY [  0.002s]
rebooting...

finished. total time: 352.535s
#
 

foxdog66

Senior Member
Jul 28, 2010
471
53
0
So I saw the XE12 android-info.txt had board=notle in it, so I dropped that in the update zip, and fastboot appears to be applying the update now. Guess I'll find out if my glass is bricked when I get home (yes, I'm flashing it remotely from work, my glass is plugged into my linux box at home, and I'm SSH'd in)

Code:
# fastboot update -w glass_1-img-1124447.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: 0.5
Baseband Version.....: 
Serial Number........: 015xxxx015
--------------------------------------------
checking product...
OKAY [  0.002s]
sending 'boot' (5284 KB)...
OKAY [  0.250s]
writing 'boot'...
OKAY [  0.900s]
sending 'recovery' (6300 KB)...
OKAY [  0.306s]
writing 'recovery'...
OKAY [  1.031s]
sending 'system' (606949 KB)...
OKAY [ 28.225s]
writing 'system'...
OKAY [ 75.957s]
erasing 'userdata'...
OKAY [142.807s]
formatting 'userdata' partition...
Erase successful, but not automatically formatting.
File system type  not supported.
OKAY [  0.002s]
erasing 'cache'...
OKAY [103.040s]
formatting 'cache' partition...
Erase successful, but not automatically formatting.
File system type  not supported.
OKAY [  0.002s]
rebooting...

finished. total time: 352.535s
#
You were NOT running the factory images prior to installing this glass_1-img-1124447.zip correct?
 

daw00t

Member
Apr 5, 2009
11
1
0
You were NOT running the factory images prior to installing this glass_1-img-1124447.zip correct?
Incorrect. I was running vanilla XE12. I previously have run a rooted bootloader / clockwork mod / modified XE12 w/ su binary, etc.

But in an attempt to get the 12.1 and 16 updates, I fastboot wipe-loaded the XE12 image. The fastboot updates above were from me trying to upgrade from unmodified factory XE12 installed like, a day ago.

Update: it flashed fine. No problems.
 
Last edited:

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
If you directly flashed the XE16 factory images and didnt do the ota, you should still do the ota afterwards to make sure you have the matching bootloader.

The factory images for glass do not include the bootloaders unlike their nexus equivilents
 

foxdog66

Senior Member
Jul 28, 2010
471
53
0
Incorrect. I was running vanilla XE12. I previously have run a rooted bootloader / clockwork mod / modified XE12 w/ su binary, etc.

But in an attempt to get the 12.1 and 16 updates, I fastboot wipe-loaded the XE12 image. The fastboot updates above were from me trying to upgrade from unmodified factory XE12 installed like, a day ago.

Update: it flashed fine. No problems.
Ah ok. So you fastboot -w ex12-factory-images.zip and then the same with ex16 factory images right?

After my glass auto downloaded and failed to install the 12.1 update, I used fastboot to manually flash the ex12 factory images(because i was running a modified system) but couldn't figure any way to get the updates to install. The build.prop and a lot of the files are different in the factory images than the pre-installed software.

When the ex16 factory images came out, I used fastboot update (without the -w flag) to install them but man... My glass is acting strange sense then... The glass screen will turn red or green when booting up (I think depending on the battery level...) And some of the apps don't work. For example, 'listen' or 'listen to' brings up a screen that says there is no play music account... But I have one, tried toggling on/off in the myglass app and dug a little a logcat but ran out of free time.
 

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
XE16.2 is rolling out now

Code:
ro.build.fingerprint=Google/glass_1/glass-1:4.4.2/XRV27/1140829:user/release-keys
The factory image is already up on the downloads page, ota filename has not been found yet though
 

keijikage

Senior Member
Jul 22, 2012
79
28
0
Ah ok. So you fastboot -w ex12-factory-images.zip and then the same with ex16 factory images right?

After my glass auto downloaded and failed to install the 12.1 update, I used fastboot to manually flash the ex12 factory images(because i was running a modified system) but couldn't figure any way to get the updates to install. The build.prop and a lot of the files are different in the factory images than the pre-installed software.

When the ex16 factory images came out, I used fastboot update (without the -w flag) to install them but man... My glass is acting strange sense then... The glass screen will turn red or green when booting up (I think depending on the battery level...) And some of the apps don't work. For example, 'listen' or 'listen to' brings up a screen that says there is no play music account... But I have one, tried toggling on/off in the myglass app and dug a little a logcat but ran out of free time.
Did you en up fixing this? Mine is boot looped, but goes red-green-blue during each iteration.