-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add support for custom date/time format in the output filename #204
Comments
This commit adds support for specifying the timestamp pattern via the ${date:...} syntax. For example, ${date:yyyyMMdd_HHmmss}. Old files are not renamed; the user is responsible for doing so manually. If the user doesn't do so, the old files will likely be ignored by the file rentention cleanup process. Implements: #204 Signed-off-by: Andrew Gunnerson <[email protected]>
This is implemented in #205 and will be part of version 1.27. Instead of |
If you don't mind can you answer a question. How do you test while developing. I want to add some features. Simply running the app in Android studio doesn't work. It doesn't start call recording if i call on the number.(I'm running an emulator). How actually you test and develop? I really love this minimal and working app. But still there is one feature I want, which can help me move away from skvalex. |
Sure. I develop and test on a real device (Pixel 7 Pro). For testing calls, I dial voicemail (close to 300 times by now...). An emulator might work if it's possible to root the emulator image and also simulate a phone call (I'm not sure if it is). Running from Android Studio won't work by default because it installs BCR as a user app. BCR requires system app permissions to be able to detect calls and record the audio. The easiest way to develop is to first create a debug zip with |
hello developer sorry to bother you here, unfortunately i could not find bcr.properties file in output directory ? could you pls help me !! where to find it exactly |
Hey @drkhemu you will not find. You can create yourself in the same directory where your recordings are stored. |
@nikhilbadyal Hello thanks for reply , actually i tried to do that but nothing happened and when i checked log file it said , " failed to load custom filename template " and it fall back to default template , could u pls helpe.to understand it more. |
@drkhemu in that case can you share the content and location (as screenshot) of the |
@nikhilbadyal hello it got solved actually , thanks for reply and time |
@chenxiaolong module after zipDebug fails to install. Any idea why so ? |
Hmm, I've never seen that before. Does anything show up in Magisk's logs? Can you upload the zip file you built? |
It looks like the text files in the zip have Windows line endings ( Googling the issue, it seems like git does this conversion by default on Windows, but you can disable it with:
and then cloning the git repo again. |
From @nikhilbadyal's comment at: #189 (comment)
The text was updated successfully, but these errors were encountered: