summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfactory-images/generate-factory-images-package.sh61
-rwxr-xr-xself-extractors/generate-packages.sh16
2 files changed, 71 insertions, 6 deletions
diff --git a/factory-images/generate-factory-images-package.sh b/factory-images/generate-factory-images-package.sh
new file mode 100755
index 0000000..68a67d7
--- /dev/null
+++ b/factory-images/generate-factory-images-package.sh
@@ -0,0 +1,61 @@
+#!/bin/sh
+
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# 223971 = ITL41D
+# 228551 = ITL41F
+# 235179 = ICL53F
+
+BUILD=235179
+VERSION=icl53f
+BOOTLOADER=primekk15
+RADIO=i9250xxkk6
+
+rm -rf tmp
+mkdir -p tmp/yakju-$VERSION
+unzip -d tmp signed-yakju-target_files-$BUILD.zip RADIO/radio.img RADIO/bootloader.img
+cp signed-yakju-img-$BUILD.zip tmp/yakju-$VERSION/image-yakju-$VERSION.zip
+cp tmp/RADIO/bootloader.img tmp/yakju-$VERSION/bootloader-maguro-$BOOTLOADER.img
+cp tmp/RADIO/radio.img tmp/yakju-$VERSION/radio-maguro-$RADIO.img
+#cp flash-all.sh tmp/yakju-$VERSION
+cat > tmp/yakju-$VERSION/flash-all.sh << EOF
+#!/bin/sh
+
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+fastboot flash bootloader bootloader-maguro-$BOOTLOADER.img
+fastboot reboot-bootloader
+sleep 5
+fastboot flash radio radio-maguro-$RADIO.img
+fastboot reboot-bootloader
+sleep 5
+fastboot -w update image-yakju-$VERSION.zip
+EOF
+chmod a+x tmp/yakju-$VERSION/flash-all.sh
+(cd tmp ; tar zcvf ../yakju-$VERSION-factory.tgz yakju-$VERSION)
+mv yakju-$VERSION-factory.tgz yakju-$VERSION-factory-$(sha1sum < yakju-$VERSION-factory.tgz | cut -b -8).tgz
+rm -rf tmp
diff --git a/self-extractors/generate-packages.sh b/self-extractors/generate-packages.sh
index 598377e..4152344 100755
--- a/self-extractors/generate-packages.sh
+++ b/self-extractors/generate-packages.sh
@@ -14,12 +14,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# 155376 = IRK28C
-# 156135 = IRK32
-# 186921 = IRK77
-# 213821 = ICL26
-ZIP=yakju-ota-213821.zip
-BUILD=icl26
+# 223971 = ITL41D
+# 228551 = ITL41F
+# 236517 = IML70C
+# 237179 = IML73
+# 237867 = IML74B
+# 238432 = IML74E
+# 238649 = IML74G
+# 239410 = IML74K
+ZIP=yakju-ota-239410.zip
+BUILD=iml74k
ROOTDEVICE=maguro
DEVICE=maguro
MANUFACTURER=samsung