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

Mods TensorFlow for Poets 2. Adding capture button and base storage for app with TensorFlow Lite model

I am trying to modify the Android project found here: https://github.com/googlecodelabs/tensorflow-for-poets-2/tree/master/android/tflite

I have already included my neural network as .lite file (TensorFlow Lite), it works rather good, but it is neccessary for me to place a button on the view to capture an image and to do more accurate prediction.

There is a great blog regarding this problem. It's here: https://www.inovex.de/blog/tensorflow-mobile-android-app/. But author explain here how to do it in app where .pb model is used (TensorFlow Mobile). He works with this repo: https://github.com/googlecodelabs/tensorflow-for-poets-2/tree/master/android/tfmobile. I would like to modify my app accurately like this example. Unfortunately, I can't ask him in a blog comment!

I am trying to understand it... Please, help me, thank you in advance!

Attachments

  • skrin.png
    skrin.png
    342.8 KB · Views: 167

IMEI doesn't match on FindMyPhone

I wish you all the best my friend, Hope to hear good news. I also like to welcome you to Android Forums.

Thank for the welcome, Javi .

So am update on the issue. I went to the government telecommunications regulatory authority with the phone, box, and receipts. I asked of my phone was registered or not. The person took my phone, dialed *#06# and the imei that came up, he entered into his pc which said registered. He tells me, its registered. So i take my phone and open their own imei checker app, click find out imei, and it shows a different, the original imei, and unregistered. He immediately says, yeah that phone has been tampered with.

They were helpful, to my surprise. Got all the information from me about the shop and said we'll take action cause the law says changing unique identity codes for electronic devices is punishable upto 3 years in jail and told me to take legal action if they don't return it.

I went back to the shop, i told them i was advised to take legal action and to report it to the police immediately. They returned the phone with full payment. I'm glad. I borrowed some cash friends and bought a brand new note9. Wasn't gonna take my chances with a used phone again lol.

Thanks for all the help guys. It would not have been possible without your knowledge and insight of the issue. Thanks Javi.

My note 10+ is freezing when I'm using apps

Im not familiar with Android 10 or the Note 10+ but what you describe it might be that the OTA update was corrupted during the download process. This not common but it does happen from time to time. In fact, I recently helped someone fix this very issue on a Note 8. No need Booting into Safe Mode is of no use after factory reset. Flashing the official firmware via Smartswitch will fix the issues on your Note 10+, however, it wouldn't be my first choice.
1 Try searching by device, carrier, and update to see if others are also experiencing the same issues.
2 Use the warranty and take it to your service provider.

Keep in mind I dont have a Note 10+.

Warning message per second on ELB-iSCADA8m

Hello all, I am using ELB-iSCADA8m powered with Android pie. The logcat log message show 08-30 23:36:31.560 1253 1253 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@2.0::IMapper/default in either framework or device manifest. I had a look at few of the forums and they pointed me to this link https://source.android.com/devices/architecture/vintf/objects
Can someone help which file I need to modify and with what contents so that I can suppress this logcat message

Issues displaying XML on a Mobius framework App

Really getting into the dev stuff on Android running into issues with XML wonderering if theres any one who has had these issues:
Even if I set the constraint background to a specific colour I still get the blank screen which lead me to think I wasn't doing the fragment right but it all builds and check out It's a small Login functionality app

Could this be something to do with the dependencies but I doubt it ?

There should be a button displaying progressbar etc nothing shows .......

I've looked endlessly on Stackoverflow.

Any advice or hints tips welcome .
Thanks

repo - https://github.com/BenMohammad/MobiusGitHub

Social Games Without In-App Purchases???

Hey, I love social strategy games such a Game of War, Guns of Glory, Army Men Strike. I enjoy how the games are laid out. I enjoy the social aspect of forming alliances with other players and fighting other alliances. However, I hate the pay to win aspect of these games. The stronger you get the more money you have to spend in order to stay competitive. I would like to find a game with the social and political aspects like King of Avalon, but that I can purchase one time without all of the in-app pay to win bs.

Any pointers?

Android Password Authentication

Hello
I am trying to understand how the android password authenticator works in some specific app.
There is this line of code in the app:

PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(url.host(), getConnectToInetAddress(proxy, url), url.port(), url.scheme(), challenge.getRealm(), challenge.getScheme(), url.url(), RequestorType.SERVER);

I know that the requestPasswordAuthentication function Ask the authenticator that has been registered with the system for a password. It then returns the username and password and store them in "auth".

My question is where is this password stored? Where does it get the password from?

Filter

Back
Top Bottom