Re: [android-developers] Hot spot connecting issue in Android 5.0 and above versions.

2016-05-24 Thread Harish Yerra
>From Android5.0 and above versions it is not working i have checked this in 
the following devices Nexus5, Samsung S5,Sony XperiaZ. It is not worked for 
me in those devices these all devices are having Android 5.0 and above 
versions.
Where as the same code i was checked in the Nexus 4 with Android OS version 
4.4 it is working fine in this device. Could you please let me know what 
are the changes required to do.

Regards
Harish

On Tuesday, 24 May 2016 21:14:12 UTC+5:30, Robert Greenwalt wrote:
>
> The hotspot was not intended to be started/stopped via 3rd party apps.  
> This glitch has been fixed.  Please let us know if you can overcome this.
>
> Regards
> Robert
>
> On Mon, May 23, 2016 at 11:00 PM, Harish Yerra  > wrote:
>
>> Hi Droids,
>>
>> I have tried some piece of code to start wifi and hotspot pragmatically. 
>> It is working fine till Android 4.4 version but it is not working in 
>> Android 5.0 and above versions.
>> I have seen in the change docs but i have not found any changes in the 
>> 5.0 version regarding wifi and hotspot.
>> Please let me know how can i overcome this.
>>
>> Ref : https://github.com/nickrussler/Android-Wifi-Hotspot-Manager-Class 
>> 
>>
>>
>> Regards
>> Harish
>>
>>
>> -- 
>> 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/4fab905a-28bc-4bd7-bb00-96cdf8be748f%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/19004ad6-001e-4111-a6ef-831b6fbd78bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] problems with renice and priorities on android OS.

2016-05-24 Thread MTRX 2010
Model Lenovo a2107a-f 
version 4.0.3

I'm having major issues with renicing processes.
i can renice a process in the user space.  such as renice -20 ,
but i cannot renice into realtime(roundrobin),  FIFO,  or OTHER.
i.e.  renice -r 99 
if i issue renice -r 99  i get the error:  Operation Not Permitted.
WTF??  yes i'm in root.

what's funnier is i can sometimes get it to work if i changed toolbox 
ownership/group to root/shell,  and renice ownership/group to root/root.  
but it's random hit or miss.
and for more WTF,  if i change renice to root.root it sometimes changes 
toolbox to root.root.  and vice versa if i change toolbox to root.shell it 
changes renice to root.shell.

any clues as to what the !@#$ is going on with this android??  i never have 
this problem on my zte n9510,  but android 4.0.3 on this lenovo is retarded 
something aweful.  looks like google stuck in an extra chromosome in the 
permissions,  and i can't fix it.

root should be able to renice any process at anytime and change the io 
priorities at will,  but the permissions are seriously screwed and go back 
and forth,  even if i disable write on the 2 files,  sometimes keeps 
changing the damm ownership.group,  and something keeps preventing me from 
using "renice -r".  help before i burn every android in the house with 
gasoline and matches.

-- 
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/8823ff3f-1237-4180-9915-39bcc4223a7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Why my app not get IARC CERTIFICATE

2016-05-24 Thread Nattakid K.srisuwan


Start new question to complete, but not get iarc certificate, I have tried 
many times please help me.


Looking forward to your feedback.

Thank you 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/b73f277f-38b0-47b4-97f3-305da3eb06f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: VideoView inside a ListView

2016-05-24 Thread rayworks
Hi, there

Please note that VideoView is a kind of SurfaceView. As the doc mentions 
SurfaceView:

*The surface is Z ordered so that it is behind the window holding its 
> SurfaceView; the SurfaceView punches a hole in its window to allow its 
> surface to be displayed. The view hierarchy will take care of correctly 
> compositing with the Surface any siblings of the SurfaceView that would 
> normally appear on top of it. This can be used to place overlays such as 
> buttons on top of the Surface, though note however that it can have an 
> impact on performance since a full alpha-blended composite will be 
> performed each time the Surface changes. *


One of the solutions for having Video content in a scrolling view container 
could be using TextureView 
 to 
wrapper  MediaPlayer the same as VideoView does.

> *Unlike SurfaceView 
> , 
> TextureView does not create a separate window but behaves as a regular 
> View.*


Hope it could help. 


在 2016年5月20日星期五 UTC+8下午8:56:42,Ankit Sevak写道:
>
>Hello Every One
>  
>In this time i am Suffering  one problem in Android code.
>   I am working on a project which should include a list of videos from 
> allover the internet 
> (video sources are different - youtube, vimeo, facebook, videos hosted on 
> servers, ...). 
> I am trying to make a ListView, where item has a video player and some 
> description
>  When user clicks on play button the video starts playing. I made one 
> example, 
> where I use VideoView as player, but soon realised that the performance is 
> not very good - *scrolling is very laggy * 
>
>
>
>
>
>
>
> On Friday, August 13, 2010 at 4:01:12 AM UTC+5:30, Sandy wrote:
>>
>> I am trying to play a video via VideoView in my android application. 
>> The VideoView is one of items inside a ListView. Video playing 
>> functionality works good but when the list scroll happens, there are 
>> rendering artifacts at the boundaries of the list. Also, the video 
>> view surface changes location only after scroll/flick is complete. 
>>
>> Anyone tried this before in android? Does android allow this ? If so, 
>> can you please suggest of how to fix the rendering artifacts? 
>>
>> Thanks, 
>> Sandy 
>>
>

-- 
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/ce141a53-07e9-48a7-ad6c-27b87109d606%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to create payment URLs for Google In-App product purchases.

2016-05-24 Thread Nabeel
Hello,

I have an app which has in-app products available to purchase. I have seen 
in Whatsapp they had a 'Send Payment URL' function which allowed sending a 
URL link to pay for their service. I would like to know how such a payment 
URL can be created to work with Google's In-App billing API for purchasing 
in-app products. 

I have seen the following article outlining how to use PHP to create a 
payment button, however this article relates to 'Google Wallet for Digital 
Goods' which has been discontinued and no longer available:

http://www.smileywar.com/how-to-use-google-wallet-for-digital-goods-with-php/

I would be grateful for any advice relating to this and for  any possible 
way to create such payment URL. 

Nabeel 

-- 
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/b85c7253-df8b-4fc6-972a-04968d9fb61f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Is this Gatt Server bug?

2016-05-24 Thread Kyoung-june Yi
Hi guys, 

I implemented Gatt server on my android phone and it works fine.
But there is something weird point it's Bluetooth name setting.

I created and tested my app on "Nexus 5X" and it's default BT name is 
"Nexus 5X" and I can find this device name at the client side easily.
And I ran same application on "Galaxy S7" and it's default BT name is 
"Samsung Galaxy S7".
In this case I can't find Gatt server name at the client.

So I change the device name to "Galaxy", it worked very well.

"Nexus 5x" --> fine

"Galaxy S7" --> bad

"Nexus" --> fine

"long name device" --> bad

In my test, if length of Gatt server name is over than 8 characters, then I 
couldn't find my Gatt server.
The client also run on Android and it find lots of near bluetooth devices, 
and some device names are over 8 characters.

According to the BluetoothAdapter 

 
document, limitation of the length is maximum 248 bytes.

So I wander, is this a Android Gatt server bug or Galaxy S7 bug?

