My phone plays a startup sound every time I turn it on. I actually enjoy the sound, but at work, I don't want everyone else to hear it. The startup sound plays regardless if I put the phone in silent or vibrate mode before turning it off, and it still plays at a normal volume, even if I have turned down all the phone volumes to the lowest settings. It's insane.
From what I read, renaming the sound file will get rid of the problem.
It's a system file, so to rename it requires the phone to be rooted, and super user access.
Luckily, my phone is already rooted, and I can install the super user app.
I decided to try avoiding installing an app like Root Explorer for renaming the file.
It seems that using "adb" (Android Debug Bridge) via the computer should let me rename the file.
For that, it seems that all I needed to do was
- download and install the Android SDK
- download and install JDK v6, which is a requirement for the Android SDK
- create an Oracle account, as JDK v6 is not the latest version, and Oracle doesn't let you download old versions without you having an account.
- download and install the phone's USB drivers (not only the default ones I had which already let me access the SD card)
- run adb, etc.
It's insane.
But I'm still waiting for the super user app to get downloaded to the phone from the Google Play site. Why isn't it downloading? It's almost 4am! Grrrrr.
I suppose Google expects me to leave my phone on while I go to sleep. Pfah. Fat chance. If I were the kind of person to leave my phone on all the time, I wouldn't be having this adventure to begin with, now would I?
On Monday I installed/downloaded an app with no problem! Why isn't it working today?
Oh, it was because I had disabled Background Data... Now it finally installed.
From what I read, renaming the sound file will get rid of the problem.
It's a system file, so to rename it requires the phone to be rooted, and super user access.
Luckily, my phone is already rooted, and I can install the super user app.
I decided to try avoiding installing an app like Root Explorer for renaming the file.
It seems that using "adb" (Android Debug Bridge) via the computer should let me rename the file.
For that, it seems that all I needed to do was
- download and install the Android SDK
- download and install JDK v6, which is a requirement for the Android SDK
- create an Oracle account, as JDK v6 is not the latest version, and Oracle doesn't let you download old versions without you having an account.
- download and install the phone's USB drivers (not only the default ones I had which already let me access the SD card)
- run adb, etc.
It's insane.
But I'm still waiting for the super user app to get downloaded to the phone from the Google Play site. Why isn't it downloading? It's almost 4am! Grrrrr.
I suppose Google expects me to leave my phone on while I go to sleep. Pfah. Fat chance. If I were the kind of person to leave my phone on all the time, I wouldn't be having this adventure to begin with, now would I?
On Monday I installed/downloaded an app with no problem! Why isn't it working today?
Oh, it was because I had disabled Background Data... Now it finally installed.