Skip to main content

Posts

Showing posts with the label nexus7

Flash Nexus7 like a rock star

Are you tired of typing a hostname, username, password and WiFi password every time you flash Nexus7 with Ubuntu Core images? Do you wish to automate those boring steps? Do you wish you could reboot into fastboot mode over ssh without reaching and fiddling with volume down and power keys? Now you can! $ bzr branch lp:~ubuntu-nexus7/ubuntu-nexus7/preseed Has a nifty command called $ ./prepare-preseed By default it takes preseed.cfg, attempts to copy wifi.cfg or fetch current active WiFi connection settings from Network Manager's /etc/NetworkManager/system-connections/* downloads latest bootimg and twiddles it to include all of the above. After that you can fastboot flash standard user-data image + this cusom bootimg and voila, upon fastboot reboot ubiquity will come up and will automatically answer all the questions for you and boot into desktop with wifi connected. If you want to customize settings simply edit the sample preseed.cfg. If you do not want to a...

Android FS Utils - now in the archives near you!

Previously on Ubuntu Planet, Matt Fischer described how to build Ubuntu Nexus7 images . It did involve using simg2img & make_ext4fs binaries which you can get from: android sdk download hand compiled binaries from Matt's http server But now, there are more usual ways as well: Ubuntu Raring archive  Ubuntu Nexus7 Installer PPA for Quantal and Precise It's the same PPA used in the current Nexus7 installation instructions . sudo add-apt-repository ppa:ubuntu-nexus7/ubuntu-nexus7-installer sudo apt-get update sudo apt-get install android-tools-fsutils android-tools-fastboot Enjoy and happy hacking the images =)