[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread Mark Hansen


It's really acting like there is something on my machine which is 
preventing the phone/tablet devices from accepting the debug command 
(prompt, whatever it is) so the device just doesn't ask. As I've said, I 
tried uninstalling Android Studio (which includes the SDK) and removing the 
.android directory which is in my HOME directory and reinstalling, but this 
didn't help. Is there something else I can clean out to get this working 
again?

If I'm asking in the wrong place, can someone please let me know where this 
should go?

I'm really stuck at this point.

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/52167d39-b26c-4646-b3bc-aa68d637e099%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IBM ODM System Admin ,Cleveland, OH , 7-12+ Months

2016-04-28 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: IBM ODM /(BRMS) System Admin*

*Location: Cleveland, OH*

*Contract: 7-12+ Months *



*Requirement:*

· IBM ODM (Operational Decision Management).



· IBM ODM (Operational Decision Manager) - Business Rule
Management(BRMS)



· System Administrator



· 6-8 years





*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BiOb7hASHsgOfzdUJsjobn5eUZ%3DKt-xu7yp7_9iYgN6UA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Agile Coach @ Columbus, OH

2016-04-28 Thread Ateeq Rehman
Hi Folk,

Hope everything is going well with you.



Please share *Agile Coach* Profile at *ateeq.reh...@diverselynx.com
*



*Job Description:*



*Role: Agile Coach*

*Location: Columbus, OH*

*Experience: 10+ years*



*Detailed JD:*



o Minimum 10 to 12 years’ experience in Agile and Lean based process
improvements in a large organization acting in a leadership role /Managing
Consultant /Client Program Manager.
o Minimum 3-5 years of industry experience (IT, Manufacturing, Production,
BFS, etc.) as an Agile Coach (resume should clearly articulate the coaching
experience in a large scale enterprise agile transformation).
o Experience in training teams on Agile methodologies (Scrum, Kanban, Lean,
XP, RAD etc.) along with the capability to conduct role based Agile
training such as Scrum Master Training, Product Owner Training, etc.
o Experience in managing or leading Agile engagements in a distributed
agile environment such as on-site / off-shore model
o Experience in enterprise Agile frameworks such as Scaled Agile Framework
(SAFe), Large Scale Scrum (LeSS), Disciplined Agile Delivery (DAD) with
ability to guide the customer organization on the right path for Scaled
Agile adoption and maturity
o Experience in creating and tailoring Agile processes based on customer
need, keeping the processes always aligned to the Agile Manifesto
o Experience in consulting or implementing Agile processes in legacy
application environment such as mainframe
o Experience in customer facing roles





*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: ateeq.reh...@diverselynx.com  ||
Hangout: ateeq.staffing*

-- 
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/CAN6NZJuoNSUHZyfL%2Bhn_%3Djds6SZ1tuiB67yyh1kyBW%2BPuq1S1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Kostya Vasilyev
http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-network


   - Your apps can now change the state of WifiConfiguration
   

objects
   only if you created these objects. You are not permitted to modify or
   delete WifiConfiguration
   

objects
   created by the user or by other apps.

-- K



2016-04-28 22:02 GMT+03:00 Hogga :

> Really?
>
> So when I connect to a WiFi network via standard Android App, so via
> Android prefences, I only can delete this WiFi via Android prefences and
> not with any other App?
>
> Why? :-) And where is that decriped? Thanks!
>
>
>
>
> Am Donnerstag, 28. April 2016 20:51:19 UTC+2 schrieb Kostya Vasilyev:
>>
>> On 6.0 and above, a WiFi network can only be modified or removed by same
>> exact app as originally created this network.
>>
>> -- K
>>
>>
>> 2016-04-28 21:39 GMT+03:00 Hogga :
>>
>>> Hi,
>>>
>>> I´ve an App in which I want to remove saved Wifi networks, by selecting
>>> a specific.
>>>
>>> Here is my code:
>>>
>>> List savedWifis = wifiMgr.getConfiguredNetworks();
>>>
>>> wifiMgr.removeNetwork(savedWifis.get(k).networkId);
>>>
>>> wifiMgr.saveConfiguration()
>>>
>>> "k" is the selected WiFi in a ListPrefence.
>>>
>>>
>>> My Problem:
>>> On one of my smartphones it works wihtout problems (Cyanogenmod 12.1,
>>> Android 5.1.1), BUT on an other device the selected WiFi is not deleted
>>> (Android 6.0.1).
>>> wifiMgr.saveConfiguration() returns "true".
>>>
>>>
>>>
>>> Any idea?
>>>
>>> Thanks a lot!
>>>
>>

