[android-developers] Browser SSL trust issues.

2016-06-08 Thread Ryan Handby
Hi guys I was wondering if anyone could shed some light on the following 
issue:

Having trouble getting Android to trust a custom Root CA and Intermediate 
CA. I am installing them programatically with an app using:













This seems to be working fine as it prompts the user to install both of the 
certificates and they are added to the Trust Store (removed names for 
privacy reasons).

















When opening a site that is using them in Chrome on the android device it 
doesn't trust the certificates.

















This same set of certificates however work on mac, windows and ubuntu 
without any issues to connect to the same endpoint.
I am beginning to think it could be device related so I will test on some 
other Android devices.

Happy to provide any additional information if it will aid in getting to 
the bottom of this.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a2138818-d243-4fce-ad98-707706fd6624%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Pipped at the post - can't start Android Studio 2 Windows 7

2016-06-08 Thread David Leeming
I downloaded and installed JDK 8 and installed with all features with no 
errors

I downloaded the Android Studio 2 bundle and it installed without errors 
(no trouble finding JDK)

Studio 2 will not start. It shows the "startup slash card" with Android 
Studio and "Powered by the IntelliJ Platform". Aftera  while a small green 
progress bar goes across the screen reaching the end. The last few percent 
of this bar remain yellow. Then nothing else happens. Even after 1 hour. No 
way to quit or close it eiether.

I tried adding a system environment variable JDK_HOME with the JDK 
installation path C:\Program Files\Java\jdk1.8.0_91\  in my case

I reboot and try starting as administrator, no difference same result

In task manager I can't see anyapplication, process or service that looks 
related but not sure what to look for. The CPU is running normally, just a 
few percent. At least 2GB RAM free. 

Windows 7 Home Premium fully up to date, 4GB RAM, plenty space, i7 CPU.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/451e64a1-33e8-4fdd-9f15-eb317a5bab10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] turning android into Bluetooth headset

2016-06-08 Thread ckadiyal
Hi,
I am working on Android device running full android kitkat. I want to 
implement bluetooth headset functionality to it so user can make and 
receive calls to and from the wear over the bluetooth from it via connected 
android phone.The device already have A2DP sink functionality enabled.What 
settings I need to add to the HFP bluetooth profile so that the wear works 
as bluetooth headset?. If you know anyone who can guide me in this please 
tag the person. Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8721e1ac-6abd-4091-8568-7d2fed64315f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: How to get only one restaurant when I press click button one click

2016-06-08 Thread abeer shlby
I write this lines of code under button but it not working why
can you help me in this code
You could storage the parsed ArrayList, make a global variable for counting
the number of times that the button has been clicked.
ArrayList venuesList; Button btn; int clickCount; //
ArrayList allResults; List shownResults = new
ArrayList(); ArrayAdapter  myAdapter; @Override protected
void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);
new fourquare().execute(); btn=(Button) findViewById(R.id.button);
btn.setonclickListener(new View.onclickListener() { @Override public void
onclick(View v) { String name = venuesList.get(clickCount).getName();
String cat = venuesList.get(clickCount).getCategory(); String city =
venuesList.get(clickCount).getCity(); shownResults.add(name + "," + "cat" +
"" + city); clickCount++; myAdapter.notifyDataSetChanged(); } }); }

On Wed, Jun 8, 2016 at 12:42 AM, TreKing  wrote:

>
> On Mon, Jun 6, 2016 at 9:07 AM,  wrote:
>
>> Can you help me customizing code
>>>
>> i do as following
>>
>
> I already gave you a break down of what you need to do. What part
> specifically are you having trouble with?
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/QbNLketf7S4/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScgj%3DpCAcsBO7moXe9G%3DDaS99pg7qOnn1W-TsYx_Nh7xS2Q%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAH%3Da90z%2Bq%2B34%2BY%3Doma8u4qUhYBt2iTvR06d2K-_RkVQCqWs5uQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE: ENEXUS INC HOTLIST

