Skip to content

Instantly share code, notes, and snippets.

View KonradIT's full-sized avatar

Konrad Iturbe KonradIT

View GitHub Profile
@KonradIT
KonradIT / lg_g_watch.txt
Last active October 10, 2019 23:43
LG G Watch Info for Porting to W2.0 (N)
#Partitions
1|shell@dory:/ $ cat /proc/partitions
major minor #blocks name
7 0 32768 loop0
179 0 3817472 mmcblk0
179 1 1024 mmcblk0p1
179 2 512 mmcblk0p2
179 3 512 mmcblk0p3
179 4 512 mmcblk0p4
This file has been truncated, but you can view the full file.
--------- beginning of crash
05-06 23:49:23.929 10132 10201 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
05-06 23:49:23.929 10132 10201 E AndroidRuntime: Process: me.ccrama.redditslide, PID: 10132
05-06 23:49:23.929 10132 10201 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:318)
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:242)
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)
05-06 23:49:23.929 10132 10201 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1
@KonradIT
KonradIT / SimpleHTTPServer.cs
Created February 20, 2016 09:44 — forked from aksakalli/SimpleHTTPServer.cs
SimpleHTTPServer with C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Sockets;
using System.Net;
using System.IO;
using System.Threading;
using System.Diagnostics;
@KonradIT
KonradIT / build.prop
Created February 7, 2016 18:09
Android Wear 6.0.1 build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=MUB89B
ro.build.display.id=sdk_google_aw_x86-userdebug 6.0.1 MUB89B 2505969 dev-keys
ro.build.version.incremental=2505969
ro.build.version.sdk=23
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
@KonradIT
KonradIT / autoexec.ash
Created August 1, 2015 20:39
GoPro HERO4 Session improvement hack (makes MSC USB connection and enables 10 second OLED screen timeout to save battery)
#Hack for hero4 session, makes it even more stoked and versatile.
t app usb msc
sleep 10
t app test oled brightness 0
@KonradIT
KonradIT / README.md
Last active October 10, 2019 23:44
HERO+LCD hacking (Ambarella A7)

#HERO+ LCD hacking

#####All in one awesome

###Out of the box features:

  • Video:
  • Single video, Resolutions: 1080p 60/30, 720p 60/30 w/ SuperView
  • Looping
  • Photo:
#/bin/bash
#
chmod +x ./adblinux
chmod +x ./fastbootlinux
# LG G Watch Utility for Linux and OSX
# Ported from RootsJunky
# Lets check what platform we are running on
# We will check what we are running on and then set some variables for some funtimes
function platform
{ platform=`uname`
@KonradIT
KonradIT / PopcornTimeLogcat.log
Created May 6, 2015 17:24
Popcorn time logcat
USER_COMMENT=null
ANDROID_VERSION=5.0.2
APP_VERSION_NAME=2.6
BRAND=google
PHONE_MODEL=Nexus 6
CUSTOM_DATA=
STACK_TRACE=java.lang.OutOfMemoryError: Failed to allocate a 11182092 byte allocation with 1817492 free bytes and 1774KB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:609)
@KonradIT
KonradIT / android_frameworks_base-chroma_strings.xml
Created April 18, 2015 13:03
Spanish translation of Chroma ROM
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (c) 2009, 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