android - How to automatically complete software check-in
迷茫
迷茫 2017-05-16 13:26:07
0
5
1178

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.

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(5)
仅有的幸福

During check-in, capture packets, analyze, and send requests

Peter_Zhu

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template