-- 
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/5e3d115a-d96c-4476-bb9b-c5273febb7e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sure Closure Guarantee::Technical Lead Sitecore,Chattanooga, TN ,12+ Months

2016-05-24 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description .*

*Job Title: Technical Lead Sitecore*

*Location: Chattanooga, TN   *

*Contract: 12+ Months*



*Requirement:*

· Total It Experience Should be 10 & Above.

· *At least 6+ years hands on experience using Sitecore CMS and
should be familiar with version 7.0. *

· *Significant expertise in .NET and software architecture,
patterns and SOA. *

· *Should have previous experience upgrading Sitecore. *

· be familiar and should have hands on experience with Sitecore
tools such as TDS (Team Development for Sitecore), Sitecore rocks, etc.

· Advance web development with frameworks like as WCF, REST, WEB
API or SPA etc.

· Responsible for the design, implementation, and maintenance of
new and existing features for the existing portfolio of applications for a
business area

· Responsible for communication and collaboration with key
stakeholders in the delivery of features

· Design, codes, unit tests, maintains and documents software
deliverables using agreed upon standards and tools

· Participates in sizing and estimation activities within the agile
team

· Communicates daily with the Scrum Master or Team Lead and the
Agile team on progress made and planned progress for the coming day and
reports any impediments that are blocking their progress

· Participates in code reviews and sprint retrospectives; ensuring
their ideas for team continuous improvement are communicated so that the
overall process and team can improve sprint by sprint and readily receives
feedback for self-improvement

· Focuses on delivering business priority and value at all times

· Responsible for ensuring the quality of existing and new features
through both manual and automated testing and use of continuous integration
techniques, where practical

· Demonstrates an interest in software architectures and seeks to
design solutions in alignment with Company stated architecture and
standards

· Participate in Proof Of Concept work and prototyping when
necessary

· Collaborates with Business Analysts to confirm understanding of
business requirements relating to features to be delivered and to help the
Business Analyst define requirements that can be delivered from a technical
perspective

· Collaborates with User Experience (UX) designers to ensure
designs produced can be translated efficiently into working solutions for
feature delivery

· Collaborates with the agile team to establish the definition of
done for each of the stages of production within the team

· Collaborate with Test Engineers and Senior Test Engineers to
ensure that software meets the definition of done; ensuring successful
transition of work to the next stage of production during the sprints
Ensures an innovation culture in the team by continuous improvement of
deliveries and participates in evaluating new processes and technologies
that can be applied to future feature delivery Collaborates with Technical
Support Engineers to transition software features to a production
environment ensuring that the deliveries meet application performance
criteria, release standards; and ensures application and system stability.

· Automates testing of software to industry standards of software
automation ensuring very high quality application/solution delivery and
efficient regression of existing features Ensures that the latest project
progress is known to the agile team by ensuring Application Lifecycle
Management (ALM) tools are up to date and participating in daily standups
outlining progress made, progress planned and detailing impediments Thinks
with the mind of the end customer at all times, ensuring solutions seek to
improve the customer experience and delight their customers.



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


[android-developers] Very Urgent::::::Technical Lead Sitecore,Chattanooga, TN ,12+ Months

2016-05-24 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description .*

*Job Title: Technical Lead Sitecore*

*Location: Chattanooga, TN   *

*Contract: 12+ Months*



*Requirement:*

· Total It Experience Should be 10 & Above.

· *At least 6+ years hands on experience using Sitecore CMS and
should be familiar with version 7.0. *

· *Significant expertise in .NET and software architecture,
patterns and SOA. *

· *Should have previous experience upgrading Sitecore. *

· be familiar and should have hands on experience with Sitecore
tools such as TDS (Team Development for Sitecore), Sitecore rocks, etc.

· Advance web development with frameworks like as WCF, REST, WEB
API or SPA etc.

· Responsible for the design, implementation, and maintenance of
new and existing features for the existing portfolio of applications for a
business area

· Responsible for communication and collaboration with key
stakeholders in the delivery of features

· Design, codes, unit tests, maintains and documents software
deliverables using agreed upon standards and tools

· Participates in sizing and estimation activities within the agile
team

· Communicates daily with the Scrum Master or Team Lead and the
Agile team on progress made and planned progress for the coming day and
reports any impediments that are blocking their progress

· Participates in code reviews and sprint retrospectives; ensuring
their ideas for team continuous improvement are communicated so that the
overall process and team can improve sprint by sprint and readily receives
feedback for self-improvement

· Focuses on delivering business priority and value at all times

· Responsible for ensuring the quality of existing and new features
through both manual and automated testing and use of continuous integration
techniques, where practical

· Demonstrates an interest in software architectures and seeks to
design solutions in alignment with Company stated architecture and
standards

· Participate in Proof Of Concept work and prototyping when
necessary

· Collaborates with Business Analysts to confirm understanding of
business requirements relating to features to be delivered and to help the
Business Analyst define requirements that can be delivered from a technical
perspective

· Collaborates with User Experience (UX) designers to ensure
designs produced can be translated efficiently into working solutions for
feature delivery

· Collaborates with the agile team to establish the definition of
done for each of the stages of production within the team

· Collaborate with Test Engineers and Senior Test Engineers to
ensure that software meets the definition of done; ensuring successful
transition of work to the next stage of production during the sprints
Ensures an innovation culture in the team by continuous improvement of
deliveries and participates in evaluating new processes and technologies
that can be applied to future feature delivery Collaborates with Technical
Support Engineers to transition software features to a production
environment ensuring that the deliveries meet application performance
criteria, release standards; and ensures application and system stability.

· Automates testing of software to industry standards of software
automation ensuring very high quality application/solution delivery and
efficient regression of existing features Ensures that the latest project
progress is known to the agile team by ensuring Application Lifecycle
Management (ALM) tools are up to date and participating in daily standups
outlining progress made, progress planned and detailing impediments Thinks
with the mind of the end customer at all times, ensuring solutions seek to
improve the customer experience and delight their customers.



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


[android-developers] MediaStore.Images.Media.insertImage - java.io.FileNotFoundException - Android

2016-05-24 Thread Kratika Kulshreshtha
What I am trying to do:

I am downloading the image from a url and then trying to share the same. To 
achieve this I need the Uri, which I am obtaining by saving the image in 
MediaStore.Images.Media. 

Code Snippet:

A. Obtained downloaded image

//this is returned from onPostExecute method of an asyntask
public void processDownloadedImage(Bitmap bitmap) {
if (bitmap == null) {
Toast.makeText(this,"Image could not be downloaded and 
shared!",Toast.LENGTH_LONG).show();
}
else {
downloadedImage = bitmap;
checkPermissionShowShareSheet();
}
}

B. Checking permission for Marshmallow and higher

public void checkPermissionShowShareSheet() {

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
if (!Settings.System.canWrite(this)){
requestPermissions(new 
String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE, 
Manifest.permission.READ_EXTERNAL_STORAGE},2909);
}
else {


updateImageUri(downloadedImage);
showShareSheet(downloadedImageUri);
}
}
else {
updateImageUri(downloadedImage);
showShareSheet(downloadedImageUri);
}
}

C. Obtaining image Uri

 

