-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for camera images #130
Comments
@bluemods If you know exactly how to get it right you are more than welcome to submit a PR. |
@bluemods Your python code is very good. Can you help to solve this problem? |
@bluemods The So all you're saying is we need to replace |
OK, sounds sensible. Why is the sorting incorrect? Isn't the code at sort_kik_map correct? Also why leaving the currect state would prevent sending camera images? The authentication stanza is working right now. |
I agree we can't send camera images, the question is why would changing the anonymous stanza fix it (did you try it?). |
Also the sorting of the map is fine, right? |
So finally, what needs to be changed so that |
@tomer8007 Hi! How's this features coming? |
I never had a bot sending me images 😅 |
A while back I found that those bots already send fake camera images. I don't think they (or most) use this API. They were able to mark your messages as delivered before that feature was added here. |
I had been looking at the decompiled source of the Kik apk (v15.21.0.22201) and converting the parts needed for the sorted tag into python. I noticed the Kik code has CAN + deviceId assigned to dev. This appears in both the smali and java versions. If I remove CAN from the dev attribute, Kik returns an error telling me to update my client. I don't understand what's causing that. |
Is there any hope for this features? |
@tomer8007 @bluemods @MisterWorld |
I love to see, that sending images is now supported. Will there be a way of sending images as camera images?
The text was updated successfully, but these errors were encountered: