[android-developers] New to Android

2011-11-22 Thread anonymous
Hi all, Happy to be part of Android developers forum.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] pinch zoom on a scaled layout

2011-09-22 Thread anonymous
Hi, I'm new to android and having problems with animations. I have to scale a layout which has a image-view and a text-view, this is working fine. The problem comes when i have to pinch zoom the image view. I'm scaling the layout both x and y to 1.25. On the scaled layout i have to pinch zoom the

Re: [android-developers] Re: SIGSEGV in system_server

2010-06-01 Thread Anonymous Anonymous
How did you decoded that stack :D ? On Sat, May 29, 2010 at 3:33 AM, fadden fad...@android.com wrote: On May 28, 10:13 am, Dmitriy dmitriy.kostyuche...@gmail.com wrote: The application I wrote HTTP POSTs a file to a remote web server. If, during this upload the phone is going through a lot

[android-developers] [Eclair] Exception from setupwizard(android.setupwizard.AccountIntroActivity)

2010-06-01 Thread Anonymous Anonymous
Hello All, Sometimes when i try to use login am gettign the below exception, but kinda clue less, have any one faced this? *just happens with setupwizard.. 06-01 12:07:01.923 E/Checkin ( 1996): Error reporting crash 06-01 12:07:01.923 E/Checkin ( 1996): Crash logging skipped, too soon after

Re: [android-developers] WAP Push SI or SL support in Android

2010-06-01 Thread Anonymous Anonymous
Its not supported in Android i believe, however its supported in some specific devices as an add on by device manufacturer. On Wed, Jun 2, 2010 at 8:42 AM, ALD adavid...@simworks.com wrote: Hi, I'm scoping an app and haven't been able to find anything definitive online regarding Android's

[android-developers] CTS Failure in

2010-05-03 Thread Anonymous Anonymous
Hi All, Was playing with CTS ,and came across a failure like below testAnimation fail junit.framework.AssertionFailedError: unexpected timeout at android.view.animation.cts.DelayedCheck.run DelayedCheck.java:51) Can anyone pass me some light on , how to fix this issue? or what should be

[android-developers] CTS Failure in View.

2010-05-03 Thread Anonymous Anonymous
Hi All, Was playing with CTS ,and came across a failure like below testAnimation fail junit.framework.AssertionFailedError: unexpected timeout at android.view.animation.cts.DelayedCheck.run DelayedCheck.java:51) Can anyone pass me some light on , how to fix this issue? or what should be

Re: [android-developers] Animated GIFs?

2010-04-19 Thread Anonymous Anonymous
As per issue tracker, this will be fixed in FroYo and will work on high memory devices. On Tue, Apr 20, 2010 at 5:13 AM, Eric Hekler ehek...@gmail.com wrote: Hi, all. We are doing some prototyping for an Android app and we wanted to use Animated GIFs via webpages to get a sense of

[android-developers] Intercepting incoming/outgoing email messages

2010-02-26 Thread Anonymous Guy
wrong. An Anonymous Guy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Intercepting incoming/outgoing email messages

2010-02-26 Thread Anonymous Guy
was directly responsible for anything in the wild that was released. As it is, the most secure OS allows email interception (and, imho, for good reason), which directly refutes the reason you put forth as the reason you are grateful for this. An Anonymous Guy On Feb 26, 11:48 am, Mark Murphy mmur

[android-developers] Re: Intercepting incoming/outgoing email messages

2010-02-26 Thread Anonymous Guy
and any OS could be compromised if a trusted source gives someone malware. An Anonymous Guy On Feb 26, 2:37 pm, Mark Murphy mmur...@commonsware.com wrote: Anonymous Guy wrote: While I can understand your opinion, I'll have to disagree. You are welcome to do so. Maybe the insecurity you

Re: [android-developers] Multi-APN Support

2010-02-08 Thread Anonymous Anonymous
Not yet , i see some latest communication here. On Mon, Feb 8, 2010 at 12:18 PM, tushus tushusi...@gmail.com wrote: Hi, is Multi-APN (where different apps use different APNs simultaneously) supported in Android 2.1 (Eclairs)? -- You received this message because you are subscribed to the