private void updateImageUri(Bitmap inImage){
ByteArrayOutputStream bytes = new ByteArrayOutputStream();
inImage.compress(Bitmap.CompressFormat.JPEG, 100, bytes);

fixMediaDir();
String path = 
MediaStore.Images.Media.insertImage(this.getContentResolver(), inImage, 
"SomeImage", null);
storePathInSharedPreferences(path);
Uri uri = Uri.parse(path);

downloadedImageUri = uri;
}

void fixMediaDir() {
File sdcard = Environment.getExternalStorageDirectory();
if (sdcard != null) {
File mediaDir = new File(sdcard, "DCIM/Camera");
if (!mediaDir.exists()) {
mediaDir.mkdirs();
}
}
}

D. Manifest file uses permissions





Problem: value returned from below line is null

String path = 
MediaStore.Images.Media.insertImage(this.getContentResolver(), inImage, 
"SomeImage", null);

Any ideas?

Here is portion of Stack backtrace:

Failed to insert image java.io.FileNotFoundException: No such file or 
directory   
at 
android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:146)
at 
android.content.ContentProviderProxy.openAssetFile(ContentProviderNative.java:620)
at 
android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:939)
at 
android.content.ContentResolver.openOutputStream(ContentResolver.java:686)
at 
android.content.ContentResolver.openOutputStream(ContentResolver.java:662)
at 
android.provider.MediaStore$Images$Media.insertImage(MediaStore.java:934)
at 
myorg.myapp.ImageDescription.updateImageUri(ImageDescription.java:165)

-- 
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/9e060cc8-0470-442b-84ec-e7e218e72ba3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need .NET Developer at MINNEAPOLIS, MN

2016-05-24 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 ::  .NET Developer*

*Location :: MINNEAPOLIS, MN*



*Duration :: 12+ months*



*Experience :: 8+ years*





*JD ::*



Knowledge in Lambada Expressions, Linq, Generics, Java, Angular, Scrum

Development Tools: 1. .NET 3.5 Framework 2. Visual Studio 2008 3. SQL
Server 2005 4. Crystal Reports 2008 5. Ajax toolkit Third Parties: 1.
Dundas 2. Infragistics 3. Chilkat 4. Xceed 5. Telerik 6. Gembox 7. Flash
Control Server environment 1. Windows Server 2008 (64 bit) 2. IIS 7.5 3.
.NET 3.5 Framework SP1 4. SQL Server 2005 • At least 3 MVC based Web
application implementation experience, with atleast one support experience
– Mandatory

• Mandatory to have working experience with Asp.NET MVC 4.0 & Razor view
engine & Client side framework Angular JS.



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


[android-developers] Urgent req for Oracle Siebel Consultant @ Boston, MA

2016-05-24 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Oracle Siebel Consultant*.. 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: *Oracle Siebel Consultant*

Location: Boston, MA

Duration: 5+ Month

Total Experience: 8+ Years



*JD:*

Assist in defining requirements and designing applications to meet business
process and application requirements. Knowledge of configuring and
customizing Oracle Siebel Product Configurator.



*Telecommunication Background is a MUST*



Primary skill: *Oracle/PeopleSoft/Siebel CRM, Product and Pricing Architect
/ Configurator*



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


[android-developers] RecyclerView Causing NullPointer on Individual CardView

2016-05-24 Thread Troy Chuinard
I am using a RecylerView to populate CardView items. I am noticing that the 
RecyclerView is generating a NullPointer here, as for some reason the 
RecyclerView references the parent view and not the individual CardView.

I believe the error is occurring here:

  public ViewHolder(View v) {
super(v);
userAvatar = (ImageView) findViewById(R.id.profile_image);
userID = (TextView) findViewById(R.id.user_ID);
userComment = (TextView) 
findViewById(R.id.user_comment_textview);
}

Here is my individual CardView XML (individual_comment.xml):

http://schemas.android.com/apk/res/android;
xmlns:app="http://schemas.android.com/tools;
xmlns:card_view="http://schemas.android.com/apk/res-auto;
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
card_view:cardCornerRadius="4dp">
















I am receiving a NullPointer for this line:

 @Override
public void onBindViewHolder(ViewHolder holder, int position) {
//nullponter, I believe it is not recognizing "user Comment"   
 holder.userComment.setText(mDataSet.get(position).getUserComment());
String x = mDataSet.get(position).getUserComment();
Log.v("ON_BIND_VIEW", "THE STRING IS " + x);
Log.v("THE_POSITION", "THE POSITION IS " + position);
}

onCreateViewHolder:
  

  @Override
public MyAdapter.ViewHolder onCreateViewHolder(ViewGroup parent,
   int viewType) {
// create a new view
View v = LayoutInflater.from(parent.getContext())
.inflate(R.layout.individual_comment, parent, false);
// set the view's size, margins, paddings and layout parameters
return new ViewHolder(v);
}

-- 
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/e8990599-ae41-4e24-aab7-11a2bbcac3b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Create a widget like Assistive touch

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 7:07 AM, Malinda Weerasinghe 
wrote:

> Where i can start to build this? Please give me some guidelines
>
>  Can i use android app widget to my app and how to open a widget over
> a running app in my device?
>

http://stackoverflow.com/questions/16559642/android-how-to-draw-free-on-top-of-anything-any-activity

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScgiCZ8%3D_e0YCSvO867dU%3DuZ8Jkk2s39Jofqnhqqu0AxBUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] android studio app crashes

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 8:07 AM, Rimish Bansod 
wrote:

> I have developed one app in android studio.
> but when i install apk file in android phone my app crashes when i launch
> it
> it opens after launch and closes automatically
>

OK. Thanks for sharing. Did you have a question?

http://www.catb.org/esr/faqs/smart-questions.html

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScgh_hm5cZkDKrhL98323w56hw2bXxuSCRhxYBBvqt5ZiMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Can I use the Android Trade Federation Library to save and compress logs in the app and distribute this on the play store?

2016-05-24 Thread Rai


I'm still an amateur android programmer and I want to compress and store 
logcat on an android device so that if the user's app crashes while 
offline, then his/her device will send the logcat feed when the device 
comes back online. I started reading about the Trade Federation Library. 
Something new and different about this to me is that it does not come 
automatically available. According to the android docs the source is saved 
in a git branch along with the normal Android source code, but i have to 
call something like:


$ repo init -u https://…/manifest -b tradefed


to enable the source code. Does this mean any code I use from this library 
wont be available to the user on their device?

-- 
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/0a0a8f0c-4c20-4555-8492-54fb722a0fed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Hot spot connecting issue in Android 5.0 and above versions.

2016-05-24 Thread 'Robert Greenwalt' via Android Developers
The hotspot was not intended to be started/stopped via 3rd party apps.
This glitch has been fixed.  Please let us know if you can overcome this.

Regards
Robert

On Mon, May 23, 2016 at 11:00 PM, Harish Yerra 
wrote:

> Hi Droids,
>
> I have tried some piece of code to start wifi and hotspot pragmatically.
> It is working fine till Android 4.4 version but it is not working in
> Android 5.0 and above versions.
> I have seen in the change docs but i have not found any changes in the 5.0
> version regarding wifi and hotspot.
> Please let me know how can i overcome this.
>
> Ref : https://github.com/nickrussler/Android-Wifi-Hotspot-Manager-Class
> 
>
>
> Regards
> Harish
>
>
> --
> 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/4fab905a-28bc-4bd7-bb00-96cdf8be748f%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/CABrF01CHSPHb7EMUvBHZqVn%2BOBT5eFvxXO82z5MvwR4wy1XrtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Looking- Sr. AEM developer@ Dearborn, MI

