http://www.androidauthority.com/android-nexus-binaries-updated-to-jro03r-and-verizons-galaxy-nexus-gets-factory-images-117931/


Android Nexus Binaries Updated to JRO03R and Verizon’s Galaxy Nexus gets Factory Images

 

Android superhero Jean-Baptiste Queru has reminded us once again that the Verizon Galaxy Nexus is in fact, a Nexus. It may not get updates in a timely manner. It may not get updates before other non-Nexus devices get updates, but dammit, it’s a Nexus.

JBQ has pushed Android 4.1.1 JRO03O factory images to join the ranks of other Nexus devices at their usual location. What exactly does this mean? These images will do you good if you happen to flash a bad ROM or do run into issues tweaking and customizing your Nexus device. Think of them as a fail safe to go back to a stock, out of the box and freshly installed over the air update experience. If you’re not an Android hacker, cracker, or flasher, you need not worry about these.

Besides blessing us with factory images for the Verizon Galaxy Nexus, JBQ has also provided the development community with the latest build of propriety Nexus binaries over at Google’sNexus drivers page. The latest batch of binaries work with the android-4.1.1_r6 release and master branch. According to Jean-Baptiste Queru, the most noteworthy changes with the newer binaries are for the Nexus 7, supporting GPS and include a high-precision touchscreen firmware.  The latter part of that statement may address issues floating around various forums surrounding touch screen responsiveness on the Nexus 7.

 Jean-Baptiste Queru, Technical Lead, Android Open Source Project:

I’ve published a full set of proprietary JRO03R binaries at the
usually location https://developers.google.com/android/nexus/drivers

Those binaries work with the android-4.1.1_r6 tagged release and with
the master branch (but not with jb-dev).

Noteworthy changes: for grouper (i.e. Nexus 7), the new binaries
support GPS, and include a high-precision touchscreen firmware.

I’ve also updated the graphics libraries for PandaBoard, and I’ve
included the JRO03O factory image for mysid (i.e. VZW Galaxy Nexus).

Download:
Stock images | Binaries

Posted by irvinechobo
,

'안드로이드 (Android)' 카테고리의 다른 글

Android Building Audio Player Tutorial  (0) 2012.10.01
AAC Decoder & Encoder for Android  (0) 2012.10.01
Android-x86 Project - Run Android on Your PC  (0) 2012.10.01
AOSP android-4.1.1_r6  (0) 2012.09.29
AOSP Master Branch for ICS  (0) 2012.09.27
Posted by irvinechobo
,

https://groups.google.com/forum/#!topic/android-building/kSXumkT9-oc


ics-plus-aosp

For PandaBoard, device/ti/panda/README is relevant, but there are a few stumbling blocks to avoid:
  1. When you download the "proprietary binaries",
    use "PandaBoard binaries for Android 4.0.4 (IMM76I to IMM76L)"
  2. In device/ti/panda/README, sections "Initial setup, part 1" and "Build and flash, part 1":
    use "lunch full_panda-userdebug" or "lunch full_panda-eng" (not two underscores)
  3. Post-boot setup: "adb shell date $(date +%s)" will set the date on PandaBoard in UTC.
    "adb shell date -s $(date +%Y%m%d.%H%M%S)" will set it to your local timezone.
    If you want to do the "date -s YYYYMMSS.hhmmss" manually (or with a terminal script) on a PandaBoard console terminal, don't forget to first obtain root rights with "su" - by default the console user is restricted.
  4. For me, after making an SD card with fastboot, ICS on PandaBoard reported
        EXT4-FS (mmcblk0p6): VFS: Can't find ext4 filesystem
    and later stops with an 
        SysRq : Emergency Remount R/O
    This is an indication that "fastboot erase cache" did not create a valid ext4 file system.
    You can easily fix this by manually formatting the SD card 'cache' partition as ext4. 
    On my Ubuntu 10.04LTS development box, an external SDHC reader works well together with the "Disk Utility" (palimpsest) from the "System" > "Administration" menu. This also displays the efi partition labels, which is handy to make sure you really ext4-format the correct partition.
  5. Enjoy! :-)
The binaries are build from the source on git.omapzoom.org.
uboot - http://git.omapzoom.org/?p=repo/u-boot.git;a=shortlog;h=refs/heads/omap4_dev
xloader - http://git.omapzoom.org/?p=repo/x-loader.git;a=shortlog;h=refs/heads/omap4_dev


$ repo manifest -r -o current.xml
current.xml content pasted here (aosp-master-20120822GMT1312):
http://pastebin.com/wLpugAc1

Posted by irvinechobo
,