-- 
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/CAN7dqjAzARY%3DZBvwWHt23Qi45g7Wi%3DBXfQT%3D_OBr2wATa%2Bo2pA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Hogga
Really?

So when I connect to a WiFi network via standard Android App, so via 
Android prefences, I only can delete this WiFi via Android prefences and 
not with any other App?

Why? :-) And where is that decriped? Thanks!




Am Donnerstag, 28. April 2016 20:51:19 UTC+2 schrieb Kostya Vasilyev:
>
> On 6.0 and above, a WiFi network can only be modified or removed by same 
> exact app as originally created this network.
>
> -- K
>
>
> 2016-04-28 21:39 GMT+03:00 Hogga :
>
>> Hi,
>>
>> I´ve an App in which I want to remove saved Wifi networks, by selecting a 
>> specific.
>>
>> Here is my code:
>>
>> List savedWifis = wifiMgr.getConfiguredNetworks();
>>
>> wifiMgr.removeNetwork(savedWifis.get(k).networkId);
>>
>> wifiMgr.saveConfiguration()
>>
>> "k" is the selected WiFi in a ListPrefence.
>>
>>
>> My Problem: 
>> On one of my smartphones it works wihtout problems (Cyanogenmod 12.1, 
>> Android 5.1.1), BUT on an other device the selected WiFi is not deleted 
>> (Android 6.0.1).
>> wifiMgr.saveConfiguration() returns "true".
>>
>>
>>
>> Any idea?
>>
>> Thanks a lot!
>>
>> -- 
>> 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-d...@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/72a42b45-3656-4db3-a090-aad6a60cc57e%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/8bd6626b-4ceb-41c3-8a4f-ecb4c15052d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Kostya Vasilyev
On 6.0 and above, a WiFi network can only be modified or removed by same
exact app as originally created this network.

-- K


2016-04-28 21:39 GMT+03:00 Hogga :

> Hi,
>
> I´ve an App in which I want to remove saved Wifi networks, by selecting a
> specific.
>
> Here is my code:
>
> List savedWifis = wifiMgr.getConfiguredNetworks();
>
> wifiMgr.removeNetwork(savedWifis.get(k).networkId);
>
> wifiMgr.saveConfiguration()
>
> "k" is the selected WiFi in a ListPrefence.
>
>
> My Problem:
> On one of my smartphones it works wihtout problems (Cyanogenmod 12.1,
> Android 5.1.1), BUT on an other device the selected WiFi is not deleted
> (Android 6.0.1).
> wifiMgr.saveConfiguration() returns "true".
>
>
>
> Any idea?
>
> Thanks a lot!
>
> --
> 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/72a42b45-3656-4db3-a090-aad6a60cc57e%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/CAN7dqjDTWo5n0VwK-DYLdJzoS1abS1e2ZPLyC%3D3yhVkfXjSeiQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Copy protection for Android apps

2016-04-28 Thread Sven Hedlund
I see, thanks for your reply!

