• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Android LDAP contact Address Book live lookup, no times sync

I've got an LDAP contact address book, meant to lookup the S/MIME email encryption details of target mail recipients known to my company.

The LDAP is publicly available, as third parties can also use it to search the S/MIME details of specific staff based on their email address.

Because its publicly available to people I dont know, my LDAP supports anonymous lookup, ie no authentication is required.
Obviously I dont want my entire LDAP to be harvested, so as a counter measure, you can only do live lookups for a matching email address, and when searching for wildcard, only 1 email address is returned.

So I can add my LDAP in Android as a contact account. But apparently when looking up an email address from my default mail client, no email address is returned. Most likely because android does a sync and doesnt do a live lookup.
In Outlook for Windows an LDAP lookup for an addressbook works just fine.

My questions:
1) Can anyone knowledgable on the LDAP in Android, confirm that live lookups in an LDAP contact address book are or are indeed not possible?
2) When it is possible to do live lookups, could you kindly tell me how?
3) If a third party app might be required either for the LDAP support, or a specific mail client app, kindly do let me know

As my LDAP is publicly available, send me a PM and I will provide you with the details, should this help you with helping answering my questions. I also wouldnt mind posting it here, but could be considered a commercial advertisement, and thats definately not how I want to come across.

Apps Plants Detection

Also I try to intergrate my model there:
https://github.com/googlecodelabs/tensorflow-for-poets-2/tree/master/android/tflite
In file ImageClassifier.java I have changed this parameters:
Code:
static final int DIM_IMG_SIZE_X = 256;
static final int DIM_IMG_SIZE_Y = 256;
By the way there is a problem with Interpreter:
"interpreter(java.nio.mappedbytebuffer)' is deprecated"
Code:
ImageClassifier(Activity activity) throws IOException {
  tflite = new Interpreter(loadModelFile(activity));
  labelList = loadLabelList(activity);
  imgData =
      ByteBuffer.allocateDirect(
          4 * DIM_BATCH_SIZE * DIM_IMG_SIZE_X * DIM_IMG_SIZE_Y * DIM_PIXEL_SIZE);
  imgData.order(ByteOrder.nativeOrder());
  labelProbArray = new float[1][labelList.size()];
  filterLabelProbArray = new float[FILTER_STAGES][labelList.size()];
  Log.d(TAG, "Created a Tensorflow Lite Image Classifier.");
}

I am getting a mistake in app: "uninitialized classifier or invalid context".
What parameters do I need to change too?

Attachments

  • OEKmKVRrh5E.jpg
    OEKmKVRrh5E.jpg
    75 KB · Views: 110

Fitness tracker compatible with a tablet

I'm looking for a fitness tracker that I can use with my android tablet (Samsung galaxy tab 7), and most of them seem to be made to use with smartphones only. Does anyone know of an affordable fitness tracker that is compatible with a tablet? Thanks!
just curious why a tablet? most wearables need a phone to operate or at least the app does. i have never heard of using a tablet to setup and sync and update the watch from.

any ways i think i have found some solutions, not sure if they work or not:
1.https://android.stackexchange.com/questions/110583/emulate-android-wear-on-android-tablet
2.http://www.inlovewithandroid.com/how-to-pair-android-wear-with-tablet.html

I think I had a lemon

Buying a lemon isn't always a bad thing. A few years after we got married. My wife and I went to San Francisco. We ended up going to some shopping center that sold name brand merchandise at 60-80% off it's normal retail price because errors. For example my wife got two purses one for $125 when the original price was $400+ she got a purse originally price at more than $600 for $200. Both of these were top of the line I think one was a Dooney& Burke and the other was a coach or Lou vouton , I forget it was years ago. The sales person I remember point out the design flaws to us and explain it would be pointless to try and claim we had been sold a lemon because the company had stamped a cereal number inside indicating that the purse had been sent to a consignment shop/store

Help DUH! How to answer phone?

It has been eight years. The android made me nuts after a few years of iPhone. And I did, indeed, return to iPhone.
I gave up!
Apparently my brain wasn't capable of making the switch.
Thanks for the advice to you and all.
Android is not necessarily the answer, it's an option. If you are happy and comfortable with your iphone choice that's great. Welcome back.

Help [SOLVED] Get rid of this annoyance? (Chrome issue)

F-Droid is your friend.
Yes, thank you, I'm familiar with F-Droid. :)

I only use paid apps, unless there isn't a paid version but its in-app purchase feature replaces ads (like the Candy Crush family). As a former programmer, I like to reward developers of apps I like and use by paying for them. I appreciate the time, knowledge, and creativity that go into a great app.
Google is your warden.
I guess it depends on how you look at it. Google in no way dictates or controls what I do.

I used to root my Android devices, but no longer see the need.

By the way, what OS do you use on your computers?

Trouble syncing contacts with Microsoft Exchange

I've recently noticed that my S9+ is not syncing correctly with Microsoft Exchange. The phone indicates it is syncing and shows a current date & time of sync. However, my Microsoft Exchange account has 440 contacts and only 435 of them are showing up on my phone. I also noticed after updating a phone number with one contact on Exchange, that new number is not updating with that same contact on my phone.

Need help with my rooted htc to get SMS limit unlock

SMS limits and the amount you can send are set by your carrier and your account with them, and not by the phone itself, for example you might have a limit of say 200 free SMS a month. Rooting and modifying the phone won't get around that
No I use a third party sorftware to send mass SMS to my 450 work colleagues but when send it asks the permissions and I have to keep clicking allow so I rooted the phone and got SMS limit unlock software but doesnt work

Android Q Audio Playback capture Feature

It does let the user know, and the user, as well as the app must specifically allow it, doesn't it?

Quote:-
For security and privacy, playback capture imposes some limitations. To be able to capture audio, an app must meet these requirements:

Filter

Back
Top Bottom