Re: [android-developers] Re: Forcibly using 3G or CDMA network even though wi-fi is available.

2010-02-03 Thread Anonymous Anonymous
-- MMS cannot be sent over wi-fi.Carriers network is mandatory to send/recv. The MMSC need to identify from/to the message coming going and it wont be possible while using wi-fi. So its required to switch to 3g or CDMA even if wi-fi is available. 2010/2/3 Dongjoon

Re: [android-developers] anyone meet anonymous mms/sms?

2010-02-03 Thread Anonymous Anonymous
This is fixed/changed flow in Eclair. On Thu, Feb 4, 2010 at 12:56 PM, Andrew Ding dingwei...@gmail.com wrote: Hi, all, We sometimes receive mms/sms whose from field is anonymous. After check the mmssms.db, all the fields are correct. If it shows anonymous, only after we power cycle

Re: [android-developers] Re: [IME]avoiding softinput in one activity

2009-12-20 Thread Anonymous Anonymous
Hello - Dianne, I just saw your post Story 2: Embracing long press , Thank you very much and highly appreciated. Thanks On Tue, Sep 29, 2009 at 12:52 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: :( i dotn want to change the frameworks behavior , can i override someway !! just

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Anonymous Anonymous
press is a back-door for the user to bring up the keyboard outside of the app's control. It isn't really intended to be turned off. On Mon, Sep 28, 2009 at 9:22 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi All, I want to avoid softinput specifically in one activty

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Anonymous Anonymous
opening the lid on a device with a hardware keyboard. On Mon, Sep 28, 2009 at 11:48 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi Dianne, I understand, i have many activities and just for one i need remove it. i was able to remove as well by returning true on KEYCODE_MENU

[android-developers] Re: How to make an activity destory when user presses 'Back button?

2009-09-27 Thread Anonymous Anonymous
finish(); On Sun, Sep 27, 2009 at 1:24 PM, Mark Murphy mmur...@commonsware.comwrote: hap 497 wrote: When I currently have my activity on the font of the screen, how can I make Android to 'destory' my activity when user clicks 'back' button? (i.e. onDestory of my Activity gets called)?

[android-developers] Re: How to know software keyboard is on screen or not?

2009-09-07 Thread Anonymous Anonymous
Same exception..! On Sat, Sep 5, 2009 at 2:32 PM, Agus agus.sant...@gmail.com wrote: InputMethodService ims = (InputMethodService) (mActivity.getSystemService(Activity.INPUT_METHOD_SERVICE)); ims.isInputViewShown(); On Thu, Sep 3, 2009 at 6:00 PM, Anonymous Anonymous firewallbr

[android-developers] Re: How to know software keyboard is on screen or not?

2009-09-03 Thread Anonymous Anonymous
); ims.isInputViewShown(); Agus. On Wed, Sep 2, 2009 at 6:48 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: I doubt this is possible. On Tue, Aug 25, 2009 at 6:24 PM, for android forandr...@gmail.comwrote: probably this(i have not tried it though) android-sdk-windows-1.5_r1/docs

[android-developers] Re: How to know software keyboard is on screen or not?

2009-09-02 Thread Anonymous Anonymous
I doubt this is possible. On Tue, Aug 25, 2009 at 6:24 PM, for android forandr...@gmail.com wrote: probably this(i have not tried it though) android-sdk-windows-1.5_r1/docs/reference/android/view/inputmethod/InputMethodManager.html#isActive(android.view.View) On Tue, Aug 25, 2009 at

[android-developers] Re: How to wake up the device by Code?

2009-08-06 Thread Anonymous Anonymous
http://developer.android.com/reference/android/os/PowerManager.html On Thu, Aug 6, 2009 at 2:24 PM, peter heywoodpres...@gmail.com wrote: I guess AlarmManager could do it for your requirement On Aug 6, 3:29 pm, guishenl...@gmail.com guishenl...@gmail.com wrote: Hi all, I have an

