DO NOT USE — this tag is being cleaned up. Use [android-contentprovider], [provider-model], or whatever more specific tag is appropriate instead.
1
vote
0answers
24 views
grails app acting as own openid provider
I am using Grails 2.1.1 with Spring Security and there is a link from my app to another site on the same server as my grails app, where I am using osqa (http://www.osqa.net). I want, that users can ...
0
votes
0answers
4 views
Custom Provider Web Deploy
Created a Custom Provider based on an example by Sayed Ibrahim Hashimi.
Works on my machine ;) and on the web server (by RDC). But not when using msdploy from another machine.
Msdeploy script:
...
1
vote
0answers
20 views
Symfony2 version 2.0.23, login with users from database always return: 'The presented password is invalid'
I'm trying to set up 2 firewall with 2 different providers and encoders in my security.yml that looks like this:
security:
encoders:
Devsign\UserBundle\Entity\AgentUser:
...
0
votes
0answers
10 views
umbraco Create member with correct type dynamically
I have 2 member types in my Umbraco 6:
Member1
Member2
and I'm using .net Membership providers.
This is what I have in my web.config:
<membership defaultProvider="UmbracoMembershipProvider" ...
0
votes
0answers
10 views
Symfony2: Custom AuthenticationProvider leads to a AuthenticationCredentialsNotFoundException
I currently develop my custom AuthenticationProvider (Symfony 2.1) which is quite similar to the form login.
My authentication listener's handle() function does check whether the request matches the ...
0
votes
0answers
7 views
How create SearchRecentSuggestionsProvider?
My code:
<provider android:name=".searchprovider.MySuggestionProvider"
android:authorities="com.example.music.store.searchprovider.MySuggestionProvider"
...
0
votes
0answers
8 views
change password error asp.net
i am creating change password page
i already use the website admin tool to create rols and users, then on trying the password change for 1 user it give the following error
Server Error in '/CLINIC' ...
0
votes
3answers
41 views
What PushNotification Provider can i use?
I want to set my iOS app to send PushNotification.
I tried UrbanAirship, but this one is not compatible with ARC.
So i tried to find one in GitHub to install in my host. But i didn't find.
Does ...
1
vote
1answer
38 views
Accessing GPS is not working. Application uses network to getting location
My app doesnt want to use GPS and using network to get location instead. I checked that by analysing latitude and longtitude, they're a little bit random (like network location).
If I use another app ...
0
votes
0answers
12 views
android - convert JKS based message signing code to BKS
I'm now working on making message sign app for android.
First, the following code works successfully on my desktop with JDK 1.6.
However,when I trying to run on eclipse for android platform,
It ...
0
votes
0answers
17 views
Android - java.security.NoSuchProviderException: SC
I'm now working on creating message sign application for android.
However, when I execute the app,
the logcat message from "Log.e("Position", e.toString());" shows following error
...
0
votes
0answers
13 views
How to use multiple application names with single hosted membership web site
I have one web application which implements Authentication and Authorization services(Security Application) using ASP.net Membership provider which was hosted in IIS.
Now,I am creating multiple ...
1
vote
1answer
15 views
XTIFY failed on find provider packagename.XTFY_PROVIDER
I'm following the instructions in http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging to implement the push messages for android throught Xtify, and executing my app I ...
0
votes
1answer
54 views
When to use javax.inject.Provider in Spring?
What is does is pretty simple:
@Inject
private Provider<ProductService> productService;
The Product service is available through productService.get() and .get() will resolve the instance from ...
-1
votes
0answers
12 views
Android onlocationchanged use two providers [duplicate]
Is it possible to use two providers in the method onLocationChanged (Location location)? That is, to receive updates from the GPS and network-based. I want to receive updates from sources that are ...
0
votes
3answers
110 views
Android application crashes,force close when user check GPS provider
I created an application for shows location with Network provider or GPS provider user choice
via checkbox.When user choose not enable GPS work fine.But when user choose GPS enable the first time ...
1
vote
0answers
32 views
How to create a tentative event using android Calendar Provider
I'm trying to create a tentative event, which is an exception to recurring events, using android Calendar Provider.
I did succeed in inserting a tentative event into local calendar and it's perfectly
...
0
votes
3answers
52 views
Show current location on map using emulator that does not support gps
Our android emulator has one inbuilt application "Map" which shows our approximate current location. I tried it to show my own location using network provider but still does not show my location on ...
0
votes
1answer
29 views
Membership Provider returning remoteAddress is Null
We are using a proprietary Single Sign On Service to remotely do Membership calls. We connect via a VPN.
We are getting en error at:
Service.Web.Security.Membership.ValidateUser(username, ...
0
votes
1answer
254 views
SQLite and Entity Framework
I'm trying to use SQLITE database with latest Entity Framework. I've installed SQLite provider x86 for .NET Framework 4.0 from here: ...
0
votes
0answers
22 views
How to wait till GPS fixing
Now... We have a code:
mContext = getApplicationContext();
try {
LocMan = (LocationManager) mContext.getSystemService(LOCATION_SERVICE);
isGPSEnabled = ...
0
votes
0answers
286 views
current position is not showing correctly in google maps api v2 for android
I have written a code to detect the user position with best provider available but its not showing the current position instead it took me to some wrong position and the marker is also not showing.
...
0
votes
0answers
32 views
how to connect a local user(from our own site) with social networking sites using spring social with persisting database?
here is my configuration class,
@Configuration
public class SocialConfig {
@Inject
private DataSource h2DataSource;
@Autowired
UserBasicServices userBasicServices;
@Bean
public ...
0
votes
1answer
133 views
SharePoint 2013 Unauthorized exception for provider-hosted Apps
I receive "Unauthorized" exception on the host side for a provider-hosted App for SharePoint 2013.
Uri hostWeb = new Uri(Request.QueryString["SPHostUrl"]);
using (var clientContext = ...
0
votes
0answers
49 views
Too many automatic redirections in SharePoint provider-hosted App
I have an exception with the message "Too many automatic redirections were attempted." in my SharePoint provider-hosted App. This exception has been occurred in the following code:
using (var ...
-3
votes
3answers
52 views
Searching for a new home for my svn repos - need your suggestions [closed]
Please read first before you vote me down for no reason (three downvotes in half a minute - shock) - I really don't know where on stackexchange does my question belongs to. They're saying to be a ...
0
votes
0answers
95 views
Entity framework: Keyword not supported: 'provider'
I am having problem deployment my ASP.NET MVC4, it shows error:
Keyword not supported: 'provider'
I tried changed to provider="System.Data.Oledb" and removed provider=System.Data.SqlClient; in ...
0
votes
1answer
50 views
location issue in android
I have some problems with Location API. In some device sometimes it won`t give the location with any Provider. Rebooting the phone solves the problem. On the other hand when not getting location, ...
0
votes
0answers
24 views
Writing a provider for fluent nhibernate
I would like to know how to write a provider for fluent nhibernate. I have a custom database management system. Actually I am trying to use nhibernate with ArcGis geodatabase. Is there already any ...
1
vote
1answer
43 views
Jface Label Provider: how to add tooltips to ObservableMapLabelProvider
I need to add tooltips to the elements of a TreeViewer, but as label provider I have to use an ObservableMapLabelProvider (because of databinding).
This label provider, unlike e.g. ...
0
votes
0answers
38 views
Exception in Content Provider Code in Android
I am building an application in where I need to read an encrypted pdf . I will decrypt the pdf by 100kB block . At first 100kB will be decrypted . This block must be read by another pdf reader ...
0
votes
0answers
43 views
How to reload (refresh) windows logon background image dynamically?
I am developing windows credential provider for windows 7 and I need to change background logon image dynamically when user sets some values in UI elements. How I can to do this? Please help me.
2
votes
0answers
132 views
Symfony 2 custom authentication provider user id is 0 (zero)
I have written my own Symfony 2 authentication provider for HybridAuth 2 library, and the authentication process works just fine, but after the user is authenticated successfuly, the page refreshes ...
1
vote
0answers
98 views
My Custom Calendars disappear after reboot
I'm programming an application to add CalDav and SyncML calendars into Calendar Provider database, I'm able to add them but I have a problem because when I reboot, my calendars disappear.
Here is my ...
0
votes
0answers
89 views
EntityFramework change provider in connectionstring throws InvalidCastException
I have an application using model-first Entity Framework 5, generated from SqlServer. with this kind of connectionstring :
<add name="CoreContainer" ...
0
votes
0answers
50 views
JSSE implementation of TLS-PSK
i need to get a JSSE implementation of some TLS-PSK protocols, more precisely of these protocols:
TLS_PSK_WITH_3DES_EDE_CBC_SHA
TLS_PSK_WITH_AES_128_CBC_SHA
TLS_PSK_WITH_NULL_SHA
...
2
votes
0answers
151 views
Android: documentation for content://sms/ “type” values?
I know that the content://sms/ provider is not officially supported in Android. Nonetheless, I'm wondering if there are some commonly used conventions for the values that appear in the "type" column ...
2
votes
2answers
134 views
Android. How to know if location detected is from GPS or Network provider
I'm a newbie of Android.
I'm trying to implement an application which sensing position from both GPS and Network provider and show it on a Google Map. I succeded in doing this, but i have a question:
...
3
votes
1answer
137 views
How do I stop the user waiting for a long time to get a location fix?
I am building a GPS Android application which gets the nearest places based on the user's current location.
This is what my application does:
Check if GPS or Network is available
If neither is ...
0
votes
2answers
65 views
How do I know if users have really turned GPS/Network on after directing them to the settings page?
I am building a location finding application which requires GPS or Network operations. I want to be able to direct users to the GPS or the Wireless settings to force them to turn it on if they don't ...
0
votes
1answer
300 views
.NET c# and oracle connection
is it possible to establish network connection at ASP.NET program to oracle database without oracle client installed?
Second day I try to establich connection but can't do it.
I tried everythig I ...
1
vote
1answer
61 views
Android: Keep an up to date record of local files relevant to the app
I've been reading about Content Providers and the Media Store but I'm still not sure what's the best way to solve this common problem.
To simplify, let's say I want to create an app to read ebooks. ...
0
votes
0answers
213 views
Provider OraOLEDB.Oracle does not return right results for vba
I have this .xls vba code where I am trying to check record count and based on that decide further logic.
This vba was working fine with Provider = MSDAORA but when I changed to Provider = ...
0
votes
2answers
53 views
certificate at provider for push notification in iOS
I need to implement iOS push notification in my app. I ve been trying this for a while and have done the iOS side code changes required. I'm able to get the device token from APNS. But im stuck with ...
0
votes
0answers
54 views
How to have more than one membership providers in ASP.NET website
I have a strange problem. I have a website that works fine and all the users can login . However, there is a user limit in our case i.e. only 30 users. After 30th user, the application scope changes ...
2
votes
0answers
94 views
How to bind private key with certificate chain?
I'm implementing a PKCS#11 JCE provider for Android and there's a method from java.security.KeyStoreSpi which I don't understand:
public void engineSetKeyEntry(String name, Key key, char[] pin,
...
0
votes
1answer
81 views
Singleton Provider vs Regular Provider
I'm attempting (for the first time) to build up a token using dependency injection. I have a diamond hierarchy problem, where I need to prepend a signed hash of my data to the actual data itself.
As ...
3
votes
1answer
579 views
What are com.sec.android.provider.* apps exactly?
I know it's not a code question. However, i try to work on some databases that stored in directories like /data/data/com.sec.android.provider.*.
What does it mean by "sec" in the provider signature? ...
0
votes
0answers
59 views
how to find the service provider in android for list of each contacts number using Contact Manager?
I have sim contacts in my android mobile.How to find the service provider of each number using Contact provider Manager and telephone manager.I want to display the contact name ,mobile number and ...
6
votes
2answers
463 views
AngularJs/ .provider / how to get the rootScope to make a broadcast?
Now my task is to rewrite $exceptionHandler provider so that it will output modal dialog with message and stop default event.
What I do:
in project init I use method .provider:
...



