[MOD][XPOSED][2018/2/25 3.20]Android Phone Vibrator - Xposed Framework Modules

This Xposed module can vibrate the phone on different call status. It should work on ICS to O phone apps.
Features:
1. Vibrate when an outgoing call is connected
2. Vibrate when an incoming call is connected
3. Vibrate when an incoming call is waiting
4. Vibrate when a call is ended
5. Vibrate during outgoing call at 45 second mark of every minute (default is off)
6. Vibrate once at fixed time after outgoing call is connected (default is off)
7. Any of the above features can be turned on/off
8. Vibration intensity can be adjusted
Requirements
1. Your phone must be rooted
2. Xposed framework must be installed first http://forum.xda-developers.com/showthread.php?t=1574401
3. Xposed library 2.2 is required
Instructions
Install the module
Run Xposed Installer and enable the module Vibrate on connected call, ended call and new call waiting for Android phones
Reboot the phone
Credits
kantry123 - for testing with Xperia U phone
Source code
You can find source code for this module from GitHub here.
Download
Xposed Module Repository

Change Log
Code:
3.20
- Fix the issue that settings are not applied for Nougat and higher devices
3.13
- Add support for Android 6
3.12
- Fix incorrect vibration time when Every Minute is selected on Lollipop
3.11
- Hangup vibration now works even when call is not connected on Lollipop
3.10
- Add support for call waiting on Lollipop
3.00
- Add support for Lollipop (including Xperia phones)
- Strongest vibration intensity is now 5
2.53
- Improved exception handling
2.52
- Update translation (Thanks to Jose Artuñedo for Spanish)
2.51
- Update translation (Thanks to Jan Žák for Czech)
2.50
- New feature to adjust state change threshold for outgoing call. Use it if your phone does not vibrate on outgoing call. Check FAQ below for details.
- New option to enable additional debug info
- Update translation
2.40
- New feature to adjust vibration intensity
- New localisation for Traditional Chinese for Hong Kong
2.31
- Updated localisation for Simplified Chinese (thanks to liveasx)
- New localisation for Traditional Chinese
2.30
- Second mark of every minute can now be changed
- New feature to vibrate once at fixed time after outgoing call is connected (default is off)
2.20
- New feature to vibrate the phone during outgoing call at 45 second mark of every minute (default is off)
- New localisation for Simplified Chinese (thanks to liveasx)
2.12
- Fix issue that vibrate on incoming call might not work on some phones
2.11
- Add new feature Vibrate when an incoming call is waiting
- Add new feature Vibrate when an incoming call is connected
- All features can be turned on/off
2.00
- Completely rewritten based on ICS/JB AOSP source code using CM ROM logic. Now should work on most Android phone apps.
1.11
- Added support for ICS ROM. Now should work with more Xperia phones.
FAQ
Q: My phone does not vibrate when an outgoing call is connected.
A: It's possible that the time of state change for your phone after an outgoing call is connected is slower than expected. This module has an assumption that this state change should happen in no longer than 200ms. In version 2.50, there's a new option to change this threshold. But first you need to know how much time your phone need. Following the procedures below:
1. First Enable Debug Info (new option available in 2.50 also) in setting.
2. Make some calls.
3. Check the Xposed log file under /data/data/de.robv.android.xposed.installer/log/.
4. Look for the line beginning with "cstate:ACTIVE". The value after "durationMillis" is the amount of time your phone needs for the state change for outgoing call. This value might varies so make several calls and mark the largest value.
5. Set the threshold to something higher than the largest value you found.
6. Try calling out again and see if it vibrates.

is there anyway to make this work with other phones that are on 4.2 builds ? or is this just exclusive to your sony model phone.

SystemErrorOne said:
is there anyway to make this work with other phones that are on 4.2 builds ? or is this just exclusive to your sony model phone.
Click to expand...
Click to collapse
I haven't checked out the source code for AOSP dialer. But if Xperia phone app is using similar code, then this module should also work in AOSP and other similar dialer.
Technically, this module only call the system vibrator after the method hideCallingProgress in the LargeCallView class. So if this class and method exist, then it mod should work.
You can try it and report back your result.

itandy said:
I haven't checked out the source code for AOSP dialer. But if Xperia phone app is using similar code, then this module should also work in AOSP and other similar dialer.
Technically, this module only call the system vibrator after the method hideCallingProgress in the LargeCallView class. So if this class and method exist, then it mod should work.
You can try it and report back your result.
Click to expand...
Click to collapse
Well considering that Im into designing and not so familiar with coding I will attempt to do it myself but feel free to give me a starting point
Thanks for the response :good:

SystemErrorOne said:
Well considering that Im into designing and not so familiar with coding I will attempt to do it myself but feel free to give me a starting point
Thanks for the response :good:
Click to expand...
Click to collapse
Actually you can check out the source code from GitHub if you want to know how this module works. It's just a few line of codes.
But again you can try this module to see if it works on your phone first. I have a feeling that it works too.

itandy said:
Actually you can check out the source code from GitHub if you want to know how this module works. It's just a few line of codes.
But again you can try this module to see if it works on your phone first. I have a feeling that it works too.
Click to expand...
Click to collapse
do you have a G+ account ?

SystemErrorOne said:
do you have a G+ account ?
Click to expand...
Click to collapse
Just PM

This did nothing, no effect on my Xperia T.

ironwick said:
This did nothing, no effect on my Xperia T.
Click to expand...
Click to collapse
Can you give me the link to download your ROM. I can take a look.

Can you make something for my xperia S with stock JB 4.1.2?
Regards

Hi
Well, does not work on Xperia mini pro (stock 4.0.4 rom).

Guys, please try out this version if the Play store version is not working for you. I checked some Xperia ICS ROM and found that a different method is called which is different from JB. Anyway, I made this version trying to support both methods. Please report your result. Thanks!

itandy said:
Guys, please try out this version if the Play store version is not working for you. I checked some Xperia ICS ROM and found that a different method is called which is different from JB. Anyway, I made this version trying to support both methods. Please report your result. Thanks!
Click to expand...
Click to collapse
2 downloads but no reply? Does the new version works?

itandy said:
2 downloads but no reply? Does the new version works?
Click to expand...
Click to collapse
nope bro... i replied to ur market comment but u did'nt respond
even the above version doesn't work on xperia U stock ics rom
even i tried on jb 4.1.2 not working
any other fix..!!!!
regards
kantry123

itandy said:
Guys, please try out this version if the Play store version is not working for you. I checked some Xperia ICS ROM and found that a different method is called which is different from JB. Anyway, I made this version trying to support both methods. Please report your result. Thanks!
Click to expand...
Click to collapse
Hi, I'll test it and will able to say it it works.
Bye.

kantry123 said:
nope bro... i replied to ur market comment but u did'nt respond
even the above version doesn't work on xperia U stock ics rom
even i tried on jb 4.1.2 not working
any other fix..!!!!
regards
kantry123
Click to expand...
Click to collapse
I downloaded this Xperia U ICS ROM. Is it what you're using? Can you also give me the link to your JB ROM?

itandy said:
I downloaded this Xperia U ICS ROM. Is it what you're using? Can you also give me the link to your JB ROM?
Click to expand...
Click to collapse
Stock rom ICS here is the link
jellybean rom link is here
(THE ABOVE JELLYBEAN ROM WAS MADE BY ME...ACTUALLY CUSTOM JELLYBEAN)
BUT STILL DOESN'T WORK AT ALL..!
REGARDS
kantry123

kantry123 said:
Stock rom ICS here is the link
jellybean rom link is here
(THE ABOVE JELLYBEAN ROM WAS MADE BY ME...ACTUALLY CUSTOM JELLYBEAN)
BUT STILL DOESN'T WORK AT ALL..!
REGARDS
kantry123
Click to expand...
Click to collapse
I've made a test build to write some debug info to the Xposed log. Can you install it, reboot the phone, try a call and wait until it's connected. Then send me the file from /data/xposed/debug.log. Thanks!

itandy said:
I've made a test build to write some debug info to the Xposed log. Can you install it, reboot the phone, try a call and wait until it's connected. Then send me the file from /data/xposed/debug.log. Thanks!
Click to expand...
Click to collapse
Here is the log file
Have a look..I did all ur mentioned steps above
https://app.box.com/s/mnxopqb7f67j2sh3slou
Pls...do have a look & reply
Sent from my ST25i using XDA Premium 4 mobile app

Related

[ROM] (GSM) MIUI v2.3.9 - Android 2.3.7 [UD 12/03] *BlendMIUI*

