Skip to content

Instantly share code, notes, and snippets.

View freynaud's full-sized avatar

François Reynaud freynaud

  • Element34 Solutions GmbH
  • Altendorf, Switzerland
View GitHub Profile
ActivationPublicKey: LS0tLS1CRUdJTiBSU0EgUFVCTElDIEtFWS0tLS0tCk1JR0pBb0dCQUw4Y0xZcW55bmE3NHZlcXNLY2ZzR1BNcE5GWTJ0eHVjdDBRS3M1M1NyUHhCaFBqM2xJVXA5NDQKUkpUK2R6S01rL3htN25tRjVXOUd2RjVpTmhSRW0ybTczcXE3U2ZhMjZmclJQbS9kUUd3OEVDMlNnSGZ6RnlCUwo3eWdpUlZMODNtRUMramZiMVV0ZXorZUYvMGVvRTAxckY3bWd5MnJyWG9aQXAxVFN5Umk1QWdNQkFBRT0KLS0tLS1FTkQgUlNBIFBVQkxJQyBLRVktLS0tLQo=
ActivationState: Activated
ActivationStateAcknowledged: true
ActivityURL: https://albert.apple.com/deviceservices/activity
BasebandActivationTicketVersion: V2
BasebandCertId: 3255536192
BasebandChipID: 7278817
BasebandFactoryMasterKeyHash: 4A922B21B9180B51ACD2A2DE0097AD1FD9933780
BasebandKeyHashInformation:
AKeyStatus: 2
@freynaud
freynaud / gist:5521826
Created May 5, 2013 19:08
compiling libimobiledevice, instruments branch, commit fd626948947a8680e4ea9b8a82cd600e208743f4
libimobiledevice git:(fd62694) ✗ make
make all-recursive
Making all in common
cd .. && /bin/sh /Users/freynaud/Documents/workspace/libimobiledevice/missing --run automake-1.12 --gnu common/Makefile
cd .. && /bin/sh ./config.status common/Makefile depfiles
config.status: creating common/Makefile
config.status: executing depfiles commands
CC debug.lo
CC userpref.lo
userpref.c: In function 'userpref_gen_keys_and_cert':
selenium git:(ios-driver) ✗ ./go //py:mobileSafari_test:run
(in /Users/freynaud/Documents/workspace/selenium)
virtualenv --no-site-packages build/python
New python executable in build/python/bin/python
Installing distribute......................................................................................................................................................................................done.
build/python/bin/pip install third_party/py/py-1.4.13.tar.gz third_party/py/pytest-2.3.4.zip
Unpacking ./third_party/py/py-1.4.13.tar.gz
Running setup.py egg_info for package from file:///Users/freynaud/Documents/workspace/selenium/third_party/py/py-1.4.13.tar.gz
Unpacking ./third_party/py/pytest-2.3.4.zip
Failed tests: testCanEnterPhoneNumberIntoTELinput(org.uiautomation.ios.selenium.FormHandlingTest): 38 is stale.No node with given id found(..)
testIsSelectedShouldWorkRightAfterSelecting(org.uiautomation.ios.selenium.FormHandlingTest): expected [true] but found [false]
Tests run: 194, Failures: 2, Errors: 0, Skipped: 0
➜ ios-driver git:(master) ✗ git push beta master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 363 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
To [email protected]:ios-driver/ios-driver-beta.git
b62d814..2296081 master -> master
Mar 6 21:10:19 iPod-touch DTFetchSymbols[6080] <Notice>: Found paths:
Mar 6 21:10:19 iPod-touch DTFetchSymbols[6080] <Notice>: /usr/lib/dyld
Mar 6 21:10:19 iPod-touch DTFetchSymbols[6080] <Notice>: /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7
Mar 6 21:16:31 iPod-touch mobile_installation_proxy[6083] <Error>: main: Could not receive request from host.
Mar 6 21:16:48 iPod-touch mobile_installation_proxy[6085] <Error>: main: Could not receive request from host.
Mar 6 21:18:00 iPod-touch installd[52] <Error>: 0x2ff24000 handle_install: Install of "/var/mobile/Media/PublicStaging/chrome2.ipa" requested by mobile_installation_proxy
Mar 6 21:18:18 iPod-touch installd[52] <Error>: 0x2ff24000 MobileInstallationInstall_Server: Installing app com.google.chrome.ios
Mar 6 21:18:18 iPod-touch installd[52] <Error>: Mar 6 21:18:18 SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
Mar 6 21:18:23 iPod-touch installd[52] <Error>: entitlement 'keychain-access-groups' has v
(function() {
var CONST = 1;
function GenericClass() {
}
var prototype = GenericClass.prototype;
✗ cd /Applications/Xcode46-DP4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/Applications/MobileSafari.app
➜ MobileSafari.app ls | grep *.lproj
grep: English.lproj: Is a directory
grep: French.lproj: Is a directory
grep: German.lproj: Is a directory
grep: Italian.lproj: Is a directory
grep: Japanese.lproj: Is a directory
grep: Spanish.lproj: Is a directory
{
"class": "org.openqa.selenium.remote.Response",
"hCode": 919396785,
"sessionId": null,
"status": 0,
"value": {
"build": {
"revision": "unknown",
"time": "unknown",
"version": "unknown"
fork on github
➜ workspace git clone [email protected]:freynaud/selenium.git
➜ selenium git:(master) ✗ git branch appium
➜ selenium git:(master) ✗ git checkout appium
➜ selenium git:(appium) ✗ git remote add ios-driver git://github.com/freynaud/ios-driver.git
➜ selenium git:(appium) ✗ git fetch --all
Fetching origin
Fetching ios-driver
warning: no common commits
remote: Counting objects: 14423, done.