This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Showing LDR /Users/kaonashi/git/op1-fw-packer/op1_076/te-boot.ldr ... | |
LDR block 1: [off:0x00000000] [header(0x10): 0650b5ad 0000a0ff 00000000 1c0d0000] [data(0x00000000)] | |
LDR block 2: [off:0x00000010] [header(0x10): 060038ad 004080ff ac000000 00000000] [data(0x000000ac)] | |
LDR block 3: [off:0x000000cc] [header(0x10): 0600d0ad 0000a0ff 2c080000 00000000] [data(0x0000082c)] | |
LDR block 4: [off:0x00000908] [header(0x10): 0600f5ad 0000a1ff 04040000 00000000] [data(0x00000404)] | |
LDR block 5: [off:0x00000d1c] [header(0x10): 0608fcad 0000a0ff 00000000 00000000] [data(0x00000000)] | |
LDR block 6: [off:0x00000d2c] [header(0x10): 065087ad 0000a0ff 00000000 80a00300] [data(0x00000000)] | |
LDR block 7: [off:0x00000d3c] [header(0x10): 060016ad 04000000 f04b0200 00000000] [data(0x00024bf0)] | |
LDR block 8: [off:0x0002593c] [header(0x10): 06015bad 00000001 0000f000 00000000] [data(0x00f00000)] | |
LDR block 9: [off:0x0002594c] [header(0x10): 060063ad 0000f001 38010000 00000000] [data(0x00000138)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-28.5 dbfs | |
-25.5 dbfs | |
-22.5 dbfs | |
-19.5 dbfs | |
-16.5 dbfs | |
-13.5 dbfs | |
-10.5 dbfs | |
constant gain | |
-76.5 dbfs | |
-73.5 dbfs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\'<( | |
%s %x:%x | |
value: %s | |
value: %i | |
-34.5 db | |
-33 db | |
-31.5 db | |
-30 db | |
-28.5 db | |
-27 db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lunch omni_d5110-eng | |
$ make clean | |
============================================ | |
PLATFORM_VERSION_CODENAME=REL | |
PLATFORM_VERSION=6.0.1 | |
TARGET_PRODUCT=omni_d5110 | |
TARGET_BUILD_VARIANT=eng | |
TARGET_BUILD_TYPE=release | |
TARGET_BUILD_APPS= | |
TARGET_ARCH=arm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
mkdir -p tmp_lapse_container | |
find . -iname '*.jpg' \ | |
| awk 'BEGIN{ a=0 }{ printf "cp \"%s\" tmp_lapse_container/%04d.jpg\n", $0, a++ }' \ | |
| bash | |
ffmpeg -y -i "tmp_lapse_container/%04d.jpg" -framerate 30 -r 30 -c:v prores_ks -s:v 1920x1080 lapse.mov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
find . -name '*.jpg' \ | |
| awk 'BEGIN{ a=0 }{ printf "mv \"%s\" %04d.jpg\n", $0, a++ }' \ | |
| bash | |
ffmpeg -y -i "%04d.jpg" -framerate 30 -r 30 -c:v prores_ks -s:v 1920x1080 lapse.mov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
find . -name '*.jpg' \ | |
| awk 'BEGIN{ a=0 }{ printf "mv \"%s\" %04d.jpg\n", $0, a++ }' \ | |
| bash | |
ffmpeg -y -i "%04d.jpg" -framerate 30 -r 30 -c:v prores_ks -b:v 15M -s:v 1920x1080 lapse.mov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0038bcf8357699fc20e73ed8abaa2079d138e638 Mon Sep 17 00:00:00 2001 | |
From: Jake McGinty <[email protected]> | |
Date: Fri, 18 Dec 2015 15:00:35 -0800 | |
Subject: [PATCH] blahblah | |
--- | |
AndroidManifest.xml | 8 ++++---- | |
build.gradle | 2 ++ | |
2 files changed, 6 insertions(+), 4 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11204 android | |
5 android.animation | |
3 android.animation.Animator | |
1 android.animation.AnimatorListenerAdapter | |
1 android.animation.ValueAnimator | |
227 android.app | |
50 android.app.Activity | |
2 android.app.ActivityManager | |
3 android.app.ActivityOptions | |
2 android.app.AlarmManager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="material_red50">#ffffebee</color> | |
<color name="material_red100">#ffffcdd2</color> | |
<color name="material_red200">#ffef9a9a</color> | |
<color name="material_red300">#ffe57373</color> | |
<color name="material_red400">#ffef5350</color> | |
<color name="material_red500">#fff44336</color> | |
<color name="material_red600">#ffe53935</color> | |
<color name="material_red700">#ffd32f2f</color> |