Den torsdag 28 april 2016 kl. 07:17:57 UTC+2 skrev Mohsen Mostafaei:
>
> hi,
> unfortunately until now i can install any apk without any hard work to do. 
> but if you assign a code to user who have bought your app(if there is a way 
> to do this by app market) you can lock (programmatically) the app for other 
> user.  just idea 
> thanks mohsen 
>
>  
> On Thursday, April 28, 2016 at 8:57:50 AM UTC+4:30, Sven Hedlund wrote:
>>
>> Being an Android newbie, I wonder: If I spend a lot of time on learning 
>> how to program for Android, developing impressive apps and uploading them 
>> to sell on Google Play - will they automatically be properly copy 
>> protected? Or is it possible to just copy my apk from one device and run it 
>> on another?
>>
>> I tried to google this question but all answers I found were a couple of 
>> years old and I guess the answer to my question will change over time.
>>
>> Grateful for reply,
>> Sven
>>
>>

-- 
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/232f99ae-b3e3-4e0b-89c1-e55e45a30f75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Removing Saved WiFi Networks

2016-04-28 Thread Hogga
Hi,

I´ve an App in which I want to remove saved Wifi networks, by selecting a 
specific.

Here is my code:

List savedWifis = wifiMgr.getConfiguredNetworks();

wifiMgr.removeNetwork(savedWifis.get(k).networkId);

wifiMgr.saveConfiguration()

"k" is the selected WiFi in a ListPrefence.


My Problem: 
On one of my smartphones it works wihtout problems (Cyanogenmod 12.1, 
Android 5.1.1), BUT on an other device the selected WiFi is not deleted 
(Android 6.0.1).
wifiMgr.saveConfiguration() returns "true".



Any idea?

Thanks a lot!

-- 
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/72a42b45-3656-4db3-a090-aad6a60cc57e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: PostGres DBA @ Pittsburgh, PA - Permanent/Full Time Position

2016-04-28 Thread Ateeq Rehman
*Hi Folk,*

Hope you are doing great.



Please share *PostGres DBA Profile* at *ateeq.reh...@diverselynx.com
*



*Job Description:*



*Role   : PostGres DBA*

*Location   : Pittsburgh, PA*

*Experience : 7+ years*





*Detailed JD:*



Preferably 5 or more years of experience in PostGres SQL Server database
admin preferred.
Analyzes, develops, tests and implements database designs in support of
corporate and client area technology requirements.

Performs data modeling, logical and physical database design.

Includes maintenance of database dictionaries, monitoring of standards and
procedures, access methods and time, validation checks, organization and
statistical methods.

Responsible for data loading, security, performance monitoring and tuning,
capacity planning, and backup and recovery.

Executes database software installation, database creations/configurations
and loads.





*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: ateeq.reh...@diverselynx.com  ||
Hangout: ateeq.staffing*

-- 
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/CAN6NZJsyqDdTYrFaNC-Br3H6rz7SczR15Z5NY1MbJerwyApeog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Oracle EBS Functional Consultant,CHICAGO, IL

2016-04-28 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Oracle EBS Functional Consultant*

*Location: CHICAGO, IL*

*Contract: 7+ Months*



*Requirement*

· Performs technical and functional design on integrations,
reports, workflow and extensions/customizations.

· Performs configuration and setups

· Ensures deliverables are tracked and delivered to the project
schedule.

· Mentor in-house technical resources on Oracle EBS system.

· Lead business process evaluations, requirements gathering, system
analysis and design activities.

· Involve in design decisions on business solutions and processes
on Oracle EBS.

· Work with external consultants to ensure quality deliverables and
meets standards.

· Act as Oracle EBS Subject Matter Expert.

· Well versed with Oracle Implementation Methodology

· Work closely with application development managers and
integration resources to build integrated solutions

· Responsible for technical architecture design, logical design,
technology strategy and will play a key role in engaging multiple
stakeholders to ensure a successful rollout of business solutions •
Translate challenging business requirements into solutions leveraging
standard Oracle functionality in latest/current releases of Oracle EBS.

· Work as a business partner with client users to evaluate /
improve business processes and arrive at mutual, cost effective solutions

