This file contains hidden or 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<script type="text/javascript" src = "http://code.jquery.com/jquery-1.7.2.min.js"> | |
</script> | |
<title>All Your Base</title> | |
<link href="stylesheet.css" rel="stylesheet" type="text/css" /> |
This file contains hidden or 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
public short[] toMonoSampleArray() { | |
int written = 0; | |
final short[] samples = new short[this.buffersTotalLength]; | |
for(short[] buffer : buffers) { | |
System.arraycopy(buffer, 0, samples, written, buffer.length); | |
written += buffer.length; | |
} |
This file contains hidden or 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
# | |
# this config file was automatically generated | |
# using lirc-0.8.6(SerialDevice) on Thu Aug 12 09:57:19 2010 | |
# | |
# contributed by | |
# | |
# brand: Advance Acoustic | |
# model no. of remote control: MAP-305II/DAII | |
# devices being controlled by this remote: Advcance Acoustic MAP-305DAII | |
# |
This file contains hidden or 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
/**************************************************************************** | |
** hw_ftdi.c *************************************************************** | |
**************************************************************************** | |
* | |
* Mode2 receiver + transmitter using the bitbang mode of an FTDI | |
* USB-to-serial chip such as the FT232R, with a demodulating IR receiver | |
* connected to one of the FTDI chip's data pins -- by default, D1 (RXD). | |
* | |
* Copyright (C) 2008 Albert Huitsing <[email protected]> | |
* Copyright (C) 2008 Adam Sampson <[email protected]> |
This file contains hidden or 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
Product MCU - PAYG MCU UART Link | |
Idle* | |
uart_from_payg_mcu -> Buffer Message | |
Buffer Message | |
message_is_payg_uart -> Process Message | |
message_is_asp -> Forward Message to Accessory | |
Process Message | |
message_processed -> Idle | |
Forward Message to Accessory | |
message_forwarded -> Idle |
This file contains hidden or 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/sh | |
DAM_RO_BASE=0x43000000 | |
export TOOL_PATH_ROOT="../../Snapdragon-llvm-4.0.3-linux64/" | |
export TOOLCHAIN_PATH="$TOOL_PATH_ROOT/bin" | |
export LLVMLINK_PATH="$TOOL_PATH_ROOT/tools/bin" | |
export TOOLCHAIN_PATH_STANDARDS="$TOOL_PATH_ROOT/armv7m-none-eabi/libc/include" | |
export LLVMLIB="$TOOL_PATH_ROOT/lib/clang/4.0.3/lib" | |
export PYTHON_PATH="/usr/bin/python2" |
This file contains hidden or 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
ASP Accessory Symmetric Key Link Manager | |
Unlinked | |
Unlinked Idle* | |
TICK->Broadcast Timeout Expired? | |
valid_asp_link_challenge_received->Computing Link Key | |
Broadcasting Identity | |
send_asp_notify_accessory_unlinked->Unlinked Idle | |
Broadcast Timeout Expired? | |
timeout expired?->Broadcasting Identity | |
timeout not expired?->Unlinked Idle |
This file contains hidden or 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
ASP Accessory Symmetric Key Link Manager | |
Unlinked | |
Unlinked Idle* | |
TICK->Broadcast Timeout Expired? | |
valid_asp_link_challenge_received->Computing Link Key | |
Broadcasting Identity | |
send_asp_notify_accessory_unlinked->Unlinked Idle | |
Broadcast Timeout Expired? | |
timeout expired?->Broadcasting Identity | |
timeout not expired?->Unlinked Idle |
This file contains hidden or 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
POST_PAY Phone in Backend* | |
No unit record* | |
# Upload IMEIs to Angaza, we will attempt to upload to Samsung | |
batch_upload ->SHOULD_UPLOAD | |
SHOULD_UPLOAD | |
# successfully sets reported data, marks as uploaded OK to samsung | |
activation_success ->UPLOADED |
This file contains hidden or 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
Generating dlight unit keycode | |
#dlight server index is unknown | |
Angaza index is X* | |
get_dlight_server_latest_token_data -> unit number exists on dlight server? | |
unit number exists on dlight server? | |
yes? -> dlight latest token index is X minus 1 or None? | |
no? -> Raise error require ticket to add unit on dlight side | |
dlight latest token index is X minus 1 or None? | |
yes? -> dlight_create_token_with_id_x | |
no? -> is dlight server index and token value equal to Angaza index and requested value? |
OlderNewer