- D/Simple (13903): auto
- D/Simple (13903): infinity
- D/Simple (13903): normal
- D/Simple (13903): macro
- D/Simple (13903): continuous-picture
- D/Simple (13903): continuous-video
$ adb tcpip 5555
$ adb connect <device-ip-address>:5555
# Reset for usb
$ adb usb
AudioManager audioManager =
(AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
switch (audioManager.getRingerMode()) {
case AudioManager.RINGER_MODE_NORMAL:
if (mVibrate) {
defaults |= Notification.DEFAULT_VIBRATE;
}
defaults |= Notification.DEFAULT_SOUND;
break;
This file contains hidden or 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
buildscript { | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:0.3' | |
} | |
} |
MyProject/settings.gradle
include ':app', ':libraries:ActionBarSherlock:library'
MyProject/build.gradle
// The buildscript object bootstraps the Android build
buildscript {
repositories {
mavenCentral()
This file contains hidden or 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
D/Simple (23737): 4128x3096 | |
D/Simple (23737): 4128x2322 | |
D/Simple (23737): 3264x2448 | |
D/Simple (23737): 3264x1836 | |
D/Simple (23737): 2048x1536 | |
D/Simple (23737): 2048x1152 | |
D/Simple (23737): 1280x720 | |
D/Simple (23737): 640x480 |
This file contains hidden or 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 2013 Tristan Waddington. All rights reserved. | |
* | |
* 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 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or 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 2013 Simple Finance Corporation. All rights reserved. | |
* | |
* 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 | |
* | |
* Unless required by applicable law or agreed to in writing, software |