I'm developing live wallpaper on Android and recently bought a HTC Sensation (android 2.3.3) for development. The problem that I found with this phone is that onOffsetChanged event is not generated at all. I logged calls inside onOffsetChanged method and there is nothing logged on phone, while it works correctly on emulator.

My guess is that HTC Sense 3.0 messed something up (wallpapers downloaded from market doesn't work either) but on the other hand there is HTC Stream live wallpaper delivered with the phone and it seems to have such functionality.

Does anyone know if there is something special that has to be added to manifest or code that enables this functionality on HTC Sensation? Did anyone faced same problem? I'm quite confused since even google doesn't seem to know about such issue :).

Thanks for your help.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Please post your code, it may help in identifying the problem.

link|improve this answer
Actually any code that uses onOffsetChanged to as a move screen event doesn't work. Like CubeWallpaper sample from android SDK - onOffsetChanged method is just not called by system. – d1011 Aug 28 '11 at 12:08
Are you using a custom launcher? That could explain it too. – Josh Aug 29 '11 at 18:21
Custom launcher? I'm not familiar with this but from what google says it seems that HTC has it's own custom launcher bundled with HTC Sense 3.0 on the device. As I say in first post - I guess that this is the reason but I have no idea how can I check this/disable it. Is there a way to do it without installing clean copy of android on the device? – d1011 Sep 1 '11 at 7:45
Heh, it's caused by HTC Sense 3.0 for sure. After you point me to custom launcher I installed launcher pro and it works smoothly ;). Hopefully HTC will correct this. – d1011 Sep 1 '11 at 12:10
Wow, these people seem to be having the same problem: htcsensationforum.com/htc-sensation-4g-wallpapers/… I guess it really is a Sense 3.0 thing. Weird! – Josh Sep 1 '11 at 12:18
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.