Re: [android-developers] Hiring for Project Manager with Exp. HW Device || Mountain View, CA

2016-06-23 Thread mike digioia
submit me

On Thu, Jun 23, 2016 at 9:32 AM, USIT Recruiter 
wrote:

> Hi
>
> Please lookup the below position and if you feel comfortable ,then please
> send me your updated resume
>
>
>
> Position: Project Manager
>
>
> Location: Mountain View, CA
>
> Duration: Contract
>
> Customer: HCL America
>
>
>
> Job Description :
>
> Project management experience  with hardware/ device development
> processes, hardware testing and qualification. Candidates background in
>  Embedded Device development with OEM working in “Chromecast, TV, STB, BRD
> or similar embedded devices”.
>
>
>
>
>
> Roles and Responsibilities:
>
>- Project planning and execution of OEM projects from initiation phase
>till product launch
>- Drive project planning and execution of OEM projects from initiation
>phase till product launch.
>- Conduct weekly status calls/meetings with OEMs to review
>deliverables and open bugs.
>- Guarantee the technical aspects of a partner’s integration by
>providing necessary documentation and technical guidance.
>- Perform OEM implementation reviews, and ensure the prompt and proper
>resolution of technical issues.
>- Drive QA testing of OEM products, review bug reports, prioritization
>and follow-up with OEMs to resolution.
>
>
>
>
>
> Qualification
>
>- BS / MS in Computer Science / Electrical Engineering / Electronics
>and Communication Engineering
>- Around 8-10 years of development experience for embedded platforms
>- Minimum 2~4 years of experience in Project management, project
>planning and execution
>- Thorough understanding of products end-to-end development, working
>with OEM and ODM partners.
>- Experience with hardware development processes, hardware testing and
>qualification.
>- Experience with Unix/Linux Systems.
>
> Thanks & Regards!
>
>
> Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting
> |abhis...@pro-tekconsulting.com
>
> Hangout :: USITRecruiter1993
>
> Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd
>
> New Thinking. New Staffing. http://www.pro-tekconsulting.com
> 
>
> For H1B Consultants H1B Copy Is Mandatory For Submission To Client.
>
>
>
>
>
> --
> 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/CALnpRi0s5udENnmrA3H0CPpOu4M3QamD3%2BWL9wYZAbRPZJ7t7A%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/CAMCsUi45-t_8b9AA%2Bth4q1CA7En0S44xToOVNJ3w6-KemKZECw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Shorter1ResumeEmbeddedUpton45CA-S-present.doc
Description: MS-Word document


[android-developers] Re: How to recompile -Xlint:depreciation in Android Studio?

2016-06-23 Thread José Miguel Rodriguez García
You can set on gradle.build file:

allprojects {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
}
}



-- 
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/c67acceb-922e-43d6-84eb-a98b30522a65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Siebel Developer @ Pittsburgh, PA

2016-06-23 Thread Ateeq Rehman
*Hi Partner,*

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



Please share Siebel Developer profile at *ateeq.reh...@diverselynx.com*




*Job Description:*



*Role: Siebel Open UI Developer*

*Location: Pittsburgh, PA*

*Experience: 6+ Years*



*Detailed JD:*



Must have been part of one large Siebel Implementation Project.
Experience in Siebel Solution Designing
Experience in Configuring UI/Business/Data Layers.
Experience in developing business services/workflows.
Experience in Server/Browser Scripting

*Experience on Siebel EAI is must Experience on Open UI*
Independently complete assigned work within project timelines
Adhere to configuration standards
Unit testing
Participation in design discussions with the business
Provide options to meet business requirements
Identify potential issues or risks
Work with Business Analysts to ensure that business requirements are met.
Collaborate with alliance partners



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


[android-developers] Can we dubug a native process using ndk-gdb that is started using ProcessBuilder in java code

2016-06-23 Thread nandita suri

 I am trying to debug an android application which starts an executable 
(openvpn) using process builder in java code. 
 I would like to step into the code of the executable and go through the 
code flow.

 wanted to know if i can use ndk-gdb to do that ? If yes, what would be the 
best way. If not, what can be done in that case.

 Could any one please guide me on this ? 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/4fd0af24-65f5-481c-8390-7ff18cac8c3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Project Manager with Exp. HW Device || Mountain View, CA

2016-06-23 Thread USIT Recruiter
Hi

Please lookup the below position and if you feel comfortable ,then please
send me your updated resume



Position: Project Manager


Location: Mountain View, CA

Duration: Contract

Customer: HCL America



Job Description :

Project management experience  with hardware/ device development processes,
hardware testing and qualification. Candidates background in  Embedded
Device development with OEM working in “Chromecast, TV, STB, BRD or similar
embedded devices”.





Roles and Responsibilities:

   - Project planning and execution of OEM projects from initiation phase
   till product launch
   - Drive project planning and execution of OEM projects from initiation
   phase till product launch.
   - Conduct weekly status calls/meetings with OEMs to review deliverables
   and open bugs.
   - Guarantee the technical aspects of a partner’s integration by
   providing necessary documentation and technical guidance.
   - Perform OEM implementation reviews, and ensure the prompt and proper
   resolution of technical issues.
   - Drive QA testing of OEM products, review bug reports, prioritization
   and follow-up with OEMs to resolution.





Qualification

   - BS / MS in Computer Science / Electrical Engineering / Electronics and
   Communication Engineering
   - Around 8-10 years of development experience for embedded platforms
   - Minimum 2~4 years of experience in Project management, project
   planning and execution
   - Thorough understanding of products end-to-end development, working
   with OEM and ODM partners.
   - Experience with hardware development processes, hardware testing and
   qualification.
   - Experience with Unix/Linux Systems.

Thanks & Regards!


Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting
|abhis...@pro-tekconsulting.com

Hangout :: USITRecruiter1993

Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd

New Thinking. New Staffing. http://www.pro-tekconsulting.com


For H1B Consultants H1B Copy Is Mandatory For Submission To Client.

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


[android-developers] illegal/unsupported escape sequence

2016-06-23 Thread 'alex b' via Android Developers
I'm getting the error in the subject line using Android studio 2.1.2 on 
Win7 x64, on the following lines:

String sep = "\\";

also with

Character sep = '\\';

very strange.


-- 
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/fddc5081-a5ef-4275-ad45-ee08454550fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] F2F Interview:Hadoop Developer with Greenplum & Alpine|NYC/NY

2016-06-23 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Hadoop Developer with Greenplum  & Alpine*

* INTERVIEW: F2F Interview*

*LOCATION: NYC,NY*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*





*I am looking for strong Big Data (Hadoop, Hive, Spark etc) professional
with hands-on experience with Alpine and Greenplum and experience with BI
tools (Tableau, Qlikview etc). The candidate should have 10+ years of
experience; financial background would be a plus.*



*I need local candidates, as in-person interview is required!*





Thanks,


-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14d9iUGzn%2BkFUpB77_usCZ2GkfZW0BFHeN5c%2BZJ5APeG0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview| Java Developer in Downtown Pittsburgh

2016-06-23 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Java Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Downtown Pittsburgh*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



**Try to submit local candidates**





Candidate must have more than 5+ years of experience.



Job Description:

Java Developer

- Strong experience with Java, J2EE, Spring, Hibernate

- Experience with modern javascript frameworks is a bonus!



Thanks,



-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14dWtT8B2icG_v_RtaRs6pEUo6fdMqLJSVxH9qzGM7d5fQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] F2F interview for java developer in Bellevue, WA with infosys

2016-06-23 Thread SALMA BHAT
Hi Partners,

*Anyone with prior T Mobile experience  and who can go for F2F . then share
profile at naseer.ah...@nityo.com *



*Position : Java Developer *

*Location: Bellevue, WA*
*Duration: 12+ months *

MUST have skills- Strong Java, Rest API, Webservices, Spring MVC, Jenkins
This is migration project
Optional or good to have- Elastic Path experience


*Please find job description:-*
location(Bellevue, Seattle)
Details of Skills required:
 Core Knowledge
Java with Spring  , developing web services , preferably REST
Sound Knowledge of JPA / ORM frameworks,
Good knowledge of JSON
Preferred knowledge  (either of following)
In Memory DB / caching ( Casandra /Mongo DB/ EHCache)
 Angular JS
Good to have knowledge
Microservices
Swagger

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


[android-developers] Looking for Architect- (Mainframe or .NET or Java) (3 Positions- One EACH) in Hartford, CT with infosys

2016-06-23 Thread SALMA BHAT
Hi Partners,

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

