Skip to content

Instantly share code, notes, and snippets.

Current:
staging/cm-14.0 -> cm-14.0
cm-14.0 -> cm-14.0
refs/heads/cm-14.0 -> cm-14.0
refs/heads/staging/cm-14.0 -> cm-14.0
staging/test/cm-14.0 -> cm-14.0
With patch:
staging/cm-14.0 -> staging/cm-14.0
cm-14.0 -> cm-14.0
Current:
staging/cm-14.0 -> cm-14.0
cm-14.0 -> cm-14.0
refs/heads/cm-14.0 -> cm-14.0
refs/heads/staging/cm-14.0 -> cm-14.0
With patch:
staging/cm-14.0 -> staging/cm-14.0
cm-14.0 -> cm-14.0
refs/heads/cm-14.0 -> refs/heads
diff --git a/config/common.mk b/config/common.mk
index f85f47d..8d71092 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -9,6 +9,8 @@ TARGET_BOOTANIMATION_SIZE := $(shell \
echo $(TARGET_SCREEN_HEIGHT); \
fi )
+$(info $(TARGET_BOOTANIMATION_SIZE))
+
164156 # sad selinux 2002
164162 # windowmanager: Add support for blur effects
164985 # Cdma: EriManager: allow forcing reading eri from xml
164986 # Store correct IMSI when retreived from SIMRecords and use it for RuimRecords
165010 # geofence: Low power geofence HW implementation
skip 164406 # CMParts: Add performance profile settings
skip 164407 # Settings: battery: Add CMParts perf profiles preference
164667 # Go back to the old ear-wiggling Android animation.
# victara
diff --git a/tools/repopick.py b/tools/repopick.py
index a53c043..c2acbf4 100755
--- a/tools/repopick.py
+++ b/tools/repopick.py
@@ -153,6 +153,7 @@ if __name__ == '__main__':
parser.add_argument('-Q', '--query', help='pick all commits using the specified query')
parser.add_argument('-g', '--gerrit', default=default_gerrit, help='Gerrit Instance to use. Form proto://[user@]host[:port]')
parser.add_argument('-e', '--exclude', nargs=1, help='exclude a list of commit numbers separated by a ,')
+ parser.add_argument('-pb', '--pick-branch', help='override the default branch and just pick commit')
args = parser.parse_args()
2016-08-09 12:57:33,815 [ search_worker_0][ search][ INFO] Search step 1 beginning (queue size is 1)
2016-08-09 12:57:35,240 [ search_worker_0][ models][ INFO] Upserted 0 pokemon, 206 pokestops, and 12 gyms
2016-08-09 12:57:38,815 [ search_worker_0][ search][ INFO] Search step 2 beginning (queue size is 395)
2016-08-09 12:57:39,031 [ search_worker_0][ models][ INFO] Upserted 0 pokemon, 0 pokestops, and 0 gyms
2016-08-09 12:57:43,818 [ search_worker_0][ search][ INFO] Search step 3 beginning (queue size is 394)
2016-08-09 12:57:44,299 [ search_worker_0][ models][ INFO] Upserted 0 pokemon, 209 pokestops, and 13 gyms
2016-08-09 12:57:48,818 [ search_worker_0][ search][ INFO] Search step 4 beginning (queue size is 393)
2016-08-09 12:57:48,978 [ search_worker_0][ models][ INFO] Upserted 0 pokemon, 0 pokestops, and 0 gyms
2016-08-09 12:57:53,822 [ search_worker_0][ search][ INFO] Search step 5 beginning (queue size is 392)
201
diff --git a/scripts/accept-tos.py b/scripts/accept-tos.py
index 4d33bb4..644f0ac 100644
--- a/scripts/accept-tos.py
+++ b/scripts/accept-tos.py
@@ -10,10 +10,11 @@ from pgoapi.exceptions import AuthException
import pprint
import time
import threading
+import sys
1: 1
2: 2646249086163877912
6 {
1: 6
2 {
1: 1
}
}
100 {
1 {
import string
import random
import mechanize
import requests
import imaplib
import email
import re
import time
from faker import Factory
diff --git a/dotcase/src/org/cyanogenmod/dotcase/SensorService.java b/dotcase/src/org/cyanogenmod/dotcase/SensorService.java
index 206e1b5..73de9b6 100644
--- a/dotcase/src/org/cyanogenmod/dotcase/SensorService.java
+++ b/dotcase/src/org/cyanogenmod/dotcase/SensorService.java
@@ -96,7 +96,6 @@ public class SensorService extends Service implements SensorEventListener {
}
public final void onSensorChanged(SensorEvent sensorEvent) {
- mSensorManager.unregisterListener(mSensorEventListener);
float gesture = sensorEvent.values[0];