· Proactively monitor production to identify candidates for long
term application improvements

· Proven history of successful problem solving with strong sense of
ownership and urgency.

· 8+ years of functional ex ...





*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BjD104uYAX_i%3Dw3yPL6UVz_wtohQA_b3vms7xx6ciA9yw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Tibco Developer ,US Citizen OR Green card Only

2016-04-28 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Tibco Developer *

*Location: Wilmington , DE*

*Contract: Long Term*

*Visa :US Citizen OR Green card*



*Requirement*

· 5+ years of experience in large scalable enterprise systems
development using Tibco technology

· Experience with setting Tibco domains and projects

· TIBCO Business Works (Designer, Adapters etc.)

· TIBCO Adapter technologies (Database, MQ Series, SWIFT, Files )





*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BhoSJWKNdDjveCoY%3Du0AMGUmFAn2JJb_5uKoh7mWpwFBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for ETL Data Integration @ Mission, KS

2016-04-28 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *ETL Data Integration..* Please let me
know if you have any consultants and get back to me with their updated
resume in .doc format immediately. Given below is the job description.



*Job Title: ETL Data Integration*

Location: Mission, KS

Duration: 8+ Month

Total Experience: 9 Years



*JD:*

Looking for an experience data integration expert with experience in any of
the following Mulesoft (preference), Informatica, Tibo or WebMethods.  Must
be skilled in architecting and building integration scenarios.  Should have
at least 6 years of integration/architecture



*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

ssh...@myasap.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/CAMy78avSdzkCvuGpWiZb1irNaghB0mDRVny0UvPRVVjso9ys2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQUIREMENT QA TEST ANALYST @ PORTLAND / OR

2016-04-28 Thread durganaveen . usit


Hi ,

 

This is NAVEEN  from SAGE IT INC.
Hope you are doing great. Please send me your updated resume if you’re 
interested for this position.

 

 

Job Title: QA Test Analyst

 

Location: Portland, OR

 

Duration: 12 Months 

 



 

Job Description:

 

· 10+ years experience - Candidate should have knowledge of full 
system life cycles.

 

· Knowledge of quality assurance practices and tools are required. 

 

· Automated or manual testing experience in the web and client 
server environments. 

 

· Has experience in writing test cases, test plans, structured test 
methodology, use cases.

 

· Development experience in test scripts, execution and reporting 
also required.

 

 

 

Specific Skills Needed:

 

· HP NonStop

 

· BASE24 ATM and Interfaces

 

· Diebold ATMs (EmPower preferred)

 

 

 

Note: Need Work Authorization and Photo ID copies for submission.

 

 

Thanks& Regards

Durga Naveen

SageIT IT Solutions INC