Hey Guys,
I've made a version of the latest MIUI 2.3.2 by using BlendMIUI
I will no longer be updating this ROM due to the work being focused on ICS and MIUIandroid.com are not updating anymore.
It works great with the -36 baseband and battery life is not too bad.
What Doesnt Work:
Bluetooth - No MIUI build has it working yet
Touchpads - Most likely will never work on MIUI
Everything else works as it should
Download the ROM here (v2.2.17):
http://www.mediafire.com/?68kvk46rg68v9fz
Download the ROM here (v2.3.2):
http://www.mediafire.com/?cmnz4v2jozu2dp2
Download the ROM here (v.2.3.9):
http://www.mediafire.com/?fv9xt2phvpkltrt
Darkforest MIUI Kernel here: (All credits to KeiranFTW)
http://forum.xda-developers.com/showthread.php?t=1454082
Thanks go out to jasonstein, KeiranFTW, DooMLord, FreeXperia Team, nickholtus, jerpelea
MIUI Update 2.3.9 Description:
[Lock screen, Status bar and notifications]
Fix in some cases, the status bar doesn't display the operator name
[Desktop]
Optimisation to modify the default system wallpaper
IF YOU LIKE MY WORK PLEASE CLICK THE THANKS BUTTON, THANK YOU.
Any information about this ROM, at all?
Magnumutz said:
Any information about this ROM, at all?
Click to expand...
Click to collapse
Looks like standard latest version of MIUI. Changelog for 2.2.3 here:
http://miuiandroid.com/2012/02/miui-rom-2-2-3-gingerbread-changelog/
Atarii said:
Looks like standard latest version of MIUI. Changelog for 2.2.3 here:
http://miuiandroid.com/2012/02/miui-rom-2-2-3-gingerbread-changelog/
Click to expand...
Click to collapse
That's pretty much it guys.
It does include DSP manager from CM7 & some little tweaks though
pricey2009 said:
That's pretty much it guys.
It does include DSP manager from CM7 & some little tweaks though
Click to expand...
Click to collapse
can u confirm sound is working? cuz according to the comments on the changelog page the DHD has no sound. and cant make calls
fma965 said:
can u confirm sound is working? cuz according to the comments on the changelog page the DHD has no sound. and cant make calls
Click to expand...
Click to collapse
Everything works fine, no problems with calls,
I have had a few conversations on loudspeaker already..
I think the issues with the DHD are down to the Kernel they are using.
Is bt fixed?
edit // Sorry for this stupid question, it isnt fixed cause we have to use darkforest or dooms miui kernel and bt is kernel related
Stupid question but this is not based out of MIUI ICS is it? Because the Kernel from Keiran is for Gingerbread only.
--
Maddy
m2maddy said:
Stupid question but this is not based out of MIUI ICS is it? Because the Kernel from Keiran is for Gingerbread only.
--
Maddy
Click to expand...
Click to collapse
I think this is not the reason..
Keirans DarkMiUi is based on Gingerbread (2.3.7) so and bluetooth still doesnt work with any kernel whether dooms or keirans!
BT on miui is not kernel related is it?
Im not sure, but i mean that is kernel related ???
Keiran?! We need your help master !!
Bluetooth not working is definately kernel related, the right things are in place on the ROM.
Sent from my R800i using XDA App
i agreed with the kernel related version of the problem.
last week I re-tryed to put ALL bluetooth related file from the CM7.2.0 to ALL MIUI version possible but it didn't work... i unzipped the two rom, found the file,lib,*.so file and such other things, moved to the right directory in the MIUI ROM and signed it with SignApk...
0 results....
i wonder HOW look into the kernel to try to find where the problem is....
some times I can activate Bluebooth but not every time
Sent from my R800i using XDA App
Update
Hi Guys,
2.2.10 update will be uploaded today
Update features:
[System]
Added support to disable the physical screen keys (M key or Dropdown notification bar switch settings, press and hold home and press the power button to exit)
[Messaging]
Fix SMS menu, click to add a theme returned invalid input
Fix problem where session cannot be deleted where time is set to 1970-1-1
[Lockscreen, status bar and notifications]
New variety lockscreen support (required theme support custom settings)
[Themes]
New lockscreen support for personalization
[File Manager]
Optimize the long menu view file properties, complete and display the directory
Optimization to avoid multiple choice mode delays into the folder
Remove 2.3 file classification page in the “other” category
Quick question, what doesn't work?
Edit: Tried, and I found that only bluetooth doesn't work. Data+camera works for me.
wish bluetooth worked
Fma965 - ForgottenCoders -http://forgottencoders.co.uk (ForgottenCoders)
2.2.10 version is now up guys, sorry for the delay.
I will look into bluetooth soon currently using all my time on the MIUI v4 (ICS) port..
pricey2009 said:
Hi Guys,
2.2.10 update will be uploaded today
Update features:
[System]
Added support to disable the physical screen keys (M key or Dropdown notification bar switch settings, press and hold home and press the power button to exit)
[Messaging]
Fix SMS menu, click to add a theme returned invalid input
Fix problem where session cannot be deleted where time is set to 1970-1-1
[Lockscreen, status bar and notifications]
New variety lockscreen support (required theme support custom settings)
[Themes]
New lockscreen support for personalization
[File Manager]
Optimize the long menu view file properties, complete and display the directory
Optimization to avoid multiple choice mode delays into the folder
Remove 2.3 file classification page in the “other” category
Click to expand...
Click to collapse
Please post this to the first post for noobs like me, and provide us with working/not working list, and I will be very thankful
I love you omg its awesome!! Is this latest minui Tom?
Sent from my R800i using xda premium

