[android-developers] Re: Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-30 Thread Ali Chousein
Have you really read the logcat well? I see that it's saying the following: Activity com.halosys.TvAnyTime.VideoPlayer has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44a6e748 that was originally added here The problem you are experiencing has nothing to do with posting on

Re: [android-developers] Re: Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-30 Thread NaveenShrivastva
Thanks very much.. Facebook post working for some devices .. I am doing only code Bundle parameters = new Bundle(); parameters.putString(app_id, 3212313123); parameters.putString(picture,url);

[android-developers] Re: Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-30 Thread skink
Naveen wrote: Hello All, Please help me . I am posting wall on facebook when some one stopped the video play. then a dialog is appearing user can able to type mesaage for post and clicking ok btn for post wall. This is working fine with LG-Optima and Samsung galexy tab. but some

Re: [android-developers] Re: Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-30 Thread NaveenShrivastva
Hello All your this information helps me very well now i handled this bug... g8 developers you all.. Thanks very much. On Wed, Nov 30, 2011 at 2:50 PM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: At 1109 no line that is dialog button . Please find the attachment for this line.