2016-05-24 Thread Dev
Please share resume at de...@e-solutionsinc.com

*Role: Sr. AEM developer*

*Location:** Dearborn, MI*



Job Description:

• Must have a minimum of 5 years of Adobe AEM development experience.

• 5+ years relevant professional experience working Java, JavaScript,
HTML5, CSS3 and attendant technologies.

• Experience with Javascript, Angular JS, Sightly is a must.

• Experience working with REST, Sling and SOAP in a production environment

• Comfortable with data exchange protocols like JSON and XMLAbility to work
flexibly and appropriate trade-offs to meet time constraints





Thanks & regards

Dev

Phone : 408-722-9448

*Fax*: 408 521 0167

E-solutions Inc: 2 N. Market St., #400, San Jose, CA 95113

*Email*: de...@e-solutionsinc.com

*www.e-solutionsinc.com *

*Linkedin:* https://www.linkedin.com/in/dev-vishnu-a0aa3791

*An *

* Employer*

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


Re: [android-developers] Bring back Eclipse or improve Android studio

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 11:08 AM, Shubham Das 
wrote:

> I've been developing on eclipse since a while.Now since the Android studio
> is the official I.D.E. for android development I shifted to Android studio.
> I know that every thing has pros and cons, but to be completely honest -I
> had the worst programming experience i ever had in my life.
>

Being a little dramatic, aren't we?


> The biggest issues I had with A.S. were-
> It is laggy and buggy on windows(I have 8GB ram,i7 processor and i did
> increase the max memory usage for A.S).
>

I use AS on a Windows machine with similar specs - it runs fine.


> Android SDK manager is not really a manager if you use A.S.
>

What does that even mean?


> Code auto-suggest is awful.
>

Awful? Awful how? I found AS auto-complete leaps and bounds beyond Eclipse.


> If you work with App engine,welcome to hell.
>

I agree, but I think that's due to App Engine, not AS.


> A.S. is not even able to download appengine-java-sdk successfully.Even if
> you download it manually good luck setting it up in your project.
> If you want to transfer a huge android project on which you've been
> working for a year and which also have a connected appengine project,better
> kill yourself.
>

And I thought you were being dramatic before.


> A.S is so hyped all over developer's community,its like they want to make
> it successful just by using the hype on the community rather then working
> to make it better.
>

Yeah, you're right, it's all hype. It's not like they've been steadily and
consistently improving the product for the last few years. Nope, all hype.
It's quite amazing at how many apps can be built on hype and sheer will
alone!


> Android Developers what were you guys thinking making it the official
> I.D.E. for android development.
>

Watch the youtube video of the AS announcement, if you can find it. They
explain their rationale. The summary being "Eclipse kinda sucks".


> All this is ok, but why take away eclipse adt and gpe while A.S is still
> not ready.
>

Maybe because it is ready, given that they hit 1.0 over a year ago.


AS is not perfect by any means but your rant is pointless. If you haven't
killed yourself already and have something actually constructive to provide
to the AS team, you can do so here with clear, objective details about the
issues you're having, not useless subjective ranting about the tool:

https://code.google.com/p/android/issues/entry?template=Tools%20feature%20request
https://code.google.com/p/android/issues/entry?template=Tools%20bug%20report

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScgivtsfBtoi%3DMn1w%3DnDO1-e2o6pzV%2B%3D_wXXxVz6kgJ2Pkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT LIST

2016-05-24 Thread cathyguntupalli


*Hi*

*Greetings from Ignis Software Technology,*

*Hope you are having a fantastic day,*

*Please find below details of my consultants available for your direct 
client requirements... *

*We provide our consultants for your client needs on Corp to Corp basis. *
  

*Kindly keep me posted with your suitable requirements*

 

*Consultant Name*

 

*Technical Skills*

*Experience*

*Availability*

*Current Location*

*Relocation*

*Priyanka*

 

*Sr.java developer*

* 8  Years*

*Two Weeks*

  *MD*

*Open*

*Sumith*

 

*Oracle developer*

* 7years*

*Two Weeks*

* CT*

*Open*

*Yagna*

 

*Sr.java developer*

* 8Years*

*Two Weeks*

* TN  *

*Open*

*Bhavya*

 

*Etl developer*

* 8 Years*

*Two Weeks*

*  IL*

*Open*

  *Please add my id to your distribution list and send me your requirements 
to **ca...@ignisusa.com *  *or   (610)-450-4252, feel 
free to reach me on.*

 

 

 


--

 

Thanks & Regards,
Cathy,
Ignis Technology Solutions USA Inc,
740 Springdale Drive, Suite #150,
Exton, PA 19341

Ph no:610-450-4252
Fax: 610 884 5666
Email:ca...@ignisusa.com 
www.ignistech.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/3a06a072-ca1d-4eb2-83b6-4c76d8e6b5b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAP Convergent Invoicing Consultant - WA

2016-05-24 Thread Steven Smith
Job Title:  Sr. SAP Convergent Invoicing Consultant
Location:  Seattle, WA
Duration: 12+Months Contract

Skills Required:
SAP Convergent Invoicing
infrastructure
Program management - plus
10+ years of demonstrated work experience in SAP (including configuration),
3+ full life cycle implementations


Warm Regards,
Jack Dorsan -Team Lead
E-mail: jack.dor...@panzersolutions.com
Direct Line: 203-652-1444 Ext:143

-- 
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/CAMPELjvowUF1oA%2BwrR%2BEBQe6a8PmFAvLHBx00wqkC%3DyLbw98%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to check all items in listview with Espresso

2016-05-24 Thread Дмитрий Попов
Hi! I try to find the way to test list items in my list view, for example 
to test filter business.
I am using espresso framework for my tests. 
Is there are any way to test listview that it has all items in it 
compatible for some condition?

-- 
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/9300de6e-39d8-4b7d-824c-4ec8db0b747c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-24 Thread michael_bentz
You are not here to help, nor understand. You are here to talk down on 
people to feel superior. I will not list any problems becausethere is 
not any. TreKing, I am not at the doctor...I am in a discussion forum, 
trying to get people to talk about problems they are having so I can 
prepare my product for any problems it may encounter in the FUTURE!!! I 
have posted the question and topic rephrased in multiple ways to draw out 
information, you actually replied to another one! 


On Tuesday, May 24, 2016 at 10:58:06 AM UTC-4, TreKing wrote:
>
>
> On Tue, May 24, 2016 at 8:13 AM,  
> wrote:
>
>> Thanks for the sarcastic remark TreKing!!! I really appreciate it.
>>
>
> No problem man, I'm here to help.
>  
>
>> I do not actually have a failing  app, rather I am fishing for possible 
>> errors that other people have encountered for my developers.
>>
>
> So you want people to give you a list of all possible things that could go 
> wrong with a computer program based on "it is having problems"? That 
> doesn't seem practical.
>
> When you see a doctor, do you say "it hurts, now give a list of all things 
> that could be wrong with me"? 
>
> That is right...I am not a developer just researching for my team.
>>
>
> You said "I have built an app using the 5.1 SDK". Posting "I have built 
> an app" in a developer forum without any more information would kinda imply 
> that you are a developer, no?
>  
>
>> Thanks again for the "wealth of detailed information" in which you 
>> replied with!!
>>
>
> No problem. I gave you as much as I could given the lack of information. 
> Notice that you've still not clarified what "it is having problems" means. 
> If you could provide even the slightest bit of detail of what that actually 
> means (network errors? crashes? UI glitches? it became sentient and is 
> cursing at you?) I would be more than happy to attempt to help you resolve 
> your issue.
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered 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/899595f8-cf8b-4be2-917a-e427b3092fbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT-LIST

2016-05-24 Thread Sandeep Ignis


*Hi*

*Greetings,*

*Hope you are doing well,*

*Please find below details of my consultants available for your direct 
client requirements...*

*We provide our consultants for your client needs on Corp to Corp basis. *
  

*Kindly keep me posted with your suitable requirements*

 

*Consultant Name*

 

*Technical Skills*

*Experience*

*Availability*

*Current Location*

*Relocation*

*Kishore*

 

*Sr.java developer*

*  8 Years*

*Two Weeks*

   *TN*

*Open*

*Vijay Bhaskaran*

 

*Sr.java developer*

* 10 Years*

*Two Weeks*

*NY*

*Open*

*Srinivas*

 

*Sr.java developer*

* 9 years*

*Two Weeks*

* MD*

*Open*

*Mounika*

 

*Informatica developer*

* 8 Years *

*Two Weeks*

*  NY*

*Open*

 *Please add my id to your distribution list and send me your requirements 
to **sand...@ignisusa.com*   *or   (**610)-450-6162, feel 
free to reach me on.*





--

Thanks & Regards,

Sandeep
Ignis Technology Solutions USA Inc,
740 Springdale Drive, Suite #150,
Exton, PA 19341,
Ph: 610-450-6162,
Fax: 610 884 5666,
Email: sand...@ignisusa.com,
www.ignistech.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/9dbab3ad-90dc-4fd5-9ef2-3e42d999bd25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: call an activity of another package

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 1:19 AM, Arun Kumar 
wrote:

> i have a package name as well as class name but i cant open that package
> with particular activity...
> How do i done ?
>

Use an intent that the other app has published as an expected interface for
interacting with it. Attempting to launch another activity within another
app by name is a bad idea.

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScggoVYThZ_rShC%2BwFk5Pk_9Un9NGj6X8zTPBf22EmHa0uA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT-LIST

2016-05-24 Thread Sandeep Ignis


*Hi*

*Greetings,*

*Hope you are doing well,*

*Please find below details of my consultants available for your direct 
client requirements...*

*We provide our consultants for your client needs on Corp to Corp basis. *
 

*Kindly keep me posted with your suitable requirements*

 

*Consultant Name*

 

*Technical Skills*

*Experience*

*Availability*

*Current Location*

*Relocation*

*Kishore*

 

*Sr.java developer*

*  8 Years*

*Two Weeks*

   *TN*

*Open*

*Vijay Bhaskaran*

 

*Sr.java developer*

* 10 Years*

*Two Weeks*

*NY*

*Open*

*Srinivas*

 

*Sr.java developer*

* 9 years*

*Two Weeks*

* MD*

*Open*

*Mounika*

 

*Informatica developer*

* 8 Years *

*Two Weeks*

*  NY*

*Open*

 *Please add my id to your distribution list and send me your requirements 
to **sand...@ignisusa.com*   *or   (**610)-450-6162, feel 
free to reach me on.*





--

Thanks & Regards,

Sandeep
Ignis Technology Solutions USA Inc,
740 Springdale Drive, Suite #150,
Exton, PA 19341,
Ph: 610-450-6162,
Fax: 610 884 5666,
Email: sand...@ignisusa.com,
www.ignistech.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/07b54c58-7ccf-4d42-b504-ccc0a1cb4d92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Unable to access Google Cloud SQL from Android Studio

2016-05-24 Thread TreKing
On Sun, May 22, 2016 at 12:03 PM,  wrote:

> I want to access my cloud SQL database from the android app. I'd be happy
> if someone could briefly explain how to connect.


Find the documentation for the service you're using (in this case Google
Cloud SQL?) and follow the instructions.
If you have specific questions you should consult a group or forum
dedicated to that service, as this is not specific to Android.

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScghfc5nn%2BX_uJAoA_dMfHtMparWQTUnLkpNKQnzB5XtJ%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-24 Thread TreKing
On Tue, May 24, 2016 at 8:13 AM,  wrote:

> Thanks for the sarcastic remark TreKing!!! I really appreciate it.
>

No problem man, I'm here to help.


> I do not actually have a failing  app, rather I am fishing for possible
> errors that other people have encountered for my developers.
>

So you want people to give you a list of all possible things that could go
wrong with a computer program based on "it is having problems"? That
doesn't seem practical.

When you see a doctor, do you say "it hurts, now give a list of all things
that could be wrong with me"?

That is right...I am not a developer just researching for my team.
>

You said "I have built an app using the 5.1 SDK". Posting "I have built an
app" in a developer forum without any more information would kinda imply
that you are a developer, no?


> Thanks again for the "wealth of detailed information" in which you replied
> with!!
>

No problem. I gave you as much as I could given the lack of information.
Notice that you've still not clarified what "it is having problems" means.
If you could provide even the slightest bit of detail of what that actually
means (network errors? crashes? UI glitches? it became sentient and is
cursing at you?) I would be more than happy to attempt to help you resolve
your issue.

-
TreKing  - Chicago
transit tracking app for Android-powered 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/CANCScgjbD%3DEcPBX-TA1-t5KFVHykTEiVu7UOYh7jVqEGzg6vqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Google subscriptions validation returns error code 400 Invalid

2016-05-24 Thread Yossi Shemesh
Here is an example for tokens that we get :

hqnlfnvdjeyrlllokcrpjbpk
evgldyxlnhgswgihenutvpzu
hvwhughsicdzodhciecwazjv
jvmvvgtlanxzonajxxfiwizk
brojdglcxhbnwzwirgphyijc

On Tuesday, May 24, 2016 at 5:56:45 AM UTC-4, Сергей Позднухов wrote:
>
> possible fake transactions - check token format
>
> понедельник, 23 мая 2016 г., 23:54:34 UTC+3 пользователь Yossi Shemesh 
> написал:
>>
>> Our app have a subscription option with various tiers.
>>
>> We are validating the subscription tokens via the Google 
>> Purchases.subscriptions.get method :
>>
>> GET 
>> https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token
>>
>> When validating some subscription tokens, we keep getting the following 
>> error :
>>
>> {"error"=>{"errors"=>[{"domain"=>"global", "reason"=>"invalid", 
>> "message"=>"Invalid Value"}], "code"=>400, "message"=>"Invalid Value"}, 
>> "status"=>400}
>>
>> While many of the subscriptions are okay, we are still experiencing a 
>> high volume of such "Invalid Value" validation responses.
>>
>> At first we suspected it might be due to usage of apps like Lucky Patcher 
>> 
>>  as 
>> mentioned here : enter link description here 
>>  but it 
>> seems to cumbersome to be so common.
>>
>> Please advice!
>>
>>

-- 
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/6729bc7a-77ce-44bd-abb2-6c871e0fe7ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] HOT LIST

2016-05-24 Thread Elvin
How good is the business analyst?

On Tue, May 24, 2016 at 6:16 PM, Sri Rekha  wrote:

> Hi Partners,
>
> Please find below our list of consultants available currently for contract
> opportunities (C2C), do let us know if you have any opportunities.
>
>
>
> *Name*
>
> *Technology*
>
> *Location*
>
> *Relocate*
>
> *Visa status*
>
> Pavan Vootori
>
> Business Analyst
>
> GA
>
> YES
>
> OPT
>
> Akhil
>
> Business Analyst
>
> NJ
>
> YES
>
> Citizen
>
> Saritha
>
> Business Analyst
>
> NJ
>
> NJ, NY
>
> Citizen
>
> Shruthi
>
> BI SSIS SSRS SSAS
>
> TX
>
> YES
>
> H1B
>
>
>
>
>
>
>
>
>
> --
>
>
>
> *Regards & Thanks*
>
> *Sri Rekha. P*
> *Talent Acquisition| LORAVA INC.*
> *300 East Royal Lane, Suite # 113 IRVING TX 75039*
> *Direct:- (469) 718-2869 <%28469%29%20718-2869>*102*
> *srirek...@lorava.com  *
> *Hangout : srirekhausit  *
> *WWW.LORAVA.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/CAGApbSRBFxJZb-sfd5uMmpkpGGAW%2B25zer_Nh%3DhnaSv8QHLZvA%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/CABwZCZ6LU_ULEc7qewYGyVwD7SX6nGwB%3DTL-kjPSF6cp6ZjP8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UI/UX Developer( Graphical designer)

2016-05-24 Thread Manisha Budhwar
Hi,

Hope you doing Well !!!

Here is our *Implementing partner Requirement*, Please go through the below
requirement and send us suitable consultant with their *updated resume,
rates and Contact details..*



*NEED  ONLY GC AND US CITIZENS*

*Role:- UI/UX Developer(** Graphical designer)*

*Location: **San Francisco, Snata Clara, CA*

*Duration:- 12+ months*

*Interview: Phone/ Skype*



*Required Experience and Technical Skills*:-
UI designer (UX/graphics/HTML5/CSS) & UI developer
(HTML5/JS/CSS/jQuery/bootstrap/knockout)
· Java Developer (Linux/Java/security)
· Python Developer (Linux/Python/security)
· C++ Developer (Linux/C/C++/security)
· System Programmer (Linux/SELinux/Networking)
· Some of the developers should also be familiar with CI/Dev ops function.
Use of Maven, GIT, other development tools. Test driven development, and
follow SW discipline of following our Security Development lifecycle (Using
tools for Static analyzer (Klockwork, pylint,shlint,….), code review
(Gerrit), IP scanning and more

*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail: manish...@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/CAMnZ%3DMBOWvVbFetsTji4kW7cpwsCUh1n%2BKY9MstsPfX-6AJB_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Able to store values?

2016-05-24 Thread durgadevi1
Hello members,

I was looking at an app example in this website.
http://www.vogella.com/tutorials/Android/article.html#tutorialtemperature

In that, they teach us how to build an app to convert temperature.

In the last part, we can type in our desired value and then convert it 
using the app.

I would like to know whether it is possible to add code to the app so that 
we can store the values that are keyed in and keep the stored values in a 
table format.

If it is possible, what is the procedure to do so?

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/135dd5f0-388c-4c59-bdd6-10b3939ebf41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for Senior Big Data Engineer @ Irvine, CA

2016-05-24 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Senior Big Data Engineer*.. 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: *Senior Big Data Engineer*

Location: Irvine, CA

Duration: 6+ Month

Total Experience: 10+ Years ( Mandatory )

Interview Mode: Phone / F2F



*Position Summary: *

· The Senior Big Data Engineer will work within the Enterprise Data
Services team in Agile environment to install, update, maintain, monitor
and support the Hadoop and Enterprise Data Warehouse/Enterprise Business
Intelligence tools, applications and databases to support all Kelley Blue
Book Business units. The individual will work closely in a team consisting
of other big data and data warehouse engineers, business analysts, business
intelligence engineers, system analysts, quality assurance engineers and
database administrators in developing data warehouse solutions to meet
stated requirements, develop detailed specifications and unit test plans
for implementation. Since EDW works with multiple business units to create
cross functional solutions, the Senior Big Data Engineer must be able to
interface with various business units to understand the requirements and
prepare documentation to support development.

· The individual must be capable of understanding Hadoop ecosystem
and the complex object design and the underlying data model of the system.
The individual must be comfortable with developing data-centric
applications using Hadoop tools, Netezza, Informatica, Informatica BDE (Big
Data Edition), HIVE MapReduce, Spark and able to develop ETL packages, and
is expected to develop queries and stored procedures involving complex
database structures and Hadoop Distributed File System(HDFS). The
individual must have excellent communication skills, work well in a team
environment, enjoy solving complex problems and be able to work in a fast
paced environment.



*The Responsibilities:*

· Define technical scope and objectives through research and
participation in requirements-gathering and definition of processes

· Gather and process raw, structured, semi-structured, and
unstructured data at scale, including writing scripts, developing
programmatic interfaces against web APIs, Web logs, processing real time
feeds, etc.

· Design, review, implement and optimize data transformation
processes in the Hadoop (primary) and Informatica ecosystems

· Test and prototype new data integration tools, techniques and
methodologies

· Adhere to all applicable development policies, procedures and
standards

· Participate in functional test planning and testing for the
assigned application integrations, functional areas and projects.

· Work with the team in an Agile/SCRUM environment to ensure a
quality product is delivered

· Rapid response and cross-functional work to deliver appropriate
resolution of technical, procedural, and operational issues.





*Minimum of three years’ experience with the following: *

· Experience architecting and integrating the Hadoop platform with
traditional RDBMS data warehouses.

· Experience with major Hadoop distributions like Cloudera
(preferred), HortonWorks, MapR, BigInsights, or Amazon EMR is essential.

· Experience with ETL tools such as Informatica

· Experience developing within the Hadoop platform including Java
MapReduce, Hive, Pig, and Pig UDF development.

· Excellent oral and written communication skills

· Excellent customer service skills

· Excellent analytical and problem solving skills

· Working knowledge of Linux O/S environments



*Preferred Skills & Experience: *

· Experience with logical, 3NF or Dimensional data models.

· Experience with NoSQL databases like HBase, Cassandra, Redis and
MongoDB.

· Experience with Hadoop ecosystem technologies like Flume, Kafka
and Spark.

· Experience with Netezza and Oracle.

· Experience with Informatica Big Data Edition.

· Certifications from Cloudera, HortonWorks and/or MapR.

· Knowledge of Java SE, Java EE, JMS, XML, XSL, Web Services and
other application integration related technologies

· Familiarity with Business Intelligence tools and platforms like
Datameer, Platfora, Tableau and Microstrategy a plus.

· Experience in working in an Agile/SCRUM model.





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

[android-developers] Hotlist - Technocraft Solutions

2016-05-24 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

Krunal

ETL Informatica

Cary, NC

7+

Yes

5

Mrunali

Informatica

Irvine, CA

7+

CA, TX, FL, NC, AZ

6

Sowmya

PL/SQL

Dallas, TX

8+

Yes

7

Rama

PL/SQL

Tamha, FL

7+

Yes

8

Ami

SQL/BI Developer

Piscataway, NJ

7+

 Open

9

Anusha

SQL/ SSIS/ SSRS

Dallas, TX

7+

Open

10

Sai

Service NOW

Dallas, TX

7+

Yes

11

Rounak

Business Analyst

Des Moines, IA

7+

Open

12

Sree

Business Analyst

Houston, TX

7+

Open



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-S4qWFrHo%3DrH%2BFdZGf3z3EY-4EgA21b628y9ARMk_i%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Chmod failed: EPERM (Operation not permitted)

2016-05-24 Thread Natalia Pujol
Hi! Same issue here, copying a SQLite file from assets to external storage.
Any tip or workaround to fix this?
Thanks in advance :)

