Android 4.1.2 OTA Update Now Rolling Out to Nexus 7 - Adds Landscape Mode

greatgoogly

Well-known member
Aug 9, 2011
202
11
0
Visit site
Okay, I'm rooted but stock ROM and stock recovery. Trying to sideload. Nexus 7 says on the screen "Now send the package you want to apply to the device with "adb sideload <filename>" adb does see the device but when I load the command this is what I get C:\Users\michael\Downloads>adb sideload 03a4eaf95f73.signed-nakasi-JZO54K-from-JRO03D.03a4eaf9.zip
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
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devic
es.

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
(-l means list but don't copy)
(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.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.
 

lincmii

Member
Nov 7, 2011
19
0
0
Visit site
Flashed it. Landscape looks great and there's no delay on the widgets loading when you switch orientation! My touches are also a lot more responsive so no more having to turn off the screen to get that working again.

I'm happy.

Sent from my Nexus 7 using Android Central Forums
 

greatgoogly

Well-known member
Aug 9, 2011
202
11
0
Visit site
Problem solved. Turns out that my adb installation was somehow messed up. I could type "adb devices" and it would list my Nexus 7, but somehow no other command would work. Removed the old ADB installation, and installed adb all over again and the sideload ran fine.
 

mookster

Well-known member
Dec 22, 2010
76
3
0
Visit site
I left my nexus at a friends house and will be picking it up tonight so hopefully the update is available OTA. I'm stoked for landscape mode, tried 3-4 launchers from the marketplace, the good ones too, and while I liked them for a phone they just didn't feel right for the tablet. Solves that problem.
 

Droidintorrance

Well-known member
Mar 29, 2011
291
61
0
Visit site
Problem solved. Turns out that my adb installation was somehow messed up. I could type "adb devices" and it would list my Nexus 7, but somehow no other command would work. Removed the old ADB installation, and installed adb all over again and the sideload ran fine.

I seriously thought U were an crapple troll... I read all of your last post; couldn't figure out if you copied & paste, a linux tool kit program..? or what...!? yet some how, some isheep some where is laughing his ass off, reading that post... this is a damn nexus device straight from Google, am all for code, adb and entering lines of commands, but that is a bit ridiculous...
 

Droidintorrance

Well-known member
Mar 29, 2011
291
61
0
Visit site
I left my nexus at a friends house and will be picking it up tonight so hopefully the update is available OTA. I'm stoked for landscape mode, tried 3-4 launchers from the marketplace, the good ones too, and while I liked them for a phone they just didn't feel right for the tablet. Solves that problem.

just turn down the resolution to tablet mode, stock rom, full landscape mode from day 1...
 
Oct 5, 2012
15
0
0
Visit site
tried to flash the update manually... keep getting this error...

View attachment 40486

I haven't needed to flash any custom roms to the grouper, so I don't ever go to recovery... so I didn't realize that I loose CMW, custom recovery every time I reboot? Why is that?

Can this have something to do with that?

I got the same error too.

Sent from my Nexus 7 using Tapatalk 2

Me as well. If you're on JR003S, it won't work. This update is for JR003D devices. 3S is a newer build and it looks like we'll have to wait for google to push the OTA update and then for someone to link to the new 4.1.2 update JZO54K.
 

AstronomerXI

Well-known member
Sep 18, 2012
54
0
0
Visit site
Me as well. If you're on JR003S, it won't work. This update is for JR003D devices. 3S is a newer build and it looks like we'll have to wait for google to push the OTA update and then for someone to link to the new 4.1.2 update JZO54K.

Mine's a JR003D, rooted but no custom ROM.

Sent from my Nexus 7 using Tapatalk 2