[android-developers] APK Download

2016-11-01 Thread neil
to download the app using the play store Please contact me if you have any idea's that might help me Regards Neil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, sen

[android-developers] How APK install works

2016-10-28 Thread neil
Hi I am currently working on a Network project where users get access to the internet once they have registered. We are trying to add a feature where the user can register through the APP instead of through a web page(but still connected to the unregistered Network) Sad part is the

[android-developers] KitKat x86 (API 19 / 4.4.4) not working in Android Studio 2.0 emulator

2016-04-15 Thread Neil Mansilla
Hey there, I'm not able to get *KitKat x86 *working on AVD emulator in Android Studio 2.0. Is there a known problem? It's stuck on Android boot screen, and in logcat it's an infinite loop of NPEs.. also, /system and /data mounts are stuck in read-only. With all of the same VM settings

Re: [android-developers] Re: How to perform multiple queries from different tables and show in single list view

2013-01-10 Thread neil odiaz
just use inner join inn your query . maybe it will help you. -- 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] Sudden Drop in App Usage and New Users

2012-09-25 Thread Neil Johnston
I have had two apps in the last couple weeks that had sudden drops in the market. They're in the same position in the market app results. But the daily New Users has went from 400 to 45. What can explain such a huge drop in New Users? -- You received this message because you are subscribed to

[android-developers] SetWallpaper questions!

2012-08-24 Thread Neil K
Hi, I made a wallpaper app and right now it does this: case R.id.bSetWallpaper: Bitmap whatever = BitmapFactory.decodeStream(getResources().openRawResource(toPhone)); try{ getApplicationContext().setWallpaper(whatever); }catch(IOException e){ e.printStackTrace(); Instead of the Set

[android-developers] Im getting this error - the application has stopped unexpectedly .. Please help me.

2012-06-29 Thread neil odiaz
Here is my code: when i click the button it says the error message .. package test.TOE; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class

[android-developers] Is there any way of providing a prebuilt database within an app?

2012-06-29 Thread Neil
We are building an app which contains a list or translations. Currently, on first run, we have to build the database from an XML source file, which contains our words to watch for and the appropriate translation word. This building of the database is starting to take quite a while as our list

[android-developers] Re: Locale for Spanish missing?

2012-06-29 Thread neil odiaz
what about FILIPINO DIALECT ? do you how to get into this ? -- 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] print Via USB cable using micro usb to standar usb cable?

2012-05-18 Thread neil
I initially developed an application that able to print image and text directly using usb cable. Is there anyone who already implemented this? -- 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] Android app as background service

2012-03-30 Thread Neil
Hi All, I want to create an Android app as background service. Specifically . I want the app to respond when there an incoming call and do some function getting the caller information. Any pointer will be appreciated ! -- You received this message because you are subscribed to the Google

[android-developers] Google+ App consumes phone memory

2011-10-31 Thread Neil
the app. Since it is installed in SD card it should have been consuming memory in SD card not in phone memory. When I uninstall the app I got the phone memory back. Thanks Neil http://neilghosh.com -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Google+ App consumes phone memory

2011-10-31 Thread Neil
Thanks Daniel and Steven for the explanation ! My phone has only 181 Mb of phone memory, so I am not able to install more than 10 apps or so.And because above reason moving the apps to SD card also does not help. I understand this is a Developers' forum, Can anybody suggest me android user's

[android-developers] XDR

2011-10-12 Thread Neil Menne
I'm trying to get XDR built for android, and I was looking at sysroot/ usr/include/linux/sunrpc/xdr.h and that's empty. For the most part, everything in this directory seems largely unimplemented. Does anybody have this stuff working? -- You received this message because you are subscribed to

[android-developers] Re: Android 2.2 can only support 2 concurrent bluetooth connections?

2011-09-12 Thread Neil
I'm doing the same, extended the Bluetooth Chat example in a similar way to you. Not tried with 4 devices yet, your experience is worrying! Any updates? Are you doleing out from a Collection of 7 UUIDs? My Asus EeePad or Nexus One can't sustain a Bluetooth audio stream at the same time as one

[android-developers] Re: Is it possible to fix the orientation of a particular view in Honeycomb?

2011-07-03 Thread Neil
the appropriately oriented layout. On Jun 28, 6:10 pm, Neil wan...@gmail.com wrote: Hi guys, In my activity I have a SurfaceView which I want to lock the orientation when rotating the device. But I still want other views in the activity to be rotated with the device which means I can

[android-developers] Re: Is it possible to fix the orientation of a particular view in Honeycomb?

2011-06-30 Thread Neil
webnet.andr...@gmail.com wrote: On 28 June 2011 12:10, Neil wan...@gmail.com wrote: Hi guys, In my activity I have a SurfaceView which I want to lock the orientation when rotating the device. But I still want other views in the activity to be rotated with the device which means I can not use

[android-developers] Re: No Netbeans support?

2011-06-29 Thread Neil
Built HelloWorld using NetBeans and Android in about 10 mins, nice offering http://bit.ly/jS9DpO -- 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

[android-developers] Is it possible to fix the orientation of a particular view in Honeycomb?

2011-06-29 Thread Neil
Hi guys, In my activity I have a SurfaceView which I want to lock the orientation when rotating the device. But I still want other views in the activity to be rotated with the device which means I can not use Activity.setRequestedOrientation to lock the orientation. So is there a way to achieve

[android-developers] Re: android celebrites api

2011-06-20 Thread Neil
Once again, Dollywood is left flat. On Jun 17, 6:07 pm, nexbug gsuku...@gmail.com wrote: Would there be some basic support for drag and drop in this api? Also hopefully these would be extensible to Tollywood and Mollywood in later versions.? When can we get a preview/trailer sdk? -g -- You

[android-developers] Picture Transfer Protocol in Honeycomb

2011-03-22 Thread Neil
Hi Guys, Honeycomb includes build-in support for Picutre Transfer Protocol. What exactly does this mean? Does this mean I can connect my digital camera to the tablet and import pictures from the camera to the tablet? I guess this requires the tablet to have the USB Host support? Or does it mean I

[android-developers] Something similar to CALayer core animation in Android?

2011-03-07 Thread neil
Hi, I'm porting an iOS app to Android. The app uses a compass view in order to show the current heading/bearing. The compass rotation (bitmap) works great in iOS, using CALayer CoreAnimation. But I'm appearing difficulties under Android. Basically I'm getting the sensor information and I'm sure

[android-developers] Webview cache FALLBACK crash?

2011-02-24 Thread Neil
files on the device with my app name.. Help! Thanks :) Neil -- 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

[android-developers] Link between NetworkInterface and NetworkInfo

2010-11-01 Thread Neil
Is there a link between NetworkInterface and NetworkInfo? NetworkInterface tells the IP address, and NetworkInfo tells me the type, but how do I make the connection between IP address and type? Thanks Neil -- You received this message because you are subscribed to the Google Groups Android

[android-developers] android service

2010-08-11 Thread neil
I have a question regarding on accessing a service on a second activity executed from main activity. do i have to create another service connection as i have created on the main activity. thanks for replies... -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: LDAP connection error

2010-07-12 Thread Neil
On Jul 12, 7:15 am, Kritzli pfister.ta...@googlemail.com wrote: Ok here's the actual problem: Everytime I try to connect to the server I get this error: 07-12 13:33:50.561: WARN/System.err(292): LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to

Re: [android-developers] How to make a imageview at right of linearlayout

2010-07-05 Thread neil monteiro
Hi Give layout_width=wrap_content for ImageView Thanks Neil On Mon, Jul 5, 2010 at 2:25 AM, cindy ypu01...@yahoo.com wrote: Hi All, In the linearlayout, I need to put the image at right. I have tried a lot of method, none of them works. Can someone point out what is wrong? LinearLayout

[android-developers] Re: Request for test of a game on an Evo

2010-07-03 Thread Neil
guess I've got my work cut out explaining it! Neil On Jul 3, 2:40 pm, Lance Nanek lna...@gmail.com wrote: Works as you intended on my Evo here. I can see how some users might be confused, though. The control scheme you've chosen sometimes results in the user tapping the left side

[android-developers] Request for test of a game on an Evo

2010-07-01 Thread Neil
Lite. Touching the left side of the screen should turn the car anti-clockwise, and the right side - clockwise. Thanks, Neil -- 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

[android-developers] Hey Android Team: Can someone please update the platform versions web page?

2010-03-02 Thread Neil
In the Resources section of developer.android.com, the Platform Versions has not been updated since the Nexus One was released. I would really like to know the distribution of 2.1 phones. Bonus points if you can automate this process so the page is updated every 2 weeks. -- You received this

[android-developers] Re: Drawing to MapView Incredibly Slow

2010-02-10 Thread Neil
Only do the real work when something relevant has changed, such as the map center. Then draw to a Picture. In draw, just draw the Picture every time. Neil http://l6n.org/android/ On Feb 10, 1:11 am, aspekt9 aspe...@gmail.com wrote: In my app I am drawing bus routes on top of a MapView

[android-developers] Re: Using WifiManager to connect to a network

2010-02-03 Thread Neil
I can't help with your protocol question, but the reason why specifying the SSID isn't working is because it needs to be a quoted value, e.g. wifiConfig.SSID = \test\; Neil On Feb 2, 8:30 pm, Daniel Rolph d...@rolph.com wrote: After digging around a little, I was able to put together the code

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-29 Thread Neil
Actually, better not do this - see Dianne's message in thread 'OpenGL Fillrate Issues'. On Jan 23, 1:47 pm, SnowCrash jason.poli...@gmail.com wrote: Thanks for the tip! I'll give it a go. On Jan 20, 9:03 pm, Neil neil.wilkin...@gmx.com wrote: Just ran into this myself. It seems calling

[android-developers] Bitmap formats

2010-01-21 Thread Neil
There are several bitmap formats: ALPHA_8, ARGB_, ARGB_ and RGB_565 but where are they described? How am I supposed to know which one to use? Regards Neil -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-20 Thread Neil
Just ran into this myself. It seems calling event.recycle() in the motion event handler resolves it. Regards, Neil On Jan 6, 3:38 pm, SnowCrash jason.poli...@gmail.com wrote: anybody out there got any clues on this? Thanks On Jan 4, 1:16 am, SnowCrash jason.poli...@gmail.com wrote: Hi

[android-developers] Re: Confusion about using Camera to take pictures from my application

2010-01-20 Thread Neil
to get a full sized picture from the Camera activity? Or do I have to roll my own? That would be SUPER lame. If I do have to make my own activity, can someone point me to some example code? Thanks in advance! -- Neil On Jan 7, 7:10 am, rben ray.benja...@gmail.com wrote: I've been trying

[android-developers] Re: Controlling my service from main activity

2009-12-10 Thread Neil
Mark, you're very patient considering it's all explained very well in the docs ;) http://developer.android.com/reference/android/app/Service.html On Dec 10, 4:46 pm, Mark Murphy mmur...@commonsware.com wrote: I see what's happening now... but am struggling to resolve it. When I call

[android-developers] Re: How to remove sms notifications in status bar

2009-11-11 Thread neil
Hi Bilal, You can use the NotificationManager cancel method. On Nov 11, 6:17 am, Muhammad Bilal se.bi...@gmail.com wrote: hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np support in the API to remove any notification

[android-developers] Re: Location doesn't have a bundle with satellite count any more?

2009-11-02 Thread Neil
Excuse me for resurrecting an old thread but there don't seem to be any newer ones. I can't believe there's so little comment on this. The docs for Location still say that getExtras should return satellites. How's it going with you Richard? Regards Neil On Oct 6, 9:53 pm, Richard Schilling

[android-developers] Re: TTS SMS API

2009-10-27 Thread Neil Perry
Bump? On Oct 12, 4:34 pm, Neil Perry npe...@gmail.com wrote: Hello there, We're looking on making an app that would interact with SMS's so it could be played via the TTS api. Is there any way we can input into the long press menu of a sms to call it to play the said message. Thanks Neil

[android-developers] duration and loopiness of sound

2009-10-23 Thread Neil
a MediaPlayer for it when I don't want to actually play it. 2. How do I find out if the sound is a looping sound? Again, without playing it. Thanks in advance Neil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] USSD

2009-10-22 Thread neil
- Im a developer creating a USSD client app, I have a problem on USSD phone session which my android phone turns screen off during my session. Is there a way i can disable screen off when im in USSD mode. Thanks in advance... --~--~-~--~~~---~--~~ You received

[android-developers] PendingIntent.getService Returns an existing or new PendingIntent matching the given parameters

2009-10-16 Thread Neil
In the documentation for PendingIntent.getService it says it Returns an existing or new PendingIntent matching the given parameters. What does that mean? I have one notification which calls pendingIntent = PendingIntent.getService(context, 0, new Intent (context,

[android-developers] Re: PendingIntent.getService Returns an existing or new PendingIntent matching the given parameters

2009-10-16 Thread Neil
Sorry, I should have searched this group better before posting. The solution is here: http://groups.google.com/group/android-developers/browse_thread/thread/2b98206d18a0192f/ On Oct 16, 2:59 pm, Neil neilb...@gmail.com wrote: In the documentation for PendingIntent.getService it says

[android-developers] Notification sound loop

2009-10-12 Thread Neil
modify the sound in some way before playing it. Thanks Neil --~--~-~--~~~---~--~~ 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

[android-developers] TTS SMS API

2009-10-12 Thread Neil Perry
Hello there, We're looking on making an app that would interact with SMS's so it could be played via the TTS api. Is there any way we can input into the long press menu of a sms to call it to play the said message. Thanks Neil Perry --~--~-~--~~~---~--~~ You

[android-developers] AnCal implementation

2009-10-06 Thread neil
Hi All, I'm working with this simple calendar UI app i have a problem on designing the UI, does anyone has an idea on how they implement the AnCal application. If you wanna know what it is please visit this site : http://vetch.magot.pl/pages/ancal.html

[android-developers] Getting the key from a ListPreference

2009-10-02 Thread Neil
? I would have thought this is pretty fundamental, especially if you want to translate your app. Thanks Neil http://L6n.org/android/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Getting the key from a ListPreference

2009-10-02 Thread Neil
Yes I know that. What I meant was that I can do this SharedPreferences pref = PreferenceManager.getDefaultSharedPreferences (this); String value = pref.getString(key, default value); And it will return the selected value. But how do I get the selected key? On Oct 2, 2:06 pm, Mark Murphy

[android-developers] Re: Getting the key from a ListPreference

2009-10-02 Thread Neil
Actually I just repeated what I was trying to do and realised I phrased my question wrong. What I meant was how do I get the selected (localised) value - the code I quoted gets the key as you'd expect. On Oct 2, 3:35 pm, Neil neilb...@gmail.com wrote: Yes I know that.  What I meant was that I

[android-developers] Re: Getting the key from a ListPreference

2009-10-02 Thread Neil
That's an idea, but it's messy. I can't believe that the best way to solve this is to repeat that chunk of code everywhere you need it. I could put it in some utility class, but I'm sure there must be a nice neat way of doing it. Neil On Oct 2, 4:02 pm, Mark Murphy mmur...@commonsware.com

[android-developers] Re: Getting the key from a ListPreference

2009-10-02 Thread Neil
The PreferenceActivity is an almost empty class - it's the usage of the preferences in the application that I was asking about. On 2 окт, 17:21, nEx.Software email.nex.softw...@gmail.com wrote: Hmm, I was under the impression that this was being done from a PreferenceActivity. On Oct 2,

[android-developers] Re: Just for test, Please ignore

2009-09-24 Thread Neil
There are test groups for testing. On Sep 24, 10:58 am, Burne Xu burn...@gmail.com wrote: #123*234*3 95452334049545233404 #2 #0 902*23*53901 123*234*3*3*8*8*8 #23#234#22#23 #23*23423*2344 adf9545233404dasfe9545233442 adf9545233404dasfe#23df adf9545233404  jxp...@motorola.com

[android-developers] Re: How to dump log on Android?

2009-09-15 Thread Neil
There are several apps to do that, including the one I wrote: http://l6n.org/android/sendlog.shtml You could also look at http://code.google.com/p/android-random/source/browse/#svn/trunk/Logcat http://code.google.com/p/android-log-collector/ Regards Neil On Sep 15, 11:19 am, Alger, Lin addr

[android-developers] Re: Issue in XML parsing

2009-09-14 Thread Neil
Your error's here: xr.parse(xmlparse); This function takes an InputSource not a String. Regards, Neil On Sep 14, 1:40 pm, Gulfam gulfa...@gmail.com wrote: Hi,  I want to parse a string and want to get username and password from this string. Actually its a XML packet and i am passing

[android-developers] Re: GPS coordinates within certain radius based on current location

2009-09-04 Thread Neil
; } The code is copied from mini_osm.py which you can find here: http://gagravarr.org/code/ Regards Neil http://l6n.org/android/ On Sep 4, 10:39 am, Martijn van der Plaat martijnpl...@gmail.com wrote: Thank you Gary, Is it true that, when i use SQLite and not the Google App Engine

[android-developers] Re: Http server at localhost

2009-09-04 Thread Neil
I think jetty is the thing you're looking for: http://code.google.com/p/i-jetty/ Neil http://l6n.org/android/ On Sep 4, 3:11 pm, Haravikk harav...@gmail.com wrote: Does Android include support for Servlets? As you could possibly just use an HTTP servlet to serve-up pages, using JSP as well

[android-developers] Re: Log in to google account without browser?

2009-09-03 Thread Neil
was correct. Take a look at http://code.google.com/apis/accounts/ Neil --~--~-~--~~~---~--~~ 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

[android-developers] Updating Views in a ListView when they may have been recycled

2009-08-12 Thread Neil
, but this didn't work due to me recycling the Views via convertView - I found that when more than one download is active the two bars can swap values back and forth. Any help would be appreciated. Thanks, Neil --~--~-~--~~~---~--~~ You received this message because you

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

2009-08-12 Thread Neil
I found that too with the LunarLander model - especially when trying to develop a touch and drag style game. Do you know of any other example app/code that demonstrates a better method? On Jul 22, 3:56 pm, Micah mi...@ourmailbox.net wrote: Check out the LunarLander example that comes with the

[android-developers] Re: Update message - how to check whether app has run before?

2009-06-26 Thread Neil
The way you suggested, but add versionCode to the setting name. On Jun 26, 12:40 pm, Anna PS annapowellsm...@googlemail.com wrote: Actually, I have realised that won't work, because it will also show the first time the app is installed. It should only show upon update. So, the question

[android-developers] Re: xml write

2009-06-26 Thread Neil
I already answered your question the first time you asked it. On Jun 26, 9:41 am, brilliant winger stw...@gmail.com wrote: HI I can't find it(method) in class xmlpullparser. I would like to write attributes in res/xml/*.xml. maybe, I use the other parser. follow that is samplecode.

[android-developers] Re: xml write

2009-06-26 Thread Neil
. On Jun 26, 1:55 pm, Neil neilb...@gmail.com wrote: I already answered your question the first time you asked it. On Jun 26, 9:41 am, brilliant winger stw...@gmail.com wrote: HI I can't find it(method) in class xmlpullparser. I would like to write attributes in res/xml/*.xml. maybe, I

[android-developers] Re: xmlpullparser input xml?

2009-06-25 Thread Neil
Context.getResources().getXml(int id) Neil On Jun 25, 10:02 am, brilliant winger stw...@gmail.com wrote: HI /         XmlPullParserFactory factory

[android-developers] Re: Enable/Disable LocationManager, Help?

2009-06-22 Thread Neil
See Technique to Avoid, #2 here: http://android-developers.blogspot.com/2009/04/future-proofing-your-apps.html On Jun 22, 2:44 pm, Hastala dev...@gmail.com wrote: So I can't make toggle app for GPS? On 5月30日, 上午10时00分, Jeff Sharkey jshar...@android.com wrote: Presumable the user has

[android-developers] Re: Licensing an Android application programatically.

2009-06-03 Thread Neil
For one thing, it's Secure.ANDROID_ID not System.ANDROID_ID. But the documentation on that is a bit vague. It seems to be related to your Google login information, so that brings up two questions: 1. is it sensitive information? 2. does it change if you log in to another Google account? On

[android-developers] Re: Running two applications in the same process

2009-05-12 Thread Neil
— but only if the two applications also share a user ID and be signed with the same certificate. I didn't understand the how part of your question - just do it. Neil On May 12, 1:50 pm, Asif k asifk1...@gmail.com wrote: Hi all,    I want to run two different android applications in the single

[android-developers] Re: how to get driving direction info from maps application?

2009-04-21 Thread Neil
And he then abandoned the whole idea because it goes against the Terms Of Use of Google Maps. On Apr 1, 7:01 am, jj jagtap...@gmail.com wrote: Actually he developed his own code for calculating distance and direction, --~--~-~--~~~---~--~~ You received this

[android-developers] Why does this EditText appear small in my app but large in Eclipse? (Screenshots)

2009-04-20 Thread Neil
Why does the EditText in the XML below appear as a single-line EditText in my application but appear as a multiple-line EditText in the Eclipse layout preview? Please see screenshots. I would like for the EditText to take up three-fourths of the dialog I am trying to create. Screenshot of XML

[android-developers] Application to determine location in home -- upstairs or downstairs

2009-04-09 Thread Neil
I'd like to create an android application that can determine whether you are upstairs or downstairs in a house. My advisor does not want us to use GPS because he says it won't work well indoors. Instead, he wants us to build the app using the accelerometer on the phone. Can you offer any ideas on

[android-developers] Re: How to completely Destroy application

2009-04-07 Thread Neil
That worked for me. On Apr 7, 1:53 pm, Gothy dmitry.ut...@gmail.com wrote: i guess it's smth like: android.os.Process.killProcess(android.os.Process.myPid()) On Apr 7, 2:01 pm, manohar manohar...@gmail.com wrote: Hi all, I am unable to completely destory my app. My app is thread based

[android-developers] Re: Http GET method with extra headers

2009-03-26 Thread Neil
Why getText(...).toString() rather than getString(...)? Neil On Mar 26, 3:08 pm, Lutz Schönemann lutz.schoenem...@sit.fraunhofer.de wrote: Hi, try the 'setHeader(String name, String value)' method from the HttpGet   class. For example: --- snip --- DefaultHttpClient client = new

[android-developers] Re: Location.getTime() does not return milliseconds

2009-03-18 Thread Neil
If you want the speed call getSpeed(). On Mar 18, 12:21 pm, Yossi yossi@gmail.com wrote: thanks, I also don't want fixes more then every few seconds but to calculate the accurate speed/pace I would expect milliseconds accuracy. On Mar 18, 12:07 am, Dianne Hackborn hack...@android.com

[android-developers] Re: Turning GPS ON/OFF

2009-03-09 Thread Neil
Use reflection to call LocationManager.updateProviders. On Mar 9, 11:00 am, Kevin AN any...@gmail.com wrote: to maxim yukin' site On Mar 9, 4:27 am, Rudi rudolf.hor...@gmail.com wrote: Anybody nows a code/sample how to turn ON/OFF the GPS location provider *corretcly*. I have found the

[android-developers] How to read feedback

2009-03-05 Thread Neil
This seems like a stupid question, but somehow I couldn't find the answer anywhere ;) How do I read the feedback that my app gets in Market? Shouldn't there be a link somewhere in Developer Console? Regards Neil --~--~-~--~~~---~--~~ You received

[android-developers] How to see feedback

2009-03-05 Thread Neil
How do I see the feedback users have given for my app, other than by searching in Market on the phone. Shouldn't it be on the Console somewhere? Sorry if it's a stupid question - I expect the answer to be obvious but I couldn't find it. Sorry if this is a duplicate - I couldn't find the

[android-developers] VerifyError importing JDBC PostgreSQL Driver

2009-01-15 Thread Neil
Hello everyone, I am new to Android development, and somewhat new to Java, but have a good amount of C++ knowledge. I am having trouble using imported .jar files to use in my code. I am trying to use the PostgreSQL JDBC driver with my application, and I cannot create a connection. As soon as I

[android-developers] Re: JNI support in 1.0

2008-10-05 Thread Neil . He
What about the development of a hardware driver or middle wire on android? 2008/9/30 hackbod [EMAIL PROTECTED] To be clear: native code is not a supported part of the 1.0 SDK. If you use it, your application will most likely break with future platform updates. On Sep 29, 8:48 am, Josh

[android-developers] Android development exchange

2008-09-23 Thread Neil . He
Hi I have some question about android development. We have a H263 codec want to porting to android. Do you know how to integrate codec or device to Android. (notes: Our source code is C++) Hope you feedback. Thanks! Neil.He 2008/9/24 PowerGUI [EMAIL PROTECTED] T-Mobile G1---The First Android

[android-developers] Re: How to call a .so(C++) lib in android java

2008-08-20 Thread Neil . He
I can not open the website you provided, could you send the content to me? Thanks! 2008/8/2 Josh Guilfoyle [EMAIL PROTECTED] Yes, folks have made this work. See http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-methods-bridging-cc-and-java/ On Jul 31, 11:30 pm, neil [EMAIL