[android-developers] GestureDetector in Textarea

2009-08-06 Thread Anonymous Anonymous
Hi All, How can i use GestureDetector in textarea? now when i do some flick cursor is moving and its getting handled in input area. Is there any way i can intercept the or movement ,so that it will come to my application? *for me it works with imageview and other controls , only problem with

[android-developers] Fwd: GestureDetector in Textarea

2009-08-06 Thread Anonymous Anonymous
I have tried some combination's, now am getting s strong feeling like this is not possible !!! Anyone already tried this? Thanks in advance -- Forwarded message -- From: Anonymous Anonymous firewallbr...@googlemail.com Date: Thu, Aug 6, 2009 at 8:20 PM Subject: GestureDetector

[android-developers] Minor in Android Developer Challenge

2009-08-04 Thread Anonymous
Hi All, I'm a minor and wish to enter the Android Developer Challenge, however the Terms and Conditions state that you must be above the legal age of majority. Is it possible for me to enter if my parents enter the contract on my behalf? Thanks.

[android-developers] Re: Is there Galaxy simulator?

2009-07-29 Thread Anonymous Anonymous
No simulator as far as i know,what is the app? On Thu, Jul 30, 2009 at 10:31 AM, amiz aarn...@gmail.com wrote: A Galaxy user emailed us to report that one of our apps crashes when he perfoms a function, we had over 10k downloads of this app with no similar report. Since the Galaxy is not

[android-developers] Re: Intercepting an incoming/outgoing email

2009-06-17 Thread Anonymous Guy
application. An Anonymous Guy On Jun 16, 9:39 pm, Dianne Hackborn hack...@android.com wrote: I wouldn't expect it to mature much in this regard.  At least not any time soon.  First, the Gmail app is owned by Google, and by its nature is pretty self-contained and unlikely to rely on any generic

[android-developers] Re: Intercepting an incoming/outgoing email

2009-06-16 Thread Anonymous Guy
-- they are the most secure, yet still allow this for third-party developers. If a user puts an application on the phone, they implicitly trust that application. An Anonymous Guy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Intercepting an incoming/outgoing email

2009-06-16 Thread Anonymous Guy
in. I think I'll wait to see if the platform matures enough, first. :P An Anonymous Guy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Intercepting an incoming/outgoing email

2009-06-15 Thread Anonymous Guy
to intercept (only to send out). If anyone can help (with either a push in the right direction or a small code snippet), that would be greatly appreciated. An Anonymous Guy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: How to play video file in android.

2009-05-24 Thread Anonymous Anonymous
G1 supports wmv http://developer.android.com/guide/appendix/media-formats.html On Sat, May 23, 2009 at 8:28 AM, chen hence hencechen...@gmail.com wrote: i just remembered there was no way to play awmv file on g1? 2009/5/22 Marco Nelissen marc...@android.com On Thu, May 21, 2009 at 8:57 PM,

[android-developers] Re: Fwd: can't access http://developer.android.com/

2009-05-20 Thread Anonymous Anonymous
Are u from china? use a proxy On Tue, May 19, 2009 at 6:03 PM, show summer showshowsum...@gmail.comwrote: Please give me response! -- Forwarded message -- From: show summer showshowsum...@gmail.com Date: Tue, May 19, 2009 at 6:11 AM Subject: can't access

[android-developers] Re: Does Android Messaging support EMS ?

2009-05-15 Thread Anonymous Anonymous
EMS not supported On Fri, Apr 24, 2009 at 4:34 PM, lightchen0...@gmail.com light_c...@seed.net.tw wrote: Hi All : I'm studying Android and will start to develop some message related AP after I familiar with Android , but when I play G1, I don't know how to send a EMS , I do read 3GPP

[android-developers] Re: animated GIF support in android