2016-06-08 Thread Steve A
*Hi **,*
*Please let me know If you have any Corp-Corp positions available for my
Candidates. Please Send me Corp-Corp*  *Requirements to  **
  steve.aus...@enexusinc.com *

*S.NO *

*CONSULTANT NAME*

*SKILL*

*EXP*

*AVAILABLE*

*LOCATION*

*RELOCATION*















*1*

*SANTHOSH*

*.NET /SHAREPOINT ARCHITECT*

*15+ Years*

*Immediate*

*NY*

*OPEN*

*2*

*TEJ*

*SR* *COGNOS* *DEVELOEPR*

*9+ Years*

*Immediate*

*NJ*

*Open*

*3*

*Meghan*

*Sr .NET DEVELOER*

*9+ Years*

*Immediate*

*NY*

*Open*

*4*

*M S*

*IIS WEB ADMIN  /DEV-OPS ENGINEER*

*8 Years*

*Immediately*

* AZ*

*Open*

*5*

*LAKSHMIKANTH*

*LEAD PERFORMANCE TESTER*

*12+Years*

*Immediately*

*IL*

*Open*

*6*

*SADHANA*

*SR INFORMATICA DEVELOPER/ IDQ DEVELOPER*

*8+ Years*

*Immediately*

*FL*

*Open*

*7*

*YATHESH*

*TERADATA ARCHITECT*

*13 Years*

*Immediately*

*GA*

*Open*

*8*

*MADHU*

*TABLEAU DEVELOPER*

*8+ YEARS*

*Immediately*

*CA*

*Open*

*9*

*ALEKYA*

*SALESFORCE DEVELOPER*

*8+ Years*

*Immediately*

*IL*

*Open*

*10*

*Surender*

*UI/UX Developer*

*8+ Years*

*Immediately*

*WI*

*Open*



*Email is the Best way to reach me*

*Steve Austin*




*E-Nexus Inc Email: steve.aus...@enexusinc.com 
Phone : 810-633-0007 24520 Meadowbrook Road,Suite # 250, Novi, MI 48375 Web
: www.enexusinc.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAgwauH-b%3DbgADnhn%3DxcXGfwz7wYE31wTsHkenUiXipAdrpf9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
Ok.np
On Jun 8, 2016 4:35 PM, "Sushil Dhamal"  wrote:

> OK I will check
>>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/5568b0fb-92b2-412c-a08f-790519e34bb0%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXAR_ywDcH%3DJHpQE_7cLb-T1AToDLge%3DopmwLqVWvpS3Z%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Problems with building an APK in Android Studio (total newbie problems)

2016-06-08 Thread ERPMusicVideos
Hi,
I'm trying to build my first app and am running into problems...

I'm trying to compile this app:

http://stackoverflow.com/questions/9199827/convert-a-website-to-an-android-application

with Android Studio.. but I get errors.. 

Also, before compiling, some small notifications pop up in the 
MainActivity.java file, like "android.webkit.WebView? Alt+Enter" and a few 
more. What does that mean?

What am I doing wrong? I've been trying for quite some time now. I can 
provide more information, but being a newbie I really don't know what 
should I include to this post. Please ask if anything else is needed! Thank 
You very much in advance for help!

Here is the log:

Executing tasks: [:app:generateDebugSources, 
:app:generateDebugAndroidTestSources, :app:mockableAndroidJar, 
:app:prepareDebugUnitTestDependencies]

