I work at a branch of BASF (chemical plant) and we have these lists of things that need to be checked regularly .. (valves and their state (open or closed), values for temperature, pressure, ...)
I was wondering if it would be possible to tag each valve/measurement with a QR code and have a device (tablet, or whatever..) that has a library of these valves/measurements and when a valve's/measurement's QR code gets scanned you could assign an open or closed attribute or a value.
This would make it much easier to get an overview of the entire situation, and would create a standard for the registration (one person does this differently then the next which sometimes leads to miscommunication)
Does anyone have an idea if this would be possible ?
I myself do not have the knowledge to create such an app, but I feel it should be fairly simple for someone who does.
If you can offer me any information on this matter It would mean a lot to me ! thanks in advance !
Hi, I wonder does MiFit is open-source application? It would be great if code of MiFit would be availabne on some portal a la github or something else. I would like to try write something for Mi Band and it would be great if I can make mine fork and try write some additional functions. Thanks for your help
(First of all, I can't start a thread with Opera GX because no input appear for the subject, I need to use Chrome to get it)
Hey!
I'm Xamarin & Flutter dev and I have never done reverse engineering. So I'm looking for a way to get Waze source code : I tried lot of decompiler but everytime, I got "kotlin_metadata" extension, I searched for a long time on Github too and nothing.
Then, I come here to get some help : What is the best way to get the source code of this application. Any suggestion?
It's possible because I saw lot of "Waze Mod" on internet, for example: display radar on map, change icons etc...
Thank you for your help, and I hope this is the good place to post.
Wristkey
Link to project on GitHub
I wrote a completely offline and standalone Google Authenticator alternative for Wear OS because my LG G Watch W100 doesn’t support internet on iOS (and I recently discovered Google pulled their Authenticator app from the Play Store).
Wristkey supports importing data from multiple sources for ease-of-use, though the procedures differ slightly for each of them. For example, for Bitwarden, a JSON file is parsed and the totp field is extracted from each account. For website QR codes, the QR Code image is scanned and the resulting otpauth:// URL is parsed.
Features
Use without pairing to a phone (standalone) or being connected to Wi-Fi.
Import via Aegis Authenticator, andOTP, Bitwarden and Google Authenticator using ADB.
Export to other devices using QR code or export file.
Lock via PIN, pattern and password.
Data stored using 256-bit AES-GCM.
Time and counter mode OTPs, up to SHA512 and 4-8 digits.
Supports round and square devices.
What's new in version 2.0
Additions
Refreshed UI and support for Wear OS 3.0
Added batched exports
Added a persistent clock to all screens
Made app compatible with any device running Android 7.1+ (phones included)
Added a camera QR code scanning option for devices with cameras
Bug fixes
Fixed a bug where lock screens weren't working
Fixed a bug where pattern lock screens wouldn't show
Fixed app lag and choppy performance
Fixed several export algorithms
Fixed a bug where permissions wouldn't be asked properly
Removals
Removed the theming menu. Themes can now be applied by cloning the project and editing the gradient start and end colors in colors.xml.
0x4f said:
Wristkey
View attachment 5345093
APK Link: Click here to get the latest version of the APK
Project Link: Link to project on GitHub
I wrote a completely offline and standalone Google Authenticator alternative for Wear OS because my LG G Watch W100 doesn’t support internet on iOS (and I recently discovered Google pulled their Authenticator app from the Play Store).
Wristkey supports importing data from multiple sources for ease-of-use, though the procedures differ slightly for each of them. For example, for Bitwarden, a JSON file is parsed and the totp field is extracted from each account. For website QR codes, the QR Code image is scanned and the resulting otpauth:// URL is parsed.
Features
Supports Android Wear 2.0 and above (Android Version 7.1.1+)
Works without being paired to phone (standalone) and without internet connection.
Direct import from Aegis Authenticator, andOTP, Bitwarden and Google Authenticator.
Secure app by locking via PIN, pattern and password.
Safe data storage using 256-bit encryption.
Time and counter mode OTPs, upto SHA-512 and 4-8 digits.
Supports round and square devices and customization via theming.
Backup options via QR code and JSON.
Instructions
All instructions are present in the README of the project on GitHub. This project took me a lot of effort to make. Please don’t forget to star and follow the project for updates. You can also contribute to it.
APK Link: Click here to get the latest version of the APK
Project Link: Link to project on GitHub
Click to expand...
Click to collapse
Nice, could you maybe put it in the PlayStore?
is it possible to get MS' auth import as well?
Could you put compatibility with Galaxy Watch 4 in Wear Os? Thank you
How do i install this app?
Lifear said:
How do i install this app?
Click to expand...
Click to collapse
[GUIDE] ADB, logcat, shell, etc
ADB:- Android Debug Bridge Very useful program made itself by Google for Programmers and developers. Its based on command line and basically communicates with your Android to respond to certain commands. There is vast amount of knowledge...
forum.xda-developers.com
roberwii said:
Could you put compatibility with Galaxy Watch 4 in Wear Os? Thank you
Click to expand...
Click to collapse
I added Wear OS 3.0 support in the latest version. Try it and tell me.
jgonger said:
is it possible to get MS' auth import as well?
Click to expand...
Click to collapse
Hey there, can you add this as an issue on the GitHub repo? I'll try adding it in the coming weeks.
Hello everyone.
I have some time since I started creating and I understand a little about the creation of EMUI themes and the integration of xml code (manifest) through the ThemeStudio tool. I have searched multiple times for attributes, variants, etc. to place on the lock screen, a small simple music player, widget type; that is visible. But the few codes that I have come across, have not been successful, as I have tried to create the code based on the codes that I have found in my search, together with a little knowledge that I have learned; but they have also been failed attempts.
So I finally decided to seek help. Could someone help me with the proper code and if it's not too much to ask for the different parameters and specifications?
Thanks you all.