[android-developers] Re: market problem

2008-12-03 Thread sam
It just fixed. --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: Problem debugging the application -MediaPlayer

2008-12-07 Thread sam
); /* RuntimeException here */ if(btn != null) { return; /* set a breakpoint here*/ } } Thanks Sam On Nov 19, 11:23 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Start by downloading the current SDK 1.0. Then take a look at the sample code posted on this forum

[android-developers] Design choices for SensorManager and apps using SensorManager

2009-03-30 Thread Sam
into the algorithm. When the algorithm outputs something, it will broadcast an Intent and each application can receive this Intent and do its specific action. Please kindly help share your thoughts on the 2 design choices. Thank you very much. Sam --~--~-~--~~~---~--~~ You

[android-developers] Listener to a socket

2009-04-12 Thread Sam
Hi folks, i m using service class and want to listen to socket thru service class .there are some examples given but they are using timer class ,i dont want to use timer class .is there any other way to do that stuff. Thnx in advance. --~--~-~--~~~---~--~~ You

[android-developers] Finding the name of installed applications

2009-04-20 Thread sam
to just get the name. Obviously this is possible because there are applications that replace your home screen and so forth, but I have been searching for hours to no avail. Thanks! -Sam --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] httpconnection problem

2009-04-22 Thread sam
hi, I have setup proxy in the emulator , and the browser can access external website. but in my app, the http connection app can not access external website like google.com, I got Unknownhost error And I have used -dns-server option in eclipse emulator launch options. can you help pls? Thanks

[android-developers] GLSurfaceView + ViewAnimator = Blank Screen

2009-02-12 Thread Sam
I am having a bizarre problem where if the View that contains my GLSurfaceView is not the first to be shown by my ScreenController, then the GL commands never actually get drawn. If the GLSurfaceView is drawn first, then everything renders perfectly. Does anyone have any ideas why this is

[android-developers] Unable to Update a Contact Phone number

2009-02-23 Thread Sam
); ContentValues values = new ContentValues(); values.put(Phones.NUMBER,1234567890); values.put(Phones.TYPE,1); row = getContentResolver().update(PhoneUri,values, null, null); This throws a unsupported Operation exception. Kindly guide. Thanks and Regards, Sam

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-24 Thread Sam
existing phone numbers of a contact record and update existing number type and value right? I was wondering if you did your test on the emulator or the phone? And on what version of the SDK. Kindly let me know. Thanks, Sam On Feb 24, 11:12 am, rex iha...@gmail.com wrote: I see only the difference

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-25 Thread Sam
record's PhoneID and use it to update individual rows in the phone database. This approach works. Kindly let me know if there is a better approach. Thanks for all the help. Sam On Feb 24, 4:21 pm, rex iha...@gmail.com wrote: Sam, I think the problem is how you created thecontactentry. Try

[android-developers] Re: Scale a background image or drawable?

2009-09-24 Thread Sam
Thanks! It worked great with some tweaking for what I needed. On Sep 23, 11:39 pm, kostmo kos...@gmail.com wrote: On Sep 9, 11:46 am, Sam samm...@gmail.com wrote: Hi, On a layout I want toscalethebackgroundimage (keeping it's aspect ratio) to the space allocated when the page gets

[android-developers] Re: Scale a background image or drawable?

2009-09-24 Thread Sam
Thanks! It worked great for what I needed to do. On Sep 23, 11:39 pm, kostmo kos...@gmail.com wrote: On Sep 9, 11:46 am, Sam samm...@gmail.com wrote: Hi, On a layout I want toscalethebackgroundimage (keeping it's aspect ratio) to the space allocated when the page gets created. Anyone

[android-developers] Re: ADC2 entries so far...

2009-09-28 Thread sam
download aPortaDrum from ADC 2 app. Sam --~--~-~--~~~---~--~~ 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

[android-developers] how to get the postal addressed in Contacts

2009-10-24 Thread sam
Hi guys, Does anybody have any sample code to access/get the postal addressed of a contact using Contact API? I searched the sdk doc but did not find enough info to do this. Thanks for any help you can provide. Sam --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Moving to 2.0 from 1.6 - error reported of a violation of a core library class that doesn't exist in app

2009-11-11 Thread Sam
Hi, I just updated and ran into the issue. Can you please provide step by step what you did to solve this? Sam On Nov 5, 4:03 am, vachudj vach...@gmail.com wrote: Hi, I had the same problem. I solved it by removing 1.6 library and appending 2.0 library. The just changing the 2.0's

[android-developers] Re: Moving to 2.0 from 1.6 - error reported of a violation of a core library class that doesn't exist in app

2009-11-11 Thread Sam
and that is incorrect. The system has to switch the library packages. 2. If still having some problems, right click on the projects folder - Android Tools - Fix Project Properties. These 2 steps got my 2.0 to finally run. On Nov 11, 3:27 pm, Sam samm...@gmail.com wrote: Hi, I just updated

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-13 Thread Sam
I'm not a dev, but just throwing out some info. I have a Sprint HTC Hero and this happens when I restart... Some program's name will change to com.companyname.appname, but will still work such as: Astro File Manager (2.1.0) My Backup Pro (2.1.1) Google Voice (0.2.6) seems to be unique...it

[android-developers] Anyway to check if any items on the history/activity stack?

2009-11-16 Thread Sam
Hi, I'm trying to figure out if there's any way to see if there is anything on the history stack so I can programatically display a Back button or not. I tried getting the RunningTaskInfo to get the num of activities but it doesn't seem to work quite right for what I need. Does anyone know of

[android-developers] Re: get network info on cdma network

2009-11-18 Thread sam
Hi , can anybody help on this please? thanks for any help. On Nov 18, 4:42 pm, sam hrlixi...@gmail.com wrote: Hi guys, do you know how to get the Home country code, current country code, the Mobile directory number on a cdma network. I see TelephonyManager.getNetworkCountryIso() can get

[android-developers] Temperature Sensors

2010-02-01 Thread sam
Greetings, I can't seem to find this info on the droids temperature sensor (the one available in the SDK): Does it indicate ambient temperature or is it the temperature of the phone or chip? Also, does the pressure sensor indicate atmospheric pressure? regards, Sam -- You received

[android-developers] Re: Launching Browser in Preference Activity.

2010-02-01 Thread SAM
Hi, This works for me. I have a further requirement. I want the 'close' my application, once I launched the browser. I need this because I dont' want to see my applicaiton in the task stack if i press Back from the Browser. Thanks Sam On Jan 11, 5:13 pm, jwei512 jwei...@gmail.com wrote: Try

[android-developers] Re: Launching Browser in Preference Activity.

2010-02-09 Thread SAM
I have tried doing a finish after calling startActivity. But this is causing a white screen on my emulator for some time, then the browser is getting launched. So now I called finish() on onPause and its works fine. Thanks Sam On Feb 2, 11:51 am, SAM gulati...@gmail.com wrote: Hi, This works

[android-developers] Re: Scroll a Gallery widget?

2010-02-12 Thread Sam
I'm in a similiar situation. Does anyone have a solution to this? On Dec 27 2009, 8:04 pm, Mark Wyszomierski mar...@gmail.com wrote: Hi, Is it possible to scroll aGallerywidget programatically? I seeGalleryinherits scrollTo() andscrollBy(), but that scrolls the entire widget itself, not its

[android-developers] Hide address bar while launching native browser

2010-02-18 Thread SAM
to open to be visible to users. Please let me if this is possible and and if yes how. Thanks Sam -- 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

[android-developers] Activity calling not from another activity

2010-02-19 Thread SAM
handlers as they are not derived from Activity class. Please let me know how this can be done. Thanks Sam -- 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

[android-developers] Re: Hide address bar while launching native browser

2010-02-21 Thread SAM
other features native browser is giving. Thanks Sam On Feb 19, 5:44 pm, Mark Murphy mmur...@commonsware.com wrote: SAM wrote: thanks for the confirmation. Also is there a way to launch the browser in the background from my application. Requirement: 1: Launch myapplication 2: Tell

[android-developers] Alert Dialog to display across activities?

2010-02-25 Thread Sam
Does anyone know if it's possible to get a Dialog box to display between activities? I've looked and haven't been able to find a solution. -- 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] Re: how to use adb tool on SAMSUNG GALAXY?

2009-08-21 Thread SAM
Hi, I tired all mention step above, but adb could not recognize my device.any other alternative steps.please help Rg, Shameem On Jul 29, 8:37 pm, TaoK t...@klerks.biz wrote: Hi, I got this working in windows XP (french), but not following any of the suggestions I have seen so

[android-developers] does android support ANSI encoding chinese characters?

2009-08-26 Thread sam
. Do you have any suggestions on this, does chinese characters using ANSI encoding supported? Thanks Sam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: does android support ANSI encoding chinese characters?

2009-08-27 Thread sam
Hi guys, Any suggestions? On 8月27日, 上午11时11分, sam hrlixi...@gmail.com wrote: Hi guys, I have two txt file, both of them contains chinese characters, one txt file is saved using ANSI encoding, but this file's chinese characters can not be displayed by htmlviewer on the phone. The chinese

[android-developers] Dynamic Image Cropping help/examples?

2009-08-28 Thread Sam
Hi, I'm able to display mulitple images on the screen and scale them fine, however, I need to crop the images using the API and setting the gravity for the cropping. I couldn't find much information on image cropping. Basically I want to the image to be cropped based on the gravity and the

[android-developers] Re: does android support ANSI encoding chinese characters?

2009-08-31 Thread sam
Any help? On 8月28日, 上午9时48分, sam hrlixi...@gmail.com wrote: Hi guys, Any suggestions? On 8月27日, 上午11时11分, sam hrlixi...@gmail.com wrote: Hi guys, I have two txt file, both of them contains chinese characters, one txt file is saved usingANSIencoding, but this file's chinese

[android-developers] BitmapDrawable gravity ignored in ImageView???

2009-09-01 Thread Sam
Hi, I have created a BitmapDrawable and have set the gravity to clip vertically and to position at the bottom. Then I have added this to the imageView object, but the clipping is ignored and instead is being scaled instead. What am I doing wrong? Sample code below in an Activity:

[android-developers] Dynamically enable menu items

2009-09-02 Thread sam
, change them from gray to dark color from the screen. do you know how can i implement this? thanks Sam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Dynamically enable menu items

2009-09-02 Thread sam
Hi Mark, Thank for reply. let me describe my question in more details, I do not want to press the Menu button again, when the menu items are displayed as disabled, after I finished some work , i want the menu items to be repainted automatically. Any suggestions? thanks On Sep 2, 6:23 pm, Mark

[android-developers] Re: BitmapDrawable gravity ignored in ImageView???

2009-09-03 Thread Sam
Hi, So apparently, the code would work if I change the imageView backgroundDrawable instead code to: ImageView iv = new ImageView(this); BitmapDrawable bd = new BitmapDrawable(SOME_LARGE_BITMAP); bd.setGravity(Gravity.BOTTOM); //Or any other gravity combination

[android-developers] Re: Dynamically enable menu items

2009-09-06 Thread sam
Hi guys, Any help on this? I believe android application like browser implement this, does the android engineer from google have any comments? Thanks On Sep 3, 9:38 am, sam hrlixi...@gmail.com wrote: Hi Mark, Thank for reply. let me describe my question in more details, I do not want

[android-developers] Re: Dynamically enable menu items

2009-09-07 Thread sam
HI guys, Thanks for your replies, i want to change the menu item status from disable to enabled while it is displaying on the screen. i can enable it but the menu item does not re-paint themselves when they are on the screen. any other comments? Thanks Sam On Sep 7, 6:08 pm, Keean Schupke

[android-developers] Scale a background image or drawable?

2009-09-09 Thread Sam
any option for scaling. Sam --~--~-~--~~~---~--~~ 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

[android-developers] appwidget layout cache

2009-12-15 Thread sam
it again). I assume this is because the layout is cached? If so is it possible to force an update (or some other means to make layout changes show?) Thanks, Sam -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] view-activity events

