Is it possible to do this in Whatsapp ? - Android Q&A, Help & Troubleshooting

Hello, first of all I wanna mention that I'm a beginner with Android and stuff, I know how to root and use Xposed Framework and a few other things, but I'm definitely no expert. And that's why, after I've been doing some research but failed to find what I needed, I decided to ask the experts here. So here goes : I need to find a way to block someone in Whatsapp without them appearing as blocked on my device. Practically to cut off all incoming (and outcoming, if possible) messages or calls from that person, but without them appearing as blocked in Whatsapp, in Contact - Settings - More - Block/Unblock. Plain and simple, I need to cut off any comunication between my Whatsapp account and his, just like in the normal blocking, only that I don't want this to show on my Whatsapp in any way, I need to make it look like he's not blocked but just not answering, like in the case of normal blocking. It doesn't matter if there's a third party app that does this, or some Whatsapp tweaks, or whatever method, as long as it can do it. The device is a Huawei Y 635, running Android 4.4.4. KitKat, rooted. I am grateful to hear any idea about how something like this can be done. If it can be done. So, thank you in advance for your time, and I am waiting your answers.

Anyone? Please, I really need this. If I posted in the wrong section, my apologies and hope I can have the thread moved in the right place. Thank you, and still waiting for answers in the matter described above.

Related

[Q] Possible for Swipe to Clear Notification Count as READ Message?

Hey guys!
As you can see my first post here although I frequently come to xda to fix any problems I have or to browse roms, I love this website! This is the first time that I couldnt find a thread relating to what I am looking for (I hope I havnt missed it). I was also told to post my question here, originally I had it in Q/A but was told ppl may be able to give me an answer here.
At the moment I am using CM 7.1 on my Desire HD.
I was wondering if it is possible that when I swipe to clear a notification (in particular messages, I used GO SMS for text messages and Whatsapp) that it counts as a 'read' message. At the moment it just removes it from the notification bar although the message is still unread.
I hope I made clear what I am trying to get across.
Any help would be grateful. Is what I am looking for even possible?
Thanks!!
Is it possible to develop somthing like this in an app/kernal/Rom?
Sorry..dont mean to spam but could someone just say if this is a feasible idea?

[Q] Script to spy on Whatsapp

Hello,
I've recently came up with an idea to spy on whatsapp easily. This is purely for fun purpose. I don't have idea whether it will work. Many people want to spy their friends/gf/crush whatsapp, but they're unable.
My question is:
Is it possible to develop such a script on a rooted android phone that will run in the background and send the Whatsapp messages backup file (*.CRYPT) over email? Android on Whatsapp takes the messages backup daily, so if this .CRYPT is sent anonymously the spyer will be able to see the last day's messages.
Let me clear that this is just for FUN! No personal interest.
Thanks.
To be honest, its spying, tapping an account without notice. Its illegal even for fun purpose. If it could be done you already know that it will also be done with the wrong reason.
I can't find the fun factor in tapping others accounts....
Mr Hofs said:
To be honest, its spying, tapping an account without notice. Its illegal even for fun purpose. If it could be done you already know that it will also be done with the wrong reason.
I can't find the fun factor in tapping others accounts....
Click to expand...
Click to collapse
Oh! well, its okay! No offense. Lock the thread.
No it was not intended to offend anybody at all, but lets turn it around ....you won't like it yourself if someone is "looking" with you at your personal chats....how unharmful it may seem

[Q] Capture Stylus hover events before they get to apps

