Guest Stevvie Posted April 26, 2011 Report Posted April 26, 2011 I plug in my phone late at night when the wife and kids are asleep and the USB connected sound carries though the house. So is there a way to stop JUST this sound ? Thanks
Guest Qwertymon Posted April 27, 2011 Report Posted April 27, 2011 I plug in my phone late at night when the wife and kids are asleep and the USB connected sound carries though the house. So is there a way to stop JUST this sound ? Thanks remove your notifaction sounds and set your message sound in the msg app, should work
Guest Stevvie Posted April 28, 2011 Report Posted April 28, 2011 remove your notifaction sounds and set your message sound in the msg app, should work thats one work around I had thought of, that also stops ALL other notification sounds though.
Guest Qwertymon Posted April 28, 2011 Report Posted April 28, 2011 thats one work around I had thought of, that also stops ALL other notification sounds though. I can set my message tone seperatly (for emails/messages etc), can you not do the same?
Guest Stevvie Posted April 29, 2011 Report Posted April 29, 2011 I can set my message tone seperatly (for emails/messages etc), can you not do the same? yes you can but thats the MESSAGE tone, I'm on about the NOTIFICATION tone that is system wide for various notifications.
Guest djmcnz Posted April 29, 2011 Report Posted April 29, 2011 Add: persist.adb.notify=0 To build.prop, you need to be rooted or at least running a custom ROM. Can be manually added with: adb remount adb shell "echo persist.adb.notify=0 >> /system/build.prop" adb reboot
Guest Rusty! Posted April 29, 2011 Report Posted April 29, 2011 Great, I hate that notification :mellow:
Guest Stevvie Posted April 29, 2011 Report Posted April 29, 2011 (edited) Add: persist.adb.notify=0 To build.prop, you need to be rooted or at least running a custom ROM. Can be manually added with: adb remount adb shell "echo persist.adb.notify=0 >> /system/build.prop" adb reboot WOW , I knew some bright spark would know how to do this Thanks for that one. adb shell "echo persist.adb.notify=0 >> /system/build.prop" I get 'cannot create /system/build.prop: read-only file system' I am rooted but am running stock rom with pauls patches/tweaks Edited April 29, 2011 by Stevvie
Guest Rusty! Posted April 29, 2011 Report Posted April 29, 2011 WOW , I knew some bright spark would know how to do this Thanks for that one. adb shell "echo persist.adb.notify=0 >> /system/build.prop" I get 'cannot create /system/build.prop: read-only file system' I am rooted but am running stock rom with pauls patches/tweaks You have to mount /system as rw first.
Guest Stevvie Posted April 29, 2011 Report Posted April 29, 2011 (edited) You have to mount /system as rw first. turns out that 'adb remount' returns remount failed: Operation not permitted. Not sure why, as Android commander works ok and thats just a front end for adb. But I edited build.prop in the text editor and rebooted and now it works THANKS Edited April 29, 2011 by Stevvie
Guest Rusty! Posted April 29, 2011 Report Posted April 29, 2011 It's because you're on the stock boot.img. You need ro.secure=0 set in the default.prop for adb remount to work.
Guest Stryke69 Posted April 30, 2011 Report Posted April 30, 2011 Guys, there's already a topic about this: http://android.modaco.com/content/lg-optim...ebug-usb-sound/ Let's keep this forum at least a little bit clean :mellow:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now