2009-12-17 Thread SAM
this communication [from View to Activity]. I want to avoid direct Activity method invocation from ModeSwitchView. thanks sam -- 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

[android-developers] Re: Anyway to check if any items on the history/activity stack?

2009-12-17 Thread Sam
Anyone have any ideas? On Nov 16, 11:39 am, Sam samm...@gmail.com wrote: Hi, I'm trying to figure out if there's any way to see if there is anything on the history stack so I can programatically display a Back button or not. I tried getting the RunningTaskInfo to get the num of activities

[android-developers] How to clear all activity in the stack below the latest activity?

2009-12-22 Thread Sam
All the current discussions involves clearing all activites above an existing activyt, but I'm trying to find a way to clear all the activities before the latest activity in the stack. So my scenario is A - B - C and then when a user goes to Activity D, activies A,B,C should be cleared from the

[android-developers] Re: How to clear all activity in the stack below the latest activity?

2009-12-23 Thread Sam
Anyone? There must be someone else who has ran into a similiar issue. On Dec 22, 12:41 pm, Sam samm...@gmail.com wrote: All the current discussions involves clearing all activites above an existing activyt, but I'm trying to find a way to clear all the activities before the latest activity

[android-developers] Launch Browser in maximised/minimised mode

2010-08-09 Thread SAM
and I can control it rather than OEM dependent. Thanks sam g -- 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

[android-developers] Public Custom components

2010-08-10 Thread SAM
sponsor ads. This concept is same as Apple's iAD. Issue: 1. I want to hide my custom component code from its users so that they just need to include it in their antivity rest its upto me. 2. I have not implemented but sure that a UI component can do network communication. regards sam -- You

[android-developers] Sharable Custom UI components

2010-08-11 Thread SAM
sponsor ads. This concept is same as Apple's iAD. Issue: 1. I want to hide my custom component code from its users so that they just need to include it in their antivity rest its upto me. 2. I have not implemented but sure that a UI component can do network communication. regards sam -- You

[android-developers] Re: Disappearing Alarms

2010-08-16 Thread sam
I've been having similar issue with my app, didn't think to query for specific phones, thanks for the suggestions! Will report back with more info... On Aug 17, 8:21 am, mot12 martin.hu...@gmail.com wrote: No, it happens even if the app is on the exclude list of these killer apps. That's the

[android-developers] Develop a API in android

2010-08-18 Thread SAM
and distribute it but does andorid modules can be distributed as jar? Thanks sam -- 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

[android-developers] Re: Piracy Breakdown by Country

2010-08-28 Thread Sam
, these are sales that were never going to happen. Just my opinion. regards Sam On Aug 28, 9:58 pm, Mark Carter mjc1...@googlemail.com wrote: Haven't checked recently but for a while Flurry was (for some reason) reporting Chinese users as Australian. On 28 August 2010 15:40, gosh steve

[android-developers] Re: Piracy Breakdown by Country

2010-08-30 Thread Sam
Hi Zslot A pirated app install is any installation that has not been paid for. In your case those pirates quickly buying, copying and then getting a refund - may well be posting on websites where others download. So if you see some obvious copying - those copies are then going out to thousands

[android-developers] Re: If I turn off Copy Protection, what will happen?

2010-09-01 Thread Sam
If you are using a Sqlite database in your app then users on android 1.5 will need to uninstall and then re-install. If you are not using Sqlite then there should be no issues. On Sep 1, 10:34 am, Chris Stewart cstewart...@gmail.com wrote: I'm not sure how I'd test it.  There's nothing I'm

[android-developers] Re: Galaxy Tablet and Android Market

2010-09-02 Thread Sam
Yes you can create a custom 1024x600 AVD to run on the emulator. I have and yes it works. It is worth testing your app to see how it looks. On Sep 2, 6:24 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Sep 2, 2010 at 6:21 AM, Zsolt Vasvari zvasv...@gmail.com wrote: I thought Google

[android-developers] Re: Galaxy Tablet and Android Market

2010-09-03 Thread Sam
Zsolt, String I had a quick play - there may be a more official way. But this works: 1) Go into the directory: android-sdk/platforms/android-8/skins/ and make a copy of your WVGA854 directory - rename this directory to tablet 2) Alter the contents of the layout file (see below) to adjust for

[android-developers] Re: 1024x600 emulator: no access to 'menu' or other buttons

2010-09-03 Thread Sam
See http://groups.google.com/group/android-developers/browse_thread/thread/bbad1666dacb3647 I posted an answer there On Sep 3, 2:49 am, jsdf jasons...@gmail.com wrote: Hi all, We are building an app for a device that will have a 1024x600 screen at API level 7, 160dpi (which, by the way, is

[android-developers] Re: Galaxy Tablet and Android Market

2010-09-03 Thread Sam
Also for any one who doesn't know: * CTRL + F11 will switch between portrait and landscape. * Make sure you choose to scale the AVD when launched (try 7) On Sep 3, 2:50 pm, Sam samuel.law...@gmail.com wrote: Zsolt, String I had a quick play - there may be a more official way. But this works

[android-developers] Memory profiling for my Android application

2010-04-13 Thread SAM
Hi, I have a requiirement of finding out the max RAM usage of my application. I tried installing the Memory Profilers in eclipse but I was not able to use it with my application. Please let me know how can I find the RAM usage of my application on the 'emulator'. Thanks Sam -- You received