[MOD][XPOSED][2018/2/25 1.60]Ringer & Notification Volume Unlink

Since ICS, Google has decided to link the volume of ringer and notification volume together. This Xposed module can separate the two streams as they were before ICS. This module is based on AOSP AudioService and Settings source codes. I tested it on my Sony Xperia ZR phone and should work on other AOSP-based ROM too.
Requirements
1. Your phone must be rooted
2. Xposed framework must be installed first http://forum.xda-developers.com/showthread.php?t=1574401
Instructions
Install the module
Run Xposed Installer and enable the module Separate ringer & notification volume link in ICS/JB
Reboot the phone
Credits
Special thanks to HpNoTiQ for testing on Lollipop!
Source code
You can find source code for this module from GitHub here.
Download
Xposed Module Repository | Play Store
1.60
- Add support for Android 8 (Oreo)
1.50
- Add support for Nougat
1.41
- Add support for Sony Xperia Android 6 UI
1.40
- Add support for Android 6
1.31
- Improved exception handling for 5.1 non Xperia devices
1.30
- Add support for Xperia 5.1 ROM (volume rocker popup)
1.22
- Add support for Android 5.1
1.21
- Added Slovak translation
1.20
- Add support for Lollipop (Android 5.0) (thanks to HpNoTiQ)
1.11
- Updated Simplified Chinese localisation (thanks to liveasx)
1.10
- Add localisations
Very Good Job, dude!!:victory:
But have a problems with MTK devices It's used another framework may be
DenisMF said:
Very Good Job, dude!!:victory:
But have a problems with MTK devices It's used another framework may be
Click to expand...
Click to collapse
Hm, have you tried GravityBox xposed mod? It's for MTK, I believe, and there's this option under one of the categories inside the app.
Sent from my Xperia Z
sunbriel said:
Hm, have you tried GravityBox xposed mod? It's for MTK, I believe, and there's this option under one of the categories inside the app.
Sent from my Xperia Z
Click to expand...
Click to collapse
GravityBox is specialy for 6589 quard cores, but I have 6577 dual core
sunbriel said:
Hm, have you tried GravityBox xposed mod? It's for MTK, I believe, and there's this option under one of the categories inside the app.
Sent from my Xperia Z
Click to expand...
Click to collapse
Yes, this mod works only if your ROM uses Android framework, at least for the AudioService.
GravityBox has similar option for MTK devices.
Confirmed on Xperia L with stock FW 4.1.2
Not work on Lenovo A390 4.0.4 so sad
Sent From My A390 by Tapatalk 4
kpkid said:
Not work on Lenovo A390 4.0.4 so sad
Sent From My A390 by Tapatalk 4
Click to expand...
Click to collapse
Do you have a link for this A390 ROM so that I can take a look at the code?
itandy said:
Do you have a link for this A390 ROM so that I can take a look at the code?
Click to expand...
Click to collapse
I sent you message
Sent From My A390 by Tapatalk 4
Not working on my rooted EPIC 4g Touch.
DRACONIANDRAGON said:
Not working on my rooted EPIC 4g Touch.
Click to expand...
Click to collapse
Can you post a screenshot of the system settings volume screen?
Sent from my C5503 using Tapatalk 4
Really need this
Finally i solved my problem after installed this app thank you very much. developer

			
				
DRACONIANDRAGON said:
View attachment 2223306
Click to expand...
Click to collapse
Does the screen look like this before applying the module? Or only after installing the module?
Can the ringer and notification volume change independently? I just want to know how much of the module is in effect.
That is after. When I lower my volume for ringer only it takes notifications and system sound and mutes it all together. Now I use automated profiles for ringer volume increase to max early morning to receive only important calls, but unfortunately when ringer gets maxed out it also maxes my notification, system and Im trying to avoid that.
DRACONIANDRAGON said:
That is after. When I lower my volume for ringer only it takes notifications and system sound and mutes it all together. Now I use automated profiles for ringer volume increase to max early morning to receive only important calls, but unfortunately when ringer gets maxed out it also maxes my notification, system and Im trying to avoid that.
Click to expand...
Click to collapse
Do you have a link to the ROM you're using?
http://forum.xda-developers.com/showthread.php?t=2320041
[ROM][GB27] Project X v3.1 {Team Rejectz}(Updated 8/11/13)
DRACONIANDRAGON said:
http://forum.xda-developers.com/showthread.php?t=2320041
[ROM][GB27] Project X v3.1 {Team Rejectz}(Updated 8/11/13)
Click to expand...
Click to collapse
I found that Samsung has changed too much codes in the SecSettings.apk that it's significantly different from the AOSP version. This module is not compatible with it anymore.
Working on xperia z, but an annoying problem, the icon is white on a white background. Could you make a black version?
Sent from Z Beast

[KERNEL][GT-I9195/9190][STOCK 4.2.2][BLN] Vikinger