I'm trying to work with a custom build of Android based on KitKat to incorporate a stylus, copying some of the functionality (though not code) from Samsung which sells Android-with-stylus builds for e.g. the Note 3. I'm not including details of the specific device because right now I am working on a custom dev device and my aim is to write code which is generic enough to be usable from any Android (based on KitKat). The build (written by others) already incorporates drivers and sends stylus events correctly as motion events etc. Programming at the app level I can receive onHover, ontouch, onClick etc
The specific functionality I am trying to achieve is to pick up a stylus-button-click while hovering. It's perfectly possible to do this in any app, using an onGenericMotion Listener.
However, I want to make my "stylus-action" have system-wide effect - so that anywhere (in any other app, or in the launcher or whatever) I will pick up the event (prior to any other app) and bring up my custom menu. (just like AirCommand in Samsung Note 3) I guess in my custom Android this would then make that particular action somewhat protected or unusable for other users, but I'm ok with that.
In older Android (prior to ICS) you could try something by putting up a System Overlay (i.e in regular app code, without hacking the ROM at all), but this is no longer possible.
This is not an attempt to tapjack or whatever, I understand why this functionality has been removed from the domain of the regular programmer, and I don't want to regress my ROM back to pre-ICS behaviour by allowing the System Overlay hack. Now I am programming the system (if my change is good enough I'd like to submit it back to AOSP) so I would like to know the best method to address this. Since Samsung have already done this, it must be legal (using legal in the terms of "Android will allow it"), and I want to do it right.
Is it possible to write something similar to the System Overlay when you are running from a system service? Or is there a good choke-point to capture events before they are broadcast to the current running apps?
I was looking at (sorry, not allowed to post links) AndroidXRef /frameworks/base/core/java/android/view/View.java specifically in the function dispatchHoverEvent() which looks like a promising place. My naive idea is that I would place code here checking the MotionEvent to see if the button is pressed and if it is, don't call any listeners and instead call my little menu app (or broadcast a custom message, or something anyway). However, I've never written code on the ROM level before (LOTS of experience writing app code) so I don't know if this is a really bad point or a good point to add in code. Should I be putting things at a higher level or a lower one? Will this capture all events or not? Is it all just trial and error?
If this is the wrong place to ask questions like this, please tell me where on XDA I should be asking it. If it's the right place - please answer
Thanks
Kibi
Crickets....
Is this the wrong forum to ask? Anyone able to clue me in on where i should be asking?
Thanks
Last try
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
this is not a wrong section but your post is too long so no one intrested to wasting time to read whole post.even i haven't read the post
kibi1 said:
Bumping one more time for good luck.
if this is the wrong forum, please can someone point the way to the right forum for me
Thanks
Kibi
Click to expand...
Click to collapse
The guy above me is a ****. I stumbled across this post looking for something completely unrelated (title interested me). Five words in I knew this was something completely out of my league, but I still read the entire post. If I may offer you some probably useless advice, I would talk to the devs in the note forums. The only problem I could see is that the AOSP guys don't have this function in their roms because it's locked up Samsung code and the guys modding the stock roms leave it alone for the same reason. I could also be completely wrong. Like I said completely out of my league.

My university email (Exchange) requires insane permissions, can I bypass them?

Hi XDA,
I was setting up my school email account on my phone, and saw how insane the permissions it wants are. It requires full admin permissions (1, 2). Can I somehow bypass this? I have a rooted LG G4 with Xposed, but all the modules that do this sorta thing seem to be for LL only.
I think it's quite ridiculous that they even ask for it, it's my phone, not theirs. They say its so they can help when the phone is stolen, but that sounds like BS to me. It's also not really an option not to use it, since they change the schedule a lot and we're also supposed to reply to emails as quickly as possible.
Anyway, thanks for the help in advance!
There will be no discussion of cracking access to things that aren't yours, cracking your phone is fine because it is yours. As you said, the phone is yours, only the phone, if you want access to their stuff then follow the rules to use their stuff.

Whatsapp (root needed?) - delete old messages delete for everyone

Hi,
I need help please and I am willing to donate $5 to the person who will find the solution to my problem. I'm sorry, in case talking about money is against this forum, but it would be just a mere donation!
I need to delete messages I sent, years ago, on whatsapp to some people and I need those messages to be deleted for everyone.
Messages are dated years 2017 - 2018, and I need them to be deleted for everyone, so that, those people cannot see anymore what I wrote.
I use android os.
If I try to delete those messages I only get the "delete for me" option, which is useless. I want the "delete for everyone" option to appear, so that those messages will be deleted on the other people's phones.
I use an old android os, 5 (i think), but in order to have a bigger screen I'm now using whatsapp on bluestacks.
Can anyone please help me?
Do i need to root android? Or in this case bluestacks ( i know how to do it) ?
I found a method on youtube but I dont understand if it works. Am I allowed to paste the link here, so I can show you guys?
Right now I'm sending messages to my second number to see if this method works, but the messages dated two days ago have not been deleted, the messages dated today have been , so I am confused.
The other problem is that whatsapp detects when i change the date and time and i travel to the past, so it is tricky.
Donation will happen via paypal probably.
Please find a way to solve my problem.
Ask me for more details if you need more information.
This is not a race and I am willing to split the donation, so please let's all cooperate with each other instead of competing.
Regards

Categories

Resources