[android-developers] CursorLoader not receiving change notifications

2011-03-24 Thread Pete Doyle
Just wanted to report an issue I'm seeing in CursorLoader with the Android Compatibility Package r1 (on a Droid / 2.2). Basically, it doesn't seem to be receiving calls internally to ContentObserver.onChange(), so it doesn't reload its data on a change. I was able to make things work by adding a

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Kostya Vasilyev
24.03.2011 21:29, Gustavo Costa пишет: Kostya, Where Can I find BillingService.java and where I need paste/put this class? Use the Android SDK AVD Manager to install Google Market Billing package, revision 1. It installs under: android-sdk-windows\extras\google\market_billing -- Kostya

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
Please suggest me how to use less memory.for remove that type of error i will compress it On Mar 25, 12:05 am, rishabh agrawal android.rish...@gmail.com wrote: Actully in this apps i use more image. On Mar 24, 11:56 pm, rishabh agrawal android.r itish...@gmail.com wrote: So sir how to

[android-developers] The manifest defines no activity!

2011-03-24 Thread Ab
Hi, I am new to Android and am receiving the following log from the Eclipse console: The manifest defines no activity! I am running Helios with the most updated SDK (release 10) and ADT plugin. My AVD is set for platform 2.2, API Level 8 (Galaxy Tab). I am attempting to run a GPS service from a

[android-developers] Re: Clickable URLs in EditText when using ArrowKeyMovementMethod

2011-03-24 Thread asher
Hi Abhilash, Can you give an example of the code you wrote in order to do that? Thx. -- 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,

Re: [android-developers] strange behavior connecting to a php script

2011-03-24 Thread Ekky Melynda
Please visit my blog www.mudaers.co.tv 2011/3/24 Aisthesis marsh...@marshallfarrier.com For a chess app I've been working on, I'm passing various types of information between players by calling remote php scripts, into which I pass post data, then get back a response based on data stored on

Re: [android-developers] replacing a fragments not working

2011-03-24 Thread King Sun
Try to use framelayout... 2011/3/24 jotobjects jotobje...@gmail.com Having a bit of a go with Fragments and hitting a snag. My layout looks like this. The objective is to add a Fragment to the LinearLayout. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] Which port does C2DM Server use?

2011-03-24 Thread bj park
Umm... I am Korean, so I am poor in English. I hope that someone can understand this article. I am developing our company's android application. It will be only used in inner network. I want to use android push service. but I got a problem using push service. Our company's legacy has

[android-developers] Re: Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Eduardo Yáñez Parareda
Yes, after searching more information about the problem I got the info from the API documentation... I had to downgrade the min API version needed to 1.5 in order to test the widget in an emulator. Is there another way to update the widget in shorter intervals? On Mar 23, 10:01 pm, Kostya

[android-developers] list view: scrolling resizes the items in a weird way

2011-03-24 Thread Erik
Hi, I have a problem with the list view and its items. When scrolling up/ down the listview I noticed that the items slightly resize(about one pixel) and in my application it looks like ^. The divider between two items should be one pixel high(used default android behavior), but when scrolling

[android-developers] how to look up an entry in routing table?

2011-03-24 Thread lolla
I want to send a packet via multihop routing and in order to do so I have to look up the entry in the routing table to determine the next hop. my problem is that I don't know how to do so from inside the code while searching all I get is how to get the routing table from terminal using cat

[android-developers] USB Huawei E173

2011-03-24 Thread Bala
Dear all, I want to use Huawei E173 in my Mobile Interface Device(MID). I have already burned the drivers for Huawei E173 in my device. But my problem is : I brought Airtel (India) USB Dongle Huawei E1731, I dont know how to config in my MID. Need to set APN? What is the APN settings. Please

[android-developers] Re: Market bug?

2011-03-24 Thread Brill Pappin
Our primary website is simply www.sixgreen.com, so I don't why they would not accept it. It looks more like whoever wrote the code simply looks fir the first app and uses that URL... however we actually want our app urls to point at information related to the app itself and the main link to

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Brill Pappin
Yes, when you submit your app you can check the DRM checkbox or not, just like you used to do with googles market. There does not appear to be any LVL type of library for Amazon (that I was able to find). All a crack will need to do is crack the Amazon market and all apps you download are

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Brill Pappin
Have to say i'm not to happy about that myself. in fact I'd say they don't have the right, but then i guess its their app store... it concerns me that they will simply rewrite it without you reviewing it though. Despite the appearance of them caring with their customer support, their actions

[android-developers] Market bug?

2011-03-24 Thread Brill Pappin
Has anyone noticed that the Market is not using the publisher URL, but is instead using the App url of the first listed app as the Visit website link? My stuff: https://market.android.com/developer?pub=Sixgreen+Labs+Inc. is listing the first app's web url instead of the one set in my profile.

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Brill Pappin
Laugh!! so much for getting a better market :) - Brill Pappin Sixgreen Labs Inc. On 2011-03-24, at 2:18 PM, Gregg Reno wrote: Have you all noticed a big discrepancy between the order counts on the Amazon AppStore home dashboard and what is shown in the Reports page? The counts for me

Re: [android-developers] The manifest defines no activity!

2011-03-24 Thread TreKing
On Wed, Mar 23, 2011 at 5:04 PM, Ab a...@mac.com wrote: I am new to Android Please review the documentation, particularly the part about the manifest. - TreKing

Re: [android-developers] The manifest defines no activity!

2011-03-24 Thread Justin Anderson
I don't think your activity can be inside of your service tag... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 23, 2011 at 4:04 PM, Ab a...@mac.com wrote: -- You received this message because you are subscribed to the Google Groups

[android-developers] Can't solve this problem.

2011-03-24 Thread eli
FILE MainClass.java package xxx.yyy; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class MainClass extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] WifiManager WifiConfiguration

2011-03-24 Thread Felipe Alexandre Rodrigues
Hello! How do i make my app conect with wifi (WEP, WPA, No Auth, ) using wifimanager and wificonfiguration Can anyone help me with links or tutorials thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Which SDK to use

2011-03-24 Thread Dianne Hackborn
That shouldn't be the case. What error are you seeing? On Wed, Mar 23, 2011 at 5:24 PM, lbendlin l...@bendlin.us wrote: HOWEVER! There seems to be a bug in the market that if you build it against API 11 (maybe 10 too?) then the app will be uninstallable for 1.5 clients. So if you need to

[android-developers] Unable to start service com.android.vending.billing.IMarketBillingService

2011-03-24 Thread Gustavo Costa
I'm trying start com.android.vending.billing.IMarketBillingService service and I received this message. I'm using emulator Android 2.3.3 - API Level 10. AnyBody Help Me? 03-23 15:04:53.535: WARN/ActivityManager(61): Unable to start service Intent {

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
Kostya, Thank for your answer. I ran the dungeons potions sample and I receive the same message. I had copy the code of the dungeons potions sample and include in my app. Do you have another suggestion? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: replacing a fragments not working

2011-03-24 Thread Dianne Hackborn
Many of the API demos use this -- for example the stack and layout demos. You can look at those and see what you are doing differently. On Thu, Mar 24, 2011 at 10:37 AM, jotobjects jotobje...@gmail.com wrote: I can remove and add fragments, but replace doesn't cause the new Fragment to show

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
Kostya, Where Can I find BillingService.java and where I need paste/put this class? -- 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

[android-developers] bindService and onSeriveConnected behaviour

2011-03-24 Thread Sambhav
Hi, I have an Android Service running as a separate process. When an Activity is launched , this activity connects to the service. After successful connection to the serivce the *onServiceConnected *callback is called. So unitl this callback is called the activity should be blocked from making

Re: [android-developers] How to change the font style for particular selected text in text view

2011-03-24 Thread pradeep narava
Hi guys , I am able to get the position where the text has got selected ,but how can I get the selected text value so that I can change the font style and replace the text at concerned position. I was using Typecase to change the font style. Please can you help me My code is as follows: package

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
If it's possible, Can you send me a sample code that you are using? I'm trying during 3 days and I couldn't complete the codification. -- 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: Camera is making two photos, MediaStore.EXTRA_OUTPUT

2011-03-24 Thread Jared
Yeah, I'm having the exact same problem. I'm using a HTC Droid Incredible to test this on which is running froyo (Android 2.2) and any time I use an intent to get a photo in that manner, it puts the photo where I told it to go, but then also puts a separate file copy in my /SDCard/DCIM/100Media/

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
Justin, I think the same way. But the class is not avaiable in the emulator or I'm use the wrong class. -- 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

Re: [android-developers] Re: SQLiteDatabase or XML(saving)?

2011-03-24 Thread Dianne Hackborn
Your data is always on internal storage. Moving to SD card only moves your .apk to the SD card. On Wed, Mar 23, 2011 at 2:09 PM, Robert rcope...@gmail.com wrote: Hmmm I've been thinking about using a database to store a lot of data (several MB in text format). Is the sqlite db moved to

[android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
But the com.android.vending.billing.IMarketBillingService is a service implement for Android Market (app). I'm using Implementing In-app Billing document and sample app to implemente my In-app Billing, therefore I couldn't do. Implementing In-app

[android-developers] Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
I'm trying start com.android.vending.billing.IMarketBillingService service and I received this message. I'm using emulator Android 2.3.3 - API Level 10. Anybody help me? 03-23 15:04:53.535: WARN/ActivityManager(61): Unable to start service Intent {

[android-developers] AlarmManager doesnot fire after device get Boot-up

2011-03-24 Thread Nalin Chhajer
Hi, I am developing a application that requires to go for server call 2 times every day. So I used alarmmanager to set up alarm to repeat after every 12 hours. The application runs fine and I receive broadcast every 12 hours. But when I switch off and switch on my mobile, the alarmmanger doesnot

[android-developers] Developing app to connect with websites

2011-03-24 Thread Wolf85
Hello, I would like to know if it is possible to develop an app that connects with a website(s) (not mine) and pull info, news, images...etc, and display them in the app. Basically, I want to develop an app that provides latest news, fixtures, match results...etc of a football club which has a

[android-developers] OFF - Resolvendo problema do AutoComplete Android/Eclipse

2011-03-24 Thread guisjlender
Olá povão Android o/ Saiu um tutorial fresquinho sobre como resolver aquele grande problema do AutoComplite que acaba travando o eclipse por alguns segundos... espero que gostem! Sucesso a todos. Link: http://gflex.biz/blog/?p=151 Att. Guilherme Sjlender - http://www.gflex.biz -- You received

Re: [android-developers] Re: Unable to start service com.android.vending.billing.IMarketBillingService (Not found)p me?

2011-03-24 Thread Gustavo Costa
Kostya, What the version of emulator do you using and What the android version? -- 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

[android-developers] Email To field not displaying

2011-03-24 Thread Bill Lee
I have the following code which when testing in the emulator takes me correctly to being able to send an email. However, the TO field isn't displaying the email(in this case t...@email.com). Is there something that I am missing Thanks. public boolean onTouch(View v, MotionEvent event) {

Re: [android-developers] Can't solve this problem.

2011-03-24 Thread Justin Anderson
What does the stacktrace say? My initial guess is that you aren't calling setContentView in the onCreate method of Class2... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 23, 2011 at 6:57 PM, eli elinai...@sympatico.ca wrote: FILE

[android-developers] how to make core file?

2011-03-24 Thread silverfalcon
it is easy to trace error in java code,but when a crash happens in native code libs,only logcat could give some help.but afer the project released.there is no way to use logcat. I read some topices about making a core file.but it said only native program could use reset core file size and make

[android-developers] Frustrating but quite common taking SNAPSHOT problem

2011-03-24 Thread mathcat
Taking photos using system provided component(MediaStore.ACTION_IMAGE_CAPTURE) is quit common. As Ive experimented, with a certain rate the android system will kill the snapshot calling Activity to prevent memory related exception, and the calling activity will be created again where returned.

[android-developers] Manually destroy view(layout)

2011-03-24 Thread Vidocq
I'm fighting with memory leaks now. So i'm curious if there any way to manually destroy view(in onDestroy method) ? The whole layout(activity contentView) is a bit complex because of parent-child references, context references, tags, etc. GC is not able to collect my layout now. And the problem

[android-developers] About Actions in Intent

2011-03-24 Thread t22
Why can't i add Intent.ACTION_CALL_BUTTON action to intent filter registered with BR (in manifest)? it doesn't work when I tried to do so. Are actions specifically assigned for specific component (since this action shows that it is Activity Action in API,see below)? (Activity Action: The user

[android-developers] Parsing a large amount of data from a xml

2011-03-24 Thread Sebastien S
Hi, I'm developping an application where I had to synchronize my phone with the entreprise server. The response of the server is a xml file with each record between REC/REC and I had to receive 19000 record. What's the best way to parse it and add it to my content provider? At the moment, I do

[android-developers] Re: How to test my application

2011-03-24 Thread asdf
http://developer.android.com/guide/publishing/app-signing.html i can learn how to sign from here On Mar 24, 1:01 am, rishabh agrawal android.rish...@gmail.com wrote: I have no real android mobile.I check my apps on emulator it working perfect.So how to check i sign my apps properly or not for

[android-developers] How do i upload the file from android mobile to public server

2011-03-24 Thread snehalal gangadharam
Hi all, I am trying to upload the file from android phone to some public servers. kindly guide me how do i do that. Thanks Regards Sneha -- 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: Uninstalling applications from emulator

2011-03-24 Thread asdf
when uninstal from the command line,you need to know the package name. i think it`s the reason On Mar 23, 6:46 pm, Jumana jumanamaj...@gmail.com wrote: I was just wondering whether uninstalling applications through command line was better than uninstalling them from the emulator itself? Coz

[android-developers] what`s the difference between inflate and reference directly

2011-03-24 Thread asdf
for example,i want to get a view object in java file.there are two ways:inflate view and R.id.view.what`t the difference between them.and when to use them. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Emulator problem

2011-03-24 Thread Yash :)
It happens all time, try relaunching emulator, that fixed it for me :) -- 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] Music for background

2011-03-24 Thread Nikolay Yanev
How can I set mp3 for background music in my app? -- 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

Re: [android-developers] Unable to start service com.android.vending.billing.IMarketBillingService

2011-03-24 Thread Miguel Morales
Market billing will not work on the emulator. You need a real device with market version 2.3. On Thu, Mar 24, 2011 at 3:57 AM, Gustavo Costa guga...@gmail.com wrote: I'm trying start com.android.vending.billing.IMarketBillingService service and I received this message. I'm using emulator

[android-developers] Easy Facebook Android SDK

2011-03-24 Thread Magemello
New free android library for facebook.Those who tried to integrate facebook features into his own Android application knows that it's not an easy thing to do. We tested many libraries: FbRocket, FbConnect and even facebook's official sdk, but their implementation was very complicated or they had

[android-developers] Neighboroughing cells never there.

2011-03-24 Thread Spike66
Hi I have written an application in which I wish to interogate the NeighboringCellInfo. I can retrieve the cell info Ok, including cell id, signal strength etc. I have declared the Telephony manager as follows: public void onCreate(Bundle savedInstanceState) { try {

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread String
It doesn't solve the 30% problem, but otherwise, it seems to me that there's a simple solution on Amazon: gift certificates. Buy them for your beta testers (or whoever), and they can buy your app with it. Is there some obvious flaw to this that I'm missing? String -- You received this

Re: [android-developers] bindService and onSeriveConnected behaviour

2011-03-24 Thread Kostya Vasilyev
24.03.2011 15:25, Sambhav ?: After successful connection to the serivce the *onServiceConnected *callback is called. So unitl this callback is called the activity should be blocked from making any calls to the Service. Correct. Except not blocked, just unable to call a bound service

Re: [android-developers] AlarmManager doesnot fire after device get Boot-up

2011-03-24 Thread Kostya Vasilyev
AlarmManager alarms are lost after a reboot or power down/up cycle. Implement a receiver for BOOT_COMPLETED, and reset the alarms as needed. -- Kostya 24.03.2011 15:21, Nalin Chhajer пишет: Hi, I am developing a application that requires to go for server call 2 times every day. So I used

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Justin Anderson
* Is there some obvious flaw to this that I'm missing?* You mean other than the fact that you have to fork out your own money to do that? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 24, 2011 at 2:41 PM, String

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Justin Anderson
At least they are consistent with all of their different stores though... The main things people are complaining about are that the descriptions get edited and they essential have full control over price. They also do this with anything else that is listed on their website... If they changed it

Re: [android-developers] Re: Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Kostya Vasilyev
You can use AlarmManager, however, think twice before doing this, as too frequent updates can drain the battery. A much better solution is to only update your widgets in response to events in your application or phone. A widget provider is actually a subclass of BroadcastReceiver, and you

Re: [android-developers] WifiManager WifiConfiguration

2011-03-24 Thread Kostya Vasilyev
23.03.2011 23:37, Felipe Alexandre Rodrigues пишет: Hello! How do i make my app conect with wifi (WEP, WPA, No Auth, ) using wifimanager and wificonfiguration You need to fill out WifiConfiguration and call WifiManager.addNetwork so it's saved in the known list and assigned a numeric

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread TreKing
On Wed, Mar 23, 2011 at 8:33 PM, Brill Pappin bpap...@sixgreen.com wrote: Once again, you need to be able to tell which market you installed from in order to adjust your links to the correct market. All that takes is a single compile-time flag.

[android-developers] does anyone have an idea about m3u files

2011-03-24 Thread kiros88
Basically im trying to use this concept later messing around writing and create m3u files but one issue im dealing with right now is when i have a m3u file on the computer then i move it on tothe sd card through usb and mounting like the basic way then if i run the default app music player it wont

[android-developers] does anyone have an idea about m3u files

2011-03-24 Thread kiros88
Basically im trying to use this concept later messing around writing and create m3u files but one issue im dealing with right now is when i have a m3u file on the computer then i move it on tothe sd card through usb and mounting like the basic way then if i run the default app music player it wont

Re: [android-developers] Can't solve this problem.

2011-03-24 Thread TreKing
On Wed, Mar 23, 2011 at 7:57 PM, eli elinai...@sympatico.ca wrote: public class Class2 extends Activity Class2 c2 = new Class2(); No. You don't create Activities, they're created for you by the system.

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread String
OK, I guess I misunderstood, but that's what I thought the OP was asking for. Who were you expecting to pay for your beta testers' copies? String -- 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] PACKAGE_USAGE_STATS exception

2011-03-24 Thread Sarath Krishna
Hello everyone, when I try to call getAllPkgUsageStats(); function of IUsageStats package I get this exception. ERROR/AndroidRuntime(7413): java.lang.RuntimeException: Unable to create service org.gps.CPUusage: java.lang.SecurityException: Neither user 10081 nor current process has

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 3:45 PM, Justin Anderson magouyaw...@gmail.comwrote: * Is there some obvious flaw to this that I'm missing?* You mean other than the fact that you have to fork out your own money to do that? What's the difference between giving the user $0.99 gift certificate and

[android-developers] PACKAGE_USAGE_STATS exception

2011-03-24 Thread Sarath Krishna
Hello everyone, when I try to call getAllPkgUsageStats(); function of IUsageStats package I get this exception. ERROR/AndroidRuntime(7413): java.lang.RuntimeException: Unable to create service org.gps.CPUusage: java.lang.SecurityException: Neither user 10081 nor current process has

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Nathan
On Mar 24, 1:41 pm, String sterling.ud...@googlemail.com wrote: It doesn't solve the 30% problem, but otherwise, it seems to me that there's a simple solution on Amazon: gift certificates. Buy them for your beta testers (or whoever), and they can buy your app with it. Is there some

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread rich friedel
Actually that scenario is just like above... no matter how you do it Amazon(just like Google) will take their cut and you(the dev) will still absorb the cost. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] About Actions in Intent

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 2:25 AM, t22 tush22...@gmail.com wrote: Why can't i add Intent.ACTION_CALL_BUTTON action to intent filter registered with BR (in manifest)? If you do this http://lmgtfy.com/?q=ACTION_CALL_BUTTON, you will find this:

[android-developers] Re: Strange behaviour with RessourceCursorAdapter

2011-03-24 Thread Antony BODY
Oh nice. Apparatly it's working!! If I well understood, I just needed to force the visibility of the ImageView, otherwise it's set visible in the xml layout. It's good to know ;-) Thanks Nadeem -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread String
Well, correct me if I'm wrong, but you kind of need to trust your beta testers anyway, no? If they run off with your $0.99, that's probably a good - and cheap, actually - indication that they shouldn't be in your beta group. String -- You received this message because you are subscribed to

Re: [android-developers] Developing app to connect with websites

2011-03-24 Thread TreKing
On Wed, Mar 23, 2011 at 7:24 PM, Wolf85 msm...@gmail.com wrote: I would like to know if it is possible to develop an app that connects with a website(s) Yes, it's possible. You should probably make sure you're adhering to the site's terms of service, if there are any, about scraping their

[android-developers] Re: how to use Cache-Control with http get request?

2011-03-24 Thread Indicator Veritatis
The question is also open-ended and poorly phrased. The OP should review the phrasing and post it in a Java Platform group. On Mar 23, 8:29 pm, TreKing treking...@gmail.com wrote: hi, this does not appear to have anything to do with Android. regards, TK

Re: [android-developers] Email To field not displaying

2011-03-24 Thread TreKing
On Wed, Mar 23, 2011 at 7:55 PM, Bill Lee saluja...@gmail.com wrote: Is there something that I am missing Thanks. That's pretty much how I do it and it works on my device (though actually not on the emulator for some reason). Have you tried on a device?

[android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread Jake Colman
MO == Marcin Orlowski webnet.andr...@gmail.com writes: MO On 24 March 2011 18:03, Jake Colman col...@ppllc.com wrote: Is there a way for me to trigger a force close so that I test how/whether my handling of it working as I expect? MO divide by zero; try to start non

[android-developers] ActionBar problems

2011-03-24 Thread Brion Emde
Hi All, We're trying to use ActionBars on Honeycomb and stay backward compatible with earlier code. Everything seemed to be fine when we just used the default behaviors, like the upgrade of options menus to show in the action bar as Actions. But then the requirements got broader and they wanted

[android-developers] Re: creating a driver application

2011-03-24 Thread Indicator Veritatis
But this should not be necessary: a camera shows up in USB with a different device type than a disk drive. Or are you saying there is a bug in Anroid that it fails to check this, and treats a connected USB device as a disk drive no matter what? I have certainly seen no such bug in Android 2.2

[android-developers] Re: How do i upload the file from android mobile to public server

2011-03-24 Thread Nicholas Johnson
There are several FTP apps that can do just that. Astro file manager can create SFTP connections to upload files, or AndFTP... (there's a whole bunch if you search for FTP on the Android Market). If you're talking about uploading a file to a public server from an app you're developing, then

[android-developers] Re: Developers Phone Program

2011-03-24 Thread Indicator Veritatis
Or Craigslist? On Mar 18, 11:57 pm, Justin Anderson magouyaw...@gmail.com wrote: How about eBay? Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Fri, Mar 18, 2011 at 7:24 AM, oldskool73 oldskoo...@gmail.com wrote:

Re: [android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 5:16 PM, Jake Colman col...@ppllc.com wrote: But if I try something else such as divide by zero, and accessing a null object, I get a force close due to activity not responding. That don't make much sense. What determines whether Android thinks I crashed via a thrown

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Indicator Veritatis
Now that I have seen this complaint, I feel the need to treat with greater skepticism ANY claim that any of the markets are treating developers as serfs. On Mar 23, 11:29 pm, Krischik Martin martin.krisc...@noser.com wrote: On 22 Mrz., 11:47, Zsolt Vasvari zvasv...@gmail.com wrote: I have one

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Indicator Veritatis
Your argument would be more compelling if you could spell the name of the market you mention correctly: it is SlideMe.com, not SlimeMe.com! Though I have to say: that latter would make a good name for a website with a rather different purpose, such as spreading slimey accusations of people... On

Re: [android-developers] Can't solve this problem.

2011-03-24 Thread Justin Anderson
* Class2 c2 = new Class2(); * Woops... didn't notice that line. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 24, 2011 at 3:15 PM, TreKing treking...@gmail.com wrote: Class2 c2 = new Class2(); -- You received this message because you

[android-developers] Re: Beta Tester Infrastructure Project

2011-03-24 Thread Open
Getting back to this after a few weeks of other Android work. The form includes the question: Would you be willing to pay for this service? Yes/No No, indicates you would not be willing to pay for the service and would only use it if it were free. I updated the third question: How much would you

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Justin Anderson
* Either way you're out $0.99, either directly or through the lack of a sale.* I want to reward my beta testers. But I'm a single developer without a lot of resources... If I get a lot of beta testers there can be a fairly large difference between giving them the app for free and actually

Re: [android-developers] PACKAGE_USAGE_STATS exception

2011-03-24 Thread Justin Anderson
* When I searched for the reason in forums, some said it is restricted permission. Can anyone please help me out with this issue. * If it is a restricted permission then you cannot use it... hence the word restricted. Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] ActionBar problems

2011-03-24 Thread Mark Murphy
On Thu, Mar 24, 2011 at 6:24 PM, Brion Emde brione2...@gmail.com wrote: In this example, the application requires a minimum version of API Level 4 (Android 1.6), but it also targets API Level 11 (Android 3.0). This way, when the application is installed on a device running Android 3.0 or

[android-developers] Re: Amazon Appmarket is now open!

2011-03-24 Thread Michael A.
On Mar 24, 9:34 pm, Justin Anderson magouyaw...@gmail.com wrote: The main things people are complaining about are that the descriptions get edited and they essential have full control over price. Personally, I rather prefer their descriptions of my apps to their own. I can understand why one

[android-developers] Re: replacing a fragments not working

2011-03-24 Thread jotobjects
We did switch to using FrameLayout for other reasons (have not tried replace() with that yet). LinearLayout works if you want to add and remove the last View in the LinearLayout. FragmentTransaction.replace() is used in samples in these files - - FragmentsStack.java - Fragments.Layout.java -

[android-developers] Re: replacing a fragments not working

2011-03-24 Thread jotobjects
All the examples of replace() have one Fragment inside one FrameLayout. This arrangement of one Container ViewGroup per Fragment seems to be necessary for dynamically replacing Fragments. On Mar 24, 4:32 pm, jotobjects jotobje...@gmail.com wrote: We did switch to using FrameLayout for other

Re: [android-developers] is it possible to disable the home key for an activity?

2011-03-24 Thread Ahsanul Karim
Please check the Toddler Lock application. They can disable the Home key. Check this out https://market.android.com/details?id=marcone.toddlerlock Whenever Home key pressed the intent is: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME flg=0x1020

Re: [android-developers] PACKAGE_USAGE_STATS exception

2011-03-24 Thread Dianne Hackborn
It's also a private API so you don't even know if it will exist in the form you are using on any particular device you run on. On Thu, Mar 24, 2011 at 3:54 PM, Justin Anderson magouyaw...@gmail.comwrote: * When I searched for the reason in forums, some said it is restricted permission. Can

Re: [android-developers] is it possible to disable the home key for an activity?

2011-03-24 Thread Mark Murphy
On Thu, Mar 24, 2011 at 8:15 PM, Ahsanul Karim karim.ahsa...@gmail.com wrote: Please check the Toddler Lock application. They can disable the Home key. No, they don't. It is a home screen app. It replaces the regular home screen. I am trying with a BroadcastReceiver. Which has nothing

Re: [android-developers] is it possible to disable the home key for an activity?

2011-03-24 Thread Ahsanul Karim
Thanks.. that explains a lot.. On Fri, Mar 25, 2011 at 6:32 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 24, 2011 at 8:15 PM, Ahsanul Karim karim.ahsa...@gmail.com wrote: Please check the Toddler Lock application. They can disable the Home key. No, they don't. It is a home

[android-developers] Re: ActionBar problems

2011-03-24 Thread Zsolt Vasvari
Here's my class that accesses 3.0 related functionality. This is for the invalidateOptionsMenu API which is now needed on 3.0 to update the Action Bar properly: public class SDKLevel11Bridge { private static final SDKLevel11Interface intf; private interface SDKLevel11Interface {

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Nathan
On Mar 24, 2:50 pm, String sterling.ud...@googlemail.com wrote: Well, correct me if I'm wrong, but you kind of need to trust your beta testers anyway, no? If they run off with your $0.99, that's probably a good - and cheap, actually - indication that they shouldn't be in your beta group.

[android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Thu, Mar 24, 2011 at 5:16 PM, Jake Colman col...@ppllc.com T wrote: But if I try something else such as divide by zero, and accessing a null object, I get a force close due to activity not responding. T That don't make much

<    1   2   3   >