The school has developed a sign-in software, which is very annoying. Especially if you don’t sign in, you will have to find a counselor the next day. So I would like to ask if there is any way to automatically sign in. This is what I think. When signing in, a network request should be made. But, how do I get that network address? Maybe I thought wrong in the first step. . I hope God can give me some guidance.
During check-in, capture packets, analyze, and send requests
1. If you need the location, you can simulate positioning. Then grab the package and sign in.
2. If you cannot catch the packet, you can use the simulator and then capture the packet.
3. If it is automatic, you can use Baidu’s “Android Accessibility Service”
4. If the above technical restrictions cannot be implemented, just buy a box of Wangzai Senbei and feed one to your roommate every morning to automatically sign in.
When signing in, you should have sent a network request, and then the backend server will save your sign-in information into the database after receiving your request. If you want to get the URL, decompile the installation package, find and send the request The network address there, if it doesn’t work, check the one on the first floor and capture the packet
Use accessibilityservice. You’re welcome
@johnnyyanbeijing It works with this