summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2012-12-14 19:00:42 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-10-15 22:26:15 +0200
commit584834d4f27a7d85eca4077b061e1fdadbb6750c (patch)
treed6abc3a45315c6a89d6dc60a148c74d7f7794dfd
parentde6c559d94d3046a80b04fe578e9ef1fffc0c09a (diff)
downloadtuna-584834d4f27a7d85eca4077b061e1fdadbb6750c.tar.gz
tuna: Get blobs from 4.2.1
Get blobs from the 4.2.1 build, not the obsolete and no longer available 4.2.0 build Change-Id: I0c1a7cc00a73eed103d63f3f7d1ceecf8effa3d1 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rwxr-xr-xmerge-gnexus-blobs20
1 files changed, 10 insertions, 10 deletions
diff --git a/merge-gnexus-blobs b/merge-gnexus-blobs
index 7172ad0..fa4e1a3 100755
--- a/merge-gnexus-blobs
+++ b/merge-gnexus-blobs
@@ -80,16 +80,16 @@ if ! which simg2img &>/dev/null; then
cd ../..
fi
fi
-[ -e takju-jop40c-factory-1a47c890.tgz ] || wget https://dl.google.com/dl/android/aosp/takju-jop40c-factory-1a47c890.tgz
-[ -d takju-jop40c ] || tar xf takju-jop40c-factory-1a47c890.tgz
-[ -e recovery-clockwork-touch-6.0.1.0-maguro.img ] || wget http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.1.0-maguro.img
-cd takju-jop40c
+[ -e takju-jop40d-factory-e4d13f14.tgz ] || wget https://dl.google.com/dl/android/aosp/takju-jop40d-factory-e4d13f14.tgz
+[ -d takju-jop40d ] || tar xf takju-jop40d-factory-e4d13f14.tgz
+[ -e recovery-clockwork-touch-6.0.1.5-maguro.img ] || wget http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.1.5-maguro.img
+cd takju-jop40d
if [ ! -e system.img ]; then
- unzip image-takju-jop40c.zip
+ unzip image-takju-jop40d.zip
fi
cd ..
simg2img "$SRC"/system.img linaro.ext4
-simg2img takju-jop40c/system.img blob.ext4
+simg2img takju-jop40d/system.img blob.ext4
mkdir -p blob linaro system
$SUDO mount -t ext4 -o loop,ro linaro.ext4 linaro
$SUDO mount -t ext4 -o loop,ro blob.ext4 blob
@@ -228,14 +228,14 @@ cd tmp
cp \
"$SRC"/boot.img \
"$SRC"/userdata.img \
- ../takju-jop40c/android-info.txt \
+ ../takju-jop40d/android-info.txt \
./
# We don't currently have a Linaro recovery system, so let's use the
# most commonly used good one...
cp ../recovery-clockwork-touch-6.0.1.0-maguro.img \
recovery.img
-zip ../linaro-takju-jop40c.zip boot.img recovery.img system.img userdata.img android-info.txt
+zip ../linaro-takju-jop40d.zip boot.img recovery.img system.img userdata.img android-info.txt
cd ..
FASTBOOT="`which fastboot 2>/dev/null || :`"
@@ -282,7 +282,7 @@ if [ "$r" != "y" ]; then
echo
echo "Use"
echo " $SUDO $FASTBOOT oem unlock"
- echo " $SUDO $FASTBOOT -w update linaro-takju-jop40c.zip"
+ echo " $SUDO $FASTBOOT -w update linaro-takju-jop40d.zip"
echo "to flash the image manually. Make sure you have the current"
echo "boot loader and radio firmware installed first."
echo
@@ -302,4 +302,4 @@ echo "and volume down keys at the same time while turning the phone on."
echo
# Expected to fail if the device is already unlocked
$SUDO $FASTBOOT oem unlock || :
-$SUDO $FASTBOOT -w update linaro-takju-jop40c.zip
+$SUDO $FASTBOOT -w update linaro-takju-jop40d.zip