2012-12-06 3 views
0

그래서 GCH를 AndroidHive 튜토리얼의 도움으로 앱에 구현했습니다.GCM이 Nexus 7에서 작동하지 않습니다. Samsung Galaxy S3에 있습니다.

삼성 갤럭시 S3와 Nexus 7 모두에서 작동하는 데 사용되는 푸시 메시지. 이제는 삼성 갤럭시 S3에서만 푸시 알림이 작동하며 내 Nexus 7에 오류가 발생합니다. 제 nexus 7은 더 이상 등록하십시오. 난 내 넥서스 7을 등록하려고 할 때 나는이 얻을 :

01-01 07:46:33.396: V/GCMBroadcastReceiver(10980): onReceive: com.google.android.c2dm.intent.REGISTRATION 
01-01 07:46:33.396: V/GCMBroadcastReceiver(10980): GCM IntentService class: com.toviehd.remake.GCMIntentService 
01-01 07:46:33.396: V/GCMBaseIntentService(10980): Acquiring wakelock 
01-01 07:46:33.426: V/GCMBaseIntentService(10980): Intent service name: GCMIntentService-725930664821-1 
01-01 07:46:33.426: E/GCMRegistrar(10980): internal error: retry receiver class not set yet 
01-01 07:46:33.426: V/GCMRegistrar(10980): Registering receiver 
01-01 07:46:33.436: D/GCMBaseIntentService(10980): handleRegistration: registrationId = null, error = SERVICE_NOT_AVAILABLE, unregistered = null 
01-01 07:46:33.436: D/GCMBaseIntentService(10980): Registration error: SERVICE_NOT_AVAILABLE 
01-01 07:46:33.436: I/GCMIntentService(10980): Received recoverable error: SERVICE_NOT_AVAILABLE 
01-01 07:46:33.446: D/GCMBaseIntentService(10980): Scheduling registration retry, backoff = 1573 (3000) 
01-01 07:46:33.466: V/GCMBaseIntentService(10980): Releasing wakelock 
01-01 07:46:34.796: D/dalvikvm(10980): GC_CONCURRENT freed 212K, 5% free 8010K/8376K, paused 1ms+3ms, total 20ms 
01-01 07:46:34.976: D/dalvikvm(10980): GC_CONCURRENT freed 273K, 6% free 8159K/8592K, paused 3ms+3ms, total 24ms 
01-01 07:46:35.026: V/GCMBroadcastReceiver(10980): onReceive: com.google.android.gcm.intent.RETRY 
01-01 07:46:35.026: V/GCMBroadcastReceiver(10980): GCM IntentService class: com.toviehd.remake.GCMIntentService 
01-01 07:46:35.026: V/GCMBaseIntentService(10980): Acquiring wakelock 
01-01 07:46:35.036: V/GCMBaseIntentService(10980): Intent service name: GCMIntentService-725930664821-2 
01-01 07:46:35.036: V/GCMRegistrar(10980): Registering app com.toviehd.remake of senders 725930664821 
01-01 07:46:35.046: V/GCMBaseIntentService(10980): Releasing wakelock 
01-01 07:46:35.146: V/GCMBroadcastReceiver(10980): onReceive: com.google.android.c2dm.intent.REGISTRATION 
01-01 07:46:35.146: V/GCMBroadcastReceiver(10980): GCM IntentService class: com.toviehd.remake.GCMIntentService 
01-01 07:46:35.146: V/GCMBaseIntentService(10980): Acquiring wakelock 
01-01 07:46:35.176: V/GCMBaseIntentService(10980): Intent service name: GCMIntentService-725930664821-3 
01-01 07:46:35.176: D/GCMBaseIntentService(10980): handleRegistration: registrationId = null, error = SERVICE_NOT_AVAILABLE, unregistered = null 
01-01 07:46:35.176: D/GCMBaseIntentService(10980): Registration error: SERVICE_NOT_AVAILABLE 
01-01 07:46:35.176: I/GCMIntentService(10980): Received recoverable error: SERVICE_NOT_AVAILABLE 
01-01 07:46:35.186: D/GCMBaseIntentService(10980): Scheduling registration retry, backoff = 5157 (6000) 
01-01 07:46:35.196: V/GCMBaseIntentService(10980): Releasing wakelock 
01-01 07:46:35.996: D/dalvikvm(10980): GC_CONCURRENT freed 359K, 6% free 8220K/8736K, paused 3ms+4ms, total 22ms 
01-01 07:46:36.116: D/dalvikvm(10980): GC_CONCURRENT freed 332K, 7% free 8332K/8868K, paused 3ms+3ms, total 24ms 
01-01 07:46:40.346: V/GCMBroadcastReceiver(10980): onReceive: com.google.android.gcm.intent.RETRY 
01-01 07:46:40.346: V/GCMBroadcastReceiver(10980): GCM IntentService class: com.toviehd.remake.GCMIntentService 
01-01 07:46:40.346: V/GCMBaseIntentService(10980): Acquiring wakelock 
01-01 07:46:40.356: V/GCMBaseIntentService(10980): Intent service name: GCMIntentService-725930664821-4 
01-01 07:46:40.356: V/GCMRegistrar(10980): Registering app com.toviehd.remake of senders 725930664821 
01-01 07:46:40.366: V/GCMBaseIntentService(10980): Releasing wakelock 
01-01 07:46:40.466: V/GCMBroadcastReceiver(10980): onReceive: com.google.android.c2dm.intent.REGISTRATION 
01-01 07:46:40.466: V/GCMBroadcastReceiver(10980): GCM IntentService class: com.toviehd.remake.GCMIntentService 
01-01 07:46:40.466: V/GCMBaseIntentService(10980): Acquiring wakelock 
01-01 07:46:40.476: V/GCMBaseIntentService(10980): Intent service name: GCMIntentService-725930664821-5 
01-01 07:46:40.486: D/GCMBaseIntentService(10980): handleRegistration: registrationId = null, error = SERVICE_NOT_AVAILABLE, unregistered = null 
01-01 07:46:40.486: D/GCMBaseIntentService(10980): Registration error: SERVICE_NOT_AVAILABLE 
01-01 07:46:40.486: I/GCMIntentService(10980): Received recoverable error: SERVICE_NOT_AVAILABLE 
01-01 07:46:40.486: D/GCMBaseIntentService(10980): Scheduling registration retry, backoff = 8885 (12000) 
01-01 07:46:40.496: V/GCMBaseIntentService(10980): Releasing wakelock 

정말 내가 될이 ... 어떤 도움을 깰 무슨 짓을했는지 모른다 크게 감사

답변

4

그것은 날짜 시간에 있었다 환경. 태블릿의 날짜가 과거입니다. GCM은 과거 나 다른 것과 동기화 할 수 없다고 생각합니다. 태블릿에서 시간을 초기화하면 다시 작동합니다!

+0

무슨 일이 있었는지 알아 내 소중한 10 시간을 낭비했습니다. 고마워요 토비. – drulabs

+1

다행 내가 도울 수 :) – sn0ep

관련 문제