[image: 
http://sagedevelopment.co/test/sageitinc/wp-content/uploads/2014/04/logo1.jpg]

cnaveen*@sageitinc.net*  

972-996-0650 Extn 349

www.sageitinc.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/0eaa6fc5-ec40-4aba-ae17-bfd6502714ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist

2016-04-28 Thread Tapan Kushwaha
Hello,

Greetings!



This is with reference to the Updated Hot-List of “Technocraft Solutions”
consultants, who are actively looking for a new contract opportunity;
Please let me know if you have any suitable requirement for our active
consultants. Also please send me your Job Requirements at
*ta...@technocraftsol.com*  or you can reach me
at 614-664-7644



*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Shradha*

*Sr. ETL Developer*

*Dallas, TX*

*11+*

*Only Dallas*

*2*

*Mayu*

*ETL Informatica*

*Plattsburgh, NY*

*7.5*

*Yes*

*3*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*4*

*Nikitha*

*Informatica*

*Dallas, TX*

*7+*

*Yes*

*5*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*6*

*Mrunali*

*Informatica*

*Irvine, CA*

*7+*

*CA, TX, FL, NC, AZ*

*7*

*Arti*

*QA Automation*

*CA*

*7+*

*Open*

*8*

*Sanjay*

*QA Lead*

*Providence, RI*

*9+*

*Open*

*9*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*10*

*Rama*

*PL/SQL*

*Tamha, FL*

*7+*

*Yes*

*11*

*Ami*

*SQL/BI Developer*

*Piscataway, NJ*

*7+*

* Open*

*12*

*Gunnemouni*

*MS SQL Server SSIS/SSRS*

*Dallas, TX*

*7+*

*Yes*

*13*

*Anusha*

SQL/ SSIS/ SSRS

*Dallas, TX*

*7+*

*Open*

*14*

*Sree Shravya*

*SQL SERVER / MSBI*

*Houston, TX*

*8+*

*Yes*

*15*

*Merilena*

*Service NOW*

*Dallas, TX*

*7+*

*Yes*

16

Sree

Business Analyst

Houston, TX

7+

Open

*17*

*Nil*

*Oracle DBA*

*MD*

*7+*

*Yes*




Looking forward to do Business with you.



Thanks,



*TAPAN*

*Business Development Manager*

*Technocraft Solutions LLC*

7000 parkwood Blvd, Ste#200G

Frisco,TX,75034

Email: ta...@technocraftsol.com

www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

Yahoo Id:Tapan_technocraft

Gmail Id: Tapan.technocraft

Contact: 614-664-7644

Fax: 866-360-3962

-- 
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/CA%2BRjhA-GQZnn2JOnRDeU3fCnALz0nRpJ4t4uDyUK1riOcOWdUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How do I hide my app download / installation count in Google Play?

2016-04-28 Thread bennyadvantage
I would like to hide my app download count for now. I can not figure it 
out. Please help. 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/37448fda-cc9f-4937-8727-28a72e2203d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need::::::::::::Windows and Vmware Admin ,Milford , OH ,6-12 Months

2016-04-28 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Windows and ESX Vmware Admin *

*Location: Milford , OH *

*Contract: 6-12 Months*



*Requirement:*

· Candidate must be ready to work in 24x7 shift based Windows Admin
Build and Migration support work. Candidate must have –

· The key qualification for this position is that the Candidate
needs to be able to build ESX hosts, ESX clusters, and has supported an ESX
environment  (adding storage, adding networks, trunking VLANs, adding
switches).

*Responsibilities*

· Candidate should have knowledge on EMC storage - To run EMC Grab
, Power path and LUN migration

· Microsoft Windows 2008 and 2012 network operating systems in a
mixed environment.

· Microsoft Active Directory administration and security.

· Microsoft DNS, DHCP

· Experience working with and maintaining VMware vSphere 5.

· Microsoft Group Policy deployment to ensure standard computer
settings, software distribution and security policy enforcement.

· Create, develop and update documentation for all configurations,
standards and critical procedures within the XenApp or vSphere where
applicable

· Assist with daily responsibilities that include, but not limited
to, management of server images, application and OS installations and
images, deploying physical servers and documentation.

· Reset user roaming profiles.

· Assign users to published applications.

· Log off hung sessions.

· Troubleshoot server connectivity issues and verify that servers
are available to users.

· Candidate must have strong experience managing physical and
virtual servers.

· Strong knowledge in managing server health, server migrations and
deployments, optimizing power consumption, and performance.

· Candidate must have strong Enterprise data experience.

· Consultant will be responsible for the rapid deployment and
provisioning of ProLaint of DL and BL servers, utilizing MDT

· Prior experience migrating legacy servers, such as x86 to new
ProLiant servers, while retaining data OS, applications, configurations.

· Consultant should also have knowledge of physical to virtual
migrations, preferably utilizing VMware, ESX 5.1.

· Expertise in managing a virtualized environment with VMware

· In-depth knowledge of VMware ESXi 4.x and VSphere 5.x. Able to
architect, design, build, and maintain that platform

· Knowledge to design and maintain Windows core services

· VMware vCenter is a Must.

· Looking for a Windows server Engineer to help provision servers
for upcoming projects.

· This Engineer should have an understanding of the steps required
to build a server utilizing MDT, VMware and Server provisioning tool

· Candidate should have knowledge on EMC storage - To run EMC Grab
, Power path and LUN migration

*Mandatory Technical / Functional
Skills:


  *

· Proficient with the following technologies

· HP Proliant DL and BL series servers

· Windows Server 2008 SR2; VM ESX 5.1, Vcenter/ P2V migration

· Strong knowledge of Windows operating system (Windows 2000,
Windows 2003, Windows 2008, Windows 2012).

· In-depth knowledge of Windows interoperability with LAN and SAN.

· Familiarity with VMWare concepts and how they apply to a highly
virtualized environment.

· Good Knowledge of third party vendor applications such as Web and
JAVA applications.

· Strong Knowledge of IIS, FTP, SFTP, WSFTP and web based
application publishing and handling.

· Knowledge of Security patch installation process on server
environment.

· Good communication and interpersonal skills.

· Ability to design an Active Directory implementation as well as
develop and detail cost estimates for an Active Directory implementation.
Storage Area Network (SAN), host bus adapter (HBA), connectivity knowledge.



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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 

Re: [android-developers] Saving state of custom adapter

2016-04-28 Thread sardar khan
http://stackoverflow.com/questions/19087096/android-radio-buttons-keep-changing-their-state-when-list-view-scrolled

kindly have look at this to solve the problem
Thanks regards
Sardar Khan

On Thu, Apr 28, 2016 at 6:20 PM, shikhar jain  wrote:

> Hey,
>
> I am developing an app that include a CustomAdapter which contains a
> listview with checkboxes in it. I am having trouble with storing the state
> of the listview .
> i.e After restarting the app the checked items do not stay checked.
>
> --
> 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/fa9af90c-e523-4479-a684-d7ba1a52d62b%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/CABHzXATtt6fZze8J8ereVWJNm%2ByHU8PTvbcWwVsof5N_Xxns2Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Saving state of custom adapter

2016-04-28 Thread shikhar jain
Hey,

I am developing an app that include a CustomAdapter which contains a 
listview with checkboxes in it. I am having trouble with storing the state 
of the listview .
i.e After restarting the app the checked items do not stay checked.

-- 
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/fa9af90c-e523-4479-a684-d7ba1a52d62b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Can write in external SDCard in real device but not in emulator (Android M)

2016-04-28 Thread keefaz studio
Hi,

Having WRITE_EXTERNAL_STORAGE permissions granted, the external sdcard is 
writable in a real device but not in the emulator in Android Studio

File[] dirs = getExternalFilesDirs(null);
File sdcard = dirs[1];
File sdcardRoot = sdcard.getParentFile().getParentFile().getParentFile().
getParentFile();
String w = (sdcardRoot.canWrite()) ? "is writable": "is NOT writable";
Log.v(TAG, "file: "+sdcardRoot.getAbsolutePath()+" "+w);


Running in emulator Log says:
file: /storage/42B6-1509 is NOT writable

And in real device (motorola E 2nd gen):
file: /storage/4233-16E2 is writable

Both devices run Android 6.0

Why do permissions to write in SDcard differ here?

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/0378c3f1-44a8-4d43-ae93-aec44f2f3313%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Android Studio listView Add and Search

2016-04-28 Thread sardar khan
you have to make a custom filter for searching in the listView.Kindly watch
this vedio to implement custom filter for searching
https://www.youtube.com/watch?v=cC5vz9vIGy8

On Wed, Apr 27, 2016 at 9:07 PM, Deividas Brazenas <
deividas.braze...@gmail.com> wrote:

> I have a task to make an Android application with a `ListView`, which must
> have an add button and search system. I have watched a few tutorials (
> https://www.youtube.com/watch?v=c9yC8XGaSv4 and
> https://www.youtube.com/watch?v=7LgEk3Cg9Yk) and using both tutorials I
> have developed a program. The program can do both things, but there is a
> bug. When I first run the app, I add a few items and then I use the search
> functionality. The search works just fine, but after the search has been
> used once, it is no longer working.
>
> Below is my code:
>
>
> private ArrayList arrayList;
> private ArrayAdapter adapter;
> private EditText txtInput;
> SearchView searchView;
>
> protected void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> setContentView(R.layout.activity_main);
>
> ListView listView = (ListView)findViewById(R.id.listv);
>
> String Items[]={};
>
> arrayList = new ArrayList<>(Arrays.asList(Items));
>
> adapter = new
> ArrayAdapter(this,android.R.layout.simple_list_item_1,arrayList);
> listView.setAdapter(adapter);
>
> txtInput = (EditText)findViewById(R.id.txtinput);
>
> Button btAdd = (Button)findViewById(R.id.btadd);
>
> searchView = (SearchView)findViewById(R.id.searchView1);
>
> searchView.setOnQueryTextListener(new
> SearchView.OnQueryTextListener() {
> @Override
> public boolean onQueryTextSubmit(String text) {
> return false;
> }
>
> @Override
> public boolean onQueryTextChange(String text) {
> adapter.getFilter().filter(text);
> return false;
> }
> });
>
> btAdd.setOnClickListener(new View.OnClickListener() {
> @Override
> public void onClick(View v) {
> String newItem = txtInput.getText().toString();
> arrayList.add(newItem);
> adapter.notifyDataSetChanged();
> }
> });
> }
> }
>
> --
> 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/febb9b5f-a2ff-4876-9479-0fe74b0bd1b4%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/CABHzXASDAnbsTtWjOUKK-X7E81xV1GmTe%3DjO1zpb5sZkwprckg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread Mark Hansen


