Don't know where did you get this, because the "mischellaneous" feature is already in the code:
File: BatteryStatsHelper.java
No, it's working as expected, because the battery stats is notified when the radio is connected and disconnected. There is no timer or something simulating the notifications. If you wish, please I invite you to put some logs on the notifications (file NetworkManagementService.java), and then you will see the notifications showing correctly when the mobile data link switchs from connected to unconnected and vice-versa.
It is in the code, but you have to enable it in developer settings: Showunaccounted/overcounted stats/show in battery statistics unaccounted and overcounted usage. If you didn't enable it, you won't see it.
You are misleading people. You say this:
"I'm working on a fix to the infamous Cell standby / Mobile radio active time issue.
Android issue 165558
- Mobile radio active battery drain in all internet apps
-
https://code.google.com/p/android/is...tail?id=165558
Android issue 2556
- When mobile radio is active, battery drain in all internet apps
- https://code.google.com/p/android-de...detail?id=2556"
The issue you referenced above are about actual battery drain, but your patch does not affect any battery drain, it just changes the way radio is reported to battery stats.
Then you go on to say that you compiled a rom with the patch and on your device the issue is fixed. You seem like a person who knows a bit about coding. You can't really believe that this patch could affect the battery drain mentioned in Android Issues above..
You have to tell people more prominently that this patch in not about actual battery drain, but rather about changing the way it is shown in battery stats. . I bet 90% of your downloads are from confused users who think this fixes cell radio battery drain.