Skip to content

Instantly share code, notes, and snippets.

View stopiccot's full-sized avatar

Alexey Petruchik stopiccot

  • Barcelona
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Diagnostics;
using App.Platform.Ioc.SimpleAdvancedInjector;
using App.Platform.Media.Audio;
using AVFoundation;
using FFImageLoading;
using Foundation;
using MediaPlayer;
using UIKit;
using System;
using Android.Content;
using Android.App;
using Android.Media.Session;
using Android.Media;
using Android.Graphics;
using System.Threading.Tasks;
namespace MediaBrowserService
{
using System;
using System.Collections.Generic;
using Android.Media.Session;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Media;
using Android.Media.Browse;
using Android.Runtime;
02-07 18:00:00.558 516 516 I SampleTable: There are reordered frames present.
02-07 18:00:00.565 516 620 D MediaBufferGroup: creating MemoryDealer
02-07 18:00:00.568 521 3431 I MediaPlayerService: MediaPlayerService::getOMX
02-07 18:00:00.569 6580 6684 I OMXClient: MuxOMX ctor
02-07 18:00:00.571 514 609 I OMXMaster: makeComponentInstance(OMX.qcom.video.decoder.avc) in mediacodec process
02-07 18:00:00.694 514 609 I OMX-VDEC-1080P: component_init: OMX.qcom.video.decoder.avc : fd=8
02-07 18:00:00.695 514 609 I OMX-VDEC-1080P: Capabilities: driver_name = msm_vidc_driver, card = msm_vdec_8974, bus_info = , version = 1, capabilities = 4003000
02-07 18:00:00.700 514 609 I OMX-VDEC-1080P: Enabling default extradata for OMX.qcom.video.decoder.avc
02-07 18:00:00.703 514 609 I OMX-VDEC-1080P: omx_vdec::component_init() success : fd=8
02-07 18:00:00.708 514 514 E OMX-VDEC-1080P: Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
Then /^I enter "([^\"]*)" into (?:input|text) field number (\d+)$/ do |text, index|
p "111"
index = index.to_i
p "222"
screenshot_and_raise("Index should be positive (was: #{index})") if index <= 0
p "333"
touch("textField index: #{index - 1}")
p "444"
wait_for_keyboard
p "555"
+#!/bin/bash
#
# Startup script used by Jenkins launchd job.
# Mac OS X launchd process calls this script to customize
# the java process command line used to run Jenkins.
#
# Customizable parameters are found in
# /Library/Preferences/org.jenkins-ci.plist
#
# You can manipulate it using the "defaults" utility.
/usr/bin/java -Dfile.encoding=UTF-8 -XX:PermSize=256m -XX:MaxPermSize=512m -Xms256m -Xmx512m -Djava.io.tmpdir=/Users/Shared/Jenkins/tmp -jar /Applications/Jenkins/jenkins.war --httpPort=8080
alexeys-mbp:Member-apps stopiccot$ /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build -t:Build -c:Release\|iPhone -p:Member.Fisikal.iOS Member-apps.sln
Xamarin Studio Build Tool
FATAL ERROR [2016-08-29 18:39:25Z]: System.AggregateException: One or more errors occurred. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
at MonoDevelop.Ide.IdeApp.add_FocusIn (System.EventHandler value) [0x00000] in /Users/builder/data/lanes/3541/a6f7a24a/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:89
at MonoDevelop.Debugger.Soft.Unity.UnityProjectServiceExtension..ctor () <0x10c2b1720 + 0x00101> in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Obje
xcodebuild archive -project Unity-iPhone.xcodeproj/ -scheme "Unity-iPhone" -archivePath ~/ololo.xcarchive
xcodebuild -exportArchive -archivePath ~/ololo.xcarchive -exportPath ololo -exportFormat ipa
/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support/altool --upload-app --file ~/code/fisikal/Member-apps/Member/Fisikal/iOS/bin/iPhone/Release/Member.Fisikal.iOS\ 2016-08-22\ 19-48-29/Member.Fisikal.iOS.ipa -u alexey.petruchik@gmail.com -p "@keychain:Application Loader: alexey.petruchik@gmail.com"