History log of /packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73b882fb7703fffc0be6fb6897a11cac6259dcc7 30-Sep-2014 Dawn Liu <xiaoyingliu@motorola.com> Correct function name in OMA-DM engine to match java function name.

This is to fix following error caused due to incorrect function name.
09-26 14:51:43.391 3769 3791 E AndroidRuntime: java.lang.NoSuchMethodError:
no non-static method "Lcom/android/omadm/service/DMSession;
.getDmAlert()Lcom/android/omadm/service/DmAlert;"

Bug: 17754958
Change-Id: Ia6b8e5947239144dd148c86771babd6cfe2bafe9
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
f5a761a5c1a965b0ab4b6937d9f42efcf9062266 11-Sep-2014 xinhe <xinhe@google.com> When fuzz information is sent to cell phone, especially when the message contain
non-UTF8 serverID info, it will cause abortion and cause the DM crash. This
change will do a pre-sanity check and give up when find the message contains
non-UTF8 payload. Tested with WAP fuzz message and sprint verification procedure

Bug:16374118
Change-Id: I4e9e20885fa9894a435c70a318014e7971198209
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
a1ef87a6ed72f6c59ee3969a371bdbdb855d603a 05-Sep-2014 xinhe <xinhe@google.com> Fix DMService crash

Previous change removed references to processBootstrapScript and
parseBootstrapServerId, so remove from JNI table.

bug:17401290
Change-Id: I6070f0e87a5ed35866e264f05de40022f1c5cc48
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
622b57345917dbcffd099917339dba2a150dbb92 14-Jul-2014 Jake Hamby <jhamby@google.com> Add OMA DM API for Hotspot 2.0 to get DM tree.

- Add new OMA DM binder API for Hotspot 2.0 client.
- Implement new IDMClientService.getDMTree() method.
- Remove DMSettingsProvider (not used, broken by Binder change).
- Add test app in plugins/testplugin, PRODUCT_PACKAGE: DMTestPlugin.
- Clean up JNI code.

Change-Id: Ieb3e1c4d42a36830a1aeea50ca261c892367b628
(cherry picked from commit 8acf063ad0c35694a4ad85f9755825bfd89f6b1e)
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
3d91e7ce47853dc4e6ec7e1fc675c3d1585e3c51 13-Mar-2014 Jake Hamby <jhamby@google.com> Initial commit of new OMA DM client.

Initial commit of new OMA DM client.

Bug: 8847590
Change-Id: I56c5e4acc3da65186434c764961fc692014e5df3
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
305faca2b66a07a037f1ee9a741254f025b4c05b 02-Apr-2014 Ben Murdoch <benm@google.com> Revert "Initial commit of new OMA DM client."

This reverts commit 9305001cc2c1ee5fe5830e2554ed8d4f269ebe0e.

Breaking checkbuild with the following failure:
make: *** No rule to make target `packages/apps/OMA-DM/plugins/CONNMO/src/com/android/sdm/plugins/connmo/ConnmoTargetQC.java', needed by `out/target/common/obj/APPS/ConnMO_intermediates/classes-full-debug.jar'. Stop.
make: *** Waiting for unfinished jobs....

Change-Id: I5116d2d64c9b1253443114ddd5ff095c0c74e808
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc
3fa3e56afc259ce982ca4f8b51be7378b7e2021e 13-Mar-2014 Jake Hamby <jhamby@google.com> Initial commit of new OMA DM client.

Initial commit of new OMA DM client.

Change-Id: I1e21f2bbd374cea8c62ad8565fd41f7fe70fdde8
/packages/apps/OMA-DM/engine/jni/DMServiceMain.cc