ghbolivar / android-on-freerunner

Automatically exported from code.google.com/p/android-on-freerunner
0 stars 0 forks source link

Clicking noise while in standby mode #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on the phone
2. Put the phone into standby mode
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
android-on-freerunner-cupcake-0.2.0-RC1

Please provide any additional information below.
The clicking doesn't always appear, but I can't find any similarities to
other problems.

Original issue reported on code.google.com by Wagneri...@googlemail.com on 18 Mar 2010 at 12:11

GoogleCodeExporter commented 9 years ago
On my FR it always appears in standby mode.
I haven't found yet a good combination of settings in order to avoid the 
annoying 
noise.

Original comment by emanuele...@gmail.com on 31 Mar 2010 at 6:06

GoogleCodeExporter commented 9 years ago
I think the problem is one of the consequences of #71 bug.

Original comment by skliarie@gmail.com on 31 Mar 2010 at 6:15

GoogleCodeExporter commented 9 years ago
I've noticed that after disabling all the alarms the standby clicking disappear.

Maybe it's related with the rtc timer, as said in #71 bug.

Original comment by deli...@gmail.com on 21 Jul 2011 at 4:24

GoogleCodeExporter commented 9 years ago
mhm.. no, it don't disappear.. it's only happening less often.

Original comment by deli...@gmail.com on 21 Jul 2011 at 5:29

GoogleCodeExporter commented 9 years ago
Oops.. I've just noticed that this bug belongs to cupcake..
I've this issue on Froyo.. sorry.
Maybe should I open a new issue?

Original comment by deli...@gmail.com on 22 Jul 2011 at 9:24

GoogleCodeExporter commented 9 years ago
I've noticed that for each "pop" you hear, there's an error from the 
BackupManager, like this:

E/PerformBackupThread(  956): Error backing up @pm@
E/PerformBackupThread(  956): java.io.FileNotFoundException
E/PerformBackupThread(  956):   at android.os.Parcel.openFileDescriptor(Native 
Method)
E/PerformBackupThread(  956):   at 
android.os.ParcelFileDescriptor.open(ParcelFileDescriptor.java:115)
E/PerformBackupThread(  956):   at 
com.android.server.BackupManagerService$PerformBackupTask.processOneBackup(Backu
pManagerService.java:1420)
E/PerformBackupThread(  956):   at 
com.android.server.BackupManagerService$PerformBackupTask.run(BackupManagerServi
ce.java:1281)
E/PerformBackupThread(  956):   at 
com.android.server.BackupManagerService$BackupHandler.handleMessage(BackupManage
rService.java:309)
E/PerformBackupThread(  956):   at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/PerformBackupThread(  956):   at android.os.Looper.loop(Looper.java:123)
E/PerformBackupThread(  956):   at 
android.os.HandlerThread.run(HandlerThread.java:60)
W/PerformBackupThread(  956): Backup pass unsuccessful, restaging

Maybe is this error that wakeup the phone and make the "pop" sound.

Original comment by deli...@gmail.com on 22 Jul 2011 at 4:07

GoogleCodeExporter commented 9 years ago
I guess fixing the FileNotFoundException might resolve the issue.

Original comment by niels.he...@gmail.com on 8 Aug 2011 at 8:53