2009-04-23 Thread Anonymous Anonymous
Is there anything in the roadmap(internal) to support this by default :D ? Thanks On Thu, Apr 23, 2009 at 11:52 PM, mathiastck mathias...@gmail.com wrote: In BitmapDecode.java APIDemos shows how you can use Movie to display an animated GIF. I had partial success with it in the past. (I

[android-developers] Re: How to config G1 to make both browser and MMS work?

2009-04-21 Thread Anonymous Anonymous
do i get pinyin input, is there a way and to still have english as default? Thanks! On Apr 21, 7:48 am, Anonymous Anonymous firewallbr...@googlemail.com wrote: for the mms apn make the apntype to mms, it shud work On Fri, Apr 17, 2009 at 11:44 PM, kilroy238 kilroy...@gmail.com wrote

[android-developers] Re: How to config G1 to make both browser and MMS work?

2009-04-21 Thread Anonymous Anonymous
give a try with cmwap as apn On Wed, Apr 22, 2009 at 6:41 AM, shimsim shim@gmail.com wrote: Just tried the settings above and get exactly the same results, email works, maps work, etc ... but not the browser What else could it be? thanks On Apr 22, 8:08 am, Anonymous Anonymous

[android-developers] Re: How to config G1 to make both browser and MMS work?

2009-04-21 Thread Anonymous Anonymous
am, Anonymous Anonymous firewallbr...@googlemail.com wrote: give a try with cmwap as apn On Wed, Apr 22, 2009 at 6:41 AM, shimsim shim@gmail.com wrote: Just tried the settings above and get exactly the same results, email works, maps work, etc ... but not the browser What

[android-developers] Re: How to config G1 to make both browser and MMS work?

2009-04-20 Thread Anonymous Anonymous
for the mms apn make the apntype to mms, it shud work On Fri, Apr 17, 2009 at 11:44 PM, kilroy238 kilroy...@gmail.com wrote: Which one of the 3 China mobile SIMS do you have? On Mar 18, 3:38 pm, FayGU gqm...@gmail.com wrote: I have a G1 phone and use it in mainland China. But I can't

[android-developers] Re: Picture supported in Android

2009-04-20 Thread Anonymous Anonymous
http://developer.android.com/guide/appendix/media-formats.html On Tue, Apr 21, 2009 at 8:02 AM, guishenl...@gmail.com guishenl...@gmail.com wrote: Hi all, I'm doing an application of showing picture with ImageView.I want to know how many kinds of picture are supported in Android, and

[android-developers] Re: Problem with giving the SDK path in eclipse for SDK 1.5 pre in windows

2009-04-13 Thread Anonymous Anonymous
ADT 0.9 On Tue, Apr 14, 2009 at 10:00 AM, for android forandr...@gmail.com wrote: When I give the path in Eclipse for the SDK 1.5,it gives the error message no android.jar found. When i gave the path as the ~\android-sdk-windows-1.5_pre\platforms\android-1.5 then i get the error message

[android-developers] Re: Problem with giving the SDK path in eclipse for SDK 1.5 pre in windows

2009-04-13 Thread Anonymous Anonymous
http://dl-ssl.google.com/android/ADT-0.9_pre.zip On Tue, Apr 14, 2009 at 10:10 AM, for android forandr...@gmail.com wrote: When I do a click on update on my previous version of ADT,I get a message that there are no updates On Tue, Apr 14, 2009 at 10:04 AM, Xavier Ducrohet x...@android.com

[android-developers] Email Configuration - Compose activity

2009-04-10 Thread Anonymous Anonymous
Hi All, Is there anyway i can know is the email application configured correctly, before i fire the intent? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-25 Thread Anonymous Anonymous
For me too the sdcard problem ...The file is missing(vold.conf) :( , but i checked another old sourcebase..where sdcard work.. there also that file missing !! Any clues? Thanks On Wed, Mar 25, 2009 at 10:55 PM, David Turner di...@android.com wrote: I fear it's a packaging problem. Is there a

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-25 Thread Anonymous Anonymous
the one that was done about 2 weeks ago had another mechanism for the management of the SD card (mountd vs vold), so that vold.conf wouldn't be necessary there. JBQ On Wed, Mar 25, 2009 at 5:27 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: For me too the sdcard problem

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-25 Thread Anonymous Anonymous
/dev/block/mmcblk0 /sdcard but Gallery and Camera do not recognize the SD card even it's mounted, but you may brows sd card by adb shell and Eclipse On Mar 26, 9:48 am, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi JBQ, Thanks for the reply.. i do see mountd.conf in my older

[android-developers] Re: Cupcake coming in April? Where is the SDK?

2009-03-23 Thread Anonymous Anonymous
Someone from Google? makes it official i guess :D On Tue, Mar 24, 2009 at 12:47 AM, AndroidApp zl25dre...@gmail.com wrote: Can someone capable just compile the SDK and post it online for everyone? Someone from Google? I dont really care if it's not official, i just dont want to download

[android-developers] Re: Enabling LOGD messages in Webkit

2009-03-20 Thread Anonymous Anonymous
Sometime back i see a mail liek this, you can give a try ( you can search) --- (1) Include the header file utils/Log.h #include utils/Log.h (2) Define the logger tag LOG_TAG

[android-developers] Re: Android Developer Challenge II Cancelled?

2009-03-19 Thread Anonymous Anonymous
http://developer.android.com/ try in here.. its moved i guess On Thu, Mar 19, 2009 at 12:10 PM, Eelke Folmer eelke.fol...@gmail.comwrote: This ( http://code.google.com/android/adc.html ) gives a 404 which is weird for a google site. Is this challenge cancelled? I hope not..

[android-developers] Re: is there an andriod simulator?

2009-03-18 Thread Anonymous Anonymous
Check the tools folder in SDK On Wed, Mar 18, 2009 at 10:42 AM, Marco Nelissen marc...@android.comwrote: The emulator is included in the SDK. On Tue, Mar 17, 2009 at 3:09 PM, ytbryan ytbr...@gmail.com wrote: hi all, may i know is there an andriod simulator ? like how the iphone

[android-developers] Re: General Question to Google Team - Pin favourite threads

2009-03-18 Thread Anonymous Anonymous
I think You can use the feature Labels if you use gmail :) , i use the same .. On Wed, Mar 18, 2009 at 2:19 PM, Tommaso nuccio.tomm...@gmail.com wrote: Hi Google-Team, I was wondering, why there is no functionality to pin threads a user is interested in. As there is such a high traffic

[android-developers] Re: Built-in Activity for sending text messages

2009-03-10 Thread Anonymous Anonymous
No i guess On Wed, Mar 11, 2009 at 10:21 AM, ivan istas...@gmail.com wrote: Is there a built in activity for sending picture text messages? If so, what does the intent look like that fires it off? --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Make a button from an image (PNG)

2009-03-08 Thread Anonymous Anonymous
Something like this? ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent Button android:layout_width=wrap_content

[android-developers] Re: When is SDK based on cupcake getting released

2009-03-03 Thread Anonymous Anonymous
Hi David I also have a similar problem and using a pure ubuntu laptop (no vmplayer), but attaching via DDMS taking much time (.. i mean ...the launching activity step), is there any tweak for this? btw am working on cupcake branch. Thanks On Tue, Mar 3, 2009 at 8:39 PM, David Turner

[android-developers] Apntype - Question

2009-02-25 Thread Anonymous Anonymous
Hi All, *Sorry for posting this here, trying to reach a bigger audience ^ ^ In the APN settings i can see an entry called apntype, what exactly this is used for, what all are the accepted values for it? When i enter something on this field.Already attached GPRS is getting detached. Any

[android-developers] Re: Apntype - Question

2009-02-25 Thread Anonymous Anonymous
APN details. So every time a change is performed in the APN details a detach will happen followed by attach. Bye Joe On Thu, Feb 26, 2009 at 7:07 AM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi All, *Sorry for posting this here, trying to reach a bigger audience

[android-developers] ListView issue- getchildat()

2009-02-22 Thread Anonymous Anonymous
Hi All, I m having problem in setting soem items in list. getChildAt() returns null if its not in the visible area :(, is there any workaround for this? for (int i = 1; i getListView().getCount(); i++) { mCheckBox =

[android-developers] Re: ListView issue- getchildat()

2009-02-22 Thread Anonymous Anonymous
the screen. Therefore you cannot access the views outside of the screen since they do not exist. On Sun, Feb 22, 2009 at 9:16 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi All, I m having problem in setting soem items in list. getChildAt() returns null if its

[android-developers] Re: Where can I put some media files(image or video) into emulator or real device

2009-02-20 Thread Anonymous Anonymous
Hi max, create one sdcard image(sdcard.iso) using mksdcard , mount the image and copy teh files you want and launch emulator using option -sdcard ursdcardimg.iso On Fri, Feb 20, 2009 at 10:15 PM, max max.xi...@gmail.com wrote: Hi All, Really very urgent! I am using the latest git code

[android-developers] Re: When will Android support Multiple PDP?

2009-02-20 Thread Anonymous Anonymous
yes, so we do have a new road map? On Sat, Feb 21, 2009 at 6:51 AM, Jon Colverson jjc1...@gmail.com wrote: On Feb 20, 9:06 pm, David Hu vistoda...@gmail.com wrote: Thanks, Jon. It seems the same, but why I can't open this pagehttp:// source.android.com/roadmap, which always report can't

[android-developers] Re: Gradient Questions

2009-02-19 Thread Anonymous Anonymous
have a try if you can make use of some GradientDrawable.Orientation w.r.t endColor, sorry not tried though On Thu, Feb 19, 2009 at 2:42 PM, fouldsc chris.fou...@gmail.com wrote: Hi, I am wanting to do a gradient fill on some buttons and have some questions on how to do some more advanced

[android-developers] How to know checkbox present in listview or not

2009-02-16 Thread Anonymous Anonymous
Hi All, Is there any way i can find out like , is there any checkbox present in the listview. Basically i wanted to change options menu if there any checkbox present in list. can i use any methods from getListView() ? Thanks --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to re-install sign android built-in applications

2009-01-22 Thread Anonymous Anonymous
Hi Romain, How this can be achieved using intent filter? Can you please show an example assuming IM.apk? Thanks in Advance Steve On Thu, Jan 22, 2009 at 1:34 AM, Romain Guy romain...@google.com wrote: Replacing a core application is achieved using intent filters. This is how you can replace

[android-developers] Re: pls Help me to restore my dial on the desktop for my G1.

2009-01-22 Thread Anonymous Anonymous
Open the main menu - drag the dial(long press- then drag)to same way to desktop :) On Fri, Jan 23, 2009 at 9:01 AM, mawei1981 mawei...@gmail.com wrote: Hi,All pls Help me to restore my dial on the desktop for my G1. last night I show the drag the icon function on my G1 to my wife, then,

[android-developers] Re: How to know which element of my list is selected when long click

2009-01-22 Thread Anonymous Anonymous
Hi All, Me too have the same problem,whenever i uses getSelectedItemId(), its returning some weired value,however getcount() and other things works fine. Thanks Steve On Fri, Jan 23, 2009 at 6:05 AM, polo777 marcodr...@gmail.com wrote: Hi everyone, I have a list using a customized

[android-developers] Re: Deployment of native C library

2009-01-05 Thread Anonymous Anonymous
adb remount then try again On Sun, Jan 4, 2009 at 12:45 PM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, Did as you suggested from my Windows PC (using adb shell). The 'mount' command did not yield any error. But - saw no change in the \system attributes (using ls -l). And - when I

[android-developers] Re: Eclipse Error while adding ddms

2008-12-28 Thread Anonymous Anonymous
:08 am, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi Xav, Ralf, Now am able to launch DDMS and debug built in apps, pblm was with my JDK. Thanks a lot for your help Steve On Sun, Dec 7, 2008 at 8:13 AM, Anonymous Anonymous firewallbr...@googlemail.com wrote

[android-developers] Re: Eclipse Error while adding ddms

2008-12-07 Thread Anonymous Anonymous
inside eclipse is enough. Xav On Sat, Dec 6, 2008 at 11:08 PM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi Xav, Ralf, Now am able to launch DDMS and debug built in apps, pblm was with my JDK. Thanks a lot for your help Steve On Sun, Dec 7, 2008 at 8:13 AM, Anonymous

[android-developers] Re: Eclipse Error while adding ddms

2008-12-06 Thread Anonymous Anonymous
) at com.android.ddms.Main.main(Main.java:97) thanks steve On Sat, Dec 6, 2008 at 11:43 AM, Anonymous Anonymous [EMAIL PROTECTED] wrote: I am trying to debug

[android-developers] Re: Eclipse Error while adding ddms

2008-12-06 Thread Anonymous Anonymous
. 2.ddms plugin added in eclipse. 3.lauch DDMS and emulator in separate terminals !! ? 4.connect using 8700 port (*considering my break point is in ImApp.java !!!) Please help to correct the steps if am going in wrong direction. Thanks in Advance Steve On Sat, Dec 6, 2008 at 3:48 PM, Anonymous

[android-developers] Re: Eclipse Error while adding ddms

2008-12-06 Thread Anonymous Anonymous
Hi Xav, in trouble :( *I am trying to debug existing application. Am usign the full source code downloaded from source.android.com ...(not this one http://code.google.com/android/download_list.html -Linux one). I assume ADT plugin is used in such case , where we debug as Android Application??

[android-developers] Re: Eclipse Error while adding ddms

2008-12-06 Thread Anonymous Anonymous
Hi Xav, Ralf, Now am able to launch DDMS and debug built in apps, pblm was with my JDK. Thanks a lot for your help Steve On Sun, Dec 7, 2008 at 8:13 AM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi Xav, in trouble :( *I am trying to debug existing application. Am usign the full

[android-developers] Re: Eclipse Error while adding ddms

2008-12-05 Thread Anonymous Anonymous
and then only import the ddms-plugin project (from dev/tools/eclipse/plugins/com.android.blah.ddms) in Eclipse. You don't need the ddmlib and ddmuilib projects in Eclipse for ADT because they are symlinked under the plugin/ddmsdirectory. R/ On Thu, Dec 4, 2008 at 11:18 PM, Anonymous

[android-developers] Re: Eclipse Error while adding ddms

2008-12-05 Thread Anonymous Anonymous
manually and reren create_ddms_symlinks.sh. thanks Xav On Fri, Dec 5, 2008 at 12:47 AM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi Ralf, Thanks again.. 1. Ran create_ddms_symlink.sh 2.In eclipse File - import-plugins and fragments -plugin location .../development/tools/eclipse

[android-developers] Re: Eclipse Error while adding ddms

2008-12-05 Thread Anonymous Anonymous
:31 PM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi Xav, Sorry for the confusion let me explain once again. 1.using repo get full source 2.Add project in Eclipse say Myandroid 2.Now add the ddms plugin as we discussed earlier. (i have copied 3 jar files to /libs folder to resolve

[android-developers] Re: Eclipse Error while adding ddms

2008-12-04 Thread Anonymous Anonymous
, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi , That error gone, i separately executed all the scripts... Now few more errors are like assert cannot be resolved client.java ddmlib/src/com/android/ddmlib Can you make sure you are setup with compiler compliance level

[android-developers] Re: how can i detect my g-phone on the PC via USB?

2008-12-03 Thread Anonymous Anonymous
if its 32 bit you can try this http://dl.google.com/android/android_usb_windows.zip On Tue, Dec 2, 2008 at 4:35 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello everybody... ...thanks for the great job you are doing lately I have a question that is driving me crazy. .how

[android-developers] Eclipse Error while adding ddms

2008-12-03 Thread Anonymous Anonymous
Hi All, When ever i try to add ddms projects(app,ddmlib and ddmuilib) to eclipse am getting the many errors, eg : project app missing required java project : 'AndroidPrefs' project app missing required java project : 'PingService' and hence ending with lots errors everywhere, am i need to edit

[android-developers] Re: Eclipse Error while adding ddms

2008-12-03 Thread Anonymous Anonymous
and PingService as projects to your workspace or add their source to your classpath. You can find them in git under development/tools/. R/ On Wed, Dec 3, 2008 at 5:51 PM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi All, When ever i try to add ddms projects(app,ddmlib

[android-developers] Re: Eclipse Error while adding ddms

2008-12-03 Thread Anonymous Anonymous
an array or an instance of java.lang.iterable AndroidDebugBrigde.javaddmlib/src/com/android/ddmlib Anyone faced? Thanks Steve On Thu, Dec 4, 2008 at 9:22 AM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Thank you Xav, When i try to execute create_all_symlinks.sh gives Error: Please

[android-developers] Re: Eclipse Error while adding ddms

2008-12-03 Thread Anonymous Anonymous
version of Eclispe and java? I'll see if I can reproduce it. Thanks in advance, R/ On Wed, Dec 3, 2008 at 8:46 PM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi , That error gone, i separately executed all the scripts... Now few more errors are like assert cannot be resolved

[android-developers] Re: Plz help me getting solution for the below problem

2008-11-25 Thread Anonymous Anonymous
http://groups.google.com/group/android-beginners/browse_thread/thread/0ababd5e40398e49/fbdd321643bf48e1?pli=1 On Wed, Nov 26, 2008 at 11:08 AM, suhail ahmed [EMAIL PROTECTED] wrote: Hi Micheal, Thanks for your concern, #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) .

[android-developers] Re: Maximum Size of Libs Can be loaded

2008-11-20 Thread Anonymous Anonymous
Moved and apologies. On Thu, Nov 20, 2008 at 1:53 PM, Dianne Hackborn [EMAIL PROTECTED]wrote: Could you please take non-SDK discussion over to one of the platform groups such as android-platform? Thanks. On Wed, Nov 19, 2008 at 9:11 PM, Anonymous Anonymous [EMAIL PROTECTED] wrote: Hi

[android-developers] Maximum Size of Libs Can be loaded

2008-11-19 Thread Anonymous Anonymous
Hi All, I am still on with some experiments with JNI, Now i have an *.so like 200kb in size, but it fails to load, but upto some 15kb its loading. Is there any size limitaions(as of now) for the *.so's ?? Any clues Thanks in Advance Steve --~--~-~--~~~---~--~~

[android-developers] Re: Deployment of native C library

2008-11-17 Thread Anonymous Anonymous
tried adb remount ? This also will not work? oops that will be sad :(,coz i also have one to go not yet ready :D On Mon, Nov 17, 2008 at 2:38 PM, hackbod [EMAIL PROTECTED] wrote: Sorry, currently native code is not supported in the SDK. On Nov 16, 8:05 pm, adlaiti [EMAIL PROTECTED] wrote:

[android-developers] Nested UI

2008-11-13 Thread Anonymous Anonymous
Hi All, Is it possible for to implement a nested layout(like explore (+E) in windows)? Eg:I have a button in my application , when i click that button it should open 2 child's to bottom +--+ | + + something like above :D If yes any clues? Thanks steve

[android-developers] Re: [EMAIL PROTECTED]

2008-11-13 Thread Anonymous Anonymous
I think you have to copy the one previously present (backup) On Thu, Nov 13, 2008 at 5:13 PM, sush [EMAIL PROTECTED] wrote: Hi, I want to test applications using the Instrumentation class that is provided by Android Framework itself. I tried with the sample Tests that are in the SDK

[android-developers] Re: How to open the keyboard in emulator?

2008-11-09 Thread Anonymous Anonymous
Great ! That works Thanks Shadow On Sat, Nov 8, 2008 at 7:33 PM, Android Shadow [EMAIL PROTECTED] wrote: Hi firewallbreak, I think I find the answer. the emulator can only support sms input when the phone lying down. you can use CTRL + F11 or num pad 7 to do it. B.R. Shadow On