<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Mea Cup O' Jo</title>
	<atom:link href="http://dev.bostone.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.bostone.us</link>
	<description>Jump Right Ahead In My Web</description>
	<lastBuildDate>Sun, 01 Jan 2012 22:44:25 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to overcome HTC MyTouch Android USB Debug problem by Adi</title>
		<link>http://dev.bostone.us/2009/08/16/how-to-overcome-htc-mytouch-android-usb-debug-problem/comment-page-1/#comment-4158</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Sun, 01 Jan 2012 22:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=236#comment-4158</guid>
		<description>Hi. thanks for ideea . But it could be more simple ( not to delete from registry etc), just go to computer management, select the lemmon symbol then upgrade. Go to sdktools&gt;extras&gt;google.usb_driver and voila the new ADP is installed. </description>
		<content:encoded><![CDATA[<p>Hi. thanks for ideea . But it could be more simple ( not to delete from registry etc), just go to computer management, select the lemmon symbol then upgrade. Go to sdktools&gt;extras&gt;google.usb_driver and voila the new ADP is installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; show and hide soft keyboard programmaticaly by Hal</title>
		<link>http://dev.bostone.us/2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/comment-page-1/#comment-4153</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=288#comment-4153</guid>
		<description>Doesn&#039;t work on a tablet either. </description>
		<content:encoded><![CDATA[<p>Doesn&#39;t work on a tablet either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to overcome HTC MyTouch Android USB Debug problem by Cranky1</title>
		<link>http://dev.bostone.us/2009/08/16/how-to-overcome-htc-mytouch-android-usb-debug-problem/comment-page-1/#comment-4144</link>
		<dc:creator>Cranky1</dc:creator>
		<pubDate>Sun, 11 Dec 2011 21:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=236#comment-4144</guid>
		<description>I installed the HTCSyncv3.0.5579.exe program so that I could get my email &amp; phone book working. When I plug in the My touch 3g all I get is a picture of a usb device and it won&#039;t even let me open up that! I Thought this would fix thing so I could sink but no. 
I thought windows was bad but now android seems even worse. What happened to the idea of plug and play? I have spent many hours now in plug and no play. What is this android STK thing? 
Anyway - I had debugging set to on when I connected my phone. Still did not work. 
I am uninstalling the drivers (from the start, all programs, HTC) 
Then I am uninstalling the HTC sync program itself. 
Then I will prob. do the regedit thing and start all over again :( 
Yuck </description>
		<content:encoded><![CDATA[<p>I installed the HTCSyncv3.0.5579.exe program so that I could get my email &amp; phone book working. When I plug in the My touch 3g all I get is a picture of a usb device and it won&#39;t even let me open up that! I Thought this would fix thing so I could sink but no.<br />
I thought windows was bad but now android seems even worse. What happened to the idea of plug and play? I have spent many hours now in plug and no play. What is this android STK thing?<br />
Anyway &#8211; I had debugging set to on when I connected my phone. Still did not work.<br />
I am uninstalling the drivers (from the start, all programs, HTC)<br />
Then I am uninstalling the HTC sync program itself.<br />
Then I will prob. do the regedit thing and start all over again :(<br />
Yuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; show and hide soft keyboard programmaticaly by CRUNCHDROID</title>
		<link>http://dev.bostone.us/2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/comment-page-1/#comment-4137</link>
		<dc:creator>CRUNCHDROID</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=288#comment-4137</guid>
		<description>Or Very simple use this : 
&lt;activity name=&quot;EditContactActivity&quot; 
        android:windowSoftInputMode=&quot;stateVisible&#124;adjustResize&quot;&gt; 
        ... 
    &lt;/activity&gt; </description>
		<content:encoded><![CDATA[<p>Or Very simple use this :<br />
&lt;activity name=&quot;EditContactActivity&quot;<br />
        android:windowSoftInputMode=&quot;stateVisible|adjustResize&quot;&gt;<br />
        &#8230;<br />
    &lt;/activity&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; show and hide soft keyboard programmaticaly by Android</title>
		<link>http://dev.bostone.us/2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/comment-page-1/#comment-4115</link>
		<dc:creator>Android</dc:creator>
		<pubDate>Tue, 08 Nov 2011 07:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=288#comment-4115</guid>
		<description>If you are not getting the solution using this code means, you can force it to show, the code is on this site &lt;a href=&quot;http://android-codes-examples.blogspot.com/2011/11/show-or-hide-soft-keyboard-on-opening.html&quot; rel=&quot;nofollow&quot;&gt;http://android-codes-examples.blogspot.com/2011/1...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>If you are not getting the solution using this code means, you can force it to show, the code is on this site <a href="http://android-codes-examples.blogspot.com/2011/11/show-or-hide-soft-keyboard-on-opening.html" rel="nofollow"></a><a href="http://android-codes-examples.blogspot.com/2011/1.." rel="nofollow">http://android-codes-examples.blogspot.com/2011/1..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; show and hide soft keyboard programmaticaly by @elliptic1</title>
		<link>http://dev.bostone.us/2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/comment-page-1/#comment-4065</link>
		<dc:creator>@elliptic1</dc:creator>
		<pubDate>Sat, 20 Aug 2011 07:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=288#comment-4065</guid>
		<description>Thanks </description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to overcome HTC MyTouch Android USB Debug problem by rkx</title>
		<link>http://dev.bostone.us/2009/08/16/how-to-overcome-htc-mytouch-android-usb-debug-problem/comment-page-1/#comment-4037</link>
		<dc:creator>rkx</dc:creator>
		<pubDate>Tue, 12 Jul 2011 05:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=236#comment-4037</guid>
		<description>there is no usb_driverx86 folder in my android sdk.... which sdk is this in? </description>
		<content:encoded><![CDATA[<p>there is no usb_driverx86 folder in my android sdk&#8230;. which sdk is this in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; OAuth updates to Twitter by droidin</title>
		<link>http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/comment-page-1/#comment-4035</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Thu, 07 Jul 2011 21:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=194#comment-4035</guid>
		<description>2-nd is easy. You are using default constructor that does not explicitly set buffer size. It&#039;s a warning anyways but you can resolve it by setting buffer size in your code. 
 
1-st may have to do with HTTPS (my gut feeling) </description>
		<content:encoded><![CDATA[<p>2-nd is easy. You are using default constructor that does not explicitly set buffer size. It&#39;s a warning anyways but you can resolve it by setting buffer size in your code. </p>
<p>1-st may have to do with HTTPS (my gut feeling)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; OAuth updates to Twitter by charx</title>
		<link>http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/comment-page-1/#comment-4034</link>
		<dc:creator>charx</dc:creator>
		<pubDate>Thu, 07 Jul 2011 21:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=194#comment-4034</guid>
		<description>CODE 
 
public class TestAgainActivity extends Activity { 
 
    private String CONSUMER_KEY = &quot;xxxxx&quot;; 
    private String CONSUMER_SECRET = &quot;xxxxxxxxxxxx&quot;; 
    private String CALLBACK_URL = &quot;myapp://twit&quot;; 
    private OAuthConsumer consumer;  
    private OAuthProvider provider; 
    private String authUrl; 
 
    @Override 
    public void onCreate(Bundle savedInstanceState) { 
        super.onCreate(savedInstanceState); 
        setContentView(R.layout.main); 
         
        Button loginButton = new Button(this); 
        loginButton = (Button)findViewById(R.id.button1); 
        loginButton.setOnClickListener(login); 
         
        consumer = new CommonsHttpOAuthConsumer(   
                CONSUMER_KEY, CONSUMER_SECRET);   
                   
        provider = new DefaultOAuthProvider( 
                &quot;https://api.twitter.com/oauth/request_token&quot;, 
                &quot;https://api.twitter.com/oauth/access_token&quot;,   
                &quot;https://api.twitter.com/oauth/authorize&quot;);   
         
    } 
    private OnClickListener login = new OnClickListener() { 
        public void onClick(View v) { 
            AskOauth(); 
        }            
 
    }; 
 
    public void AskOauth(){ 
     
    try { 
             
            authUrl = provider.retrieveRequestToken(consumer, CALLBACK_URL); 
             
//     Here i store the Consumer token and tokenSecret 
            SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0); 
            SharedPreferences.Editor editor = savedTokens.edit(); 
            editor.putString(&quot;savedToken&quot;, consumer.getToken()); 
            editor.putString(&quot;savedTokenSecret&quot;, consumer.getTokenSecret()); 
            editor.commit(); 
             
            startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl))); 
 
        } catches{ 
} 
     
    } 
     
    @Override 
    protected void onResume() { 
        // TODO Auto-generated method stub 
        super.onResume(); 
         
        SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0); 
        String saved_token = savedTokens.getString(&quot;savedToken&quot;, &quot;empty ShP&quot;); 
        String saved_tokenSecret = savedTokens.getString(&quot;savedTokenSecret&quot;, &quot;empty ShP&quot;); 
        consumer.setTokenWithSecret(saved_token, saved_tokenSecret); 
        
        System.out.println(&quot;consumer token &quot;+consumer.getToken()); 
        System.out.println(&quot;consumer tokenSecret &quot;+consumer.getTokenSecret()); 
       
Uri uri = this.getIntent().getData();   
       
         
        if (uri != null &amp;&amp; uri.toString().startsWith(CALLBACK_URL)) { 
         
        SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0); 
        String saved_token = savedTokens.getString(&quot;savedToken&quot;, &quot;empty ShP&quot;); 
  String saved_tokenSecret = savedTokens.getString(&quot;savedTokenSecret&quot;, &quot;empty ShP&quot;); 
        consumer.setTokenWithSecret(saved_token, saved_tokenSecret); 
             
            String verifier = uri.getQueryParameter(OAuth.OAUTH_VERIFIER);   
             
            try { 
 
//Here i sometime get the error!  
provider.retrieveAccessToken(consumer, verifier); 
AccessToken accesToken = new AccessToken(consumer2.getToken(), consumer2.getTokenSecret()); 
 
Twitter twitter = new TwitterFactory().getInstance(); 
twitter.setOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET); 
              twitter.setOAuthAccessToken(accesToken); 
              Date d = new Date(System.currentTimeMillis()); 
              String tweet = &quot;This message is tweeted &quot; + d.toLocaleString(); 
              try { 
twitter.updateStatus(tweet); 
} catch (TwitterException e) { 
// TODO Auto-generated catch block 
e.printStackTrace(); 
}       
 </description>
		<content:encoded><![CDATA[<p>CODE </p>
<p>public class TestAgainActivity extends Activity { </p>
<p>    private String CONSUMER_KEY = &quot;xxxxx&quot;;<br />
    private String CONSUMER_SECRET = &quot;xxxxxxxxxxxx&quot;;<br />
    private String CALLBACK_URL = &quot;myapp://twit&quot;;<br />
    private OAuthConsumer consumer;<br />
    private OAuthProvider provider;<br />
    private String authUrl; </p>
<p>    @Override<br />
    public void onCreate(Bundle savedInstanceState) {<br />
        super.onCreate(savedInstanceState);<br />
        setContentView(R.layout.main); </p>
<p>        Button loginButton = new Button(this);<br />
        loginButton = (Button)findViewById(R.id.button1);<br />
        loginButton.setOnClickListener(login); </p>
<p>        consumer = new CommonsHttpOAuthConsumer(<br />
                CONSUMER_KEY, CONSUMER_SECRET);   </p>
<p>        provider = new DefaultOAuthProvider(<br />
                &quot;https://api.twitter.com/oauth/request_token&quot;,<br />
                &quot;https://api.twitter.com/oauth/access_token&quot;,<br />
                &quot;https://api.twitter.com/oauth/authorize&quot;);   </p>
<p>    }<br />
    private OnClickListener login = new OnClickListener() {<br />
        public void onClick(View v) {<br />
            AskOauth();<br />
        }            </p>
<p>    }; </p>
<p>    public void AskOauth(){ </p>
<p>    try { </p>
<p>            authUrl = provider.retrieveRequestToken(consumer, CALLBACK_URL); </p>
<p>//     Here i store the Consumer token and tokenSecret<br />
            SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0);<br />
            SharedPreferences.Editor editor = savedTokens.edit();<br />
            editor.putString(&quot;savedToken&quot;, consumer.getToken());<br />
            editor.putString(&quot;savedTokenSecret&quot;, consumer.getTokenSecret());<br />
            editor.commit(); </p>
<p>            startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl))); </p>
<p>        } catches{<br />
} </p>
<p>    } </p>
<p>    @Override<br />
    protected void onResume() {<br />
        // TODO Auto-generated method stub<br />
        super.onResume(); </p>
<p>        SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0);<br />
        String saved_token = savedTokens.getString(&quot;savedToken&quot;, &quot;empty ShP&quot;);<br />
        String saved_tokenSecret = savedTokens.getString(&quot;savedTokenSecret&quot;, &quot;empty ShP&quot;);<br />
        consumer.setTokenWithSecret(saved_token, saved_tokenSecret); </p>
<p>        System.out.println(&quot;consumer token &quot;+consumer.getToken());<br />
        System.out.println(&quot;consumer tokenSecret &quot;+consumer.getTokenSecret()); </p>
<p>Uri uri = this.getIntent().getData();   </p>
<p>        if (uri != null &amp;&amp; uri.toString().startsWith(CALLBACK_URL)) { </p>
<p>        SharedPreferences savedTokens = getSharedPreferences(&quot;savedTokens&quot;, 0);<br />
        String saved_token = savedTokens.getString(&quot;savedToken&quot;, &quot;empty ShP&quot;);<br />
  String saved_tokenSecret = savedTokens.getString(&quot;savedTokenSecret&quot;, &quot;empty ShP&quot;);<br />
        consumer.setTokenWithSecret(saved_token, saved_tokenSecret); </p>
<p>            String verifier = uri.getQueryParameter(OAuth.OAUTH_VERIFIER);   </p>
<p>            try { </p>
<p>//Here i sometime get the error!<br />
provider.retrieveAccessToken(consumer, verifier);<br />
AccessToken accesToken = new AccessToken(consumer2.getToken(), consumer2.getTokenSecret()); </p>
<p>Twitter twitter = new TwitterFactory().getInstance();<br />
twitter.setOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET);<br />
              twitter.setOAuthAccessToken(accesToken);<br />
              Date d = new Date(System.currentTimeMillis());<br />
              String tweet = &quot;This message is tweeted &quot; + d.toLocaleString();<br />
              try {<br />
twitter.updateStatus(tweet);<br />
} catch (TwitterException e) {<br />
// TODO Auto-generated catch block<br />
e.printStackTrace();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; OAuth updates to Twitter by charx</title>
		<link>http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/comment-page-1/#comment-4033</link>
		<dc:creator>charx</dc:creator>
		<pubDate>Thu, 07 Jul 2011 21:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://dev.bostone.us/?p=194#comment-4033</guid>
		<description>I get the error &quot; Requrest token or token secret not set in server reply. The service provider you use is probably buggy. &quot; when calling the  
 
provider.RetrieveAccesstoken(comsumer, verifier); 
 
But the weird thing is i only get this error sometimes. first my code worked en i posted a message. Then the next day i tried to reinstall the app on my  
 
home computer i got this error. back at my work station i got the same error again but after pressing the button to get permission it worked again and  
 
posted a message on Twitter. What the hell is going on?! could somebody explain? 
 
i also get the notification &quot;Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.&quot;  
 
Does this have to do something with my memory or storing the Token secrets? it sounds like the service is too busy to reply when contacting it. 
 
 </description>
		<content:encoded><![CDATA[<p>I get the error &quot; Requrest token or token secret not set in server reply. The service provider you use is probably buggy. &quot; when calling the  </p>
<p>provider.RetrieveAccesstoken(comsumer, verifier); </p>
<p>But the weird thing is i only get this error sometimes. first my code worked en i posted a message. Then the next day i tried to reinstall the app on my  </p>
<p>home computer i got this error. back at my work station i got the same error again but after pressing the button to get permission it worked again and  </p>
<p>posted a message on Twitter. What the hell is going on?! could somebody explain? </p>
<p>i also get the notification &quot;Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.&quot;  </p>
<p>Does this have to do something with my memory or storing the Token secrets? it sounds like the service is too busy to reply when contacting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