[android-developers] Re: Memory profiling for my Android application

2010-04-14 Thread SAM
Thanks DDMS worked and provided me data I required. On Apr 13, 6:31 pm, social hub shubem...@gmail.com wrote: did u check out DDMS On Tue, Apr 13, 2010 at 7:29 AM, SAM gulati...@gmail.com wrote: Hi, I have a requiirement of finding out the max RAM usage of my application. I tried

[android-developers] Re: Application wake up

2010-04-16 Thread SAM
. You application will receive SMS while its dead too. in Onreceive(), read the SMS and do whatever you want. you can also start your activity from here. Thanks sam On Mar 19, 7:56 am, Andreas andreas.bex...@gmail.com wrote: Hi, Please note that there is no longer any class called

[android-developers] Re: Timing out an AsyncTask?

2010-04-20 Thread Sam
Some things to consider with respect to your proposed approach: - If the Activity is destroyed while your background threads are running, what should happen? - Should the Activity's onDestroy() cancel the threads somehow? - If the threads be allowed to finish their work, what should

[android-developers] Say halo to all members

2010-07-09 Thread Sam
Hi All, I am a new member in this group. Currently, i am working on the Android framework layer. Now focusing on Bluetooth, Wifi and GPS level. If you guys are interested in this topic, we should discuss further. Thanks Regards Sam -- You received this message because you are subscribed

[android-developers] About the testing of Bluetooth

2010-07-09 Thread Sam
for this problem? Your reply will be highly appreciated. Sam -- 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

