[android-beginners] Re: Problem - How to copy .apk to /system/app ???

2010-04-29 Thread sridevi
Hey all, I am not trying to install a 3rd party app. I want to install a .apk(developed my me) file mounted on the sdcard onto the android x-86. I am not able to locate the sdk folder also once I boot up in the android OS. to be more specific,this is want I did: I have used vmware to install the

Re: [android-beginners] Re: Problem - How to copy .apk to /system/app ???

2010-04-29 Thread Rubén González
You should download a file manager to browse the SDCard and install the APK or (since it's on VMWare) install an Apache server on your host machine and use it to install any APK through Android's Internet Browser. On Thu, Apr 29, 2010 at 8:13 AM, sridevi sridevi@gmail.com wrote: Hey all,

[android-beginners] How to add a taskbar in xml UI.

2010-04-29 Thread Lokesh
Hi, How to add a taskbar in xml UI. Thnx. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

Re: [android-beginners] How to add a taskbar in xml UI.

2010-04-29 Thread Lokesh Gupta
sry its titlebar not taskbar.. Please suggest. Thnx.. On Thu, Apr 29, 2010 at 11:55 AM, Lokesh expert.andr...@gmail.com wrote: Hi, How to add a taskbar in xml UI. Thnx. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try

[android-beginners] scroll-ball selection

2010-04-29 Thread manigault
Hi guys, how can i control the selection with scroll-ball. First my widget is not accessible with scroll-ball ( i can't access any widget's items ) and second how can i control wich items can be focusable with scroll-ball in my activity. Thanks -- You received this message because you are

[android-beginners] TabHost Problem

2010-04-29 Thread Chirayu Dalwadi
I'm developing an application in which i have few tabs. In one tab i have a calender button and when i set date using that button, the value of textview updates automatically. Now the problem is that when i click another tab the value of textview goes blank automatically how to resolve this? --

Re: [android-beginners] Widget problems

2010-04-29 Thread Andreas Johnsen
Ah, this sounds smart :) Have anyone an example of use of sharedpreferences? Dr3as Den 28.04.2010 18:12, skrev Justin Anderson: Store the text from the configuration screen in the shared preferences and retrieve it when you update the widget... SharedPreferences allows you to store things

Re: [android-beginners] TabHost Problem

2010-04-29 Thread Nandan .
hi. i m facing same problem.you are updating tab1 from another class or you are using Timer. then its given that error..currently i have disabled that future in my project. if you find any solution plz tell me. thank you With Regrads bhavesh On Thu, Apr 29, 2010 at 2:47 PM, Chirayu

[android-beginners] Themes

2010-04-29 Thread Chirayu Dalwadi
Please provide me with links to themes apart from default themes that i can use in my applications -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

Re: [android-beginners] Widget problems

2010-04-29 Thread Justin Anderson
I can get one later (don't have my android code at work) but you can probably find several by doing some google searches and/or searching this group. -- There are only 10 types of people in the world... Those who know binary and

Re: [android-beginners] How to add a taskbar in xml UI.

2010-04-29 Thread TreKing
On Thu, Apr 29, 2010 at 1:27 AM, Lokesh Gupta expert.andr...@gmail.comwrote: sry its titlebar not taskbar.. Your question makes no sense. - TreKing - Chicago transit tracking app for

[android-beginners] Development and debugging tools

2010-04-29 Thread Sandy
I'm trying to figure out a way to do the following in android, appreciate any help on this. 1. How to generate a Full Java stack trace (basically thread stack) in Android. In J2SE, we use something like this - send a signal to the JVM; the JVM generates a stack trace for you; or we can also use

[android-beginners] Re: Need Help: Can't play multiple sounds simultaneously with SoundPool

2010-04-29 Thread BobG
I was working on it last night... was going to upload it as an example sure enough, I'm having problems too... I have a looping engine sound I can make louder and softer, faster and slower with the thumbwheel, thought I'd add a one shot wav that plays 4 beeps to it on a touch. The beep seems

[android-beginners] Re: Need Help: Can't play multiple sounds simultaneously with SoundPool

2010-04-29 Thread BobG
package com.aiti.playsound; //play car_idle and adjust playback rate using soundpool //Mar 5 10 Bob G //Apr 29 10 Bob G add beep4 on touch import java.util.HashMap; import android.app.Activity; import android.media.AudioManager; import android.media.SoundPool; import android.os.Bundle; import

[android-beginners] save image into sdcard not working

2010-04-29 Thread Lynn Ooi
Hi all, I'm new in android and i had a problem saving the images into the sdcard. The code i had works find in my apps when i build it on android 1.5. Once i chance to android 2.0, it was not working. The both code is similar. However, in android 2.0, it says that the filenotfoundException:

[android-beginners] Please help to resolve CTS building error

2010-04-29 Thread pradeep
I am not able to build android cts. Can any one please provide solution for the below error. When executed every command I got below output a) . build/envsetup.sh the output was including vendor/aosp/vendorsetup.sh b) launch 1 bash: command not found c) make cts

Re: [android-beginners] How to add a taskbar in xml UI.

2010-04-29 Thread ABTHUL RAZEETH
Are u asking about the Statusbar? On Thu, Apr 29, 2010 at 11:55 AM, Lokesh expert.andr...@gmail.com wrote: Hi, How to add a taskbar in xml UI. Thnx. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your