[android-developers] Re: Nexus 4 windows 8.1 can't install google adb driver.

2014-04-24 Thread Casvah
the mtp portion. If you first install it with the USB 2.0 port, then it works fine in the 3.0 ports as well! On Monday, April 21, 2014 11:14:44 PM UTC-7, Casvah wrote: When trying to install the driver for my n4 in MTP mode, windows reports The folder you specified doesn't contain a compatible

[android-developers] Nexus 4 windows 8.1 can't install google adb driver.

2014-04-22 Thread Casvah
When trying to install the driver for my n4 in MTP mode, windows reports The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems. The problem happens with

[android-developers] Re: how to move non-movable apps to SD card

2014-04-22 Thread Casvah
They're non-moveable for a reason. You would need to have a rooted phone with special functionality to move them to an sdcard. Even then, you can't move apps with widgets or apps that have services you want to keep running because if the card gets unmounted it'll crash them. On Saturday, April

[android-developers] Preserving Compound Control View State Across Configuration Changes

2012-04-29 Thread Casvah
I have a compound control containing an AutoCompleteTextView, a CheckBox, and an ImageButton. The layout is inflated from xml. The control is added added at runtime to a linearlayout when a user clicks an 'Add' button. I need to preserve the values of the textview and the checkbox across

Re: [android-developers] Fragment.onActivityResult is not called

2012-04-26 Thread Casvah
and the phones get updated (likelihood: 0.0001%). So unless you are targeting ONLY the non-yet public next version of the SDK, you might as well just not even assume this fix exists and code around it somehow. On Thursday, April 26, 2012 9:24:59 AM UTC+8, Casvah wrote: Has this issue been

Re: [android-developers] Fragment.onActivityResult is not called

2012-04-26 Thread Casvah
OK! I solved my problem. Teaches me to code when tired. I was simply missing a .show() after my toast. :( On Thursday, April 26, 2012 6:21:03 PM UTC-5, Casvah wrote: Ok, I'll verify I have the current version of the compatibility library. If it is fixed, what would cause my fragment's

Re: [android-developers] Fragment.onActivityResult is not called

2012-04-25 Thread Casvah
Has this issue been fixed? The bug report on the issue tracker says it's closed, but there are new comments from people having this issue. I am also having this issue. I might be doing it wrong though, since I can't get it to work with any request code. On Thursday, March 10, 2011 12:15:12 PM