2

ユーザーを追跡するために、加速度計/ジャイロスコープ/線形加速度/緯度/経度の読み取り値がサーバーに送信されるアプリケーションがあります。

モバイルデバイスがインターネットに接続されていない場合に私が直面しているこの問題は、データがローカルデータベースに保存されます.ただし、デバイスがネットワークに接続されると、データはサーバーと同期されます.サーバーがユーザーの位置を読み取るとすぐに追跡され、測定値とともに、データ (加速度計/ジャイロスコープ/直線加速度/緯度/経度の測定値) が 1 分ごとに電子メールでユーザーに送信されます。この問題は、アイスクリーム サンドイッチ、つまり ANDROID の後に直面しています。 4以上。また、DDMS でアプリケーションを実行すると、このエラーが発生します。以下の logcat ファイルを参照してください。

11-29 11:37:37.336: D/Vold(81): Volume sdcard state changing 3 (Checking) -> 4 (Mounted)
11-29 11:37:37.347: E/VoldConnector(250): NDC Command {114 volume mount /storage/sdcard0} took too long (3737ms)
11-29 11:37:37.375: W/ShutdownThread(250): Result code 0 from MountService.shutdown
11-29 11:37:37.715: D/MountService(250): sendStorageIntent Intent { act=android.intent.action.MEDIA_UNSHARED dat=file:///storage/sdcard0 (has extras) }
11-29 11:37:37.730: I/PackageManager(250): Updating external media status from unmounted to unmounted
11-29 11:37:37.730: D/MountService(250): volume state changed for /storage/sdcard0 (shared -> unmounted)
11-29 11:37:37.734: D/MountService(250): sendStorageIntent Intent { act=android.intent.action.MEDIA_UNMOUNTED dat=file:///storage/sdcard0 (has extras) }
11-29 11:37:37.734: I/StorageNotification(336): Media {/storage/sdcard0} state changed from {shared} -> {unmounted}
11-29 11:37:37.738: D/VoldCmdListener(81): volume shared /storage/sdcard0 ums
11-29 11:37:37.765: D/MountService(250): volume state changed for /storage/sdcard0 (unmounted -> checking)
11-29 11:37:37.769: D/MountService(250): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/sdcard0 (has extras) }
11-29 11:37:37.820: I/ActivityManager(250): Start proc android.process.media for broadcast com.android.providers.media/.MediaScannerReceiver: pid=24156 uid=10024 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
11-29 11:37:37.820: D/MountService(250): volume state changed for /storage/sdcard0 (checking -> mounted)
11-29 11:37:37.824: I/PackageManager(250): Updating external media status from unmounted to mounted
11-29 11:37:37.832: D/MountService(250): sendStorageIntent Intent { act=android.intent.action.MEDIA_MOUNTED dat=file:///storage/sdcard0 (has extras) }
11-29 11:37:37.863: D/VoldCmdListener(81): asec list
11-29 11:37:37.894: I/StorageNotification(336): Media {/storage/sdcard0} state changed from {unmounted} -> {checking}
11-29 11:37:37.898: I/StorageNotification(336): Media {/storage/sdcard0} state changed from {checking} -> {mounted}
11-29 11:37:38.082: I/ShutdownThread(250): Performing low-level shutdown...
: E/(): Device disconnected
4

0 に答える 0