Re: [android-developers] Re: Market alternatives

2010-09-07 Thread Shane Isbell
Google is doing an HTML5 web store, so there isn't much point putting tons of effort into their Android Market place client. An HTML5 web store will have global reach and combine that with paypal support and the alternative markets that are doing nothing more than selling applications (pretty much

[android-developers] I want application runtime load new jar?

2010-09-07 Thread CaryWang
My application update some jar files,I want runtime load jar files or any idea? -- Cary -- 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 gr

[android-developers] android.os.Parcel.readException(Parcel.java:1224)

2010-09-07 Thread Raghavendra Singh
Hi I am having remote service and a client in my app and there are two aidl(Request.aidl & Response.aidl) to client - service communication. In one of class i am calling a service mathod(Request.aidl ) through binder and service is giving callback for client request( Response.aidl) and in callb

[android-developers] Re: How to implement directory tree like list?

2010-09-07 Thread Explore Android
Thanks for the reply. I had followed the link trail but no useful information. All the posts talk about this kind of implementation is not worth on phone devices, given the real estate they have. What about tablet devices that are coming out? They have required real estate to support this kind of f

[android-developers] Re: Variable number of settings

2010-09-07 Thread Schoel
The idea I've gotten so far is to extend the PreferenceScreen class and make a PresenceScreen which fills itself with whatever has been saved to it when it loads. This idea still feels a bit to vague though and I would appriciate any help! If anyone knows where to get the source code for the WiFi s

[android-developers] Re: Market alternatives

2010-09-07 Thread mort
On Sep 8, 12:01 am, Kevin Duffey wrote: > I have to ask.. in the last year since I started learning Android (haven't > had much time the past several months to do much other than read some of > these emails), how many more markets has Google got Android into that offer > apps to be purchased in, a

[android-developers] Re: How do I write Android.mk for an application using com.google.android.maps.jar

2010-09-07 Thread Binggrae
Thank you. No one has answered. On Aug 27, 9:56 am, Binggrae wrote: > Hi > > I am developing an application using com.google.android.maps.jar > It is OK to develop it with Eclipse SDK. > but an build-error happens when building system.img with GMS licence > (com.google.android.maps.jar is already

Re: [android-developers] AudioRecord weirdness on Samsung Moment (SPH-M900)

2010-09-07 Thread Krishna Mohan
Hi, Android's AudioFlinger does the job of downsampling to 8khz irrespective of whatever be the top level applications sampling rate setting. AudioFlinger will down sample to 8khz and record. You may try another method of recording using arecord utility of alsa. #alsa_arecord -f 16000 -c 2 -Dhw

[android-developers] Re: List of Android Devices with specifications to use in Emulator

2010-09-07 Thread Marcus Wolschon
Thanks. That should be quite useful. On 7 Sep., 21:50, Andrew Brampton wrote: > Hi, > I'm going to try something here, and hopefully it'll work. > > I've written a few apps and occasionally I'll have someone email me > saying it doesn't work correctly on their phone. As I don't have > access to

[android-developers] Changing Window's PixelFormat and annoying blink.

2010-09-07 Thread Krystian Lewandowski
Hi, I have an Activity with theme defined as Theme.Wallpaper.NoTitleBar, because I want to show wallpaper behind the main View. But this Activity has second View - shown as a result of interaction. And while shown i'd like to set Window format to OPAQUE, then when hidden - change it back to TRANSLU

[android-developers] Re: Monkey Questions

2010-09-07 Thread Tez
Any one has ever thought of doing somethin' like the above? Also, I tried to startup monkey so that it listens over the network. Then I did a port forwarding. Finally, I connected via PuTTY to the IP:Host. I dont get any "OK" responses from monkey. Cheers, Earlence On Sep 7, 9:07 pm, Tez wrote:

[android-developers] Re: Format or example required for writing script for monkey tool

2010-09-07 Thread Tez
Have you tried seeing the sources? http://android.git.kernel.org/?p=platform/development.git;a=blob;f=cmds/monkey/example_script.txt;h=5c1c61de2b5bd5fb109d9f2807d12da4ee36e825;hb=HEAD a script can be invoked as adb shell monkey -f On Sep 6, 11:03 am, ankit wrote: > Hi, > > Can someone please

[android-developers] Re: Simple Key Event Questions

2010-09-07 Thread Tez
Thanks Dianne. I have implemented my own keyboard with the keyboard view class. Cheers, Earlence On Sep 5, 9:10 am, Tez wrote: > I want to implement a biometric measure based on keystroke analysis. > (This is a known research topic). > I need to extract timing vectors that correspond to how a us

Re: [android-developers] Recommendation for an Application with tons of media files

2010-09-07 Thread Sebastián Treu
Nice to hear your opinions, thanks all. Cheers, -- If you want freedom, compile the source. Sebastián Treu http://labombiya.com.ar -- 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@go

[android-developers] Re: How to import android.content.IntentReceiver;

2010-09-07 Thread kiran
Thank you On Sep 7, 6:49 pm, Mark Murphy wrote: > On Tue, Sep 7, 2010 at 9:39 AM, saikiran n wrote: > > If iam trying to import android.content.IntentReceiver; it shows error > > symbol not found. In which sdk it is available. > > I am trying with 2.2 > > IntentReceiver was removed from the Andr

[android-developers] Implicit intent - call to another activity doesnt work if action name is defined as user defined names.

2010-09-07 Thread mani
Hi all, implicit intent with class name as action defined in intentfilter. is not working. Only it it is defined as "android.intent.action." it is picked up ? is it so ? I have app A with the following in manifest.xml file http://schemas.android.com/apk/res/android"; package="com.android.

[android-developers] Allocations of "PlatformAddress" inside OpenGL causing GC calls

2010-09-07 Thread Jason
Hi all, I am trying to weed out any lingering GC calls from my game and have hit a bit of a snag. Via monitoring allocations I am seeing lots of allocations of something called a PlatformAddress (org.apache.harmony.luni.platform.PlatformAddress): org.apache.harmony.luni.platform.PlatformAddress

Re: [android-developers] How to use 'SQLiteStatement' to insert a item ( with multiple columns)

2010-09-07 Thread Shashidhar
On Mon, Sep 6, 2010 at 8:19 PM, xi developer wrote: > I am new in Android development, I got a simple question to ask, > I know the way how to implement item insert to DB table when there is > only one id column and one "name" column in the table, which is: > > "CREATE TABLE myTable (id INTEGER P

[android-developers] Re: List Item (a view) order changes unexpextedly while (fast) scrolling in a ListView

2010-09-07 Thread rious.delie
Okay, great, you are right, james.. there is something wrong on the getView implementation, still not sure why, but my problem is solved by, something like this: @Override public View getView(int position, View convertView, ViewGroup parent) { ViewHolder viewHolder; if (co

Re: [android-developers] Re: Bitmaps and OutOfMemoryError: Best Practices needed

2010-09-07 Thread Romain Guy
It's not hard to debug. Dump the heap (with DDMS) and use a tool like MAT to see what's going on. On Tue, Sep 7, 2010 at 7:05 PM, Indicator Veritatis wrote: > It is one of the ironies of Java that though it is harder to write a > memory leak than in C++, once you do manage it, it is harder to deb

Re: [android-developers] How to implement directory tree like list?

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 9:33 PM, Explore Android wrote: > I want to build a list that show the directory tree like list similar to > folders view on the left pane in 'Windows Explorer'. > Again with this ... http://groups.google.com/group/android-developers/browse_thread/thread/2ed165202f4f30a7/a

Re: [android-developers] Re: Develop Games

2010-09-07 Thread Kevin Duffey
I am blown away that Haroon's email got thru. Frankly, ban him from the list. No reason to continue to support a developer who has no respect or manners for others. On Tue, Sep 7, 2010 at 7:51 PM, Jason wrote: > Do you mean a map as in a level design (i.e. position of background/ > foreground sp

Re: [android-developers] One day sale made my paid app free, now I cannot revert!

2010-09-07 Thread TreKing
On Sun, Sep 5, 2010 at 11:12 PM, coneybeare wrote: > What can I do? Post your problem / question once. Posting the same issue twice is not going to help it get back to paid. - TreKing

Re: [android-developers] Dynamic Tables

2010-09-07 Thread TreKing
On Sat, Sep 4, 2010 at 7:15 AM, Malte wrote: > Does anyone of you know how to create dynamic Tablelayouts? > I'm sure someone does. > On my Emulator Android just shows nothing. > OK. Was that supposed to explain your problem? > Pls help me > Why do people always use "Pls"? Is typing the ex

Re: [android-developers] Fetch recurrent events

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 1:12 AM, rinyogi wrote: > I was wondering how does one fetch recurring events from native calendar? > One doesn't, as the Calendar API is not public. - TreKing

[android-developers] Device Administrator and Safe Mode

2010-09-07 Thread Prashast
I was trying out the Device Administrator feature in my application and just as an experiment I rebooted the phone into safe mode. In safe mode the Device Administrator list is empty while upon a normal boot- up my application shows up there. In safe mode I could not uninstall my application as we

[android-developers] Re: Develop Games

2010-09-07 Thread Jason
Do you mean a map as in a level design (i.e. position of background/ foreground sprites etc).. or a map as in a fractal-like image representing a landscape? (like a world map) If it's the latter.. I did once find a really good random map generator, but I can't seem to locate it now. If this is in

Re: [android-developers] Market Bug - Free to Paid cannot be done

2010-09-07 Thread TreKing
On Mon, Sep 6, 2010 at 8:47 AM, coneybeare wrote: > I have an app that is normally 2.99. > Congrats. > Yesterday, I had a 1-day sale that made the app free. > Uh oh. Also, "free" is not really a "sale", but anyway ... > Now I cannot revert it back to 2.99. > No, you cannot. > What can I

[android-developers] Re: Implicit intent - Same action for mutiple component how it works ?

2010-09-07 Thread mani
Thanks Dianne. For explanation. I changed the action name to "android.intent.action.GET_RESULT" Now it displays me an option to choose which app to execute. Thanks, - mani On Sep 8, 12:23 am, Dianne Hackborn wrote: > - You don't need multiple apps to test this.  Just more than two activities,

Re: [android-developers] Downloading files from the Internet

2010-09-07 Thread TreKing
On Mon, Sep 6, 2010 at 2:48 PM, Tom wrote: > From the emulator I click the download button > What download button? > (in windows a dialog pops up after clicking asking where to put the file) > In Windows? You mean outside of the emulator? > From my phone I can't even get to the download sc

Re: [android-developers] Develop Games

2010-09-07 Thread TreKing
On Tue, Sep 7, 2010 at 3:39 PM, Haroon Khalid wrote: > how do fucking emails like this get approved by moderators? Yes ... how do emails like this get approved ... indeed. - TreKing

[android-developers] Re: How does Android determine whether to move the layout up when showing the softkeyboard?

2010-09-07 Thread Mathias Lin
On Sep 8, 8:58 am, Dianne Hackborn wrote: > You make a broken view hierarchy that uses fixed sizes, so doesn't adjust to > the actual window size. Again, not something I would recommend. I don't see how non-fixed sizes make a difference here in my case. I have two activities with an almost ident

[android-developers] Re: Bitmaps and OutOfMemoryError: Best Practices needed

2010-09-07 Thread blahblah...@gmail.com
I managed to recreate the bug with a very simple test case. It only happens when you place the Bitmap into a Canvas, so I think it is a memory leak in the Android Canvas code. I have logged a bug here: http://code.google.com/p/android/issues/detail?id=11089 As far as I can tell this bug will happ

[android-developers] How to implement directory tree like list?

2010-09-07 Thread Explore Android
Hi, I want to build a list that show the directory tree like list similar to folders view on the left pane in 'Windows Explorer'. I have seen ExpandableList but this goes into 2 levels only. I want to go into multiple levels. Expand the item by clicking on the left icon and show sub directories in

Re: [android-developers] Re: ListView OnItemClickListener not working

2010-09-07 Thread TreKing
2010/9/7 Gabriel Simões > The thing is, if the function getView from my AdapterClass returns the View > that I have inflated than it doesn´t work. If it returns a TextView, it > works (using my old Dialog). > Does it work if you click on the TextView portion(s) of your custom view? Have you set

[android-developers] Re: One day sale made my paid app free, now I cannot revert!

2010-09-07 Thread Maps.Huge.Info (Maps API Guru)
This could be clearer: "3.3 You may also choose to distribute Products for free. If the Product is free, you will not be charged a Transaction Fee. You may not collect future charges from users for copies of the Products that those users were initially allowed to download for free. This is not int

Re: [android-developers] open my ass

2010-09-07 Thread Miguel Morales
WTF? Blocking hardware? And too much much info in the subject BTW. On Tue, Sep 7, 2010 at 7:14 PM, saras wrote: > when did open platform start blocking hardware google unfuck your self > ps sorry the red am seeing red > > -- > You received this message because you are subscribed to the Google >

[android-developers] open my ass

2010-09-07 Thread saras
when did open platform start blocking hardware google unfuck your self ps sorry the red am seeing red -- 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 fr

[android-developers] Re: Bitmaps and OutOfMemoryError: Best Practices needed

2010-09-07 Thread Indicator Veritatis
It is one of the ironies of Java that though it is harder to write a memory leak than in C++, once you do manage it, it is harder to debug than in C++;) IBM developerworks has some good articles on it. So, for example, though the article is old, and mentions rather dated GC technology, I do belie

[android-developers] Re: Bug in glEsVersion?

2010-09-07 Thread Robert Green
I had crazy problems with that, too. Apparently the GLES Version filtering doesn't work right for many devices. It didn't work right for the first EVO firmware. I don't know if they've fixed it. Filtering is done by the client sending up all of its capabilities (I believe) to the market server a

[android-developers] Re: Fog of war? is it possible?

2010-09-07 Thread Robert Green
Fog of war = 1) Divide world into tiles. 2) Tile can have any of 3 states { FOGGED, PARTIALLY FOGGED, CLEAR } 3) If tile = FOGGED, draw black (or don't draw at all if you're clearing to black) 4) If tile = CLEAR, draw normal stuff. 5) If tile = PARTIALLY FOGGED, draw normal stuff, determine w

[android-developers] Re: Vertical Button Text

2010-09-07 Thread William Ferguson
Excellent! Of course. Thanks guys. On Sep 8, 9:08 am, Mark Murphy wrote: > And if that doesn't work, "So...", passed through > Html.fromHtml(), should work > > 2010/9/7 Gabriel Simões : > > > > > havent tried that but maybe  setting button´s text as > > "S\no\nm\ne\nT\ne\nx\nt" may do the trick.

Re: [android-developers] Re: Multiplayer Game – Ha ndle Communication

2010-09-07 Thread Miguel Morales
I responded in your other thread, but for the sake of completeness I will paste my response here: There have been a couple of thread about this on this group. http://www.mail-archive.com/android-developers@googlegroups.com/msg75993.html http://groups.google.com/group/android-developers/search?grou

[android-developers] Re: Split Path to get filename and extension

2010-09-07 Thread DanH
What's an "extension"? Oh, you mean the Windows-specific concept of a portion of the file name that is separated from the rest of the file name by a dot. But what if there are two dots? Or three? Or none? On Sep 3, 12:31 pm, Allen wrote: > Is there any method in io package? > > On Sat, Sep 4,

[android-developers] Re: Multiplayer Game – Handle Communication

2010-09-07 Thread Robert Green
Go lightweight and cross-platform. You'll be glad you did. Almost every platform can easily encode/decode JSON. Consider using it if it's not a real-time protocol (JSON is awesome for turn-based stuff). If it is a real-time protocol, roll your own binary format. Keep it super simple, with packe

[android-developers] Re: TelephonyManager & PhoneStateListener

2010-09-07 Thread Indicator Veritatis
I think you have lost sight of the forest for the trees. The main difference is that the Listener is just that -- a Listener. If you don't use the Listener, you have to poll for changes in phone state or create a Receiver. Often, this is a waste of time. The Listener should be preferred, unless you

[android-developers] Re: Maps with directions.

2010-09-07 Thread HeHe
you might like to try Location src,dst; //...set src/dst locations String uri=String.format("http://maps.google.com/maps?f=d&saddr=%f, %f&daddr=%f,%f&hl=en" ,src.getLatitude(),src.getLongitude() ,dst.getLatitude(),dst.getLongitude()); startActivity

Re: [android-developers] Develop Games

2010-09-07 Thread Christian Eduardo Palomares Peralta
Robert and Miguel, thxs for your help Sorry if i'm not very well with my english, but i'm from Perú I'll follow your recommendations =) Thxs 2010/9/7 Miguel Morales > I don't think it was that bad, I've see a million times worse. I > can't expect everyone's English to be that good. > > On T

[android-developers] Re: Multiplayer Game – Handle Communication

2010-09-07 Thread Bret Foreman
How about sending and receiving tweets? How much info does the game need to exchange? -- 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, s

Re: [android-developers] Re: java.lang.NullPointerException when trying to edit strings.xml

2010-09-07 Thread Nitin Dahyabhai
On Tue, Sep 7, 2010 at 12:12 AM, Saied wrote: > Hello Nitin, > > just FYI, your suggestion has not changed the errors a bit! > > Wow! > > is there something simpler than hello world we should try that works? > That's curious. Is there a new stack trace in the Error Log? We're a very short while

Re: [android-developers] Develop Games

2010-09-07 Thread Miguel Morales
I don't think it was that bad, I've see a million times worse. I can't expect everyone's English to be that good. On Tue, Sep 7, 2010 at 1:39 PM, Haroon Khalid wrote: > how do fucking emails like this get approved by moderators? dude give up on > Android and slap yourself in the face. > > On Tu

Re: [android-developers] Re: Fog of war? is it possible?

2010-09-07 Thread Miguel Morales
Um ok, my solution would work just fine. Except maybe speed-wise. In which case you can then add a GL overlay to your 2d canvas. On Fri, Sep 3, 2010 at 7:37 PM, John Paul Bernal wrote: > we are using overhead view and 2d graphics on canvas. Our "character" > is a ball where it needs to find key

Re: [android-developers] Multiplayer game communication

2010-09-07 Thread Miguel Morales
There have been a couple of thread about this on this group. http://www.mail-archive.com/android-developers@googlegroups.com/msg75993.html http://groups.google.com/group/android-developers/search?group=android-developers&q=multiplayer&qt_g=Search+this+group A lot of it depends on the kind of game

Re: [android-developers] Eclipse ADT not installing library project

2010-09-07 Thread Xavier Ducrohet
There is no library apk. It's not meant to be in the apk of the main application. it's meant to be merged into the apk of the main application as if the source code and resources came from the main application source folders. Android Library Project are purely handled at compile time. This also me

Re: [android-developers] One day sale made my paid app free, now I cannot revert!

2010-09-07 Thread Mark Murphy
On Mon, Sep 6, 2010 at 12:12 AM, coneybeare wrote: > My app had a one-day sale on all platforms and app stores.  The price > went from 2.99 to free for just today, but now that the sale is over, > I need to revert the price back to 2.99.  The bad news is, the > developer console will not let me ch

Re: [android-developers] App Widget with AlarmManager... full example source?

2010-09-07 Thread Mark Murphy
On Mon, Sep 6, 2010 at 1:15 PM, Rich wrote: >    No matter what I put in updatePeriodMillis, the shortest refresh > time I can get is 30 minutes (I thought this was a 1.6 only bug but > apparently not since I'm running 2.1) It is not a bug. > I don't want the widget to refresh when > the screen

Re: [android-developers] Dynamic Ressource Loading

2010-09-07 Thread Mark Murphy
On Sun, Sep 5, 2010 at 11:51 PM, jason rogers wrote: > I'm trying to find a way to open resources which name is determined at > runtime only. getResources().getIdentifier() -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://

Re: [android-developers] Showing Location settings

2010-09-07 Thread Mark Murphy
On Sat, Sep 4, 2010 at 4:58 AM, GREEN.POINT wrote: > I developing a simple location tracking software. > > And I want this functionality: if network and gps location providers > are not enabled show android location settings. > > How to impliment this functionality? Try: startActivity(new Intent

Re: [android-developers] hebrew rtl numbers problem

2010-09-07 Thread Mark Murphy
On Sun, Sep 5, 2010 at 7:11 AM, Duke_c82 wrote: > somebody have an idea how to solve the rtl numbers problem? when > setting hebrew text to objects like text view Android does not support RTL languages at this time. It is something that is being worked on. -- Mark Murphy (a Commons Guy) http://

Re: [android-developers] How to scan all the files of the phone?

2010-09-07 Thread Dianne Hackborn
Sorry, you can't. On Mon, Sep 6, 2010 at 8:55 AM, Pamplemousse Mk2 wrote: > Hello, > > is it possible to develop an application which can have a read access > to all the files of the phone. We plan to develop an antivirus > application. I know that APK applications have for example a limited > a

Re: [android-developers] TelephonyManager & PhoneStateListener

2010-09-07 Thread Mark Murphy
On Tue, Sep 7, 2010 at 4:09 AM, KrcK --- wrote: > I would like to know what are the main differences between TelephonyManager > and PhoneStateListener, because you can do (more or less) the same things > with both. There is a bit more to TelephonyManager than just monitoring phone state. > For e

Re: [android-developers] Re: How does Android determine whether to move the layout up when showing the softkeyboard?

2010-09-07 Thread Dianne Hackborn
On Tue, Sep 7, 2010 at 4:21 AM, Mathias Lin wrote: > How can I 'achieve' that (setting a view hierarchy that wouldn't correctly > resize)? > You make a broken view hierarchy that uses fixed sizes, so doesn't adjust to the actual window size. Again, not something I would recommend. > But even

Re: [android-developers] Getting Owner and Contact Data

2010-09-07 Thread Dianne Hackborn
Android has no concept of an "owner". Those permissions don't do anything (and will be gone in the next release). On Wed, Sep 1, 2010 at 12:11 PM, Dritan wrote: > Hello, > > I'm writing an app on to make use of the owner's data (first, last, > email(s), phone(s)) and one or more contacts the ow

Re: [android-developers] Re: Simple Key Event Questions

2010-09-07 Thread Dianne Hackborn
You can use they keyboard class to implement your own IME inside of the app. You can't do this with the IME framework, since that is global. On Sat, Sep 4, 2010 at 9:10 PM, Tez wrote: > I want to implement a biometric measure based on keystroke analysis. > (This is a known research topic). > I

[android-developers] How to invoke phone dialer in browser? or is it impossible ?

2010-09-07 Thread mm...@hustunique.com
I post it in StackOverFlow,but get no responce,sorry if I have disturbed you. below is the Question: I build a website for phones like android and iphone,when users click an url , is it possible for me to invoke some system build in activities like Dialer or SMS)? I want to implement this cause

Re: [android-developers] LED turn off

2010-09-07 Thread Mark Murphy
On Fri, Sep 3, 2010 at 9:05 AM, Anand Android wrote: > In charge only mode the device stays awake all the time, it doesn't turn off > the screen during chargeOnly mode. I want it turn off the screen after > certain amount of time . how do i do that ? Uncheck Settings > Applications > Development

Re: [android-developers] Re: Fog of war? is it possible?

2010-09-07 Thread Miguel Morales
Why not add an overlay view to the 2d canvas view. Then just draw your fog stuff there, perhaps by using some semi-transparent png or something. On Sat, Sep 4, 2010 at 9:07 AM, John Paul Bernal wrote: > overhead view, 2d canvas on paint, our character by the way is a ball > navigated by the user

[android-developers] Bluetooth FTP Server Service implementation

2010-09-07 Thread Ajith Kamath
Hi, I have written FTP server for Eclair 2.1. I'm stuck in browsing service. Here I'm able to do forward browsing (i.e descend into folders). But when I give up(back), Client(laptop dongle) which I'm using to browse, is not sending me SET Path request. But FTP spec v 1.1 says Obex SET PATH request

[android-developers] Multiplayer Game – Handle Com munication

2010-09-07 Thread shaish
Hi, I want to develop a multiplayer game. The game will provide communication between different platforms: 1)Two android clients (client applications that communicates through a service). 2)Android client and a web application – (internet application) – which is something like facebook (web

[android-developers] Variable number of settings

2010-09-07 Thread Schoel
Hello, I'd like to make a preference screen with a variable number of preferences, very much like the WiFi selector. A number of profiles should be clickable and possible to edit and in the bottom there should be an add profile button. Has anyone got any tips on how to accomplish this? All I've fo

[android-developers] Action_CALL visio

2010-09-07 Thread fandre
It's possible to invoke by program a phone call via an intent : Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url)); where the url contents the phone number. Assuming that we have the right phone, the right OS version, the right subscription. How to specify that we want to make a video

[android-developers] Free Gold Passes for - OSI Days 2010 - Asia’s Leading Open Source Conference

2010-09-07 Thread Raj Digari
Dear Mr. Sir/ Madam, We would like to inform you about OSI Days 2010 - Asia's leading Open Source Conference and Expo. OSI Days 2010, organised by FOSII (Forum for Open Source Initiatives in India) in association with EFY Group (publishers of LINUX For You) will be held at Chennai Trade Center (Ch

[android-developers] How to debug web page on device?

2010-09-07 Thread Jonas Bengtsson
Hi all, There's a third party web page which renders fine in the emulator and some Android devices. However, it doesn't look as intended on my Galaxy S. The page is almost only JavaScript so it's hard to know what's going wrong by just looking at the source. I get the same error in the browser

[android-developers] Cant get basic HTML5 stuff to work

2010-09-07 Thread Ghetto Bill Gates
I made a video of my app, the part where I am having trouble started at 30 seconds. http://www.screentoaster.com/watch/stUElTQ0BJRFtXQ1VUUl5RX1JQ/html5 This is my code http://pastie.org/1144392 This is a html5 site using webview/webkit wrapper. 1. The problem I am having is that when I click a

[android-developers] Re: Android 2.2 - width=device-width No Longer Working

2010-09-07 Thread icedogchi
Not sure, but I have a site that looked flawless with 2.1. Now with Froyo, the site is all squished up and the fonts are all sized incorrectly. I think there is a bug with 2.2, CSS and Webkit. On Sep 7, 12:47 pm, bcolflesh wrote: > In previous versions of Android that supported: > > > > the de

[android-developers] Android 2.2 and CSS

2010-09-07 Thread icedogchi
Last week, I finished a project to convert a CSS file to display correctly on the Verizon Droid phone. At the time, the OS was Android 2.1 and I got the CSS to display the site well. Today, I get an OTA for Android 2.2 and install it. Now, when I go to my site, the page is completely squished up

Re: [android-developers] Develop Games

2010-09-07 Thread Haroon Khalid
how do fucking emails like this get approved by moderators? dude give up on Android and slap yourself in the face. On Tue, Sep 7, 2010 at 3:54 PM, TreKing wrote: > On Tue, Sep 7, 2010 at 1:51 PM, Christian Eduardo Palomares Peralta < > palomare...@gmail.com> wrote: > >> i can't find a generator

[android-developers] Strange GregorianCalendar Issue [only on Desire?]

2010-09-07 Thread Andreas
Hello, for one of my apps i need to create a list of months for which data is available. I do this by polling the first date for which data is available and then use a loop to increment the date until i reach the present. The code looks roughly like this: Date startDate = new Date(firstA

Re: [android-developers] Re: about android Reversepengineering !!!!

2010-09-07 Thread Mike Adams
I've considered using an obfuscator. As to maintainablity, i figured this is something you run on the code prior to creating a release, and you would never work with the jumbled code for developement. I.e. its part of the build process prior to release, the code itself for developement is always th

[android-developers] copy area of bitmap to another

2010-09-07 Thread wolphi
I would like to copy an area of a bitmap to another. I can write a loop and copy the pixels with getpixel and setpixes one by one but with a bitmap of 400x200 pixel it is kind of slow. Is there any faster way? -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] Choosing background for Live Wallpaper.

2010-09-07 Thread JoelDuggan
Hello all, I asked this question a day or two ago but it didn't seem to get posted. I don't know if it just takes a while for the moderators to approve or if it got lost so I'll try again. I'm writing a live wallpaper that creates an effect over a background. I want the user to be able to choos

[android-developers] Issue 82 or 2,5 years without Ad-hoc

2010-09-07 Thread hamMElion
Good afternoon, everyone. It would be better if Android could connect to other devices via wifi ad-hoc, but, it can't. Oh, there is a special issue (http://code.google.com/p/android/issues/ detail?id=82), you say? Well, i'm afraid it's an issue of ignorance! There was not a single comment or respon

[android-developers] Re: Settings.Secure.ANDROID_ID not unique on DROID2?

2010-09-07 Thread Opted Out
I'm just coming into the market and can see some use for my application if each and everyone has a unique ID. Is there still issues or does it appear to be fixed? On Aug 18, 1:48 pm, "Maps.Huge.Info (Maps API Guru)" wrote: > I'm relieved to see that I'm not the only one who's seeing the > "mag

[android-developers] CertPathValidatorException (TrustAnchor for CertPath not found)

2010-09-07 Thread Speedy
How can I debug an app which depends on an SSL certificate which my HTC EVO (froyo 2.2) doesn't trust? The cert is a valid one from Trustwave--nothing wrong with it. It is installed properly on our web server. ( see https://www.anaheimjobs.com/JobFair2010.html , then click on the TrustWave badge fo

[android-developers] customize the android default application

2010-09-07 Thread ani
Hi all, Actually I am having all android platform code of eclair 2.1. I want to add some tab or some other componant in all default application so that when i click on that it will open my new application activity. But for that i dont want to change the source code of all default application.

[android-developers] How to save browser page content?

2010-09-07 Thread xuezhi xing
Hi all: I run some pages with JavaScript, and the result page is outputted by JavaScript code. So are there any easy methods to save the outputted content(mainly text)? BTW, screen capture in SDK is not convenient for me. Thanks, Xuezhi -- You received this message because you are subscribed t

[android-developers] hey all.. i need Android Application developmers

2010-09-07 Thread harsha
hey. i need android application developers for a leading IT company, and also mobile application developers are also required please contact me if you are available at ravula.har...@gmail.com or harshavardhan4...@yahoo.in regards harsha -- You received this message because you are subscribed to

[android-developers] Recover/retrieve deleted files

2010-09-07 Thread Pamplemousse Mk2
Hello, Is there a Java or C API to retrieve deleted files on the phone? I know that when we delete a file, only the TOC of the drive is modified, not the drive's cluster. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] App Widget with AlarmManager... full example source?

2010-09-07 Thread Rich
Hi all, I've created a simple app widget for personal use that queries a site from the internet, parses the XML received and displays some info from it. I'm using a Droid X, if that makes a difference; both in the emulator and as physical hardware, developing in the Android version of the Mot

[android-developers] GPS Road Network Developer

2010-09-07 Thread benclark
I know Waze exists already but in all honesty it's far from good, often having roads that don't exist, not tracking very well, and extremely difficult to edit roads that you've recorded afterwards. What I am wondering is, how easy would it be to create an app that follows me whenever I'm driving re

[android-developers] Re: java.lang.NullPointerException when trying to edit strings.xml

2010-09-07 Thread Alexandre
I used to have the same problem. The solution is to replace the resources tag with the following: http://schemas.android.com/apk/res/android";> On 7 sep, 06:12, Saied wrote: > Hello Nitin, > > just FYI, your suggestion has not changed the errors a bit! > > Wow! > > is there something simpler tha

[android-developers] TelephonyManager & PhoneStateListener

2010-09-07 Thread KrcK ---
Hi all, I would like to know what are the main differences between TelephonyManager and PhoneStateListener, because you can do (more or less) the same things with both. For example, you could create an incoming calls register implementing a broadcastreceiver and using TelephonyManger API or extend

[android-developers] Search function in Contact, Android 2.2

2010-09-07 Thread Tim
Hi guys: Here is a question, why Google do not support the sign search in the Contact Module? I found that Google filter all the signs by a static function called "lettersAndDigitsOnly(String name)" in the packages\providers\ContactsProvider\src\com\android\providers\contacts \NameNormalizer.

[android-developers] How to use "onTap" method to return to previous activity

2010-09-07 Thread Eddie Hsieh
Hi, I want to create a icon on google map while users click on this icon can return to previous activity. I have already searched some documents, I also know that I have to use the "onTap" method but I still can't handle this problem. My question is how to write the code to override the "onTap" met

[android-developers] open wifi connection

2010-09-07 Thread wulfgang
Hi folks, I am writing an application which checks the security protocol of the phone's wifi connection. Between the phone and AP, they may use 'wpa', 'wpa2', 'wep' or unprotected 'open' connections. Does anyone know how to get such information? Thanks! wulfgang -- You received this mes

[android-developers] Fetch recurrent events

2010-09-07 Thread rinyogi
Hi I was wondering how does one fetch recurring events from native calendar? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] How to scan all the files of the phone?

2010-09-07 Thread Pamplemousse Mk2
Hello, is it possible to develop an application which can have a read access to all the files of the phone. We plan to develop an antivirus application. I know that APK applications have for example a limited access to the /data directory. Thanks. -- You received this message because you are su

[android-developers] Multiplayer game communication

2010-09-07 Thread shaish
Hi, I have to develop a multiplayer game. The game will be supported between different platforms: 1) Two android clients. 2) Android client and a web application (something like facebook and android client for Texas- Holdem game). I want to handle the communication between the platforms through a

[android-developers] TelephonyManager & PhoneStateListener

2010-09-07 Thread KrcK ---
Hi all, I would like to know what are the main differences between TelephonyManager and PhoneStateListener, because you can do (more or less) the same things with both. For example, you could create an incoming calls register implementing a broadcastreceiver and using TelephonyManger API or extend

[android-developers] Issue during compilation of Android for beagle board

2010-09-07 Thread Silwerstar
Well, here' the compilation error that I face: external/webkit/WebCore/css/CSSParser.cpp: In function 'int WebCore::cssValueKeywordID(const WebCore::CSSParserString&)': external/webkit/WebCore/css/CSSParser.cpp:5190: error: expected initializer before '*' token external/webkit/WebCore/css/CSSParse

  1   2   3   4   >