Configuration on demand is an incubating feature.
Incremental java compilation is an incubating feature.
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
:app:prepareComAndroidSupportAppcompatV72340Library
:app:prepareComAndroidSupportSupportV42340Library
:app:prepareComAndroidSupportSupportVectorDrawable2340Library
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:mergeDebugShaders
:app:compileDebugShaders
:app:generateDebugAssets
:app:mergeDebugAssets
:app:generateDebugResValues
:app:generateDebugResources
:app:mergeDebugResources
:app:processDebugManifest
:app:processDebugResources
:app:generateDebugSources
:app:preDebugAndroidTestBuild UP-TO-DATE
:app:prepareDebugAndroidTestDependencies
:app:compileDebugAndroidTestAidl
:app:processDebugAndroidTestManifest
:app:compileDebugAndroidTestRenderscript
:app:generateDebugAndroidTestBuildConfig
:app:mergeDebugAndroidTestShaders
:app:compileDebugAndroidTestShaders
:app:generateDebugAndroidTestAssets
:app:mergeDebugAndroidTestAssets
:app:generateDebugAndroidTestResValues
:app:generateDebugAndroidTestResources
:app:mergeDebugAndroidTestResources
:app:processDebugAndroidTestResources
:app:generateDebugAndroidTestSources
:app:mockableAndroidJar
:app:preDebugUnitTestBuild UP-TO-DATE
:app:prepareDebugUnitTestDependencies

BUILD SUCCESSFUL

Total time: 8.728 secs
Executing tasks: [:app:assembleDebug]

Configuration on demand is an incubating feature.
Incremental java compilation is an incubating feature.
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2340Library UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72340Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42340Library UP-TO-DATE
:app:prepareComAndroidSupportSupportVectorDrawable2340Library UP-TO-DATE
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:mergeDebugShaders UP-TO-DATE
:app:compileDebugShaders UP-TO-DATE
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources
:app:processDebugManifest
:app:processDebugResources
:app:generateDebugSources
:app:incrementalDebugJavaCompilationSafeguard
:app:compileDebugJavaWithJavac
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have 
changed, no previous execution, etc.).

C:\Users\Joh.PC\AndroidStudioProjects\MyApplication\app\src\main\java\com\erpmusic\www\myapplication\MainActivity.java:26:
 
error: ')' expected
mWebView.loadUrl(http://your.url.com);
 ^
1 error

:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output.

BUILD FAILED

Total time: 1.113 secs

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a22b244a-3eab-491e-8ddf-8fbd7fb6bfd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: NFC Secure Element

2016-06-08 Thread Максим Зайцев
Hi, Fernando!

Recently I started working with Nexus S concerning Mifare Card Emulation. I 
was searching for manual to do this, but haven't found anything.

I would like to know, if you have detailed instructions on how to emulate 
Mifare Classic 1K/4K cards. Thanks in advance.  

вторник, 19 июля 2011 г., 14:48:39 UTC+4 пользователь Fernando Miguélez 
Palomo написал:
>
> I got it working on 2.3.4_r1!!!
>
> The key was enabling discoverability but in card emulation mode. The 
> strange thing is now I can detect two smart card types with an Arcontia 
> smart card reader:
>
>- ISO14443A tag CL1 tag (This is the Mifare 4K)
>- FELICA RCS-885 424kbs tag (I suppose this is really the Javacard, 
>not a Felica card)
>
> I managed to write and read a block (4) to the Mifare 4K with default 
> keys. Next thing will be investigating wheter 2.3.4 adds support by means 
> of nxp-nfc library to directly send APDUs to the SE. You and Michael Roland 
> already confirmed it was not possible with prior gingerbread versions.
>
> I post the corrected patch to get card emulation on 2.3.4_r1.
>
> One thing. Card stops being readable from an external reader after screen 
> goes off and back on. However if you disable NFC and re-enable it (from 
> settings) card is discoverable again.
>
> Thanks nemik for your work (you can update your patches with these 
> corretions to work with gingerbread 2.3.4_r1 at your site if you want).
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6e89631a-b25e-48d9-aef8-445f791f54e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] java.util.zip.ZipException in android 6.0

2016-06-08 Thread Sandeep
Hi,

I am getting below error every time on android 6.0 only 

Non-fatal Exception: java.util.zip.ZipException: Local File Header 
signature not found; was 08074B50
   at java.util.zip.ZipFile.throwZipException(ZipFile.java:498)
   at java.util.zip.ZipFile.getInputStream(ZipFile.java:316)

Java.util.Zip we are using it for reading and writing the zip file, Please 
provide the solution or workaround for this.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/656f530f-adb1-4d5b-95c9-a300b99f77dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Business Analyst with Experience in Pharma Regulatory Domain