El martes, 1 de marzo de 2016, 23:15:36 (UTC+1), Michael G escribió:
>
> This was a problem with chmod'ing external storage files once upzipped. 
> I'm not sure why this would have ever worked even on lower apis though. It 
> doesnt make sense that you can chmod something not in its own private user 
> space, i.e. public external storage. However, the python executables in 
> private space are okay to chmod the files. ( fyi: the chmod technique that 
> damon came up with for this was never google/android official ) 
>
> There does not need to be any modification of privileges on these files 
> once unzipped for the python interpreter to use for imports. 
>
> I fixed this bug by modifying the Utils and ScriptActivity java files. You 
> will no longer get the EPERM errors on install. I forked this project and 
> added the PIE executables too so this you can run python apks on api 5.0 or 
> greater now.  
>
> my repos is here : https://github.com/ainsophical/droid-python
>
> Cheers, 
>
> -Michael
>
> On Saturday, January 23, 2016 at 5:50:18 AM UTC-5, Polyvios Liosis wrote:
>>
>> Hello.
>> I tried to install an apk (from android-python27 project) which unzip and 
>> chmod some files in my storage, but I get the following Error (API 21):
>>
>> Unzip extracted 
>> /storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementPath.py
>> 01-18 17:08:54.403 20996-21039/com.android.python27 W/FileUtils: 
>> Failed to 
>> chmod(/storage/emulated/0/com.android.python27/extras/python/xml/etree/ElementTree.py):
>>  
>> android.system.ErrnoException: chmod failed: EPERM (Operation not permitted)
>>
>> This is happening for every file in folder extras. As a result I cannot 
>> run the python scripts. When I try to install the apk in my another android 
>> device (API 16) it chmod with success (and I really don't know why). 
>> I tried to change the permission via adb shell but it didn't work
>>
>> So is there a way to solve this matter? 
>> Thanks 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/e010eacf-fe69-498c-a34a-4c13e32c919f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-List

2016-05-24 Thread Rahul Technocraft
*Hi ,*

*Hope you are doing great!*

*Please find the Hotlist of our Bench consultants, they are available
immediately and are open to relocate. Please share the suitable
requirements to **ra...@technocraftsol.com* * or you
can reach me at **614-664-7826**.  let me known if you any suitable
Contracts requirements for them.*

*Note:  please add my Email ID to your distribution list. *


*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*2*

*Gunemoni*

*Service Now Developer*

*Columbus,OH*

*8*

*Yes*

*3*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*4*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*5*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*6*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*7*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*8*

*Aishwarya*

*BA*

*Oregon*

*7+*

*Only Oregon*

*9*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*10*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*11*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*12*

*Mani*

*Oracle Apps Techno*

*Sunnyvale,CA*

*7+*

*Open*

*13*

*Raja*

*Tableau*

*Chicago,IL*

*7+*

*Open*

*14*

*Shree Jana*

*Java*

*Sanfransisco,CA*

*7+*

*Only Texas*

*15*

*Sampath*

*Tableau*

*Bloomington,IL*

*7+*

*Open*

*16*

*Gaurav*

*Oracle DBA*

*Santa Clara,CA*

*7+*

*Open*


*Thanks and Regards*

*RAHUL*



*Business Development Manager*

*Email** : *ra...@technocraftsol.com

*Contact**:* 614-664-7826

*Yahoo ID / Gmail ID** :*
rahul.technocr...@yahoo.com/rahul.technocaft...@gmail.com

*Linkedin : **https://www.linkedin.com/home?trk=nav_responsive_tab_home*


www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

-- 
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/CAJV2-zZCawjaFfU-ngv%3DdGVaAVXKoQCiiSkKXN-4ka0CJEiZ0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Detail on location attributes

2016-05-24 Thread durgadevi1
Hello members,

I'm creating a GPS tracker app.

I have used these few attributes:

1) Location:getTime()
2) Location:getLatitude()
3) Location:getLongitude()

I managed to see the outputs on my app screen. But I noticed the values 
keep changing on the app screen.
Why do the values keep changing?

Also, for Location.getTime() I get a large number as a output. Sometimes 
the number is negative. (eg -2122202741)
What does the large number represent and what format does it represent?

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/ad505303-0bce-42a5-a9ed-5877c853330d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Oracle Apps DBA

2016-05-24 Thread sarita D
Hello,

Hope you are doing great. Please find the below Job Description and forward
profiles to r...@hclglobal.com.



*We need real time Candidates. Must H1-b. We have BGV*



*Title: Oracle Apps DBA*

*Location: Hanover, NH*

*Duration: 3 to 6 months*

*Rate: DOE*



*Job Description:*

Must have experience in  EBS 12.2 upgrade and good knowledge of Unix &
Linux, Unix scripting

  Expertise in Performance tuning   is mandatory.

Should have experience in shared Appl_top/application tier configurations,
Cloning, PCP setup, administration of R12.2

*Skill and Experience Details:*


*Minimum Experience Required:* 8 years

*Mandatory Skills:* Oracle Apps DBA consulting Oracle Fusion Apps DBA,
Fusion Administration, Consulting, Oracle Apps DBA consulting
*Language Skills:* English Language


-- 

*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] Reprogram the physical button functions on Huawei smartwatch?

2016-05-24 Thread viva austria


I would like to use the physical button of Android Wear smartwatches to 
initiate a call on mobile phone (after pressing it multiple times)

I want to build an app which, after pressing the button 4 times, would 
initiate a fake call (with vibro function) on the cell phone.

Is it possible to do this, aren't these button functions reserved by 
manufacturer?

-- 
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/6235f43e-1888-4ee5-ae33-255773b9b758%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Question about Policy (it may not appear serious at all, but it kind of is)

