This file contains 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
const FOLDER = '3DModelsCache'; | |
if (Ti.Filesystem.isExternalStoragePresent()) | |
var DEPOT = Ti.Filesystem.externalStorageDirectory; | |
else | |
var DEPOT = Ti.Filesystem.applicationDataDirectory; | |
var folder = Ti.Filesystem.getFile(DEPOT, FOLDER); | |
if (!folder.exists()) { | |
folder.createDirectory(); | |
} |
This file contains 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
const FOLDER = '3DModelsCache'; | |
if (Ti.Filesystem.isExternalStoragePresent()) | |
var DEPOT = Ti.Filesystem.externalStorageDirectory; | |
else | |
var DEPOT = Ti.Filesystem.applicationDataDirectory; | |
var folder = Ti.Filesystem.getFile(DEPOT, FOLDER); | |
if (!folder.exists()) { | |
folder.createDirectory(); | |
} |
This file contains 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
/** | |
* Copyright (c) 2015 by satzmedia. All Rights Reserved. | |
* Author: Rainer Schleevoigt | |
* Please see the LICENSE included with this distribution for details. | |
*/ | |
var АктйонБар = require('com.alcoapps.actionbarextras'); | |
var Model = new (require('adapter/model'))(); | |
const MODELCACHE =1, TARGETPRINT=2, MENU=3; |
This file contains 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
Buildfile: /Users/fuerst/Downloads/printmanager-master/android/build.xml | |
python.set.exec: | |
python.check: | |
[echo] Testing for Python | |
[exec] Python 2.7.10 | |
init: | |
[mkdir] Created dir: /Users/fuerst/Downloads/printmanager-master/android/dist |
This file contains 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
Rainers-MBP:android fuerst$ ant | |
Buildfile: /Users/fuerst/Downloads/printmanager-master/android/build.xml | |
python.set.exec: | |
python.check: | |
[echo] Testing for Python | |
[exec] Python 2.7.10 | |
init: |
This file contains 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
android.buildTools.selectedVersion = "23.0.0" | |
android.dx.maxMemory = "2024M" | |
android.ndkPath = "/Users/fuerst/Library/android-ndk-macosx" | |
android.sdkPath = "/Users/fuerst/Library/android-sdk-macosx" | |
app.workspace = "/Users/fuerst/Documents/APPC_WORKSPACE" | |
cli.colors = true | |
cli.completion = false | |
cli.failOnWrongSDK = false | |
cli.httpProxyServer = "" | |
cli.ignoreDirs = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" |
This file contains 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
Rainers-MBP:~ fuerst$ appc ti info -t android | |
Appcelerator Command-Line Interface, version 5.1.0 | |
Copyright (c) 2014-2016, Appcelerator, Inc. All Rights Reserved. | |
Android SDK | |
Android Executable = /Users/fuerst/Library/android-sdk-macosx/tools/android | |
ADB Executable = /Users/fuerst/Library/android-sdk-macosx/platform-tools/adb | |
SDK Path = /Users/fuerst/Library/android-sdk-macosx | |
Android NDK |
This file contains 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
──────────────────┤ Check Environment ├─────────────────── | |
Node.js | |
✓ node installed (v0.12.7) | |
✓ npm installed (v2.11.3) | |
Titanium CLI | |
★ cli new version v5.0.6 available (currently v5.0.5) | |
Titanium CLI Dependencies |
This file contains 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
02-04 13:35:13.257 779 789 I ActivityManager: START u0 {act=android.settings.ACTION_APPLICATION_DETAILS_SETTINGS dat=package://de.appwerft.tierstimmenarchiv flg=0x10000000} from uid 10231 on display 0 | |
02-04 13:35:13.258 12260 12287 W System.err: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.ACTION_APPLICATION_DETAILS_SETTINGS dat=package://de.appwerft.tierstimmenarchiv flg=0x10000000 } | |
02-04 13:35:13.258 12260 12287 W System.err: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1798) | |
02-04 13:35:13.258 12260 12287 W System.err: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1512) | |
02-04 13:35:13.259 12260 12287 W System.err: at android.app.Activity.startActivityForResult(Activity.java:3930) | |
02-04 13:35:13.259 12260 12287 W System.err: at android.app.Activity.startActivityForResult(Activity.java:3890) | |
02-04 13:35:13.259 12260 12287 W System.err: at android.support.v4.app.FragmentActivity.startActiv |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.eppendorf.appmain" android:versionCode="300000" android:versionName="3.0.0" android:screenOrientation="nosensor"> | |
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21"/> | |
<application android:icon="@drawable/appicon" android:label="eppendorf" android:name="EppendorfApplication" android:debuggable="false" android:theme="@style/Theme.Eppendorfbeige" android:largeHeap="true"> | |
<activity android:name=".EppendorfActivity" android:label="@string/app_name" android:theme="@style/Theme.Titanium" android:configChanges="keyboardHidden|orientation|screenSize"> | |
<intent-filter> | |
<action android:name="android.intent.action.MAIN"/> | |
<category android:name="android.intent.category.LAUNCHER"/> | |
</intent-filter> | |
</activity> |