*Architect- (Mainframe or .NET or Java) (3 Positions- One EACH)*


• Candidate must have at least 5+ years of prior experience in *System
Integration architect role in Microsoft Technology*
• Deep knowledge of architecture principles and describe the employment of
those on several projects
• Demonstrated architecture experience with Service Interface Design
utilizing Service or Data Bus technology with a focus on performance is
required
• Experience with Service and API management applications is required.

• Outstanding written and verbal communication skills and strong leadership
skills to effectively influence decisions and positively impact progress
are required
• Experience with Agile Methodology including Scaled Agile Framework (SAFe)
is desired
• Healthcare or Insurance/Financial services industry knowledge is
preferred, but not required

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


[android-developers] Need for MuleSoft APT / ESB Developer || Woodland Hills, CA

2016-06-23 Thread Dev Singh
Hi,



*Role : MuleSoft APT / ESB Developer*

*Loc. : Woodland Hills, CA *



*Skills:-*

Overall all 7+ Years of Integration experience

Must have skills - Experience on MuleSoft ESB and Anypoint API Mgm’t  & RAML

 Preferred skills - Experience on other Integration platforms such as IBM,
APIGEE, Oracle
Insurance domain

·Experience in designing and developing Integration solutions using
SOA,  API Management platforms, ESB
· 3+ yrs of Mulesoft experience is required (both hands-on and
conceptual), Mulesoft certification is a plus
·Very good understanding of SOAP, REST, XML, JSON, WSDL, XSLT
·Onsite / Offshore Co-ordination skills
·Preferable to have IAA / ACORD Industry Model knowledge
3+ years of Java Experience
·Experience designing/development public and private services using
RAML and REST based APIs

Lower level design, API Implementation, Test Support,
Troubleshooting integration issues, training colleagues as
required.
Onsite / Offshore Co-ordination

Excellent analytical and problem solving skills
·Excellent verbal and written communication skills
·Successful teamwork experience
·Proven ability to transfer knowledge and stay aware of current
trends and technical advancements
·   ·Excellent time management skills

Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

*Email*: de...@nityo.com 

   dev09...@gmail.com 

*Hangout: **devs09...@gmail.com *

*Skype : **dev.singh526*

www.nityo.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/CAP0s8vsuoAXLmgT8TtbYO4XOh0WG%3DSO2_RXak8BBzRSh38OWjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Backup and restore database

2016-06-23 Thread Moussa Lhoussaine
Hello I created my first app with Android studio, I need to Backup /restore 
data each time user add new record to Database, but untill now 
requestBackup is not working. when I tested by : adb shell bmgr backup 
 adb shell bmgr run adb shell bmgr restore  It works, but 
not automaticly Here my files 
Manifest
 
https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/902a56eb-604b-4723-a0d5-a5fcbf05f04e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Backup and restore database

2016-06-23 Thread Moussa Lhoussaine
Hello I created my first app with Android studio, I need to Backup /restore 
data each time user add new record to Database, but untill now 
requestBackup is not working. when I tested by : adb shell bmgr backup 
 adb shell bmgr run adb shell bmgr restore  It works, but 
not automaticly Here my files 
Manifest
 
https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c88d8208-067e-4fa0-8daa-692f135d35e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] AudioFlinger Vs ALSA

2016-06-23 Thread Chemsi Mehdi
Dear All ,

I am two new in such AudioFlinger area, can you with favor tell me which 
presentation I should follow to understand well audio flinger?

Also please I have some questions:
- is Audio flinger using alsalib or tiny alsa to create Alsa 
cards/device/PCM instance ?(mean which interface is calling snd_pcm_open() 
for exp)
- is Audio flinger comminucating directly with Alsalib or interfacing with 
a HAL ?
- for user space audio driver integration what is the needed point I need 
to concentrate on/take care of  ?  

Thanks a lot in advance.
Mehdi

-- 
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/694bb489-3a2b-4929-a613-ddab213f2186%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Front Camera flip the video recorded using MediaRecorder

2016-06-23 Thread Jithin
Is there a method to flip the video recorded by front camera using 
MediaRecorder? Now the preview is showing mirror view and the recorded 
output is the flipped version of preview. I want the mirrored preview to be 
recorded like the SnapChat Application.

-- 
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/f12ceb3f-7874-44bf-8cf6-bc1861e582d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.