This kernel is based on Samsungs modified stock kernel by arco68.
Features:
- BLN Support
- Increased volume of speaker (from 68 to 72) + headset (from 62.9 to 64). If you don't want the volume mod, just use the "...26.11.2013.zip" or remove the "system/etc/snd_soc_msm" folder in the newer kernel.zip files, before flashing the kernel.
- OTG Support (but only for usb devices with external power supply, because phone doesn't provide power).
Requirements:
1. A GT-I9195 or GT-I9190
2. Samsung stock rom or any rom based on that.
Feature-Requirements:
1. BLN App by "neldar" from the Play Store. You can download the Free-Version or buy the Pro-Version with additional functionality. Please notice that blinking consumes more energy than static backlight!
How to install:
1. Flash Kernel.zip with CWM (Video)
Attention:
I don't take the responsibility for anything. Flash on own risk! Always make a Nandroid-Backup before flashing!
Download
Vikinger Kernel For Jelly Bean Stock Rom 4.2.2
GT-I9195 Mirror
GT-I9190 Mirror
Known Bugs:
- To get BLN start working for all kind of notifications, you have to get an "initial-notification" which will trigger BLN to work for all kind of notifications somehow. This could be for example a whatsapp notification (while bln is active in the bln app and the display is turned off) or you can do it with the app "Go SMS Pro". Just start the app, push the menu button and navigate to "Settings -> Notification Settings -> Default notification settings -> Test notification" wait 3 seconds and then turn off your display. The touchkeys should light up now. Now BLN will work for all kind of notifications and also the test inside the bln app will work, too. But after a reboot of your device, you will have to trigger BLN again with an "initial-notification". Other notifications could also trigger bln to work, just didn't found out yet. If you find something easier, let me know.
- screen mirroring doesn't work
Battery Drain:
I made a battery drain test on stock rom (MH3). My device was connected to wifi the whole time. I activated bln and let the touchkeys light up for a whole hour and I lost 1% battery at this time. On the same scenario with the app NoLED, my loss was 4%. I also monitored the cpu with cpu spy and found out that while the NoLED notification was ongoing, my device never entered deepsleep. It was stuck on 384mhz the whole time, while with bln it was in deepsleep. Please notice that blinking consumes more energy than static backlight!
Credits:
- arco68 (base kernel)
- proxuser (tutorial on how to build kernel)
- neldar (bln-mod)
- ktoonsez (build scripts)
- NONAME11 (sound mod)
- sekil (otg support)
- xda community
- android-hilfe community
Source: https://github.com/junkyde/vikinger-stock
Changelog:
18.01.2014
- OTG Support (but only for usb devices with external power supply, because phone doesn't provide power). thx @sekil
30.12.2013
- merged with MK4 kernel source
10.12.2013
- Increased volume of speaker (from 68 to 72) + headset (from 62.9 to 64) thx @NONAME11
Nice and thanks
Sent from my GT-I8150 using Tapatalk
Thank you for your good work with the bln kernels! greetings from Android Hilfe Forum
I9190 please...
GT-I9190 version is up, please test and report.
It doesn't work
When message arrived, the LCD turn on and BLN too, but after second the LCD switch off together with BLN.
BLN does in general not work for notifications which turn on the screen
Except missed phone calls, which you can configure inside the bln app.
junkyde said:
BLN does in general not work for notifications which turn on the screen
Except missed phone calls, which you can configure inside the bln app.
Click to expand...
Click to collapse
im not quite sure about this. i remember the i9000 that was working even with sms and display on and then off.
thanks for the good work, I hope that I9192 gets a piece of cake from this kernel
Sent from my GT-I9192 using Tapatalk
I would really like to hear some reports.
For me It is working quite well, besides of the fact that only after the first whatsapp-notification after each reboot, BLN starts working for all other kind of notifications, too. But since I am using BLN mainly for whatsapp anyway, it's not a big deal.
Hi,
after flashing screen mirroring doesn't work
So it will be probably problem with kernel based on Arco (sorry Arco) because the same problem is with CM10.2.
here is a version based on pure stock kernel: http://d-h.st/fI7
let us know if mirroring works
junkyde said:
GT-I9190 version is up, please test and report.
Click to expand...
Click to collapse
loop reboot. check initrd image. maybe empty
junkyde said:
here is a version based on pure stock kernel: http://d-h.st/fI7
let us know if mirroring works
Click to expand...
Click to collapse
It doesn't work also.
So I have loaded stock kernel back and it started working well.
Is it possible that problem should be in version of ROM? I have I9195XXUAMG8
Now I am downloading I9195XXUBMJ7.... and I'm going to update it tomorrow morning.
tomogo said:
It doesn't work also.
So I have loaded stock kernel back and it started working well.
Is it possible that problem should be in version of ROM? I have I9195XXUAMG8
Now I am downloading I9195XXUBMJ7.... and I'm going to update it tomorrow morning.
Click to expand...
Click to collapse
I have tried a new firmware I9195XXUBMJ7 and screen mirroring doesn't work too with BLN. Anyway a root is not possible with this version.
What version of rom is based your stock kernel? I can try to install your ROM to my phone and try BLN again.
tomogo said:
What version of rom is based your stock kernel? I can try to install your ROM to my phone and try BLN again
Click to expand...
Click to collapse
The stock kernel is based on the file "GT-I9195_JB_Opensource_Update1", which I downloaded from samsung's opensouce site.
I don't know on which rom version this is based, but it's definitly not the newest one.
BLueBLaze100 said:
thanks for the good work, I hope that I9192 gets a piece of cake from this kernel
Sent from my GT-I9192 using Tapatalk
Click to expand...
Click to collapse
My hope too, we miss it so much !
Is there a so big gap between i9190/i9195 and i9192 kernels ?
Wildfear said:
Is there a so big gap between i9190/i9195 and i9192 kernels ?
Click to expand...
Click to collapse
I will take a look into it, the next days
deleted
OT: Don't update to MJ7!!!!

[MOD][TouchWiz] Disable BlockingMode Notification [v.2]

Disable Samsung BlockingMode Notification
*This module is meant for Samsung TouchWiz ROMs
It is an enable/disable module which prohibits the notification that appears when the Blocking Mode option is activated. It should be compatibile with all TouchWiz Roms.
Update v.2.0.0
You can see the new changelog below. It has been tested only on Note 4 therefore I prefer declare this new version as beta until I receive some feedbacks from users with other devices.
Download
Available on Xposed Repository
Source Code
It is open source. Available on GitHub
Changelog
Code:
[U]12/12/2014[/U]
Now you can choose between:
- never display the BlockingMode notification;
- display the notification only if BlockingMode is really active e.g. if you have set the time interval
[U]03/04/2014[/U]
- Added support for API 15 and 16
[U]03/02/2014[/U]
- Initial release
Let me know if you find out any problem.
when i try to run your apk i get an error..ive tried to download through xposed installer on my phone and from my pc and still get an error..i would love to get rid of the annoying blocking mode notification and have been waiting for this remedy .. im running a touchwiz based rom on 4.1.2 on a sprint gs3
sonnysonnyb said:
when i try to run your apk i get an error..ive tried to download through xposed installer on my phone and from my pc and still get an error..i would love to get rid of the annoying blocking mode notification and have been waiting for this remedy .. im running a touchwiz based rom on 4.1.2 on a sprint gs3
Click to expand...
Click to collapse
Could you please tell me the kind of error? Some logs or anything?
Thank you
sonnysonnyb said:
when i try to run your apk i get an error..ive tried to download through xposed installer on my phone and from my pc and still get an error..i would love to get rid of the annoying blocking mode notification and have been waiting for this remedy .. im running a touchwiz based rom on 4.1.2 on a sprint gs3
Click to expand...
Click to collapse
Ok got it. I'm using minSDK with API 17 (4.2).. I'm going to lower the API level and push an update on Xposed repo. Keep an eye on it and let me know if you solve your problem. :good:
im sorry i guess i ddnt explain the error very well...its not an error while running the module, its an error trying to install the apk..when i tried to install it through the exposed installer on the phone it said the apk was not compatible and wouldnt install and when i tried to install the apk i got from the repository here i got a parsing error ..hope this info helps id really like to use it.
sonnysonnyb said:
im sorry i guess i ddnt explain the error very well...its not an error while running the module, its an error trying to install the apk..when i tried to install it through the exposed installer on the phone it said the apk was not compatible and wouldnt install and when i tried to install the apk i got from the repository here i got a parsing error ..hope this info helps id really like to use it.
Click to expand...
Click to collapse
Yeah I understand.
Now there is versione 1.0.1 so try again and let me know
invano said:
Yeah I understand.
Now there is versione 1.0.1 so try again and let me know
Click to expand...
Click to collapse
beautiful..works like a charm..thank you
So freakin awesome! thanks.
Feature Request
invano said:
Disable Samsung BlockingMode Notification
*This module is meant for Samsung TouchWiz ROMs
It is an enable/disable module which prohibits the notification that appear when the Blocking Mode option is activated.
...
Let me know if you find out any problem.
Click to expand...
Click to collapse
Hi there!
Thanks for this useful module, the always-on BlockinMode notification is very annoying. However, it would be nice if the notification do appear when BlockingMode is activated so we could know when calls and messages will be silenced, just as happens in DnD Mode on iOS. Could you include a switch to enable this option and show the notification only when BlockMode is active? I usually turn it on while sleeping.
thank you again,
JF
JFCostta said:
Hi there!
Thanks for this useful module, the always-on BlockinMode notification is very annoying. However, it would be nice if the notification do appear when BlockingMode is activated so we could know when calls and messages will be silenced, just as happens in DnD Mode on iOS. Could you include a switch to enable this option and show the notification only when BlockMode is active? I usually turn it on while sleeping.
thank you again,
JF
Click to expand...
Click to collapse
Thank you for your suggestion.
I have developed the module with this "iOS-like" behavior and it works well.
I just want to implement a switch to preserve the old drastic functionality and I'll upload the new apk.
Disable BlockingMode Notification has been updated to v.2.
Please read the first post and let me know if you have issues!
Hi. Thanks for your work.
The option of completely remove the notification works, but the option of show only when active don't, it always show the notification.
My phone is a S2 international version (I9100).
Anyway to get this update to work on lollipop?
Doesn't work on S6 5.1.1
+1 Would love it if you could update to work with 5.1.1 on my Note 4! Ridiculous programming decision by Samsung to have it always show.....
Add support for marshmallow please!
HAKANN said:
Add support for marshmallow please!
Click to expand...
Click to collapse
+1
Hi, does this work on 5.0.x?
Thanks!
Any solution for 5.0? This or an alternative app? I've always used this one but i just jumped on Lollipop...
What does this app actually do..?

[MOD][XPOSED] PreText

I've made this module after seeing this request http://forum.xda-developers.com/showpost.php?p=55570989 from a user asking to make a module to automatically add "*0# " (star zero hash space) to the front of a text message before it gets sent because some UK networks do not support delivery reports unless this code is at the start of the SMS and as a pretext (pun intended) to make a module to do some android internals hooking, I've done it.
It currently only works when you use the default android messaging app (com.android.mms), but as I told before it is a pretext to do some android internal hooking and soon will support any messaging (SMS) app.
Currently it has no configuration options, but as soon as I finish the internal hooks, it will have a preferences screen that will allow you to define the text to be inserted before and after the message body.
The initial public release version it's attached to the post, but the updates will follow only on the xposed repo.
Xposed Repo: http://repo.xposed.info/module/com.beatslayer.xposedmod.pretext
Changelog:
v0.1
- Initial Public Realease
v0.2
- Now supports all messaging (SMS) Apps
v0.3
- Configure text to inject before and after the messages body and separators.
v0.4
- New predefined text types to inject before and after the messages body.​
Version Information
Status: Stable
Current Stable Version: 0.4
Stable Release Date: 30/03/2015
Created: 30/03/2015
Last Updated: 03/04/2015
Does anyone have a list of Network Operators that employ this design of requiring a prefix?
leemg said:
Does anyone have a list of Network Operators that employ this design of requiring a prefix?
Click to expand...
Click to collapse
According to this: http://www.reddit.com/r/AskUK/comments/2diyeo/do_you_use_text_message_delivery_reports/ it's only required for O2-based networks (i.e. O2, GiffGaff, Tesco Mobile), although that could be incorrect/outdated.
SifJar said:
According to this: http://www.reddit.com/r/AskUK/comments/2diyeo/do_you_use_text_message_delivery_reports/ it's only required for O2-based networks (i.e. O2, GiffGaff, Tesco Mobile), although that could be incorrect/outdated.
Click to expand...
Click to collapse
Well that's ME so thank you very much.
When I try to install this via Xposed it says Corrupt or Incompatible APK?
Are Intel processors supported?
Thanks
xda163fm said:
When I try to install this via Xposed it says Corrupt or Incompatible APK?
Are Intel processors supported?
Thanks
Click to expand...
Click to collapse
Which version of xposed you're running?
BTW new version uploaded to the Xposed Repo with configuration options that allows the user to select the text to insert before and after the messages body and custom separators.
I am using v58/54. Tried latest version and still says broke/incompatible. As I have an Intel processor in my phone when compiling the apk make sure that Intel is enabled as a target.
xda163fm said:
I am using v58/54. Tried latest version and still says broke/incompatible. As I have an Intel processor in my phone when compiling the apk make sure that Intel is enabled as a target.
Click to expand...
Click to collapse
I'm not using the NDK, it's just an module writen in java.
Which android version are you running?
Beat_Slayer said:
I'm not using the NDK, it's just an module writen in java.
Which android version are you running?
Click to expand...
Click to collapse
I am on v4.1.2. Still says "download is not a valid apk (or incompatible)". Very odd. I see it trying to download a 26kb file but it almost instantly fails with above error.
It's because you're on JB, I'll see if I can make it compatible.
New version uploaded to the repo with support for more android versions, and predefined text types.
Suggestions are welcome.
xda163fm said:
I am on v4.1.2. Still says "download is not a valid apk (or incompatible)". Very odd. I see it trying to download a 26kb file but it almost instantly fails with above error.
Click to expand...
Click to collapse
Can you please try the latest version and report if it's working now?
Not working on samsung I9300 4.3 stock. See link for xposed log.
https://docs.google.com/file/d/0B4vTiHTBB629TmFBZk90RUpNcXM/edit?usp=docslist_api
I've been after something like this for a while, please make it compatible!.
shivadow said:
Not working on samsung I9300 4.3 stock. See link for xposed log.
https://docs.google.com/file/d/0B4vTiHTBB629TmFBZk90RUpNcXM/edit?usp=docslist_api
I've been after something like this for a while, please make it compatible!.
Click to expand...
Click to collapse
I need the log after you send a message.
Now that's the thing, that WAS after sending texts with both modes.
Here is another log after the phone has been running for a while. This was logged right after sending texts in both modes : https://docs.google.com/file/d/0B4vTiHTBB629UFVqbk55S2Rfanc/edit?usp=docslist_api
Sent from a stolen phone!
Beat_Slayer said:
Can you please try the latest version and report if it's working now?
Click to expand...
Click to collapse
Now working on my 4.1.2. Thanks.
A few notes - the icon does not display in my draw (black space where it should be) and remember some providers charge for each delivery report so check.
Figured out that it's not working on samsung devices. I have an s3 mini I8200n on 4.2.2 and an s3 i9300 on 4.3. Both on o2uk.
Both seem to load the mod, both can send and receive messages but no delivery reports and no inserted text of any kind. Do you think a copy of the messaging app would help any?.
Sent from a stolen phone!
shivadow said:
Figured out that it's not working on samsung devices. I have an s3 mini I8200n on 4.2.2 and an s3 i9300 on 4.3. Both on o2uk.
Both seem to load the mod, both can send and receive messages but no delivery reports and no inserted text of any kind. Do you think a copy of the messaging app would help any?.
Sent from a stolen phone!
Click to expand...
Click to collapse
Just attach your stock messaging app, I'll make a workaround so that on Samsung it will work only on default messaging app.
Anyone else having issues, so I can address them on next version? :cyclops:
This is the stock message app for samsung 4.3 https://docs.google.com/file/d/0B4vTiHTBB629MGdfRk5wdnV6NlE/edit?usp=docslist_api
If there's anything else i can assist with just let me know!.
By the amount of time it has taken so far i presume you cannot make it compatible.
Please make it known that this mod is NOT compatible with all sms apps as you stated in your first post.
Thanks anyway.
Sent from a stolen phone!

Categories

Resources