Re: [android-developers] How to deal with bulk licensing?

2011-06-28 Thread Marcin Orlowski
i'd go with own server (assuming 'bulk' means figures justyfying all the efforts) or with special builf just for them. creating one shareable email is wrong as you got no control on number of installations On Jun 28, 2011 11:58 PM, "Justin Anderson" wrote: > You could do the following: > > - Have

Re: [android-developers] Files that I write to the sdcard do not show in Windows explorer, for Acer Iconiatab?

2011-06-28 Thread Marcin Orlowski
iconia does not mount as usb drive same way most devices do, so i'd blame their drivers here if oddities occur. -- 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 unsu

Re: [android-developers] Re: How get button event in Notification panel?

2011-06-28 Thread Marcin Orlowski
On Jun 29, 2011 8:17 AM, "shubh" wrote: > > hi thanks Murphy, > > so is there any other way to get two events from Notification panel. not on pre 3.x -- 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: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
By "ranking" we are referring to the position the app appears in your category if you are browsing the Market on the phone or on the web site. On Jun 29, 1:02 pm, James W wrote: > What is the ranking that everybody it talking about? I don't see any > ranking statistic on the Market App, or in the

[android-developers] Re: How get button event in Notification panel?

2011-06-28 Thread shubh
hi thanks Murphy, so is there any other way to get two events from Notification panel. On Jun 28, 9:33 pm, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 11:47 AM, shubh wrote: > > any one have idea how to get button event from Notification panel. > > You can't, at least on Android 1.x and 2.x, A

[android-developers] Using android surface to display video

2011-06-28 Thread Sandeep Patil
Hi all, I want to display a rendered video using android surface. Here is what i am doing, * I am creating a surfaceView object and setting it to activity display. * Then registering a callback to it and once the surface is created, i'l get the surface and set it to a field of activity class. * I

[android-developers] Custom SeekBar

2011-06-28 Thread shanmu nathan
Hi guys, Good Morning, I m one of the beginner of android. I need your help. Now i develop one application. in this application i set a seek bar. I need two thumbs in that seek bar i dont know how to custom that. Can u have any idea to do that? please help me. Then if you have the android s

[android-developers] Re: Install % not updating?

2011-06-28 Thread James W
And for what it is worth, the Active Installs and Total Installs as others have mentioned bear little relation to reality. I used to obsess about them updating until I realised they don't relate to actual sales. The only way to know your real sales numbers is to use one of the sales tracking soluti

[android-developers] Re: Install % not updating?

2011-06-28 Thread James W
What is the ranking that everybody it talking about? I don't see any ranking statistic on the Market App, or in the Developer Console for either of my apps. Where do you find the ranking number? Is it because they dont have sufficient downloads yet? My free one has 8000, which admittedly is not hu

[android-developers] Re: How do I know in the screen "EditText" is the last one?

2011-06-28 Thread wang
Hi All, I want to know how to check which view is current focus? Please give me some suggestions. On Jun 27, 10:01 pm, wang wrote: > Hi All, > > I have a question about input method, how do I know in the screen > "EditText" is the last one ? I using OpenWnn as system input method, > but when inp

[android-developers] How to get View instance from Activity's PID,UID,Process name, PkgList?

2011-06-28 Thread PKS
Hi, I am new to android. I created a service. >From my service, I can able to get which application is running in foreground. I am doing this with the help of ActivityManager.getRunningAppProcesses(). >From this I can able to get the Activity's PID, PkgList, Process name, UID. But I don't know how

[android-developers] how to make my app as the only one NFC tag handler

2011-06-28 Thread Zhihong GUO
Hi all, My NFC tag written a private text string, start with , and I want to dev a tag reader app. How can I make my tag reader to be the only one that will handler a tag stored a string begin with ""? thanks you so much -- You received this message because you are subscribed to the Goo

[android-developers] Re: Install % not updating?

2011-06-28 Thread John Coryat
Well, if crying in the dark makes you feel better, then who am I to criticize? -John Coryat -- 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

[android-developers] Re: socket connect through a bluetooth issue

2011-06-28 Thread Indicator Veritatis
BTW: this problem is a good example of when to check the original Sun (now Oracle) documentation on the Java APIs: for the original goes into much more detail on Socket and getOutputStream(), explaining that if you close the Output Stream, you also close the socket. Neither of which should you do o

[android-developers] Re: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
Once again, I am not interested in your advice. I am posting that hopefully somebody from Google takes notice - -- as unlikely as that is - and realize that people's livelihoods are effected. On Jun 29, 9:41 am, John Coryat wrote: > >> And please don't tell me to take a chill pill. > > Well,

[android-developers] Re: Install % not updating?

2011-06-28 Thread John Coryat
>> And please don't tell me to take a chill pill. Well, you have a choice: 1. Get all agitated, excited, panic, angry and have a nervous breakdown over something you cannot possibly control or do anything to change. 2. Just chill out and wait for it to get solved. I suggest option 2. There is

Re: [android-developers] Why is it so slow to light on the phone

2011-06-28 Thread Dianne Hackborn
There is nothing in the system code that knows or cares that the wallpaper is a "live wallpaper." In fact the static wallpaper is just a live wallpaper that is implement by the system and draws a static image. My first guest would be that your wallpaper is consuming a lot of CPU and thus slowing

[android-developers] Why is it so slow to light on the phone

2011-06-28 Thread June Hello
Dear all, I have encountered a problem. If I use live wallpaper and make phone be in sleep state, then I press power key to turn the phone on I find it is very slow to light the phone on. If I use static wallpaper, it is relatively fast. So I wonder what is the main cause? and where is the relat

[android-developers] Re: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
> Just take a chill pill and forget about it. And please don't tell me to take a chill pill. For me, this is my primary income -- if somebody suddenly lowered your salary and you were told to take a chill pill, you wouldn't appreciate it too much. -- You received this message because you are su

[android-developers] Re: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
Even Google knows it's NOT ALL developers. Here's their (canned) response: "...We're aware of reports from SOME developers that they see no change, or have a value of 0 (zero), in the active install number displayed in developer console..." The highlight is mine. Some != All and it's not even t

[android-developers] Re: Install % not updating?

2011-06-28 Thread John Coryat
>> There is no other explanation that the ranking systems You are assuming that you know every possible factor that goes into the ranking algorithm. What about usage? That's been acknowledged as being a factor. What if your app is being used less on a daily basis? Did you take that into accoun

[android-developers] Re: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
The ranking I see is the same as what the users see as I check it on a device I am not a user on. I am very familiar with my ranking and my competitors'. The EXACT same apps that hadn't dropped in the ranking the last time this was going on (in April/May?) hadn't dropped this time aroundt. Espec

[android-developers] Re: Install % not updating?

2011-06-28 Thread John Coryat
>> I don't believe this happens to everybody. Everybody who's complaining about this is also saying that their ranking had dropped. One other factor you're not considering... Most developers know the market stats are bonkers at best and they also know that no matter how much they jump up and

[android-developers] Re: ANR "Reason: keyDispatchingTimedOut " when drawing overlay on map?

2011-06-28 Thread JP
On Jun 27, 7:32 am, Boozel wrote: > Can any one tell me what the best structure is to do the drawing and prevent > this? Your draw() routine is inefficient, and you really get hit in the constrained mobile environment. Here's a few changes that I would try: - Pull object instantiations out of t

[android-developers] Re: Install % not updating?

2011-06-28 Thread Nathan
On Jun 28, 4:23 pm, Zsolt Vasvari wrote: > I don't believe this happens to everybody.  Everybody who's > complaining about this is also saying that their ranking had dropped. > I haven't seen a single person said that their ranking had gone up > while there install % is stuck. > The key word bein

[android-developers] Re: Install % not updating?

2011-06-28 Thread Zsolt Vasvari
I don't believe this happens to everybody. Everybody who's complaining about this is also saying that their ranking had dropped. I haven't seen a single person said that their ranking had gone up while there install % is stuck. So whet you are saying simply cannot be the case. On Jun 28, 8:21 p

Re: [android-developers] How to deal with bulk licensing?

2011-06-28 Thread Justin Anderson
You could do the following: - Have them create a company-wide gmail account: companyn...@gmail.com - On launch of your app, make sure that the specified account is on the device - If it is not do the normal license checking - If it is, bypass the normal license check and unlock the

[android-developers] Re: Saving "pointers" to object

2011-06-28 Thread Gustavo Vargas
On 28 jun, 17:46, Justin Anderson wrote: > Why not wrap this original "work thread" in a service? > Yes, I think I'll do that, I can't see another reliable way to do this. Thanks everybody that give me the tip of using the onRetainNonConfigurationInstance(), I just tried it out and in some cases

[android-developers] How to deal with bulk licensing?

2011-06-28 Thread Ab
A company would like to purchase a large number of licenses of my application. They do not want to have individual device users make the purchase on their individual Google accounts. Also, I would prefer not to build them an unlocked apk out of fear of it being distributed. Do I have any intelligen

Re: [android-developers] Saving "pointers" to object

2011-06-28 Thread Kostya Vasilyev
Orientation changes: http://developer.android.com/resources/articles/faster-screen-orientation-change.html Also consider using onPause / onStop to handle the user leaving the activity, and consider using a service so it can run independently of the activity. -- Kostya 2011/6/29 Gustavo Vargas

[android-developers] Files that I write to the sdcard do not show in Windows explorer, for Acer Iconiatab?

2011-06-28 Thread Ab
In my application, I create files and write them to the Sdcard. This works fine on my Samsung Galaxy running 2.2, but has some issues on my Acer Iconcia Tab running 3.0. On the Galaxy, my created files show as expected in DDMS and in windows explorer (when the tab is mounted as a USB device). On

Re: [android-developers] Saving "pointers" to object

2011-06-28 Thread Justin Anderson
Why not wrap this original "work thread" in a service? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 28, 2011 at 2:41 PM, Gustavo Vargas wrote: > Ok, I know pointers don't exist in Java, but I was wondering if there > is a way to mimic its b

Re: [android-developers] who draws the Button's border and background?

2011-06-28 Thread Kostya Vasilyev
Neither. It's a view background, defined as a state list. Take a look in android-sdk\platforms\android-X\data\res\values\styles.xml: *@android:drawable/btn_default *true Re: [android-developers] Saving "pointers" to object
On Tue, Jun 28, 2011 at 3:41 PM, Gustavo Vargas wrote: > There is a way to do that? http://developer.android.com/reference/android/app/Activity.html#onRetainNonConfigurationInstance() - TreKing

[android-developers] Saving "pointers" to object

Ok, I know pointers don't exist in Java, but I was wondering if there is a way to mimic its behavior or any other mechanism that let me keep the reference to an object when my activity restart from a softkill. inside the onCreate of my activity I have something like that: work= new workThread(...

[android-developers] who draws the Button's border and background?

Hi, Who exactly draws the Button's border and background? I saw that Button extends TextView, but this class has 8500 lines. I would like to understand the algorithms used to draw the border and the dithered gradient background. thanks guich -- You received this message because you are sub

[android-developers] Re: Finishing Activities

On 6/28/2011 12:03 PM, Diogo Salaberri wrote: Hi.. I have a problem, whe I start my aplication the launcher activity is called HOME, and that HOME automatically call other activity called LOGIN. Now, I have to finish this aplication when I click on default "back button" overwriting onKeyDown. Th

[android-developers] Virtual keyboard moves the image upwards

Hi, In the package com.android.setupwizard where the first screen displays the Android Logo and an animated hand arrives, i see one issue there. When you try to open virtual keyboard by long press menu, the Android logo moves up and the image is half cut. I have a similar image and want to pr

[android-developers] Re: socket connect through a bluetooth issue

Well, posting this larger code snippet does answer some of the questions. But if onCreate() is the only place you call start() on the ClientThread, then the problem is clear: you are closing the OutputStream and the BluetoothSocket prematurely. Take a look at BluetoothChat: neither are closed until

[android-developers] Re: Android apps in php

Either that, or he accidentally executed the KSR instruction (http:// monster-island.org/tinashumor/humor/opcodes.html) while typing into Google... On Jun 28, 1:12 am, Zsolt Vasvari wrote: > I don't think Goolge Search works in India.  That's the only > explanation. > > On Jun 28, 4:06 pm, "JAlex

[android-developers] Re: battery status check

I know lot of people have praised Motorola Android phones very highly, but the stubbornness you describe on the part of Motorola is a good example of how I learned to hate Motorola phones back around 2000, when they started making one boneheaded decision after another in their mobile phones. The la

[android-developers] Re: Expandable List and GetChildCount

There is no easy way... using your own group-indicator drawable and specifying the 'state_empty=true' doesn't seem to work too well, but I could have made some mistakes... This is what I did: Add a onGroupItemClickListener to your expandable list-view and return true in the onGroupClick metho

Re: [android-developers] Drawing

I have that mBitmap is a Bitmap for the entire class same with mCanvas is a Canvas for the entire class then I call invalidate() which calls the onDraw(canvas) function the canvas parameter to onDraw and the mCanvas are the same Im not getting what you are imply by the link, please cla

Re: [android-developers] Drawing

Yes, see: http://developer.android.com/reference/android/graphics/Canvas.html#Canvas(android.graphics.Bitmap) On Tue, Jun 28, 2011 at 10:56 AM, New Developer wrote: > Is there a way to take the > canvas  and save it as a bitmap  perhaps ? > On Jun 28, 2011, at 1:31 PM, New Developer wrote: > > O

Re: [android-developers] Drawing

Is there a way to take the canvas and save it as a bitmap perhaps ? On Jun 28, 2011, at 1:31 PM, New Developer wrote: > Okay I had re-written some of this > > onDraw just handles drawing and canvas operations, ONLY > lines is a Vector Vectorlines; > > @Override > protected void on

Re: [android-developers] Expandable List and GetChildCount

You can make a state-list drawable with state_empty="true", and specify it as the groupIndicator for the expandable list view (in XML or code). The default indicator ( res/drawable/expander_group.xml under the sdk's data directory ) only handles state_expanded. As for the crash, it's not clea

[android-developers] how to read and store logcat statement parallelly in android

0 down vote favorite I have a requirement to collect logs generated by the other application from my application parallel. the scenario is something like this: Let say my app is 'A' and I want to coll

Re: [android-developers] Drawing

Okay I had re-written some of this onDraw just handles drawing and canvas operations, ONLY lines is a Vector Vectorlines; @Override protected void onDraw(Canvas canvas) { canvas.drawBitmap(mBitmap , matrix , mPaint); String result; if (lines != null) {

[android-developers] Expandable List and GetChildCount

I have an ExpandableListView where some groups has no children, and I did "getChildrenCount(groupPosition)" . My purpose is not to display the indicator in the groups with no children. I did if( getChildrenCount( groupPosition )==0) { indicator.setVisibilit

[android-developers] Expandable List and GetChildCount

I have an ExpandableListView where some groups has no children, and I did "getChildrenCount(groupPosition)" . My purpose is not to display the indicator in the groups with no children. I did if( getChildrenCount( groupPosition )==0) { indicator.setVisibilit

Re: [android-developers] battery status check

This has nothing to do with Android, it is Motorola's driver and/or hardware. I argued with them about this whole 10% increment thing on the Droid. Sad to see they are still doing it. On Tue, Jun 28, 2011 at 6:32 AM, Mystic Prowler wrote: > Well, i have a Motorola Droid X running 2.3.3, and it

[android-developers] Re: Is it possible to use MonkeyRunner from java

Hi Bill, Thank you so much for pointing me to those links. It helps me a lot and now I can able use monkey runner from java. This group is rocking . . . Thanks --Karthik On Jun 28, 2:19 am, Bill Napier wrote: > MonkeyRunner actually has a small example of doing this in it's own source > code:

Re: [android-developers] How get button event in Notification panel?

On Tue, Jun 28, 2011 at 11:47 AM, shubh wrote: > any one have idea how to get button event from Notification panel. You can't, at least on Android 1.x and 2.x, AFAIK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitte

Re: [android-developers] ANR "Reason: keyDispatchingTimedOut " when drawing overlay on map?

When the ANR happens all of the process's stacks are written to this file, with the process being accused of the ANR first. All this is doing is dumping the file so you can look at it. So you just want to look at it some time after the ANR, before another ANR happens. On Tue, Jun 28, 2011 at 7:5

[android-developers] Re: setOnclickListener(this); gives me a Force Close

Solved (((thanks to Raghav Sood XD))) Peace, Gaara On Jun 28, 3:10 pm, Kostya Vasilyev wrote: > Any case really - whenever there is a crash, check the logcat, then look > for "Caused by", which usually points to code within the application. > > 28.06.2011 19:02, gaara пишет: > > > And what's that

[android-developers] Finishing Activities

Hi.. I have a problem, whe I start my aplication the launcher activity is called HOME, and that HOME automatically call other activity called LOGIN. Now, I have to finish this aplication when I click on default "back button" overwriting onKeyDown. The problem is, how can I do this, a simple finish

[android-developers] How get button event in Notification panel?

Hi friends , any one have idea how to get button event from Notification panel. I able to add button in notification panel , but i want two different event , one for panel and another one for added button, pls suggest me how can i do this. -- You received this message because you are subscribed

Re: [android-developers] Help Please

On Tue, Jun 28, 2011 at 9:32 AM, Diogo Salaberri wrote: > Now, I have to finish this aplication when I click on default "back button" > overwriting onKeyDown. That is the default behavior - you don't have to do anything. Also, "Help Please" is an absolutely useless title for a post. Please use

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

No, it's not "related to Android", there is a bug in *your* code. package com.example.android; class AnotherOne extends Activity { @Override public void onCreate(Bundle savedInstanceState) { // line 43: someObject is null someObject.someMethod(); } } -

[android-developers] Re: setOnclickListener(this); gives me a Force Close

Ok thanks!!! Peace, Gaara On Jun 28, 3:10 pm, Kostya Vasilyev wrote: > Any case really - whenever there is a crash, check the logcat, then look > for "Caused by", which usually points to code within the application. > > 28.06.2011 19:02, gaara пишет: > > > And what's that's means in this case !!!

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

On Tue, Jun 28, 2011 at 11:09 AM, gaara wrote: > oww my question is not what that means but if it could be related to > Android that's what i want to know even if thanks for the remarque For example, you will get a NullPointerException if you try using a widget retrieved by findViewById() when th

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

Any case really - whenever there is a crash, check the logcat, then look for "Caused by", which usually points to code within the application. 28.06.2011 19:02, gaara пишет: And what's that's means in this case !!! Peace, Gaara -- Kostya Vasilyev -- You received this message because you are

[android-developers] Re: setOnclickListener(this); gives me a Force Close

oww my question is not what that means but if it could be related to Android that's what i want to know even if thanks for the remarque On Jun 28, 2:37 pm, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 10:32 AM, gaara wrote: > > that is an extract of my LogCat, > > Here's the relevant part: > > 0

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

On Tue, Jun 28, 2011 at 11:02 AM, gaara wrote: > And what's that's means in this case !!! If you do not know what a NullPointerException is, please stop Android development for a while and learn Java programming outside of Android. There are plenty of free resources available online, plus the tra

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

It looks like you are not familiar with Java. NullPointerException means that you have a reference to something that does not exist. My advice: Learn some Java first then do this. On Tue, Jun 28, 2011 at 8:32 PM, gaara wrote: > And what's that's means in this case !!! > Peace, > Gaara > > On Ju

[android-developers] Re: setOnclickListener(this); gives me a Force Close

And what's that's means in this case !!! Peace, Gaara On Jun 28, 2:37 pm, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 10:32 AM, gaara wrote: > > that is an extract of my LogCat, > > Here's the relevant part: > > 06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by: > java.lang.NullPointerEx

Re: [android-developers] Slight mod of open source app results in screen scaling problem

My app requires 2.1 because I don't have any sdk lower than that installed so I used that. The app size has increased because I added some images and the airpush and acra jars. The permissions are for acra and airpush only. The app requires no permissions. On Tue, Jun 28, 2011 at 8:26 PM, Daniel D

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

The only info i have is this: http://www.lowagie.com/itext-android-prototype The iText developer managed to port it to android but he didn't release any code. Altough he said that the port is a project for this year, he didn't releasy any news since the 2010 post above. Maybe you could try to re

Re: [android-developers] Slight mod of open source app results in screen scaling problem

On Tue, Jun 28, 2011 at 2:11 PM, Raghav Sood wrote: > Hi all, > > I am building a game. I am using Jason's Amazed as the base for this. > In my game you have multiple batches of 10 levels, each 'themed' in a > different way. > > As of now my game is more or less a copy paste of Jason's. I just > a

Re: [android-developers] ANR "Reason: keyDispatchingTimedOut " when drawing overlay on map?

Can you give me some more information on how to use this? do i run it after the ANR? 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 g

Re: [android-developers] Re: setOnclickListener(this); gives me a Force Close

On Tue, Jun 28, 2011 at 10:32 AM, gaara wrote: > that is an extract of my LogCat, Here's the relevant part: 06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by: java.lang.NullPointerException 06-28 14:30:18.732: ERROR/AndroidRuntime(479): at com.example.android.AnotherOne.onCreate(Anoth

[android-developers] Help Please

Hi.. I have a problem, whe I start my aplication the launcher activity is called HOME, and that HOME automatically call other activity called LOGIN. Now, I have to finish this aplication when I click on default "back button" overwriting onKeyDown. The problem is, how can I do this, a simple finish

[android-developers] Re: setOnclickListener(this); gives me a Force Close

that is an extract of my LogCat, Peace, Gaara 06-28 14:30:18.682: WARN/dalvikvm(479): threadid=1: thread exiting with uncaught exception (group=0x40015560) 06-28 14:30:18.732: ERROR/AndroidRuntime(479): FATAL EXCEPTION: main 06-28 14:30:18.732: ERROR/AndroidRuntime(479): java.lang.RuntimeException:

Re: [android-developers] Camera not open

Your device has a log in it. Either connect it to the computer to debug or use LogCollector app to retrieve the log. You can download it from the market. On Tue, Jun 28, 2011 at 7:52 PM, Ankit Kasliwal wrote: > Raghav my application run successfully on my laptop but when i install > this applic

Re: [android-developers] Camera not open

Raghav my application run successfully on my laptop but when i install this application on my mobile device it give me that msg "application force close" when i click a cam button which i provide in my application. so how i saw LogCat. On Tue, Jun 28, 2011 at 7:44 PM, Raghav Sood wrote: > You j

Re: [android-developers] setOnclickListener(this); gives me a Force Close

Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and view the stack trace associated with your "force close". On Tue, Jun 28, 2011 at 9:51 AM, gaara wrote: > Hi group, > why when i use my_button.setOnClickListener(this) ; with this refers > to my current Activity ,i got

[android-developers] Full screen account setup activity

When I add a new email account via the 'Accounts & Sync' settings screen a full screen activity appears that takes you through the account configuration process. If I do the same thing for my own custom account type, the content view of my account setup activity is displayed in a small dialog i

Re: [android-developers] Camera not open

You just need to select it from the list that comes. Again, What does the LogCat say? And could you stop starting a new thread for each reply? On Tue, Jun 28, 2011 at 7:36 PM, Ankit Kasliwal wrote: > > only says application not open camera activity force close application > > i set > in my ma

[android-developers] Camera not open

only says application not open camera activity force close application i set in my manifest file is it right or in Capital is right -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Slight mod of open source app results in screen scaling problem

Do you have a supports-screens tag in the manifest? Add logging calls to your game view's onSizeChanged to see the width and height. -- Kostya 28.06.2011 18:00, Raghav Sood пишет: I added android:targetSdkVersion="7" to the manifest but no change took place. Any more ideas? On 6/28/11, Kost

Re: [android-developers] Slight mod of open source app results in screen scaling problem

I added android:targetSdkVersion="7" to the manifest but no change took place. Any more ideas? On 6/28/11, Kostya Vasilyev wrote: > Most likely, you need to add targetSdk="4" (or greater) to the manifest. > > http://developer.android.com/guide/practices/screens-support-1.5.html#strategies > > --

[android-developers] Re: Comments and Contacting Users

On 28 Jun., 05:25, Adam Ratana wrote: > market is in language X.  My app is fairly new and has high ratings, but > there is one 1 star comment (the only one) in German, and that's the only > review in German. I have a German account. I could test the app and give you are fair review. Martin --

Re: [android-developers] Cam not open on click of button

Hi Raghav i am try to use camera over my HTC wildfire device not emulator. so how i read logcat. On Tue, Jun 28, 2011 at 7:20 PM, Raghav Sood wrote: > Logcat output? > > On 6/28/11, Ankit Kasliwal wrote: > > Hey hi i am able to install application on device directly to device but > now > > one

[android-developers] setOnclickListener(this); gives me a Force Close

Hi group, why when i use my_button.setOnClickListener(this) ; with this refers to my current Activity ,i got an error of Force close, what's the difference on having the listener directly on the button and the listener on the activity then override the onClick method; Peace, Gaara -- You received

Re: [android-developers] Cam not open on click of button

Logcat output? On 6/28/11, Ankit Kasliwal wrote: > Hey hi i am able to install application on device directly to device but now > one more problem occur > when i click open cam button over my HTC Wildfire it give me error message > to force close application > any one help me. > -- > > Thanks and

Re: [android-developers] Fail to install Apk on device

What error message? On 6/28/11, Ankit Kasliwal wrote: > Hey hi i am able to install application on device directly to device but now > one more problem occur > when i click open cam button over my HTC Wildfire it give me error message > to force close application > any one help me. > > On Tue, Ju

Re: [android-developers] battery status check

On Tue, Jun 28, 2011 at 9:32 AM, Mystic Prowler wrote: > Well, i have a Motorola Droid X running 2.3.3, and it does that no matter > what OS it has. I feel reasonably confident that it only has Android. It's possible somebody ported Meego to run on it, but I doubt it. > Is there a way to change

[android-developers] Cam not open on click of button

Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-94

Re: [android-developers] Fail to install Apk on device

Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. On Tue, Jun 28, 2011 at 6:26 PM, Ankit Kasliwal wrote: > Shashidhar i m try t

Re: [android-developers] Slight mod of open source app results in screen scaling problem

Most likely, you need to add targetSdk="4" (or greater) to the manifest. http://developer.android.com/guide/practices/screens-support-1.5.html#strategies -- Kostya 28.06.2011 17:11, Raghav Sood пишет: Hi all, I am building a game. I am using Jason's Amazed as the base for this. In my game you

Re: [android-developers] battery status check

Well, i have a Motorola Droid X running 2.3.3, and it does that no matter what OS it has. Is there a way to change it a hack? On Tue, Jun 28, 2011 at 7:13 AM, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 7:00 AM, Mystic Prowler > wrote: > > Juts asking, why is that when Android phones are ch

[android-developers] Re: Bluetooth Serial Port Question

Hi Mark, I assume you have set Eclipse up correctly for developing Android Apps - have you used it for a different application already? If you have it set-up correctly then you should also have the Android SDK on your PC. Try starting a new project using the SDK examples: In Eclipse File - New

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

Are u sure iText lib doesn't work on android,Actually i tried to use it but unable to use Document class in android. On Jun 28, 6:09 pm, nothing wrote: > Hi, > > I think that the iText library doesn't work in android. Besides, the > performance probably would be unsatisfactory. > Probably the b

[android-developers] Slight mod of open source app results in screen scaling problem

Hi all, I am building a game. I am using Jason's Amazed as the base for this. In my game you have multiple batches of 10 levels, each 'themed' in a different way. As of now my game is more or less a copy paste of Jason's. I just added a screen orientation portrait statement, changed the level lay

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

Hi, I think that the iText library doesn't work in android. Besides, the performance probably would be unsatisfactory. Probably the best solution would be for you to have a server to which you could send the data you want to transform to pdf and having the server returning the pdf to your android

Re: [android-developers] Switching b/w WiFi & 3G

You will need to reconnect if your socket connection is dropped due to a change in connectivity, as your IP address will be different. On Tue, Jun 28, 2011 at 8:41 AM, Ajay wrote: > Hi, > > I have an app that uses sockets in JNI and also HTTP connections in > Java. I have been observing that I ha

Re: [android-developers] Fail to install Apk on device

Shashidhar i m try to install apk on device on emulator. On Tue, Jun 28, 2011 at 6:20 PM, Shashidhar wrote: > What does the logcat say > > On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello Everyone please any one tell how i install apk file on

Re: [android-developers] Fail to install Apk on device

What does the logcat say On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal wrote: > Hello Everyone please any one tell how i install apk file on my device. > when i install apk file it should show me a message "Application not > install" . > > please any one help me or how i install applicatio

[android-developers] Re: Install % not updating?

Sometime during the first week of May, my "active installs" count suddenly dropped by 40% (with no bugs or updates on my side to explain this) while download counts ("total installs") kept growing normally. Now that was not as bad as the recent 100% drop in active installs count until the June 24 n

[android-developers] Switching b/w WiFi & 3G

Hi, I have an app that uses sockets in JNI and also HTTP connections in Java. I have been observing that I have connectivity issues in my app whenever I switch from WiFi to 3G or vice versa. At the same time, I am able to browse the Internet using the browser. Is there anything that the app needs

  1   2   >