[android-developers] Help: Lost Instructions for Relocating Dalvik Cache

2012-08-22 Thread bsquared
Hello, A while back I ran across instructions to manually setup Android to persist dalvik-cache on an SD card with an ext2 partition. I am having trouble finding it again. Everything I see is in reference to using CWM and third party tools. These instructions accomplished it on the command

[android-developers] Can actionViewClass invoke a ListFragment?

2012-06-07 Thread bsquared
Hello, I may be barking up the wrong tree. I have a actionbar item with the actionViewClass property set to a ListFragment class like this android:actionViewClass=com.example.android.SampleListFragment I want the list fragment to be displayed when the action button is clicked. Log info messages

[android-developers] Re: Voice Actions: can commands be overridden?

2012-05-27 Thread bsquared
I must have been tired. I would swear that it said deprecated. Thanks for the clarification. You have given me food for thought. Regards, Brian On May 25, 6:59 pm, TreKing treking...@gmail.com wrote: On Fri, May 25, 2012 at 8:45 PM, bsquared bwcod...@gmail.com wrote: What source do you

[android-developers] Voice Actions: can commands be overridden?

2012-05-25 Thread bsquared
Hello, Is it possible to override the voice actions to either change the activity run for a command or introduce a new command? Long click on Search button. Voice Search dialog opens and ... Example. Open an app other than Navigation when the key phrase navigate to are recognized. OR Example.

[android-developers] Re: Voice Actions: can commands be overridden?

2012-05-25 Thread bsquared
On May 25, 2:05 pm, TreKing treking...@gmail.com wrote: On Fri, May 25, 2012 at 1:11 PM, bsquared bwcod...@gmail.com wrote: Is it possible to override the voice actions to either change the activity run for a command or introduce a new command? No, I don't think so. It's a dedicated app

[android-developers] Help Needed: Cannot Setup Android Source

2012-05-15 Thread bsquared
Just setting up environment and I get this error. $ repo init -u https://android.googlesource.com/platform/manifest File /home/android-dev/bin/repo, line 184 except OSError, e: ^ I looked at repo script and found that the error occurs here: if not os.path.isdir(repodir):

[android-developers] Re: An app inside the other

2012-05-15 Thread bsquared
On May 14, 1:03 pm, Lucas Diego diegoluc...@gmail.com wrote: Hi everyone, I'd like to know if is possible to launch an app inside the other developed by me. I'm trying to run a previous installed app inside a Tabhost for instance. If it is, how could I do this?! Any help would be

[android-developers] Re: Help Needed: Cannot Setup Android Source

2012-05-15 Thread bsquared
://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Tue, May 15, 2012 at 10:35 AM, bsquared bwcod...@gmail.com wrote: Just setting up environment and I get this error. $ repo init -uhttps://android.googlesource.com

Re: [android-developers] Re: An app inside the other

2012-05-15 Thread bsquared
, bsquared bwcod...@gmail.com wrote: On May 14, 1:03 pm, Lucas Diego diegoluc...@gmail.com wrote: Hi everyone, I'd like to know if is possible to launch an app inside the other developed by me. I'm trying to run a previous installed app inside a Tabhost for instance. If it is, how could I do

[android-developers] repo init returns error

2012-05-14 Thread bsquared
Just setting up environment and I get this error. $ repo init -u https://android.googlesource.com/platform/manifest File /home/android-dev/bin/repo, line 184 except OSError, e: ^ I looked at repo script and found the error here: if not os.path.isdir(repodir): try:

[android-developers] Is remote input with adb shell possible?

2012-04-30 Thread bsquared
Hello, I am looking for a remote keyboard solution for my android device preferable using adb shell or similar. Can anyone point me to some example code or app? Thank you, Regards, Brian -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Help with alignWithParentIfMissing in Relative Layout

2012-02-27 Thread bsquared
http://developer.android.com/resources/articles/layout-tricks-efficiency.html I have a ListView with the list items laid out in list-item.xml. Each item has a title, an optional description and an optional image. According to the article referenced above the title should become centered

[android-developers] Re: eclipse plugin phonegap

2012-01-31 Thread bsquared
I think the phonegap download includes an eclipse plugin. On Jan 31, 8:58 am, Jagadeesh mjagadeeshb...@gmail.com wrote: Hi iam working android project my apps targeting cross platform like blackberry,iphone where can i get phoneGap plugin for eclipse ganymade can any one share the link might

[android-developers] Help with Emacs - Anyone?

2012-01-28 Thread bsquared
I have gotten further now. I can compile with the android(-mode) tools, and run emulator, ddms etc. However, I am lacking the code completion features. Anyone know how to do this. Thank you. Regards, Brian -- You received this message because you are subscribed to the Google Groups

[android-developers] Help with Emacs for Android Development

2012-01-23 Thread bsquared
Hello, I am trying to configure emacs for android development. I have loaded : android.el android-mode.el cedet jdee I have the following in my ~/.emacs config file: (setq android-mode-sdk-dir correct-path-to-android-sdk-directory) (add-hook 'gud-mode-hook (lambda ()