camera shutter sound
#1
Posted 05 October 2010 - 10:39 PM
#2
Posted 06 October 2010 - 06:51 AM
assuming wireless connection and adbwireless installed on phone
adb connect phoneip
adb remount
adb shell
rm /system/media/audio/ui/camera_click.ogg
rm /system/media/audio/ui/VideoRecord.ogg
reboot
#3
Posted 06 October 2010 - 07:45 AM
Installed ADB drivers.
adb remount
adb shell
cd system/media/audio/ui
mv camera_click.ogg camera_click.ogg.back
mv VideoRecord.ogg VideoRecord.ogg.back
No more annoying sounds!
I decided to just rename them in case it broke.
#4
Posted 06 October 2010 - 08:04 AM
/system/media/audio/ui
and rename camera_click.ogg
Not tried this though.
#5
Posted 06 October 2010 - 08:12 AM
#6
Posted 06 October 2010 - 04:53 PM
rjm2k, on Oct 6 2010, 07:51, said:
assuming wireless connection and adbwireless installed on phone
adb connect phoneip
adb remount
adb shell
rm /system/media/audio/ui/camera_click.ogg
rm /system/media/audio/ui/VideoRecord.ogg
reboot
#7
Posted 07 October 2010 - 12:31 AM
#8
Posted 07 October 2010 - 02:53 PM
amare, on Oct 7 2010, 01:31, said:
Quick guide for the rest of us android noobs?
#9
Posted 07 October 2010 - 03:02 PM
Attached Files
#10
Posted 07 October 2010 - 03:34 PM
dav_dako, on Oct 7 2010, 15:53, said:
Followed that guide and got windows 7 drivers here http://android.modac...rivers-and-adb/
Then i loaded a command window and used one of the sets of commands in a post above.
Think that was it.
#11
Posted 07 October 2010 - 04:10 PM
#12
Posted 14 November 2010 - 06:19 PM
Ed-, on Oct 6 2010, 07:45, said:
Installed ADB drivers.
adb remount
adb shell
cd system/media/audio/ui
mv camera_click.ogg camera_click.ogg.back
mv VideoRecord.ogg VideoRecord.ogg.back
No more annoying sounds!
I decided to just rename them in case it broke.
I tried the above but got 'permission denied' - transcript follows:
$ mv camera_click.ogg camera_click.ogg.org
mv camera_click.ogg camera_click.ogg.org
failed on 'camera_click.ogg' - Read-only file system
$ chmod 664 camera_click.ogg
chmod 664 camera_click.ogg
Unable to chmod camera_click.ogg: Read-only file system
$ remount rw
remount rw
remount: permission denied
$ exit
Any ideas please?
Many thanks - seg
Edited by seg, 14 November 2010 - 06:20 PM.
#13
Posted 14 November 2010 - 06:57 PM
#14
Posted 14 November 2010 - 07:05 PM
#15
Posted 14 November 2010 - 09:27 PM
buneech, on Nov 14 2010, 18:57, said:
Thanks for your reply - as per my message above, I have already su'd - and as you see in my code above I have a '$' prompt not a '#' one.
Quote
I have su'd and the phone is rooted.
Any more ideas, anyone?
seg
Edited by seg, 14 November 2010 - 09:29 PM.
#16
Posted 14 November 2010 - 10:40 PM
#17
Posted 15 November 2010 - 09:45 AM
#18
Posted 15 November 2010 - 01:09 PM
seg, on Nov 14 2010, 22:27, said:
Any more ideas, anyone?
seg
When you enter su in a terminal emulator, the superuser app should pop up and ask to allow this action.
#19
Posted 15 November 2010 - 03:52 PM
buneech, on Nov 15 2010, 13:09, said:
When you enter su in a terminal emulator, the superuser app should pop up and ask to allow this action.
This is what I did:
connected the phone to the PC via USB
Run cmd, then in the command window:
> adb devices - got a device name back (I am doing this from memory, so cannot remember the exact name, it was something like P234B)
then
>adb shell
#su
su
$
I DO NOT THINK I SAW a notification on the phone - perhaps because the phone had been already rooted?
then navigated into the system/media/audio/ui folder (again, from memory) and then tried to rename the files as per the Original Post.
@rjm2k: Thank you for your suggestion and I will probably try this - it's just that I want to understand what I am doing wrong here.
Edited by seg, 15 November 2010 - 03:53 PM.
#20
Posted 23 November 2010 - 04:20 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






Sign In
Create Account

Back to top










