[android-developers] Re: running code immediately after activity is displayed

2009-07-22 Thread skink
On Jul 22, 3:51 am, Peter Jeffe pje...@gmail.com wrote: I want to run some init code immediately after my activity becomes visible to the user, so that the main view can come up as soon as possible and then the data can get filled in afterward. use MessageQueue.addIdleHandler() pskink

[android-developers] How to trace the HTTP requests/responses e.g. by using Wireshark?

2009-07-22 Thread android.vinny
Hi How to trace the HTTP requests/responses e.g. by using Wireshark? I am using soap web services i want tocheck wheather the soap request from the web service sis going properly or not this is my code //CALL the web service method SoapObject request = new SoapObject(NAMESPACE,

[android-developers] Re: Progress bar like in android market

2009-07-22 Thread sheik ahmed
Thanks for the response... it very much solved the problem... i was not aware of the notifyDataChanged() method and the List8.java example in the API demos .. as i was referring the SlowAdapter.java ... i really appreciate ur help .. Keep the good work.. thanks again.. Regards, Sheik.. On

[android-developers] Re: How does Android Market fill in a list?

2009-07-22 Thread sheik ahmed
Thanks for the response... it very much solved the problem... i was not aware of the notifyDataChanged() method and the List8.java example in the API demos .. as i was referring the SlowAdapter.java ... i really appreciate ur help .. Keep the good work.. thanks again.. Regards, Sheik.. On

[android-developers] Experimental Bluetooth Library

2009-07-22 Thread Stefano Sanna (gerdavax)
Hi all. I've written a simple library that provides access to some Bluetooth features: local device properties, remote device discovering, pairing and client rfcomm connections management. Currently service discovery and other feature are not supported. This library does not require a rooted

[android-developers] Re: Is there a way to determine if a user has purchased a specific application in the market?

2009-07-22 Thread Al Sutton
Taking this a bit further you could use the AndAppStore licensing system if you didn't want to run your own database. More info is at http://andappstore.com/AndroidApplications/licensing.jsp Al. -- * Written an Android App? - List it at http://andappstore.com/ * == Funky Android Limited

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Stephen Le
Sansiro I want to know , Did you created the Power class in your own project? or other ways? Pls tell me... On Wed, Jul 22, 2009 at 1:55 PM, Sansiro wangjiangfeng0...@gmail.comwrote: emm,I'm Sorry to say that the result I just said before is not right. By using the native method

[android-developers] Re: SurfaceView to slow for games? OpenGL necessary to do games?

2009-07-22 Thread whitemice
Some phones implement this functionality in hardware, others in software. Here is a tutorial I found recently: http://sites.google.com/site/drpaulthomasandroidstuff/Home/voxel-fun/how-it-works --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Android Game

2009-07-22 Thread Cold
I finished 50 percent of my game in J2SE only to clear out my concepts to the game,,, but now i m shifting to Android In J2SE i used 3 packages, several java files.. aand then basically used the panels and a single thread.. Now i need to convert it into android. so like,, in one file i have

[android-developers] HTML5 Schedule

2009-07-22 Thread Miguel Paraz
Hi, What is the schedule for HTML5 support in WebKit? Specifically - offline web applications and storage. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Sansiro
Stephen I did not create Power class. The Power class is packaged in android.os.Power by Google But it's so strange that you can not find it in SDK documents On 7月22日, 下午3时15分, Stephen Le yangle...@gmail.com wrote: Sansiro I want to know , Did you created the Power class in your own project?

[android-developers] Refreshing an activity

2009-07-22 Thread Shang Hao
What is the way to fresh an activity without calling finish- startActivity all over again?? 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] browser package question.

2009-07-22 Thread Gavin
hello, I found there are two browser dirs at source codes and the package names are : com.android.browser and com.android.wapbrowser. Why? thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Stephen Le
As you say, I tried to import this class into my Activity..But It is doesn't work..Do you have any demo project to give me ? I've traped at this place for a long times and need your kindly help...Sincerely! On Wed, Jul 22, 2009 at 3:53 PM, Sansiro wangjiangfeng0...@gmail.comwrote: Stephen I

[android-developers] Re: Refreshing an activity

2009-07-22 Thread XC He
resume()?? 2009/7/22 Shang Hao sahilz...@gmail.com What is the way to fresh an activity without calling finish- startActivity all over again?? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] can I get the string after linkify?

2009-07-22 Thread tstanly
hi all, after Linkify.addLinks(mLink,Linkify.WEB.URLS); can i get the url??? i means changed url string thanks!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: autostart a service by editing init.rc after apk installation

2009-07-22 Thread jerryfan2000
Hi Hackborn, If all I want to do is to autostart an APK I wrote when system is up, is modifying init.rc the only way? Or there is other way to do it? Thanks. On Jul 21, 2:22 pm, Dianne Hackborn hack...@android.com wrote: Hi, this is very out of the scope of the SDK.  If you are building a

[android-developers] about candidateview

2009-07-22 Thread brilliant winger
Hi. I study soft keyboard(andriod) open source. But I don't know about candidateView. It's a difficult for me. please, I want to Provide for me very simple code about candidateView. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] How to access the rest of R.drawable (such as emoticons)?

2009-07-22 Thread Hayden
How can I access the rest of the stuff in the drawable folder, such as the Android emoticons? I can use many of what is in the drawable folder by doing drawable.XXX but not all of them are available when I do that. --~--~-~--~~~---~--~~ You received this message

[android-developers] Any way to enable gps programmatically??

2009-07-22 Thread Georgios Galyfos
Hi, I was wondering if there is a way of enabling the GPS programmatically through an application without going to the menu Settings Security location Enable GPS satellites. Please let me know if there is a way, I've seen this asked a million times in this group but there are never any

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Sansiro
都是中国人,就不用什么鸟英语了,直接汉字。 Power 类在应用的时候,我不知道是否有权限的问题。也许正如上面Yuri所说,也许在Activity下使用有可能有权限限制。 因为我写的程序是没有activity的,而且拥有最高的权限,貌似部分系统进程都没他高,所以才能实现。 我是通过把代码放到源码中重新编译得到如此高权限的程序的。 On 7月22日, 下午4时26分, Stephen Le yangle...@gmail.com wrote: As you say, I tried to import this class into my Activity..But It is

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Stephen Le
o...这样!我试过的了,只要用到系统进程,都要求有google的数字签名。所以关屏幕是不好使的!模拟器上是可以关的,一部署到机器上就要求和你使用的google程序进程签名一样才可以了。。 你写的程序是不是直接在他的package里面自己写了一个java类调用这个Power类?那是怎样实现在Activity里面调用你这个程序的呢?因为这个类,没有在Android.jar里面? On Wed, Jul 22, 2009 at 5:34 PM, Sansiro wangjiangfeng0...@gmail.comwrote: 都是中国人,就不用什么鸟英语了,直接汉字。 Power

[android-developers] Re: Problem of vertical alignment in a RelativeLayout

2009-07-22 Thread Peli
Hi Édouard, I think what you are trying to accomplish is impossible to obtain using RelativeLayout only. We have the same problem in OI Shopping list. We had a nice layout that worked using nested LinearLayouts, but after switching to RelativeLayout (because of supposedly improved performance)

[android-developers] Re: Different UI behavoir between Activity and InputMethodService (test code and video provided)

2009-07-22 Thread www.rzr.online.fr
Hi and sorry for the delay On May 28, 5:33 pm, Marco Nelissen marc...@android.com wrote: I suspect this is not a bug. have you tested my sample ? Your button is probably not highlighting because it's not focused, because the text view that you're typing in to retains focus. but if focus

[android-developers] Re: How to add a keyboard setting screen

2009-07-22 Thread Bo
I'm looking for an implementation of this feature as well. Does anyone know something about it? Thanks a lot, Bo On May 30, 1:01 am, Nitin67 nitin6...@gmail.com wrote: Hello,       The Android keyboard has a Android KeyboardSettings screen in theSettings-LocaleText menu.       I am

[android-developers] How to use Thread with SurfaceView, ie draw in a separate thread?

2009-07-22 Thread klirr
I want to do the drawing in another thread to speed up the game(it is way to slow right now). I was told to do this but don't quite understand why that would speed things up. Is it GameView that should implement Runnable? Should I make the thread sleep when not drawing? where should I start the

[android-developers] Re: How to power off the screen?

2009-07-22 Thread Yuri Dario
Hi, By using the native method setScreenState(), I make my device's screen off.The code is: int x=Power.setScreenState(false);//make the screen off System.out.println(x);//0 will be print out Thread.sleep(3000); x=Power.setScreenState(true);//make the screen on System.out.println(x);//0

[android-developers] Re: Any way to enable gps programmatically??

2009-07-22 Thread MrChaz
AFAIK No, you used to be able to but it was removed in 1.5 due to security concerns. On Jul 22, 10:31 am, Georgios Galyfos yorg...@gmail.com wrote: Hi, I was wondering if there is a way of enabling the GPS programmatically through an application without going to the menu Settings Security

[android-developers] Re: Android Game

2009-07-22 Thread MrChaz
Activities are analogous to pages. Assuming you mean that your game had those 3 panels all visible at once they would be a View in an Activity On Jul 22, 8:28 am, Cold coldda...@gmail.com wrote: I finished 50 percent of my game in J2SE only to clear out my concepts to the game,,, but now i m

[android-developers] Re: SurfaceView to slow for games? OpenGL necessary to do games?

2009-07-22 Thread MrChaz
The SurfaceView is fine for games, at least simple ones. Have a look at the LunarLander sample. http://developer.android.com/guide/samples/LunarLander/index.html On Jul 21, 9:33 pm, klirr haskell...@gmail.com wrote: I use SurfaceView for my game, tried normal View first but that was to slow.

[android-developers] Re: How to add a keyboard setting screen

2009-07-22 Thread Bo
oh, I found one in LatinIME On Jul 22, 6:12 pm, Bo wang.b.fr...@gmail.com wrote: I'm looking for an implementation of this feature as well. Does anyone know something about it? Thanks a lot, Bo On May 30, 1:01 am, Nitin67 nitin6...@gmail.com wrote: Hello,       The Android keyboard

[android-developers] How to remap the android coordinate system ??

2009-07-22 Thread James
Dears: I means when you rotate the screen show to 90 degree,Then the coordinate system should also make an corresponding rotate[ (x,y) should change to (y,x)],To make touch event works correctly. But i wonder how to do so,Please help,Thanks! Best regards! James

[android-developers] Re: Is there a way to determine if a user has purchased a specific application in the market?

2009-07-22 Thread MrChaz
Assuming they still had it installed it you could just query the PackageManager for it. Otherwise I dunno, maybe it's possible to write stuff into the SharedPreferences somehow On Jul 21, 11:34 pm, Mike michaeldouglaskra...@gmail.com wrote: Use case goes like this: 1) Dev puts game for sale

[android-developers] Re: Some Basic Questions

2009-07-22 Thread MrChaz
I'd start by reading through this: http://developer.android.com/reference/android/app/Activity.html On Jul 21, 7:31 pm, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I'm just starting to refine my first Android application and I was wondering if you could help me with a couple of general

[android-developers] Re: How to trace the HTTP requests/responses e.g. by using Wireshark?

2009-07-22 Thread David Turner
If you're using the emulator, try emulator -tcpdump file other-options to create a capture file that can be opened with WireShark. You can also do that dynamically from the emulator console with network capture start file and network capture stop. On Wed, Jul 22, 2009 at 8:40 AM, android.vinny

[android-developers] How to autorun program when Android start running?

2009-07-22 Thread bluestar
I have one program and I used adb to connect FR to execute it. I hope this program would auto-execute when entering Android OS of FR How to add it to initial schedule? Modify init.rc or some files? Thanks for your big help. --~--~-~--~~~---~--~~ You received this

[android-developers] Location updates not coming through

2009-07-22 Thread Bart van Wissen
I'm writing a program that uses a LocationListener to listen for location updates. I'm playing a GPX file that I recorded, which contains a route. I know for sure that this file is correct. My program seems to only receive 1 location update, and then nothing. I have both minimum time and distance

[android-developers] Re: How to use Thread with SurfaceView, ie draw in a separate thread?

2009-07-22 Thread Streets Of Boston
A seperate thread should not implement/extend SurfaceView or any other view. You still create your GameView as you had before, but you add a new class called (for example) GameRenderer. This GameRenderer will implement a Thread. The GameRenderer will execute its 'run()' method at some point.

[android-developers] ScrollView size issue

2009-07-22 Thread ioRek
ok I have this xml : FrameLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent org.me.webwagdroid.GridLayout android:id=@+id/gridlayout android:layout_width=fill_parent

[android-developers] Re: import org.apache.commons.httpclient.HttpClient library error

2009-07-22 Thread Android Development
i confirm that my library works well on android. I tried it out with a sample application. My library is an extension of the apache http commons client api. On Sun, Jul 5, 2009 at 11:44 AM, Android Development indodr...@gmail.comwrote: I will try out my library in a PoC application today to

[android-developers] Re: How to share files shareUserId

2009-07-22 Thread Aiili
Hi, Thank you Dianne for your immediate response. Finally, I found how to access a file located in the resources of an other application (thanks to one of yours response) using the following code. Context currentCtx = ...; Context otherCtx = currentCtx.createPackageContext(package_name,

[android-developers] ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Moto
Sorry but I'm very mad about this situation! I found one of my applications on the web all over for free! Every time I do an update 1 day goes by and BAM! For free on the web... So I want the help from all developers, we need to come up with something to make this at least harder to distribute.

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Streets Of Boston
Same here. I have successfully removed (by asking moderators of online forums) my app from multiple forums where it could be downloaded freely, but I have not been able to keep up lately :( It's a fact of life, alas. Every piece of software is pirated. I just hope that most people think that 99

[android-developers] Re: sql query

2009-07-22 Thread Mark Murphy
mahantesh Hunagund wrote: I wanted to remove duplicates from the database. In my db duplication can be defined by combination of multiple columns. For example : _id kind type Pidname 1 1 13 aaa 2 1 23 aaa

[android-developers] Is It Possible to get Nottification

2009-07-22 Thread android.vinny
HI Is it Possible to get the Notification when we get the Ne meessage or New mail or anr SMS OR MMS like that is it possible to do that i want to show the notification when we get a new SMS Thanks a a lot in advance --~--~-~--~~~---~--~~ You received this

[android-developers] Re: How to create a non-default style widget programmatically

2009-07-22 Thread 单单
Hi All, In ApiDemo, there is a progressBar demo. It creates a horizontal progress bar with a xml. ProgressBar android:id=@+id/progress_horizontal style=?android:attr/progressBarStyleHorizontal android:layout_width=200dip android:layout_height=wrap_content

[android-developers] Re: Widget bug, is there a work around?

2009-07-22 Thread Kaj Bjurman
I would really like to see this bug fixed. I do also have to change my code so that I don't have a configuration option when the widget is added, and then tell the user to configure it before it can work :( On 26 Maj, 20:36, Tom Gibara m...@tomgibara.com wrote: Second time round I got it,

[android-developers] sql query

2009-07-22 Thread mahantesh Hunagund
Hi , I wanted to remove duplicates from the database. In my db duplication can be defined by combination of multiple columns. For example : _id kind type Pidname 1 1 13 aaa 2 1 23 aaa 3 1 13

[android-developers] Re: Dynamically change widget background

2009-07-22 Thread Kaj Bjurman
Did you find a solution to this? On 4 Juli, 13:52, Francois DESLANDES kox...@gmail.com wrote: Hello everybody, I am working a widget… I'd like to change my widget background image dynamically, is it possible ? I tried theme style, it doesn't want to work. It doesn't show any background

[android-developers] Sharing data between activities

2009-07-22 Thread Per Sandström
So far I have been using SharedPreferences to share data between activities. But I would very much like to find a better way. I would simply like both Activity1 and Activity2 to share Object1. Activity1 will create Object1 and then start Activity2. What is the smartest way to give Activity2 a

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Micah
Welcome to software development. There is no known way to stop software piracy short of software as a service (and don't worry, many very smart people have tried). If it really bothers you that much then write your software as a service and have the installed application be a dumb terminal.

[android-developers] Re: How to autorun program when Android start running?

2009-07-22 Thread Micah
http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED On Jul 22, 5:09 am, bluestar bluestar8...@gmail.com wrote: I have one program and I used adb to connect FR to execute it. I hope this program would auto-execute when entering Android OS of FR How to add

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/22 Micah mi...@ourmailbox.net application be a dumb terminal. Android devices are always online so What universe do you live in? There is no such thing as 100% network coverage on any phone network. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/22 Moto medicalsou...@gmail.com Sorry but I'm very mad about this situation! I found one of my applications on the web all over for free! Every time I do an update 1 day goes by and BAM! For free on the web... Yes, Google's brilliant solution to protecting apps on phones is stupid

[android-developers] Re: running code immediately after activity is displayed

2009-07-22 Thread Peter Jeffe
On Jul 22, 1:29 am, skink psk...@gmail.com wrote: use MessageQueue.addIdleHandler() Very cool, thanks! So I guess this works since it only gets back to the (now empty) message queue when it's completely done starting the activity? -- Peter

[android-developers] Re: GPS still not working on emulator with r3

2009-07-22 Thread Kaj Bjurman
I'm using 1.5 r2 and r3, and I telnet to the emulator, and then issue geo fix lng lat. It works, but I have to do it everytime I restart the emulator. Do also note that the first command that you issue in the telnet session gets ignored. On 22 Juli, 01:16, Brian Conrad brianjto...@gmail.com

[android-developers] Re: Tut (SDK 1.5) Get google account of user

2009-07-22 Thread Micah
Bump. Star. Tag. Etc. While I imagine this will eventually be fixed in a future release we can only hope that Google gives developers some alternative (ie: better) way to get a UID for a given user so we can save profiles, etc. for our apps online and keep them associated with a user without

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread JP
On Jul 22, 6:41 am, Streets Of Boston flyingdutc...@gmail.com wrote: A killswitch could do make it more difficult: Add code to your app that disables versions older than a given version. Described here

[android-developers] Re: running code immediately after activity is displayed

2009-07-22 Thread Micah
If the code you are running takes long enough to noticeably block the UI (ie: more than 200ms) then you should do it in another thread. Allowing the user to see the UI but not interact with it (because your app is doing some heavy lifting in the main thread) is just as bad of a user experience as

[android-developers] Mapview setTraffic UK

2009-07-22 Thread julianc
Hi, Does map.setTraffic(true) work with maps in the UK from within an application? I can see the traffic effect on my HTC Magic using plain google maps. However when I try and enable the traffic view from within a MapView inside my application nothing appears to happy. I already have a map

[android-developers] Re: sql query

2009-07-22 Thread Kaj Bjurman
Do you need to use the content provider? Can't you access a database directly, or do you need to share the data? On 22 Juli, 15:42, mahantesh Hunagund mahantesh.t...@gmail.com wrote: Hi , I wanted to remove duplicates from the database. In my db duplication can be defined by combination

[android-developers] IMplementing flood fill algorithm on the bitmap

2009-07-22 Thread karthikr
Hi Guys, Can some one help me out with implementing flood fill algorithm on the bitmpap. I have tried various algorithms but either they seem to be too slow or i get a stack over flow exception. Regards, R.Karthik --~--~-~--~~~---~--~~ You received this message

[android-developers] An OSCON 2009 session on (introductory) Animation and OpenGL on Android

2009-07-22 Thread Satya Komatineni
If you are looking to find a comprehensive introduction to Animation and OpenGL on Android you can take a look at this presentation that I have prepared for OSCON 2009. The link for the presenation summary is http://en.oreilly.com/oscon2009/public/schedule/detail/8108 You can download the

[android-developers] Re: sql query

2009-07-22 Thread Mark Murphy
Kaj Bjurman wrote: Do you need to use the content provider? You were the one who brought up content providers. I have no idea what data, what database, or what content provider you are talking about. Can't you access a database directly If it is your database, yes. -- Mark Murphy (a

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Kaj Bjurman
I couldn't find much documentation on the site, but it doesn't look like it will stop piracy, only make it a bit harder. Once you get hold of the apk file, just modify it so that it isn't using slidelock any longer. On 22 Juli, 16:07, John Smith deltafoxtrot...@gmail.com wrote: 2009/7/22 Moto

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Kaj Bjurman
It's a fact of life, alas. Every piece of software is pirated. I just hope that most people think that 99 cents or a couple of bucks is not worth getting a pirated version. Well said. Piracy will always exist. Our task, as a developer, is to create something that is so good so that people

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Moto
I know that piracy will never end, I mean I'm a solo developer trying to fight a war that multi-million companies have spent many millions on protecting their content and still they get pirated... Well yes there could be some ugly side effect if google adds more anti- pirating features, so I

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Android Development
Maybe an activation licensing key for each binary may be the solution for this. But then again, its easier said than done. On Wed, Jul 22, 2009 at 8:20 PM, Moto medicalsou...@gmail.com wrote: I know that piracy will never end, I mean I'm a solo developer trying to fight a war that

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/23 Moto medicalsou...@gmail.com I know this method would soon or later be hacked but it's a better way than current methods, since we still have those faulty Android version that allow rooting.. I disagree, this is the same silly logic google used in their app protection methods and

[android-developers] Re: How to use Thread with SurfaceView, ie draw in a separate thread?

2009-07-22 Thread Micah
Check out the LunarLander example that comes with the Android SDK. It is a very simple game that runs in it's own thread (separate from the UI thread). While it's not my favorite design (too much locking) for a large game, for most cell phone games (ie: simple) it gets the job done. On Jul 22,

[android-developers] Help with GLSurfaceView

2009-07-22 Thread Sujay Krishna Suresh
Hi all, How can one use a GLSurfaceView similar to a ViewGroup, in the sense of adding Views(CustomViews) over it??? Is there any means to make the GLSurfaceView be the canvas on which the view draws its contents? -- Regards, Sujay Ogden Nash

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/23 Android Development indodr...@gmail.com Maybe an activation licensing key for each binary may be the solution for this. But then again, its easier said than done. That's what slidelock does... --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Android Development
okay. I think it is the only way out of this. A secret key that you generate and provide for each instance of the application sold. On Wed, Jul 22, 2009 at 8:27 PM, John Smith deltafoxtrot...@gmail.comwrote: 2009/7/23 Android Development indodr...@gmail.com Maybe an activation licensing key

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/23 Kaj Bjurman kaj.bjur...@gmail.com I couldn't find much documentation on the site, but it doesn't look like it will stop piracy, only make it a bit harder. Once you get hold of the apk file, just modify it so that it isn't using slidelock any longer. The same could be said for all

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Micah
The pirates will either strip out the licensing requests from the application or they will spoof a licensing server. Meanwhile, your legitimate users can't use your application when they don't have access to the licensing server (it's down, they don't have internet access, etc.). On Jul 22,

[android-developers] Re: Is It Possible to get Nottification

2009-07-22 Thread iPaul Pro
http://stackoverflow.com/questions/1126625/how-can-i-query-the-number-of-unread-sms-in-android/1128301#1128301 On Jul 22, 9:49 am, android.vinny vinny.s...@gmail.com wrote: HI Is it Possible to get the Notification when we get the Ne meessage or New mail or anr SMS OR MMS like that is it

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Micah
I'm guessing you want a 3D background behind some other UI? If so check out: http://developer.android.com/reference/android/widget/FrameLayout.html That lets you just stack several views on top of each other. Note: I don't know if it works with GLSurfaceView, but it should be pretty easy to test

[android-developers] Resources Specific to On-Screen Keyboard Visibility

2009-07-22 Thread SoVa
Google's page on resources and i18n (http://d.android.com/guide/topics/ resources/resources-i18n.html) mentions that the soft-keyboard- specific resources should be placed in a folder using 'keyssoft' in the name, but this option forces such resources to be shown all the time, regardless of

[android-developers] facing problem with bitmap size.

2009-07-22 Thread Y2U
Hey guys, I am using bitmap image that i have to rotate on fling. its actually a circular image that will act like a spin wheel. so image resolution is like 1000 x 1000 but when i rotate this image and redraw it android give me an exception java.lang.OutOfMemoryError: bitmap size exceeds VM

[android-developers] java.lang.NullPointerException

2009-07-22 Thread Pritam
Hi, I have one Activity, that starts one Service and my service will lunch one Activity, i wanna to stop the Activity which one started my my Service after few seconds. Is there any way to achieve. Has anyone experienced this type of scenario. -- Regards Pritam

[android-developers] Create custom mime type handler

2009-07-22 Thread BouHu
Hello. I need to create a handler for the files with custom MIME type, e.g. *.my_type. Could anybody please provide me with the detailed tutorial how to archive it? As far as i understand, i need to create a custom content provider to take care about my type object storage, so i can handle the

[android-developers] Have any API can control CPU frequency?

2009-07-22 Thread Arthur
Hi All, I tried use ADB shell to execute echo 528000 /sys/devices/system/ cpu/cpu0/cpufreq/scaling_max_freq to set CPU frequency successfully. But i can't find any API for applet to control CPU frequency. Have any API for this function? or Have any API that has execute shell command capability?

[android-developers] Re: How to open or register a new file extension in Android?

2009-07-22 Thread BouHu
Hi, i'm stuck with the same issue. Could anybody please provide an example to register MIME type or show another way to catch an VIEW intent for the specific files because the only thing i've seen about it is MimeTypeMap and all the types are hardcoded there. Thanks in advance. On 21 июл,

[android-developers] rSAP

2009-07-22 Thread RensIT
Is there a way to let android connect to the bleutooth rSAP (remote Sim access profile) in my car. My carkit is now useless. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: EditText Auto Focused in Tab

2009-07-22 Thread Jeff
Have you find a solution? I have exactly the same problem! On 8 juin, 09:16, Tim H. timho...@gmail.com wrote: Actually, blockedDescendants didn't do as I expected. While it doesn't scroll down anymore, now none of the items on that tab content page are selectable using the trackball (although

[android-developers] How to move a ImageView step by step by TranslateAnimation

2009-07-22 Thread henryhuang
there are a board (8 * 8) and a ImageView (A). for example, i want to move A from (0, 0) to (0, 1) to (1, 1) to (1, 2) step by step. i tried TranslateAnimation. but i failed. 1. it cannot be step by step. it only show the last step. 2. it cannot stay at the last point (1,2). it always translate

[android-developers] The FTP uploading program does not work on Android Emulator

2009-07-22 Thread Bo
Dear Sir: I developed a FTP uploading program which upload the string to a text file through FTP. This program only works well as an Java application on PC, but when I put the same code to Android application on Emulator, Android always begins to grow heap and allocate memory when the code calls

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Sujay Krishna Suresh
Hi micah, thnx for the reply, but my requirement is to rotate the entire view. Say for example i need to provide the user a 3d desktop kinda ui, on rotation of the cube a whole view/viewgroup needs to rotate. thats y i need it to be either the canvas of the view or it shd act like a

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Micah
A while back Alias|Wavefront (now AutoDesk) tried the licensing server thing. If I'm not mistaken they even had a hardware token required to run their application and it still got cracked. That's an application that retails for $2000 a box, and they couldn't secure their software with a

[android-developers] Re: How to move a ImageView step by step by TranslateAnimation

2009-07-22 Thread Micah
Have you read this? http://developer.android.com/guide/topics/graphics/2d-graphics.html#tween-animation On Jul 22, 1:44 am, henryhuang henr...@gmail.com wrote: there are a board (8 * 8) and a ImageView (A). for example, i want to move A from (0, 0) to (0, 1) to (1, 1) to (1, 2) step by step.

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Micah
Ah, so you want to render your UI to a texture and then apply that texture to a 3D object? If so then I don't know if/how to do that. :P On Jul 22, 8:09 am, Sujay Krishna Suresh sujay.coold...@gmail.com wrote: Hi micah,               thnx for the reply, but my requirement is to rotate the

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread John Smith
2009/7/23 Micah mi...@ourmailbox.net A while back Alias|Wavefront (now AutoDesk) tried the licensing server thing. If I'm not mistaken they even had a hardware token required to run their application and it still got cracked. That's an application that retails for $2000 a box, and they

[android-developers] Re: ANDROID BUG: Large Gif Images can not be displayed

2009-07-22 Thread Justin (Google Employee)
What do you mean by 4MB? My guess is that this is the file size. The file size is not relevant for displaying an image, what matters are its dimensions, what are the dimensions? Each process in Android has a limit of 16MB of memory. Due to process overhead this really means you have up to 14MB

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Moto
Mmm slidelock sounds like I'm gonna try it... I guess that's another way to distribute an app instead of using the Android Market... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Have any API can control CPU frequency?

2009-07-22 Thread Romain Guy
There's no such API sorry. On Tue, Jul 21, 2009 at 8:26 PM, Arthurarthur...@gmail.com wrote: Hi All, I tried use ADB shell to execute echo 528000 /sys/devices/system/ cpu/cpu0/cpufreq/scaling_max_freq to set CPU frequency successfully. But i can't find any API for applet to control CPU

[android-developers] Re: ScrollView size issue

2009-07-22 Thread Romain Guy
It's meaningless for a child of a ScrollView to be fill_parent. Use wrap_content instead. On Wed, Jul 22, 2009 at 5:33 AM, ioRekjeremy.vuiller...@gmail.com wrote: ok I have this xml : FrameLayout    xmlns:android=http://schemas.android.com/apk/res/android;    

[android-developers] Re: How to access the rest of R.drawable (such as emoticons)?

2009-07-22 Thread Romain Guy
Look at the source code of Android and copy the files in your app. On Wed, Jul 22, 2009 at 2:19 AM, Haydenhayden.stew...@gmail.com wrote: How can I access the rest of the stuff in the drawable folder, such as the Android emoticons? I can use many of what is in the drawable folder by doing

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread Android Development
There is also LM-X licensing server, that is promising. On Wed, Jul 22, 2009 at 9:03 PM, Moto medicalsou...@gmail.com wrote: Mmm slidelock sounds like I'm gonna try it... I guess that's another way to distribute an app instead of using the Android Market...

[android-developers] Re: Can we make paid apps - additional packs also chargeable?

2009-07-22 Thread Shibbs
Let me reply my own post The two proposed solution for additonal paid packs downloads are: * Bundle additional packs into separate Apk's: The additional packs can be bundled in separate paid apk's (like AppPack1, AppPack2... AppPackN) and downloaded. Once downloaded, the original App game

[android-developers] Re: How to Speed up Animation

2009-07-22 Thread Roman
You can find some useful information in the following presentation. http://code.google.com/events/io/sessions/WritingRealTimeGamesAndroid.html You can skip the first 10-15 min -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in

  1   2   3   >