On Thursday, April 28, 2016 at 12:05:16 AM UTC-7, gjs wrote:
>
> Enable developer options on your Android devices


I have Developer Options enabled. In fact, I think that's the only way you 
can get to the other options.
 

-- 
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/a57d3a5d-95a0-4fe4-9c5e-05ead8f1142f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Can the android.media.projection API record audio in system?

2016-04-28 Thread Czach
On the API reference site, we can see the description 
of android.media.projection says like this: 
A token granting applications the ability to capture screen contents and/or 
*record 
system audio*. 
(
http://developer.android.com/reference/android/media/projection/MediaProjection.html
)

But most screen record apps can not record audio in system when recording 
screen.(For android 5.0 at least without root)
The usual way to record audio is to record by mic, which means the audio is 
played out and the recorded sound will be of poor quality.


If we read the code of MediaProjection.java, there is a 'return null' in 
'public AudioRecord createAudioRecord' function.
(
https://android.googlesource.com/platform/frameworks/base/+/master/media/java/android/media/projection/MediaProjection.java#142
)
public AudioRecord createAudioRecord(
int sampleRateInHz, int channelConfig,
int audioFormat, int bufferSizeInBytes) {
return null;
}

So whether or nor can  the android.media.projection API record audio in 
system?

-- 
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/6c22380a-2363-4311-8f43-54739e762994%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Why does 'adb devices' show 'unauthorized' with no 'allow' prompt on the device?

2016-04-28 Thread gjs
Enable developer options on your Android devices

-- 
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/a386f304-4d0d-4ab1-a23e-b882e7c9f647%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Lost dropdown menu in Android Studio.

2016-04-28 Thread Sven Hedlund
The dropdown menu in Android Studio where I can choose between Project, 
Packages, Scratches, Android etc. only shows up sometimes. Other times it 
is only the Android-view that is there and I can not select anything else. 
Is this a bug in Android Studio (I am using v2.1) or can anybody explain 
how this works?

-- 
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/6a8c555f-c89b-4374-8b51-7e8f071f20e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.