2016-06-08 Thread SALMA BHAT
Hi Partners,

Please share profile only  with  *Experience in Pharma Regulatory Domain
Local or near by  at naseer.ah...@nityo.com *


*Skill Set*

Business Analyst with Experience in Pharma Regulatory Domain

*Work Location*

Groton CT,USA

*Special Instructions*

NA



*Job Description*

Role Title: Business Analyst with Experience in Pharma Regulatory Domain
Duration: 6 months initially and may be extended.
Location: Groton CT,USA
Experience: 8-10 Years

· Strong knowledge of Regulatory Domain
· Strong knowledge of content management authoring and submission authoring
· Enterprise Business Analysis -Business process modeling, problem
analysis, building a business case, building a business process
· Knowledge of work involved in regulatory submissions as a part of
acquisitions
· Good knowledge of change management processes involved regulatory domain
· Should be able to work on process analytics, diagrams and documentation
· Excellent communication and documentation skills
· Interact with business stakeholders to identify and finalize the
business/functional requirements
· Experience of working with globally distributed teams

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK_heRqAK1%2BApv41FiGyMxgGGn8%3Dj3AeF19xtMrZpPumdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Business Analyst with Experience in Pharma Regulatory Domain

2016-06-08 Thread SALMA BHAT
Hi Partners,

Please share profile only  with  *Experience in Pharma Regulatory Domain
Local or near by  at naseer.ah...@nityo.com *


*Skill Set*

Business Analyst with Experience in Pharma Regulatory Domain

*Work Location*

Groton CT,USA

*Special Instructions*

NA



*Job Description*

Role Title: Business Analyst with Experience in Pharma Regulatory Domain
Duration: 6 months initially and may be extended.
Location: Groton CT,USA
Experience: 8-10 Years

· Strong knowledge of Regulatory Domain
· Strong knowledge of content management authoring and submission authoring
· Enterprise Business Analysis -Business process modeling, problem
analysis, building a business case, building a business process
· Knowledge of work involved in regulatory submissions as a part of
acquisitions
· Good knowledge of change management processes involved regulatory domain
· Should be able to work on process analytics, diagrams and documentation
· Excellent communication and documentation skills
· Interact with business stakeholders to identify and finalize the
business/functional requirements
· Experience of working with globally distributed teams

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK8%2BeTrLyOkE6EwofgEn2PLxnRD9CtM9Rd5-JouksC_ubw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Available candidates for network engineer

2016-06-08 Thread Yogindra Gowd
-- 



*Thanks Yogendraenthsquare inc*

*us staffing bench sales*
*contact : 408-610-3912*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAN52aWgu6HdLF54Fby3Vt%3DwGBXyu4j0xuuEkGXc7MEv8iycPjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


hot list for GG.docx
Description: MS-Word 2007 document


[android-developers] Android Studio Maps For Specific Area

2016-06-08 Thread Muhammad Qasim Riaz
Help Please.I want to create the Android Navigation app for university in 
which I want to use custom maps offline or online and I only wanted to 
display map only of university area and if any body search any thing that 
should be searched only in that specific area. I have tried by using google 
maps and mapbox API'S but i don't succeeded. Kindly guide me how can i do 
it.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c9c0d533-6ba8-4fe5-add2-5b06b7857980%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need BI Data Lead at Miami, FL

2016-06-08 Thread ravi kumar
Hi



Hope you are doing great!



This is *Ravi Kumar*, working as a Technical Recruiter at *Nityo Infotech*
. Please find below Job Description and let me know your interest.



*Role ::  BI Data Lead*



*Location :: Miami, FL*



*Duration :: 12+ Months*



*Experience :: 8+ Years*



*JD ::*



*Role and Responsibilities:*

· Design and develop enterprise data warehouses , data mart and
other data stores

· Designing data warehouses and data stores

· Design, develop and implement conceptual data models for BI
solutions

· Develop strategies for data acquisitions, archive recovery, and
implementation of a database

· Develop data migration strategies

· Responsible for overall database design for Analytics and
Dashboards

· Interact with BI architect  and developers for the implementation

· Establish best practices for data modeling and implementation


Good to have:

   - Knowledge on Hyperion, EssBase, JD Edwards
   - ITIL
   - ServiceNow



*Thanks & Regards*

*Ravi Kumar*

Technical Recruiter

609-853-0818 ext 2157

ravi.ku...@nityo.com

www.nityo.com

Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536




--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500
--

Disclaimer: http://www.nityo.com/Email_Disclaimer.html

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFMrq_Z%2B3Q0OJUi1D2hyxTo4619axpK%3DkOYXbqeKaeOiuAzc3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Available candidates for network engineer

2016-06-08 Thread Yogindra Gowd
-- 



*Thanks Yogendraenthsquare inc*

*technicl recruiting sales*
*contact : 408-610-3912*

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAN52aWjfCw88-fJhPjP3nhBRXBma_%3D5A06y5fY7wkpzZxPadSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


hot list for GG.docx
Description: MS-Word 2007 document


[android-developers] Looking for DB2 UDB Database Administrator in Denver CO USA with infosys

2016-06-08 Thread SALMA BHAT
Hi Partners,
Good morning

Please share resume at* naseer.ah...@nityo.com *



*Skill Set*

DB2 UDB Database v9 and v10, DB2 HADR, Shell Scripting, DB2 UDB
Certification is added advantage, Operating systems like Windows, Unix,
AIX, Linux

*Work Location*

Denver CO USA

*Special Instructions*

NA



*Job Description*

JD Follows: Responsibilities Technology Knowledge Requirement - DB2 UDB
Database Administration and Management(DB2 UDB DBA) v9 and v10 1.
Administration, configuration and support of DB2 Database Environment 2.
Understanding of AIX, Linux, and Windows operating systems 3. Experience in
performing maintenance activities. 4. Experience in DB2 High
Availability(HADR, TSA) 5. Knowledge of Backup and Recovery, shell
Scripting. 6. Should have knowledge of Oracle Enterprise Manager(OEM) 7.
Experience of Space management activities like Table space creation,
modification, etc. 8. Experience in Automatic Storage databases 9.
Implementing Business Continuity Solutions like Database refresh, cloning,
Database Backups, etc. 10. Experience in resolving incident management
tickets of Database Environment 11. Opening PMR with IBM through phone or
tickets in case of Database failures or any support required & driving them
to closure 12. Participate in Database Maintenance and DR activities 13.
Have worked on Database maintenance activities using security and access
control tools. 14. Monitoring the database on regular basis for performance
and other issues. 15. Able to resolve performance issues using various
tools. Process Knowledge 16. IT process and security standards 17. Good
knowledge on Incident , Problem and Change management process 18. Knowledge
on Ticketing tools 19. Managing P1/P2 Bridge Calls Skills § DB2 UDB
Database v9 and v10. § DB2 HADR, Shell Scripting § DB2 UDB Certification is
added advantage § Operating systems like Windows, Unix, AIX, Linux
Qualification Bachelors degree Experience Required ( In Years) A Minimum 5
years (60 months) of experience with listed Responsibilities and skill sets
is required for this role Other Requirements/Comments 1. DB2 UDB DBA
Certification in any of the Oracle versions - 9 and 10. 2. Process
knowledge certification is added advantage. 3. Any special certification in
Database administration. For Vendor Submissions Only

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK89hLC8zJNgnVj6FRw9_vAaHi3B0d89wr%2BRT-cGWc9%2BCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] "Sign-in to network" panel not fully functional

2016-06-08 Thread Derek Ferguson
Not sure if I’m on-topic here or not, but here goes... I am responsible for 
the setup/configuration of WiFi routers in various restaurants and venues. 
We are simply using the built-in splash page functionality of the router 
to, upon connection, present a simple marketing message and daily special 
offer via an extremely simple, static external HTML page, rather than the 
login page that many venues present (airports, coffee shops, McDonalds, 
etc.).