[android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-15 Thread Sam
Why don't you just set your target sdk higher? On Jul 15, 6:38 pm, Pent tas...@dinglisch.net wrote: At any rate, the correct thing for an app developer to do is explicitly state which features they care about, and you can there use android:required=false to tell Market not to filter your

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-07-16 Thread Sam
a touch screen, Google TV will not be touch screen. May be i've missed a blog post somewhere - but how will this be handled? thanks Sam On Jun 23, 11:26 am, Andrew Louth andrew.lo...@gmail.com wrote: The tutorials on testing have been especially helpful for me. Testing Android applications seems

[android-developers] Re: Android market hiding apps with bluetooth permissions from Android 1.5 and 1.6

2010-07-16 Thread Sam
On a lighter note it's nice we don't have these two: uses-feature android:name=android.hardware.bumper android:required=true / or uses-feature android:name=android.user.righthanded android:required=true / On Jul

[android-developers] Re: Seems Android Market statistics go wrong again

2010-07-17 Thread Sam
I have found this too, and it only appears to have affected my paid app. Would be nice to get some clarification about what is going on here? This has happened a couple of times this year already, but then it affected most of my apps. On Jul 17, 5:50 pm, Evgeny V evgen...@gmail.com wrote: Yes.

[android-developers] Re: Seems Android Market statistics go wrong again

2010-07-17 Thread Sam
Ah ok so the was the explanation all along: http://android-developers.blogspot.com/2010/07/market-statistics-adjustments.html Logically the total download figures would include refunds (since they still downloaded the app) but not failed payment transactions (because they never got to install

[android-developers] Android Market paid app download errors

2010-07-20 Thread Sam
Hi The Android market has been giving errors (than usual) since the weekend to customers trying to download my paid apps. This is leading to a large number of cancellations and complaints. One customer is complaining in particular they get a Google market server error when they try to cancel

[android-developers] Android Market paid app download errors

2010-07-20 Thread Sam
Hi The Android market has been giving errors (more than usual) since the weekend to customers trying to download my paid apps. This is leading to many cancellations and complaints. One customer is complaining in particular they get a Google market server error when they try to cancel their

[android-developers] Re: Removing copy protection from my market app?

2010-07-21 Thread Sam
If you are using a Sqllite database in your app then users on android 1.5 will need to uninstall and then re-install. That's it.. On Jul 21, 10:08 pm, pcm2a reeeye...@gmail.com wrote: If I publish a new version of my application and remove copy protection will any of my users be impacted?

[android-developers] Re: Android Market paid app download errors

2010-07-21 Thread Sam
Well now the issues seem to have cleared up. Would be nice if we could log an issue with the market (whether we get a reply or not). Rather than just leave messages on forums. That way Google would at least see the weight of issues (depending on how many reports they had). If enough people

[android-developers] Re: Android Market paid app download errors

2010-07-22 Thread Sam
Hi William When you say you are getting issues - what exact issues are you referring to? I am guessing - but if the problem you have is that a copy protected app is not showing up on the market for a user running 2.2 Froyo. It is likely that it is because the android market does not show copy

[android-developers] Re: Android Market paid app download errors

2010-07-26 Thread Sam
Hi Edward From my experience this particular problem is not related to the app or the phone. There are occasionally glitches in the android market paid app download process. Some days these problems happen, most days they do not. Try asking your customers to try again later, or the next day.

[android-developers] Re: location.getTime() returns strange result

2010-07-27 Thread Sam
This is a bug on the Samsung that appeared with their 2.1 update. It's not an general android bug, rather a Samsung android 2.1 bug on some of their phones. Another bug Samsung have is not supplying location accuracy data (again on some of their phones). All you can do is work around it. On

[android-developers] Re: I would like to be able to buy an app for a friend

2010-07-28 Thread Sam
Agreed, iTunes supports this for iPhone apps, the Android market needs this option too. Developers would get more business and Christmas presents would get a whole lot easier... On Jul 28, 4:47 am, Chris Stewart cstewart...@gmail.com wrote: Gifting applications is a feature that should be

[android-developers] VideoView Uri redirect problem

2010-08-03 Thread Sam
to play the video. If I use the rtsp directly I can play the video though. Anyone ran into something similiar or have a solution? Sam -- 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

[android-developers] Re: VideoView Uri redirect problem

2010-08-03 Thread Sam
Thanks for the advice. It worked perfectly! On Aug 3, 4:21 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 3, 2010 at 3:58 PM, Sam samm...@gmail.com wrote: I have a VideoView and I set a VideoURI that is basically http://foo.com/videoName?authentication=xyz When the url is hit

[android-developers] Re: New app listing order in Market app search

2010-09-24 Thread Sam
Same here. Good to see the market improving. On Sep 25, 6:18 am, Doug beafd...@gmail.com wrote: Yes, I see that too.  And I'm not complaining because now it puts my app at the top of the list for the search term I expect people to use.  :-) Doug -- You received this message because you are

[android-developers] Schema validation

2009-04-29 Thread Sam
Hi folks , I am using JDOM for schema validation but i am getting exception java.rmi.RemoteException ... Is the use of JDOM ok or is there any other option available ...can i get any links for examples... Any help would be appreciated ... Thnx in advance

[android-developers] Re: Creation of XML

2009-04-30 Thread Sam
is there any other way to do that boz now i am not able to use jaxp also ,, Thnx in advance On Apr 19, 10:59 pm, Mark Murphy mmur...@commonsware.com wrote: Sam wrote: Hi,         I want to create XML with my own tags i want it to create at runtime . I am unable to use Transform class of java

[android-developers] Re: Problems with getView() for a custom list adapter

2009-05-06 Thread sam
that is perplexing is that we do not have any problems with the heap space, yet the load time from quitting the activity that is above our list and showing the list is definitely directly proportional to how many calls there have been to getView(). -Sam On May 6, 4:18 pm, Romain Guy romain

[android-developers] Re: Problems with getView() for a custom list adapter

2009-05-06 Thread sam
Hey, thanks for that reply. I just changed the code so that the xml no longer has the imageview and uses compound drawable intrinsic etc..., but the same problem still exists. -Sam On May 6, 4:37 pm, Romain Guy romain...@google.com wrote: BTW, instead of using imageview + textview, you should

[android-developers] XML schema validation Android

2009-05-10 Thread Sam
Hi, I have created an XML and i want to validate with schema i.e, xsd file but there are no direct classes provided by android for the same if i am not wrong . and there is an external jar named jaxp1.3 which doesnt allow me to compile the code is it because the bytecode of

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
Hi, In eclipse i just did a right click on project then properties and then java build path and then Add external jar . I am not sure about the bytecode issue just wanted to confirm If i decide not to use any external jar is it still possible to validate the xml with schema

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
, 9:58 am, Sam csgo...@gmail.com wrote: Hi,        In eclipse i just did a right click on project then properties and then java build path and then Add external jar .    I am not sure about the bytecode issue just wanted to confirm   If i decide not to use any external jar is it still

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
, 10:19 am, Sam csgo...@gmail.com wrote: Hi,       There is an dx tool which converts the class and jar files in the android compatible but i am not getting any proper example regarding dx so i can proceed .or thru Ant we have to change the build.xml file with some dx commands still not luck

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
Hi, if i have to do validation of xml with schema can u plz suggest any other right option for that as i am struggling with this issue ,desperately to find an answer. plz help . On May 11, 10:29 am, Sam csgo...@gmail.com wrote: Hi,       There are two ways to compile one is directly thru

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
Hi, Thnx for the reply i will check with these options of xml parsers and surely let u know . On May 11, 10:41 am, Mark Murphy mmur...@commonsware.com wrote:       if i have to do validation of xml with schema can u plz suggest any other right option for that as i am struggling with

[android-developers] Re: XML schema validation Android

2009-05-11 Thread Sam
of illegal argument exception. On May 11, 10:50 am, Sam csgo...@gmail.com wrote: Hi,        Thnx for the reply i will check with these options of xml parsers and surely let u know . On May 11, 10:41 am, Mark Murphy mmur...@commonsware.com wrote:       if i have to do validation of xml

[android-developers] Change in font color

2009-05-22 Thread Sam
Hi, I am using EditText for getting userInput but the problem i am facing is that i want to change the font color at runtime but in the same Edittext as i am able to change the font type but as i change the font color it changes for the whole editext but i need to change the color for

[android-developers] Decrypt in Android using RSA

2009-05-27 Thread Sam
hi, My question is if i am using RSA as an argument to Cipher.getInstance method while encryption and while i am decrypting it with RSA with the RSA/ECB/PKCS1Padding as an argument i am getting bad padding exception . If i am using RSA only in both the case it is woring fine but getting some

[android-developers] Need Soft Keyboard IME Details

2009-05-27 Thread Sam
I was wondering if anyone could help. Here is my situation: I have a game with a portion that up to now we have been using the G1's hardware keyboard to implement. With the advent of 1.5 and because of the desire for more device compatibility, we've shifted requirements to implementing using a

[android-developers] view Log on device

2009-05-28 Thread Sam
hi, I want to view the Log on device i.e the System.out.println(); I am able to view on DDMS but how to view on device screeen while running an apk file --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Database issue on device

2009-06-01 Thread Sam
hi, i am using a db file and trying to access that file thru emulator it works perfectly fine but when i run the same app on device i get the error of no such table when i checked the path also it gives the right path and also the status of database open flag it returns true not able

[android-developers] Re: Database issue on device

2009-06-01 Thread Sam
hi, I am using G1 not the DEV phone does it matter ... On Jun 2, 10:04 am, Sam csgo...@gmail.com wrote: hi,            i am using a db file and trying to access that file thru emulator it works perfectly fine but when i run the same app on device i get the error of no such table when i

[android-developers] Resources.openRawResource issue

2009-06-02 Thread Sam
hi, I am having an db file in res/raw/folder iam calling Resources.openRawResource() with the file name as R.raw.FileName and i get an input stream but i having an another db file in device i want to copy the contents of that db to the device db i am using BufferedInputStream bi = new

[android-developers] Re: Resources.openRawResource issue

2009-06-05 Thread Sam
]; ins.read(buffer); ins.close(); FileOutputStream fos = new FileOutputStream(mycopy.db); fos.write(buffer); fos.close(); On Jun 2, 5:20 pm, Sam csgo...@gmail.com wrote: hi, I am having an db file in res/raw/folder iam calling Resources.openRawResource() with the file name as R.raw.FileName

[android-developers] Re: Anybody seen a slowdown in sales?

2010-12-22 Thread Sam
button. regards Sam On Dec 22, 1:13 pm, Spiral123 cumis...@gmail.com wrote: Yeseveryone in Korea who has ever written an App appears to have released it to every market in the world. I would much prefer if Google actually nominated Local Language(s) for each Market and Automatically dumped

[android-developers] Re: Application wake up

2010-05-11 Thread SAM
Hi, Has anyone found any solution for Port directed SMS OR App directed SMS in android? Although the Inbox SMS hook is working but I am still unable to delete this SMS from Inbox. I dont want user to see this SMS notification. Thanks Sam On Apr 16, 5:04 pm, SAM gulati...@gmail.com wrote

[android-developers] Still unable to receive binary SMS

2010-05-17 Thread SAM
emulator Any one from ANDROID TEAM please help me. Thanks sam -- 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

  1   2   3   4   5   6   7   >