How to force reload data for an Android APP
up vote
-1
down vote
favorite
I have an Android device. There is a navigation APP on this Android device that plays a sound every time i reach my destination.
I want to change this sound it makes, but the actual APP doesn't have a menu to do so.
What i did so far was:
- Scan my whole device with ES explorer for audio files. I've found one .wav file and it is the one I'm after. I deleted the file and replaced it with another .wav file of my choosing.(same name, similar size, bitrate, etc).
Didn't work. Old file still plays from who-knows-where.
I went to menu and cleared cache for the app.
Didn't work.
I restart the phone, load new maps to phone and do whatever else i can think of. Nothing works.
I can't clear data for the app and force it to reload the sound because I have settings for the app inside and no backup possible.
I believe there old sounds is saved somewhere in a temp folder but i can't access it because no root and the app doesn't work on rooted phones. The old sounds it plays isn't even anywhere on the phone, i deleted it.
Can anyone think of another option to get my new file to play?
android caching memory
add a comment |
up vote
-1
down vote
favorite
I have an Android device. There is a navigation APP on this Android device that plays a sound every time i reach my destination.
I want to change this sound it makes, but the actual APP doesn't have a menu to do so.
What i did so far was:
- Scan my whole device with ES explorer for audio files. I've found one .wav file and it is the one I'm after. I deleted the file and replaced it with another .wav file of my choosing.(same name, similar size, bitrate, etc).
Didn't work. Old file still plays from who-knows-where.
I went to menu and cleared cache for the app.
Didn't work.
I restart the phone, load new maps to phone and do whatever else i can think of. Nothing works.
I can't clear data for the app and force it to reload the sound because I have settings for the app inside and no backup possible.
I believe there old sounds is saved somewhere in a temp folder but i can't access it because no root and the app doesn't work on rooted phones. The old sounds it plays isn't even anywhere on the phone, i deleted it.
Can anyone think of another option to get my new file to play?
android caching memory
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have an Android device. There is a navigation APP on this Android device that plays a sound every time i reach my destination.
I want to change this sound it makes, but the actual APP doesn't have a menu to do so.
What i did so far was:
- Scan my whole device with ES explorer for audio files. I've found one .wav file and it is the one I'm after. I deleted the file and replaced it with another .wav file of my choosing.(same name, similar size, bitrate, etc).
Didn't work. Old file still plays from who-knows-where.
I went to menu and cleared cache for the app.
Didn't work.
I restart the phone, load new maps to phone and do whatever else i can think of. Nothing works.
I can't clear data for the app and force it to reload the sound because I have settings for the app inside and no backup possible.
I believe there old sounds is saved somewhere in a temp folder but i can't access it because no root and the app doesn't work on rooted phones. The old sounds it plays isn't even anywhere on the phone, i deleted it.
Can anyone think of another option to get my new file to play?
android caching memory
I have an Android device. There is a navigation APP on this Android device that plays a sound every time i reach my destination.
I want to change this sound it makes, but the actual APP doesn't have a menu to do so.
What i did so far was:
- Scan my whole device with ES explorer for audio files. I've found one .wav file and it is the one I'm after. I deleted the file and replaced it with another .wav file of my choosing.(same name, similar size, bitrate, etc).
Didn't work. Old file still plays from who-knows-where.
I went to menu and cleared cache for the app.
Didn't work.
I restart the phone, load new maps to phone and do whatever else i can think of. Nothing works.
I can't clear data for the app and force it to reload the sound because I have settings for the app inside and no backup possible.
I believe there old sounds is saved somewhere in a temp folder but i can't access it because no root and the app doesn't work on rooted phones. The old sounds it plays isn't even anywhere on the phone, i deleted it.
Can anyone think of another option to get my new file to play?
android caching memory
android caching memory
asked Nov 13 at 17:55
KrNeki
457
457
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20
add a comment |
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
During app development, a sound file such as the one to play when destination is reached might have been included in the res folder of the app.
Have a look into this: https://android.stackexchange.com/a/108691
I'm not discouraging you to pursue this further, but be prepared to find that it might not be possible(just yet).
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
During app development, a sound file such as the one to play when destination is reached might have been included in the res folder of the app.
Have a look into this: https://android.stackexchange.com/a/108691
I'm not discouraging you to pursue this further, but be prepared to find that it might not be possible(just yet).
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
add a comment |
up vote
0
down vote
During app development, a sound file such as the one to play when destination is reached might have been included in the res folder of the app.
Have a look into this: https://android.stackexchange.com/a/108691
I'm not discouraging you to pursue this further, but be prepared to find that it might not be possible(just yet).
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
add a comment |
up vote
0
down vote
up vote
0
down vote
During app development, a sound file such as the one to play when destination is reached might have been included in the res folder of the app.
Have a look into this: https://android.stackexchange.com/a/108691
I'm not discouraging you to pursue this further, but be prepared to find that it might not be possible(just yet).
During app development, a sound file such as the one to play when destination is reached might have been included in the res folder of the app.
Have a look into this: https://android.stackexchange.com/a/108691
I'm not discouraging you to pursue this further, but be prepared to find that it might not be possible(just yet).
answered Nov 13 at 18:14
Sushant Dahal
162
162
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
add a comment |
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
Hi. The file is there, clear as day in .wav format. it's just that changing it or removing it does nothing which buffles me. After installation it puts it in its app folder and then reads it from somewhere else?
– KrNeki
Nov 13 at 20:48
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53286911%2fhow-to-force-reload-data-for-an-android-app%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm voting to close this question as off-topic because this isn't about programming, its about how to use an android device.
– Gabe Sechan
Nov 13 at 18:20