After connecting to our SSID with a PC or mobile device, users are 
presented with a customized splash page where our venue’s latest “offer of 
the day” banner ad is presented, which links via a standard hyperlink out 
to a PDF coupon for them to redeem said offer. There are also a couple of 
other simple items on the page, such as a menu with links to other offers, 
and an embedded Google Map to the venue in question.

All seems to be OK on PCs and iPad/iPhone devices. However, we are running 
into a problem on Android devices – specifically, Android devices using 
newer/more recent versions of the Android OS.

The problem is that Google has made a change to newer versions of Android 
so that WiFi connection login/splash/confirmation pages no longer come up 
in the default Web browser of the phone/tablet in question. Instead, they 
seem to come up in some kind of built-in notification window simply titled 
“Sign-in to network” – it does not seem to be a full-blown, 
feature-compliant browser, but rather a panel of sorts built into Android. 
And when our basic, mainly static HTML page loads within this alert window, 
none of the standard HTML features (such as hyperlinks) seem to work. A 
window appears with the title “Sign-in to network”, and our splash page 
appears on within it, but the standard HTML hyperlink from our special 
offer graphic (to a PDF file) does not work. Clicking it has no effect. Our 
menu underneath that does not seem to open (it’s automatically collapsed on 
mobile devices), and none of the links within it work properly, and our 
embedded Google Map does not appear at all. It’s as if this alert window or 
whatever we call it does not support the basic features of HTML pages in 
any way.

An example of one of our splash pages is located at: 
http://landing.airwifi.network/bigbossburgers/invite-offer-free-2nd-beer 
(just so you can see how simple it is). It will work fine in a standard 
browser, but will not function when presented within the “Sign-in to 
network” notification display panel for Android users who connect to our 
router devices. Unfortunately, you can only experience this when connecting 
locally.

There appears to be no way for me to programmatically force the Android 
client to “escape” from this proprietary panel and open up a page in their 
default browser. I’ve tried placing various forms of client and server side 
“push/redirect” code on the page in an effort to escape from this alert 
window and cue the default browser to open, with no luck. No matter what I 
do, it seems that they Android phones always load the splash page within a 
“sign-in to network” notification page rather than a browser, and that this 
notification panel is not fully functional for even basic HTML features 
such as  hyperlinks, javascript, or embedded items.

It’s possible that Android’s proprietary “sign-in to network” panel is 
apparently seeking some sort of acknowledgement of a successful "login" in 
order to proceed with any subsequent browsing. But if so, I don’t know what 
constitutes “acknowledgement”. Perhaps there some way to force a hidden 
form submission or link click programmatically to force the Android device 
to accept/acknowledge the connection just as if the user had logged in 
normally, so that we can then proceed to subsequent Web browsing?

Has anyone experienced this problem, or have any ideas as to whether 
there’s a work-around or coding-based solution to this difficulty? 
Thanks very much for your help in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/17633662-69c7-4714-95c4-a264fdf6cf6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal
If there is other way please let me known,

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/483b6785-d5e6-4817-bb71-c3fc0a5ea4a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal

>
> OK I will check 
>
Thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5568b0fb-92b2-412c-a08f-790519e34bb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
sorry for bad english

On Wed, Jun 8, 2016 at 4:25 PM, sardar khan 
wrote:

> i donot know i just see the taging of people you can have a lokk at graph
> api to do this if they allow you sholud definitly do it.
>
> On Wed, Jun 8, 2016 at 4:20 PM, Sushil Dhamal 
> wrote:
>
>> Hey,
>>> sardar khan
>>
>>
>>It is possible to add post as well as tag on business page at the same
>> time.Because I don't get method as such.
>>
>> Thanks,
>> I will try as your say.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to android-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/1ece27ae-c604-43da-95ed-e55e2c76b498%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXAQoY1vx_8t8mtz7mV9EbuKzr2OrrPjiuP_e8Xz%2BHmYnZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
i donot know i just see the taging of people you can have a lokk at graph
api to do this if they allow you sholud definitly do it.

On Wed, Jun 8, 2016 at 4:20 PM, Sushil Dhamal 
wrote:

> Hey,
>> sardar khan
>
>
>It is possible to add post as well as tag on business page at the same
> time.Because I don't get method as such.
>
> Thanks,
> I will try as your say.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/1ece27ae-c604-43da-95ed-e55e2c76b498%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXARMgmW%2B_vQuEdEBsTbA6hLY6m%3D7VU7%2B-FKZOKbS6Xhkog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal

>
> Hey,
> sardar khan


   It is possible to add post as well as tag on business page at the same 
time.Because I don't get method as such.

Thanks,
I will try as your say. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1ece27ae-c604-43da-95ed-e55e2c76b498%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
you can use graph Api of the facebook by suing this you can tag

On Wed, Jun 8, 2016 at 4:07 PM, Sushil Dhamal 
wrote:

> Hi,
>
>I developed an android app to post the content on facebook. I am able
> to do it.
>Now i want to tag the same content on facebook business page. How can i
> do?
>
> This is my code to share post :
>
>  ShareLinkContent linkContent = new ShareLinkContent.Builder()
>
>
> .setContentDescription(textToShare.toString())
> .setContentUrl(Uri.parse(url))
>
> .build();
>
>
> Now I wants to tag it on facebook buisness page, Is it possible?and 
> How?
>
>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/49a1addd-da8c-4a64-8062-2e585770ed34%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXATRZN_wxm3nXBtygJtAK9wiZVHsbi8%2BUG1b1uyFH1t1PA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to tag post on facebook business page.

2016-06-08 Thread Sushil Dhamal
Hi,

   I developed an android app to post the content on facebook. I am able to 
do it.
   Now i want to tag the same content on facebook business page. How can i 
do?

This is my code to share post : 

 ShareLinkContent linkContent = new ShareLinkContent.Builder()


.setContentDescription(textToShare.toString())
.setContentUrl(Uri.parse(url))

.build();


Now I wants to tag it on facebook buisness page, Is it possible?and How?


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/49a1addd-da8c-4a64-8062-2e585770ed34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Network Service Discovery not discover service type of other device in local network

2016-06-08 Thread Mangesh Sambare
Hi guys,
Hope all of you good. I have an query. I am choke at one issue. This really
irritating me. please see following link. All information related my
question is posted here.

http://stackoverflow.com/questions/37699734/network-service-discovery-is-not-discover-service-type

hope will give positive feedback.

-- 
Thanks and Regards,
Mangesh Sambare

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAiX-sdADO6W7--mdzBbZOjCfeN0e45oG%3DAKr9K3bkcFHy67mQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need to regenerate google-services.json

2016-06-08 Thread Javi Muñoz
Hi all!

I'm totally desperate. I need to regenerate my google-services.json from 
this web, because I've lost the original json file.

Generate config file 


When I put all the data, my project name, package name and my SHA1, it 
gives me this message
The SHA-1 you specified is already used with the same package name for a 
different Android OAuth2 client.

I don't know how to solve this, because I know that the key is in that 
project.

I need the google-services.json in order to get the token from my google 
sing in.

Any help?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a78049fd-ae05-4a70-8a43-d44833a84c4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] App usage access permision lost for my app (istall in sd card) after reboot the phone

2016-06-08 Thread Adsplay International
Dear All,


I am facing a problem that after reboot the phone my app lost the app usage 
acces permision , if i install the app in internal memory then the 
permission will be there means my app have app usage access , but if i 
install in sd card and reboot phone then permision is disable. help me 


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1f671eb1-0af9-40aa-b1e7-37c8e2712800%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Security concern with android URL (r8---sn-a8au-nh4e.gvt1.com)

2016-06-08 Thread ksingh
Hi,

We developed Android application and in security report of this application 
there is following URL used:

4.53.202.147 (r8---sn-a8au-nh4e.gvt1.com)  United States ↓5.39 MB / ↑  
38.1 KB HTTPS

Please help me to find why application using this URL. We didn't requested 
this URL in the app.
Is it a virus/malware?

Thanks

Karan

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/39d00651-089b-42d3-8491-4da9b44d7333%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.