Deleting/modify notification from apk-file - Android Q&A, Help & Troubleshooting

Hi, I'm trying to remove the notification that pops up on the host device when using teamviewer (screensharing is now active). I know that you can just use an app to block the notification, but that requires the device to be rooted. I need to access the source code of the app and remove the notification and then save the apk as a modified version and re-install on the host device.
Is it possible to do so? I've tried APK Editor, but I can't find the notification among the resource files.

Related

[Q] How to play/ save talkbox message?

Hello,
well i'm trying to save talkbox message in to a normal file type cus i wanna send it to my friend. i found out where the files are but they are. ilbc and i have no idea how to play/convert it.
Any suggestions?
Sent from my X10 using XDA App
Bump.....
Sent from my X10 using XDA App
TalkBox - how to get voice messages from iphone to pc
In order to copy voice messages created by talkbox app from your iOS device all you have to do is to gain access to your device file system with any free software (I used iExplorer ). acess your device and you will see at the root file system the directory User->Applications and there all you application data is stored - one of them is TalkBox (you will recognize it by enter every folder and check for the folder that finish with '.app' or see the icon of the application inside it). all the messages are in [talkbox-folder-id]->Documents->Audio at caf files (Core Audio Format). export it easily with your software to your pc. Cheers and Good Luck !
help
white-bear said:
In order to copy voice messages created by talkbox app from your iOS device all you have to do is to gain access to your device file system with any free software (I used iExplorer ). acess your device and you will see at the root file system the directory User->Applications and there all you application data is stored - one of them is TalkBox (you will recognize it by enter every folder and check for the folder that finish with '.app' or see the icon of the application inside it). all the messages are in [talkbox-folder-id]->Documents->Audio at caf files (Core Audio Format). export it easily with your software to your pc. Cheers and Good Luck !
Click to expand...
Click to collapse
Hi
This all sounds really good as i have a deceased friend and wanting desperately to switch / access / back up talk box voice messages between my devices.
All was stored on my samsung galaxy s3 and now i have an s5 things are proving a little tricky so could you please brake down these instructions for me so i can successfully access them from the root.
I can access them in the device but only in the .ilbc format..
Thanks in advance

[Q] Disable Google Verify Apps from Android Console

Hi All,
I would like to know if anybody knows how to disable Google Verify Apps from Android Console. I know you can disable it in Android Settings via GUI but i would like to disable it via console.
I am preparing Android customized Image (repacking an existing .img file) and would like to disable Google Verify Apps in the android .img file already (i am talking about android image file with which you can flash the device and then boot the android for the first time).
Is there a special file where this can be configured? If so which file and where.
Thanks in advance,
Desniqd

App: File-System Watcher/Monitor ????

Hello!
Does anybody know a simple File-System-Watcher app for android ? I mean a app that show me where a file
on the intern or extern memory is created, deleted or changed - and the better one: shows also the Process or the
application which create/delete/change the file on the storage.
... its simple: a app that shows the file system activity? (example: under windows, there is the Process Monitor from www.sysinternals.com)
regards!
...ok, i find a app called "FileObserver", but i dont find some compiled apk or some other files to install
it on android? Is it possible to run this FileObserver in a terminal emulator on the android? How can
i run this app ???
No, you can't.
It's an abstract class which is a programing component intended to be implemented and included in an application ==> apk.
It seems there is no ready to use solution like the one found in linux (inotify).
You have two choices : build it by yourself or avoid apk without source files.

Need help changing Sync Adapter parameters

Hello,
I need to change sync adapter parameters of an app that works with a server. I just want to lower the time it checks for new data on the server.
Its a 3 rd party apk.
Where should i look in the apk and for what code line?
Thx!
What application and what code? Do you have access to the code? The question shows that you don't know much about programming.
Hello,
The app is a taxi apk that connects with the server to obtain orders.
I have tried to unpack it and I dont know in what file to edit the code regarding changing the refresh sync time.
I tried to edit it with an online Java editor.
Is the dex file responsabile?
I am amateur in editing code, but I have read some tutorials and I think I can repack and sign the app after editing.
If the de file is the key, how can i edit it?
This îs the file
Can you post the code you obtained from the decompilation on github so we can see what can be done?
Anyone else?
Please help! ?
Small bounty offered ?
Up

[Help] I need help for reversing

Hello,
I begin to reverse app and i need help.
My project is :
I would like, to watch the http traffic one the app, and I need to use Charles. The app is protected by ssl pinning.
With apktools, I saw in smali code the RSA key. I just need to replace by Charles's key.
But my problem is the next one :
I took the apk from my device.
When I try to install the app (without modifications this is the original app) on my device without using the playstore (emulator or physical device) I can't install it on physical device. On the emulator with adb app start but crash.
Sooo with logcat I see this :
"java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/comxxxxx.xxxxx-Y9B8PCb-5rg-DCor7GqdfQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.lhlh.xxxx-xxxx-5rg-DCor7GqdfQ==/lib/arm64, /system/lib64]]] couldn't find "libfgtitinit.so"
Click to expand...
Click to collapse
Next I have downloaded the app from apkmirror, and i change apk to zip and in the zip I have 3 more apk files (config.apk, config.xxxxhdpi.apk, config.arm64_v8a.apk) ... Sooo I try to install this apk on emulator with adb install-multiple this is not working. And on the physical device i can't install to...
So if someone can help me that will be cool. Thanks.
nobody?

Categories

Resources