[android-developers] Re: In App Billing Limits

2012-07-14 Thread sam
imit (must be documented in the API reference > or some developer tutorial on In App Billing). > If there is a good reason for the limit, Google won't hesitate to remove > your app from Google Play if you try to circumvent that limit. > > Am Mittwoch, 11. Jul

[android-developers] Re: Android makefile to generae the static executable

2012-07-17 Thread Sam
Hi, if any of you have any clue. Please let me know. This has puzzled me a couple of days long. Thanks Sam於 2012年7月17日星期二UTC+8下午4時47分45秒寫道: > > I am trying to generate the executable something like adbd in /sbin. > > The executable I wish to have is iwlist with ARM format and

[android-developers] Re: Android makefile to generae the static executable

2012-07-17 Thread Sam
Ok, thanks for letting me know. : ) On 7月17日, 下午7時22分, Jim Graham wrote: > On Tue, Jul 17, 2012 at 02:27:52AM -0700, Sam wrote: > > Hi, if any of you have any clue. Please let me know. > > > This has puzzled me a couple of days long. > > The reason you aren't gett

[android-developers] show an image in Android gallery via url

2012-10-10 Thread Sam
Is it possible to show the image from url by using the default android gallery app? I can actually play the video from url by using the default android video player. Below is the snippet of my code: Intent intent=new Intent(); intent.setDataAndType(Uri.parse(ImageUrl,"Image"); intent.setCla

[android-developers] Not able to install .APK file .

2011-02-03 Thread sam
Hi everyone, I'm not able to install .apk file into the samsung galaxy tab,Android API *,revision 1 i get an error saying INSTALL_FAILED_MISSING_SHARED_LIBRARY Please help me to over come this problem -- You received this message because you are subscribed to the Google Groups "Android Develop

[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 h

[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
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 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

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

2009-05-06 Thread sam
Bitmap bitmap; } Thanks ahead of time for anyone who has made it this far, let alone for posting a reply! -Sam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

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

2009-05-06 Thread sam
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 wrote: > Why

[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 wrote: > BTW, instead of using imageview + textview, you should use the > co

[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 desktop

[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 becaus

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
to make the folloing is the code i have added in build.xml On May 11, 9:58 am, Sam wrote: > Hi, >        In eclipse i just did a right click on project then properties

[android-developers] Re: XML schema validation Android

2009-05-10 Thread Sam
, 10:19 am, Sam 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

[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 wrote: > Hi, >       There are two ways to compile one is directly thru eclip

[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" 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 this > > issue ,des

[android-developers] Re: XML schema validation Android

2009-05-11 Thread Sam
illegal argument exception. On May 11, 10:50 am, Sam 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" wrote: > > > > > >       if i have to do vali

[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 specfi

[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 rando

[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 so

[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 D

[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 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 app based on it

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

2010-07-16 Thread Sam
ave supported 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 wrote: > The tutorials on testing have been especially helpful for me. > > Testing Android applicat

[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: or On Jul 16, 6:32 am, Robert Green wrote: > Thank you guys for posting this!  I dropped my first game with > bluetooth controller support which is designed to go back to 1.5 and I > freaked out for a minute when it didn't show up.  All i

[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 wrote: > Yes. It dropped again

[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 the

[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 th

[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 ord

[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 wrote: > If I publish a new version of my application and remove copy > protection will any of my users be impacted? > > For example if u

[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 c

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

2010-07-21 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 pro

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

2010-07-25 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-26 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-27 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 wrote: > Gifting applications is a feature that should be present.  I know a lot of

[android-developers] VideoView Uri redirect problem

2010-08-03 Thread Sam
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-

[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 wrote: > On Tue, Aug 3, 2010 at 3:58 PM, Sam wrote: > > I have a VideoView and I set a VideoURI that is basically > >http://foo.com/videoName?authentication=xyz > > When the url is hit, some authen

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

2010-08-09 Thread SAM
tivity so that the behavior is uniform 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 unsubscrib

[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 --

[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 --

[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 wrote: > Thanks Guys.

[android-developers] Still unable to receive binary SMS

2010-05-17 Thread SAM
running my test app on emulator @5556 and main app @5554. But I am unable to receive the binary sms to 5554 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" gr

[android-developers] Beta Testing Request - TextWand

2010-05-27 Thread Sam
Hi, We are developing a Text Messaging product called TextWand 'http:// www.textwand.com for the Android platform. I wanted to request the users of your forum to Beta test it and let us know if it works well for Android. How can I post this invitation on your forum without it appearing to be an u

[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
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

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

2010-12-22 Thread Sam
button. regards Sam On Dec 22, 1:13 pm, Spiral123 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 dump

[android-developers] appwidget layout cache

2009-12-15 Thread sam
et and add 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

[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-

[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 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

[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 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 activit

[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 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 subscribed 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 wrote: > Hi, > > I got this working in windows XP (french), but not following any of > the suggestions I have seen so far exactly:

[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 to

[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 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 BufferedInpu

[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 wrote: > hi, I am having an db file in res/raw/folder iam calling > Resources.openRawResource() with the file name as R.raw.FileNam

[android-developers] Ant and Android

2011-04-13 Thread Sam
Hi, I'm setting up an automated build system using Ant, for our Android project. As a starting point, I've simply exported the required "build.xml" through Eclipse. If I clean the project, and run "ant" in the command line at the root of the our Android project, I receive the following compile e

[android-developers] Android browser http session gets lost on return from intent

2011-04-13 Thread sam
nchBrowser = new Intent(Intent.ACTION_VIEW, uriUrl); startActivity(launchBrowser); Is there a way to call same browser instance (jsession), that was opened in step 1 to continue the process? It would be very nice if someone could give me a hint. Regards, Sam -- You received this message becau

[android-developers] Location and sensor data in surfaceview

2012-04-10 Thread Sam
Im fairly new to Android and Java but i've worked my way through a number of guides and tutorials. Im building an app that consists of a main activity and a surfaceview which is updated via a thread. I want to use location data (best of GPS and network) and sensor data to animate my surfaceview,

[android-developers] sipdemo not running on gingerbread 2.3

2012-04-12 Thread sam
sipdemo is running perfectly on emulator but when i run on gingerbread 2.3 it doesnt show any thing , how to solve dis problem -- 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@googlegro

[android-developers] Android Bluetooth l2cap socket bind()

2012-04-17 Thread Sam
Android version: 2.3.7 Kernel version: 2.6.35-14-CyanogenMod-Arco-Kalim arco@tuxbox #1 Mod version: CyanogenMod-7.1.0.1-click The device has been fully rooted. I have added piece of code in my project which taken from Bluez Utils in hidd.c. The code is the following: if (bind(sk, (struct soc

[android-developers] Re: Android Bluetooth l2cap socket bind()

2012-04-17 Thread Sam
Anyone could help??? Please... On Apr 17, 4:58 pm, Sam wrote: > Android version: 2.3.7 > > Kernel version: 2.6.35-14-CyanogenMod-Arco-Kalim arco@tuxbox #1 > > Mod version: CyanogenMod-7.1.0.1-click > > The device has been fully rooted. > > I have added piece of code in

[android-developers] Grant the root privilege to the application

2012-04-17 Thread Sam
ng the root privilege? Any reply/clue/hint will be highly appreciated. Regards- 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 f

[android-developers] What is the difference between Cocos2d-X and Marmalade?

2012-05-02 Thread Sam
Hi, Can any one tell me, How Cocos2d-X and Marmalade are different? Thanks. -- 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 emai

[android-developers] help me out in TimeTable APP

2012-02-03 Thread Sam
ting or clicking on that particular professor item, it shud show the timetable of that particular professor. I have tried it, but I am getting a lot of errors. So please help me out frnz... Thanks in advance Sam. -- You received this message because you are subscribed to the Google Groups &quo

[android-developers] Re: Application force close after change it from /system/app to /data/

2011-09-19 Thread sam
Thanks all for your reply, I just want to know the root cause, looks like UID change cause this. On 8月30日, 上午11时26分, James <030440...@163.com> wrote: > When removing your application, a full uninstall is required. > > On Aug 26, 11:09 am, sam wrote: > > > > > HI

[android-developers] How to set selected color effect when click on any image button or image view same as iphone?

2011-09-19 Thread Sam
I have one screen with some image buttons and image view. when user click on these buttons or image view i need to show selected effect not replace any image instead of these. only selected dark shade effect on button or imageview same as iphone. How it's possible ? i have not any selected image

[android-developers] Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Hi Guys, I'm having a problem with adding a column in adding it to the table. @Override public void onCreate(SQLiteDatabase db) { // TODO Auto-generated method stub db.execSQL("CREATE TABLE " + DataBase_Table + " (" + KEY_ID + " INT

[android-developers] Re: Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
; On Thu, Sep 22, 2011 at 7:07 AM, sam wrote: > > Am i going wrong somwere in adding the Column to the table . > > Have you tried reading the LogCat message you included in your post? > > ---

[android-developers] Re: Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Yes , it sayd column not found ... I dono were i'm going wrong , would be great if u guys help me out in this .. http://www.4shared.com/file/vUFD2C_b/SQLDatabase.html? U can download the projecct from this link .. Looking forward for ur help guys .. Regards, Sam On Sep 22, 9:14 pm, Tr

[android-developers] How to use large database (Sqlite more than 100 MB) in android application?

2011-09-27 Thread Sam
Hello , i develop one application in which require sqlite database. database size is verry large approx. 100 Mb. so i have not any idea which way use these database in my application. database is some private contents so not installed in sdcard... 1) Can android app support or store 100 mb datab

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
I was planning for everything to run on both a phone and tablet. The phone would be used by field workers to do the documentation and the tablet would be used by another to setup schedules, and among a lot of other things also be used to select a report and have it print. The printing would not be

[android-developers] Re: Thanks, Android Developers are the BEST! Another question about databases?

2011-10-04 Thread Sam
source of > information for that. Maybe someone else that reads these has already worked > out the type of setup you are looking for. > > Steven > Studio LFPhttp://www.studio-lfp.com > > > > > > > > On Tuesday, October 4, 2011 3:33:25 PM UTC-5, Sam wrote: > &g

[android-developers] Change package name in eclipse

2011-10-19 Thread sam
ot;AndroidManifest.xml" also. Altough I succefully build a new .Apk file ; but when I try to install to my mobile device. It give out "The application "XXX(Apps name)" (process com.X..xXX) has stopped unexpectedly. Please try again. Thus, I think I make some mistake durin

[android-developers] Open GL glow

2011-10-23 Thread Sam
examples would be appreciated. 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-developer

[android-developers] Unable to write the SD card from emulator

2011-11-04 Thread sam
I'm using windows vista and Eclipse for developing. I write the simple code to download a file and store it on my sd card. But i'm getting exception (File not found exception) Here is my code public void downloadNewapk () { try { URL url = new URL(apkURL.t

[android-developers] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone, I have downloaded new .apk file in /mnt/sdcard/download/ and i want to install this apk by replacing my old(now using) apk because it is an updated one. This is my install method public void installApplication(){ Uri packageURI = Uri.parse(PackageName.toString());

[android-developers] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone, I have downloaded new .apk file in /mnt/sdcard/download/ and i want to install this apk by replacing my old(now using) apk because it is an updated one. This is my install method public void installApplication(){ Uri packageURI = Uri.parse(PackageName.toString());

[android-developers] Table layout with different length column

2011-11-24 Thread sam
Hi Everyone, I have a Table layout done in problematically And I want to to develop it as first two rows have only one column and other three rows have two column. First two rows' values should be spread whole row. Can anyone guide me by sending tutorial or any link regarding this Thanks -- You r

[android-developers] Adding Apache Commons To Android using the Netbeans IDE

2011-11-28 Thread Sam
Hi there. I'm trying to write an application that requires an FTP link. To do this I need to use the 'org.apache.commons.net.*' import, but I am having problems adding the library I downloaded from the apache website. I have tried adding it from the project properties menu, am I missing something.

[android-developers] InputMethodManager and mServedView

2011-12-09 Thread Sam
The InputMethodManager is connected to an EditText view. After orientation change, I create a new EditText and this one now has focus. However, the IMM does not change its mServedView to the new EditText. Is there anyway to connect the new edit text to the IMM. I dont see any APIs in IMM, Or

[android-developers] Re: InputMethodManager and mServedView

2011-12-14 Thread Sam
No one knows whats going on, what a pity. -- 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...@

[android-developers] Using Options Menu in a multi-Fragment Activity

2011-07-27 Thread Sam
I have a FragmentActivity which hosts a FragmentStatePagerAdapter. The pager contains multiple instances of the same fragment, in order that the user can swipe between the items in a list. I want to be able to provide the user with an options menu which will act only on the visible item. For examp

[android-developers] Application force close after change it from /system/app to /data/

2011-08-29 Thread sam
HI guys, I have a question: my application is installed in /system/app at first, and I run the app for a while. then I remove it from /system/app and install it via adb to /data/ directory. after that, when I click the app to run it again, it always crash with forceclose, the log shows somethin

[android-developers] Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-29 Thread Sam
I've written an app to connect an USB Device that have 1 Interfaces with 2 connected Endpoints: i have android 3.1 USB Host tab device and i have external device scanner in which FDTI FT232BM chip and It is a USB device that emulates a RS232 interface it appears as a RS232 port to talk to the Atme

[android-developers] How to read data from external device using android USB Host Api ?

2011-08-31 Thread Sam
Hello , I've written an app to connect an USB Device and read data from external usb device to my android USB Host 3.1 root tab device. i used http://developer.android.com/guide/topics/usb/host.html android USB Host Api. But every time read data value got zero value in every byte from external dev

[android-developers] Help needed on BUtton CLick

2011-09-03 Thread sam
iew v) { }}); }} How do i call the ImageGallery class after the Button is clicked. Looking forward for reply .. Regards, Sam -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: Help needed on BUtton CLick

2011-09-04 Thread sam
else { startActivity(new Intent(Screen1.this,Screen3.class)); } } } On Sep 4, 12:45 am, Michael Banzon wrote: > On Sat, Sep 3, 2011 at 7:46 PM, sam wrote: > > How do i call the ImageGalle

[android-developers] Multi Screen help needed !!!

2011-09-04 Thread sam
een2.class)); } else { startActivity(new Intent(Screen1.this,Screen3.class)); } } } Please help me to fix this problem Regards, Sa

[android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread sam
I got it fixed Ratheesh , i had a mistake in ma manifest file .. Can u please guide me how to set the space between the buttons ??? Regards, Sam On Sep 5, 11:53 am, Ratheesh Valamchuzhy wrote: > hi SAM > > public void onClick(View v) >        { >              

[android-developers] How to use Tap Gesture???

2011-09-06 Thread sam
Hi Guys , Can u please guide me on how to use Tap gesture .. I'm trying to enter into screen2 from screen1 when the user taps the screen How can i do that ?? I googled a lot .. didn't get a clear idea ... Can someone help me on this Please Cheers, Sam -- You received this messa

[android-developers] Re: How to use Tap Gesture???

2011-09-06 Thread sam
> that view. > > Thanks > > > > > > > > > > On Tue, Sep 6, 2011 at 11:18 PM, sam wrote: > > Hi Guys , > > > Can u please guide me on how to use Tap gesture .. > > > I'm trying to enter into screen2 from screen1 when the user taps

[android-developers] Re: How to use Tap Gesture???

2011-09-06 Thread sam
ies . you > please check that. > > > > > > > > On Tue, Sep 6, 2011 at 10:48 AM, sam wrote: > > Hi Guys , > > > Can u please guide me on how to use Tap gesture .. > > > I'm trying to enter into screen2 from screen1 when the user taps the

[android-developers] Re: How to use Tap Gesture???

2011-09-06 Thread sam
ing the whole first page as a button , so that it looks better . But > I dono if its feasible because me too new to android. > > > > > > > > On Tue, Sep 6, 2011 at 11:35 AM, sam wrote: > > Is there any other way that u know i can achieve that .. cozz i dnt > > w

[android-developers] Re: How to use Tap Gesture???

2011-09-07 Thread sam
> height and width set the fill_parent and implement the onClick() method for > > that view. > > > Thanks > > > On Tue, Sep 6, 2011 at 11:18 PM, sam wrote: > > > Hi Guys , > > > > Can u please guide me on how to use Tap gesture .. > > > &g

[android-developers] How to download Base64 data partly from web server and decode partly from encoded data?

2011-09-15 Thread Sam
Hello , Pls Check this link http://stackoverflow.com/questions/7427089/how-to-download-base64-data-partly-from-web-server-and-decode-partly-from-encoded -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] REQ:: Android Triage / Developer Support @ Sacramento, CA/Sunnyvale, CA/Austin, TX _ 12 Months

2021-05-10 Thread Sam Thomas
Experience in using defect management systems -- *Thanks & Regards,* Sam Thomas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-devel

[android-developers] REQ: Azure ETL Architect _ Irving, TX _ 6 Months

2021-05-10 Thread Sam Thomas
universal regardless of the underline data warehouse technology). Experience with up-to-date data transformation tools. Experience working with big data technology: Kafka, Azure event hub, Databricks, etc. Understanding of Delta Lake and Synapse Analytics -- *Thanks & Regards,* Sam Thomas --

[android-developers] REQ: Azure ETL Architect _ Irving, TX _ 6 Months

2021-05-11 Thread Sam Thomas
universal regardless of the underline data warehouse technology). Experience with up-to-date data transformation tools. Experience working with big data technology: Kafka, Azure event hub, Databricks, etc. Understanding of Delta Lake and Synapse Analytics -- *Thanks & Regards,* Sam Thomas --

<    1   2   3   4   5   6   7   >