Skip to content

Instantly share code, notes, and snippets.

@MSchmidt
MSchmidt / a51.log
Last active February 6, 2024 23:02
A51 crash
Native crash of /vendor/bin/hw/vendor.samsung.hardware.camera.provider@4.0-service
Revision: '4'
ABI: 'arm'
Processor: '4'
Timestamp: 2024-02-06 14:46:44.680494307-0800
Process uptime: 0s
Cmdline: /vendor/bin/hw/vendor.samsung.hardware.camera.provider@4.0-service
pid: 4760, tid: 13125, name: FrameFactorySta >>> /vendor/bin/hw/vendor.samsung.hardware.camera.provider@4.0-service <<<
uid: 1047
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
@MSchmidt
MSchmidt / android.log
Last active February 2, 2024 15:05
Frame Processor Crash
2024-02-02 15:53:06.995 4642-4642 SoLoader pid-4642 E couldn't find DSO to load: libjscexecutor.so
SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.pixelflush.CameraTester/lib-main flags = 1]
SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~al2lr3HeA7yIUMvHzQ3cBw==/com.pixelflush.CameraTester-Ov3MpuPvYk_uYFk0PfrX-A==/lib/arm64 flags = 0]
SoSource 2: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2]
SoSource 3: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2]
@MSchmidt
MSchmidt / controller.swift
Created January 9, 2017 12:06
Swift Barcode Scanner
//
// SecondViewController.swift
// Scanmaster
//
// Created by Matthias Schmidt on 05/01/2017.
// Copyright © 2017 Pixelflush. All rights reserved.
//
import UIKit
import AVFoundation
@MSchmidt
MSchmidt / 1_as_root
Created March 24, 2013 18:26
Install ruby (with rbenv) on debian
#!/usr/bin/env bash
aptitude update && aptitude upgrade
aptitude install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev
adduser ruby
@MSchmidt
MSchmidt / form.html
Created May 4, 2011 00:10
_confirmation issue
<form accept-charset="UTF-8" action="/users" class="user_new" data-validate="true" id="user_new" method="post" novalidate="novalidate"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="UOSsqrVpcyhwv8t0izOEq85KfZ0p+u2OIRvdACqlFLs=" /></div>
<p><input data-validate="true" id="user_full_name" name="user[full_name]" placeholder="Your Full Name" size="30" type="text" /></p>
<p><input data-validate="true" id="user_email" name="user[email]" placeholder="Your E-Mail Address" size="30" type="email" value="" /></p>
<p><input id="user_password" name="user[password]" placeholder="Pick a Password" size="30" type="password" /></p>
<p><input id="user_password_confirmation" name="user[password_confirmation]" placeholder="Confirm Your Password" size="30" type="password" /></p>