2013年10月29日火曜日

Android emulator setting memo

Solution1:
1.Add Android SDK path to system environment variables path.
2.cmd --> start emulator
For example: emulator -avd avd
3.cmd
>>adb shell
>>sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO system VALUES(99,'http_proxy',' 10.33.176.166 :8080')"
>>sqlite3 /data/data/com.android.providers.settings/databases/settings.db "SELECT * FROM system"
4.Restart android emulator

Soultion2:
1. settings->Wireless controls->Mobile networks->Access Point Names
2. Set Parament
- Proxy : your proxy address
- Port : your proxy port
- Username : your username if needed, or <Not set>  Password : your password if needed, or <Not set>
3. set DNS
>>adb shell
>>getprop
>>setprop net.dns1 192.168.1.1
or
>>setprop net.dns1 192.158.0.1

2013年10月2日水曜日

Oracle Mobile and Social Access Service

Overview
Oracle Mobile and Social Access Service is a fully integrated, server-based solution designed to secure mobile access to applications leveraging the enterprise's existing back-end identity management infrastructure. Oracle's Mobile and Social solution also provides client software development kits (SDKs) used by developers to weave security into native mobile applications for tight integration with identity management.

Oracle's Mobile and Social solution secures mobile access to corporate resources by leveraging the services of Oracle Access Management in terms of single sign-on between browser-based and native mobile applications, strong and multi-factor authentication, device fingerprinting and device context based fine-grained authorization. In addition, the Mobile and Social solution also enables enterprises to securely leverage social identity for personalization and federated sign-on.

Key features include:
Authenticating and Authorizing Mobile Users
Mobile Single Sign-on
Device Fingerprinting and Registration
Device Blacklist/Whitelist
Device-context Based Fine-grained Authorization
Log On Using Social Identity from Facebook, Google, Twitter, LinkedIn or Yahoo
REST-based directory interface for User Profile Services
Mobile and Social Client SDKs
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/oamms-1696162.html

ORACLE MOBILE AND SOCIAL ACCESS MANAGEMENT
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/oamms11gr2ds-1697252.pdf

White Paper
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/mobileandsocialaccessmanagementwp-1703656.pdf