2016-05-24 Thread Dante R.
Hello everyone, so, I am a slowly growing indie developer, and I want to 
publish my game on the Play Store, yet I have a question, given the fact 
that I haven't found anything about my particular issue anywhere in the 
regulamentation or somewhere else, so, the thing is, what is Google's 
policy on using the word "crap" ? (or, say, Cr@p, if needed) inside the 
game, and also, are there any issues with a game that contains a lot of 
shit? (literally). You see, it's not explicit content as it's some sort of 
cheaply photoshop drawn two tones of brown kind of feces thing, and it's 
quite the theme of the game (it's got a long backstory as per why and how). 
I don't want to break any rules, yet I haven't seen anywhere that making a 
doodly feces themed game is an issue, so I would like some clearance on 
this. (I eventually could replace all the fecal stuff with something else 
if that's the case... say candy... but that would be really inapropriate... 
trust 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/52b5df6e-5436-46da-83b6-d012ca527662%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for CRM Big Machines Lead

2016-05-24 Thread sarita D
Hello,

Hope you are doing great. Please find the below Job Description and forward
profiles to r...@hclglobal.com.



*We need real time Candidates. Must H1-b. We have BGV*



*Title: CRM Big Machines Lead*

*Location: Erlanger, KY*

*Duration: 3 to 6 months*

*Rate: DOE*



*Job Description:*

Key skills required for the job are:

   - CRM Big Machines (Mandatory)

As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.

*Skill and Experience Details:*


*Minimum Experience Required:* 8 Years

*Mandatory Skills:* CRM Big Machines Siebel Upgrade, CRM Platforms, Siebel
Architecture
*Language Skills:* English Language


*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] Java - Tech Lead ,Holtsville, NY,Long Term

2016-05-24 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description .*

*Job Title: Java - Tech Lead *

*Location: Holtsville, NY *

*Contract: Long Term*



*Requirement:*

•  *Hands on experience in designing and developing
applications using Java EE platforms *

•  *Profound insight of JDK and JDBC*

•  *Experience in developing web applications using Java
Frameworks along with XML configurations*

•  Knowledge of PostgreSQL database

•  Experience in customization and enhancements of Java based
applications and integration of applications with other applications

•  Customize Polarion tool according to Business User
requirements

•  Rewriting the xunit interface of Polarion tool

•  Integrate Polarion with Planisware tool

•  Fix issues in application reported as result of migration
and customization

•  Write scripts to add bulk edit capabilities in Polarion for
iterations and parameters

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


[android-developers] Urgent Need::::Peoplesoft Financial Functional Consultant,Madison, WI ,12+ Months

2016-05-24 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description .*

*Job Title: Peoplesoft Financial Functional Consultant*

*Location: Madison, WI  *

*Contract: 12+ Months*



*Requirement:*

· Minimum, 8 years of PeopleSoft experience with more than 2
Implementation experience.

· Must have either accounting background or sound knowledge of
finance accounting with strong GL and AP experience.

· Must have understanding of PeopleSoft ChartFields and Finance
Reporting (including nVision).

· Must have experience on SQL Tools, PeopleSoft Tree.

· Must be fluent in MS Excel and good knowledge of Pivot tables,
Lookups, macros etc.

· Must have good analytical skills on financial data.

· Must be able to create business requirement document (BRD) and
functional requirement document (FRD)



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


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-24 Thread michael_bentz
Thanks for the sarcastic remark TreKing!!! I really appreciate it. I do not 
actually have a failing  app, rather I am fishing for possible errors that 
other people have encountered for my developers. That is right...I am not a 
developer just researching for my team. Thanks again for the "wealth of 
detailed information" in which you replied with!! 

Have a Great Day!

On Monday, May 23, 2016 at 11:00:55 AM UTC-4, TreKing wrote:
>
>
> On Thu, May 19, 2016 at 9:24 AM,  
> wrote:
>
>> I have built an app using the 5.1 SDK and it is having problems running 
>> on 6.0 devices. Any suggestions or fixes?
>
>
> Based on the wealth of detailed information you have provided about why 
> your device is not working on 6.0, I can tell you with confidence that the 
> solution is to jump up and down for 30 seconds with your device between 
> your legs.
>
> If that doesn't work, try posting some semblance of details about your 
> issue.
>
> http://www.catb.org/esr/faqs/smart-questions.html
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered 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/db38d585-04a7-4a24-8515-1e70e04661bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT LIST

2016-05-24 Thread Sri Rekha
Hi Partners,

Please find below our list of consultants available currently for contract
opportunities (C2C), do let us know if you have any opportunities.



*Name*

*Technology*

*Location*

*Relocate*

*Visa status*

Pavan Vootori

Business Analyst

GA

YES

OPT

Akhil

Business Analyst

NJ

YES

Citizen

Saritha

Business Analyst

NJ

NJ, NY

Citizen

Shruthi

BI SSIS SSRS SSAS

TX

YES

H1B









-- 



*Regards & Thanks*

*Sri Rekha. P*
*Talent Acquisition| LORAVA INC.*
*300 East Royal Lane, Suite # 113 IRVING TX 75039*
*Direct:- (469) 718-2869*102*
*srirek...@lorava.com  *
*Hangout : srirekhausit  *
*WWW.LORAVA.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/CAGApbSRBFxJZb-sfd5uMmpkpGGAW%2B25zer_Nh%3DhnaSv8QHLZvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android Incoming call Detect Problem when application closed in 4.4.4 in android

2016-05-24 Thread Narendra talapara
hello  Sir/Madam,
  I have Problem when Service killed when 
Application Closed From Application List.And Not working Broadcast Receiver 
Also.

-- 
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/93329bc5-81f4-49ef-82d5-2cbedcf7ae42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Google subscriptions validation returns error code 400 Invalid

2016-05-24 Thread Сергей Позднухов
possible fake transactions - check token format

понедельник, 23 мая 2016 г., 23:54:34 UTC+3 пользователь Yossi Shemesh 
написал:
>
> Our app have a subscription option with various tiers.
>
> We are validating the subscription tokens via the Google 
> Purchases.subscriptions.get method :
>
> GET 
> https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token
>
> When validating some subscription tokens, we keep getting the following 
> error :
>
> {"error"=>{"errors"=>[{"domain"=>"global", "reason"=>"invalid", 
> "message"=>"Invalid Value"}], "code"=>400, "message"=>"Invalid Value"}, 
> "status"=>400}
>
> While many of the subscriptions are okay, we are still experiencing a high 
> volume of such "Invalid Value" validation responses.
>
> At first we suspected it might be due to usage of apps like Lucky Patcher 
> 
>  as 
> mentioned here : enter link description here 
>  but it 
> seems to cumbersome to be so common.
>
> Please advice!
>
>

-- 
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/7082a949-4f0f-45ca-8d85-39517751adf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Google Play Developer API: Purchase token not found [404]

2016-05-24 Thread Сергей Позднухов
bump

-- 
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/0727156f-e828-4227-b355-0172d371f16c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] running android camera and viewing it on full screen

2016-05-24 Thread gjs
https://github.com/googlesamples/android-Camera2Basic

-- 
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/8a70578d-7ced-44d9-9c91-c26f280ec85f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Three states checkbox

2016-05-24 Thread ab 2ndguide
Hello,

Three states checkbox is a quite common situation and an often requested 
feature on Android.

Is there a good reason to not implement it?

Regards,

-- 
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/4d5d3a1a-4c6e-45da-86a3-31991ded50f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot spot connecting issue in Android 5.0 and above versions.

2016-05-24 Thread Harish Yerra
Hi Droids,

I have tried some piece of code to start wifi and hotspot pragmatically. It 
is working fine till Android 4.4 version but it is not working in Android 
5.0 and above versions.
I have seen in the change docs but i have not found any changes in the 5.0 
version regarding wifi and hotspot.
Please let me know how can i overcome this.

Ref : https://github.com/nickrussler/Android-Wifi-Hotspot-Manager-Class 



Regards
Harish


-- 
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/4fab905a-28bc-4bd7-bb00-96cdf8be748f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.