[android-developers] Re: File Transfer using OBEX on Android

2010-07-18 Thread FrankG
Obex via Bluetooth or USB ? Independent from this question, IMHO their is no support for that in the SDK. Good luck ! Frank On 15 Jul., 07:30, Amit wrote: > Hi, > > I want to transfer a file from my Android application to my desktop (I > don't want to display any UI for the user) > > I coul

[android-developers] Re: Prefill databases

2010-07-18 Thread Naseer
Create an assets directory and put it there. Here is a nice tutorial that explains it - http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ -Naseer On Jul 19, 11:08 am, Jaap wrote: > OK, but where do I need put it in the package? > > On Jul 19, 4:07 am, DanH

[android-developers] HTC EVO can't see UDP broadcast packets?

2010-07-18 Thread Robert Green
I'm pretty sure no one but me is using UDP broadcasts but in the rare chance that someone is - has any experienced this? I use UDP broadcast to do LAN multiplayer games - it's how clients discover hosts of games. The EVO can't ever see the games when all my other phones can. -- You received thi

[android-developers] Re: Best way to logout each time the application/task goes to background

2010-07-18 Thread Zsolt Vasvari
Don't have a server and this is what my users asked for. They don't want prying eyes for their financial data. The password is optional and a yet to receive a bad comment about this feature. On Jul 19, 2:34 am, Streets Of Boston wrote: > Requiring  users to re-type their passwords every time th

[android-developers] Re: Which Android service path to choose for implementing a large upload?

2010-07-18 Thread MB
What do you mean by an IntentService? A singleton object running a Thread would be easier to implement and would probably port out of the box on other java based platforms. However it would have the following drawbacks: - Android only treats Activities and Services as components. So if you are u

[android-developers] Re: view and subview

2010-07-18 Thread grace
hi please check out the sample code for creating views and viewGroups without a xml public class tut3 extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

Re: [android-developers] Re: Seems Android Market statistics go wrong again

2010-07-18 Thread Samuel Lawson
I see the download figures have dropped across all apps. Though that is probably inline with the adjustment described in the blog post. I believe the market still has "troubles" though - yesterday around 30% of users who tried to purchase my app cancelled - due to their downloads failing. On a ty

[android-developers] File operations extremely slow on emulator - totally stuck.

2010-07-18 Thread MB
Hi, I am finding that file operations are extremely slow on emulator. The same operation which takes less than a few seconds in a real device, takes minutes on an emulator. I am using a ubuntu linux machine with 2.4Ghz CPU, 2 GB Ram. I would really appreciate any help in resolving this. I am to

[android-developers] Re: Prefill databases

2010-07-18 Thread Jaap
OK, but where do I need put it in the package? On Jul 19, 4:07 am, DanH wrote: > Again, I say, what's your problem -- do you need to know how to fill > the database, or how to include it in your app? > > A SQLite database consists of a single file on the PC or phone, and is > portable between

[android-developers] Now Launched - Mobile Apps Marketing Alliance JOIN IN.

2010-07-18 Thread OrenTodoros
Hi Everyone, Oren Todoros here. I wanted to give you all a quick heads up on a new group I just launched on LinkedIn called Mobile Apps Marketing Alliance. The idea is that we all have or are working on apps that will require help in getting the word out for. The group's aim is to help each other

[android-developers] Numeric Keypad on WebView

2010-07-18 Thread Vishal
Hi, Android 2.1 I am having a textbox in the the webview where only numeric input is require but when the soft keypad pops up, it shows the full qwerty keypad. As we know that few tags of HTML 5 is supported in android 2.1 and this also can be achieved by putting some javascript in the web page b

[android-developers] Re: Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-18 Thread Yadnesh
Anybody any ideas or questions/suggestions? Regards, Yadnesh On Jul 16, 3:30 pm, Yadnesh wrote: > Hi, > > I am sending aMPEG4 videostreamin RTP format over RTSP to myandroidemulator > using ffmpeg and ffserver.  I use theAndroid > VideoView toplaythe RTSPstream.  I do not see thevideo.  The err

[android-developers] Launch intent in background then bring to foreground?

2010-07-18 Thread gmrunltd
Hi, is there any way to launch an activity w/ Intents (in this case the Browser) in the background, and then bring it to the foreground using a service or activity? I know it's possible to bring apps to the foreground by launching an intent with FLAG_ACTIVITY_BROUGHT_TO_FRONT But is it possible t

[android-developers] Re: Could a Galaxy S owner give me a hand and test a free app for me?

2010-07-18 Thread Robert Green
Kostya, Thanks for the test! No logcat necessary. I'm just glad it works :) Cheers On Jul 16, 1:00 pm, Kostya Vasilyev wrote: > Robert, > > I just tried it -GalaxyS, firmware I9000XXJF5, build ECLAIR.XWJFB. > > Worked perfectly. > > Do you still want the logcat? > > -- Kostya > > 16.07.2010 2

[android-developers] Re: Any chance to deactivate the lock pattern in Froyo from code?

2010-07-18 Thread GodsMoon
@Anders and @Brad Gies, If you are frustrated with not having a lock timer, I'd suggest checking out Smart Lock. Its a good alternative while we wait for Google to make the lock screen situation better. Smart Lock lets you use one app, and only one app at a time, without unlocking your phone. It d

[android-developers] Retreive Default Application associated with a file type

2010-07-18 Thread Protocol-X
Is there any way to retrieve either the default application name associate to a mime type or a list of applications? Im not looking for the actual application just the application name so it can be stored in a string. -- You received this message because you are subscribed to the Google Groups "

[android-developers] JUnit on Android, unable to send click even to main app

2010-07-18 Thread Conny
Hello, I am trying to integrate Junit to my application for unit testing. I know I am missing something. Below is the code, please help me identify the root cause. I am able to send keys to the default focused edittext, but am unable to press a button on the same screen. I have printed the id of

[android-developers] Re: How to let OpenCore can make files under AVI parser node folder

2010-07-18 Thread sunshine_uyl
Dear Alex, Thanks for your response. But if I want to build OpenCore for unit test. That is to let OpenCore build environment to find local.mk under aviparsernode folder. What should I do? Best Regards, sunshine_uyl On 7月19日, 上午9時06分, sunshine_...@yahoo.com.tw wrote: > - 原始信件 > 寄件

[android-developers] Re: Adding library to Eclipse project

2010-07-18 Thread Peter Eastman
Thanks, that worked. It appears that the developer documentation page cited above is incorrect. It explicitly says, "It is not necessary to put external JARs in the assets folder." Peter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Route specific traffic through VPN?

2010-07-18 Thread Andy Savage
Hi all, I have a question regarding network connectivity. Is it possible to route specific traffic through a VPN and other traffic not through a VPN? (root access is no problem in my case if that's needed). Basically I want to route traffic from my application through a VPN and have traffic from

[android-developers] Extended Logging Class?

2010-07-18 Thread Andy Savage
Hi everyone, Just wondering if anybody has a nice logging class that wraps around the standard logging class? For example a class that easily allows logging to be turned on and off, checks for a release etc? Cheers, Andy -- You received this message because you are subscribed to the Google Grou

Re: [android-developers] How can I get the sources for the 1.6 release

2010-07-18 Thread 高越松
you can get the code from the git repository by 1.6 tag 2010/7/19 nation-x > I am still working on 1.6 version apps and need the source for 1.6 > rather than 2.2. Where or how can I get that... are there branches > that I can clone from? Thanks in advance. > > Shawn > > -- > You received this m

[android-developers] Re: Prefill databases

2010-07-18 Thread DanH
Again, I say, what's your problem -- do you need to know how to fill the database, or how to include it in your app? A SQLite database consists of a single file on the PC or phone, and is portable between them, so you can use any of a dozen methods to fill the database file and then install it wit

Re: [android-developers] How can I get the sources for the 1.6 release

2010-07-18 Thread Jenus Dong
android-1.6_r1.5 Android 1.6 release 1.5 tag | commit | shortlog | log where did you download the source of android? If you find in http://android.git.kernel.org, you should select the right file of "manifest.git". Hope it will be helpful. On Mon, Jul 19, 2010 at 6:48 AM, sojan P.R

[android-developers] Re: when to use "aapt add" for shared object files

2010-07-18 Thread farrar
OK, I found a little more info. The process works fine on Windows, that is, the full path is preserved. But not on Ubuntu Lucid. I tried both aapt on Android-7 and Android-8. Has anyone had issues using Ubuntu or another Linux? -- You received this message because you are subscribed to the Google

[android-developers] Don't know how to show Video Thumbnails

2010-07-18 Thread kivy
Hi, I have been trying to display thumbnails of videos that I have stored on the SD card of the emulator. On stackflow someone posted the following code to a similar question of somebody else: int id = **"The Video's ID"** ImageView iv = (ImageView ) convertView.findViewById(R.id.imagePreview);

Re: [android-developers] Re: How to let OpenCore can make files under AVI parser node folder

2010-07-18 Thread sunshine_uyl
- 原始信件 寄件者: RockNCode 收件者: Android Developers 寄件日期: 2010/7/18 (日) 3:29:10 PM 主 旨: [android-developers] Re: How to let OpenCore can make files under AVI parser node folder Hi I think you just need to add the paths to your makefiles under opencore_dynamic and also to your aviparser

Re: [android-developers] How can I get the sources for the 1.6 release

2010-07-18 Thread sojan P.R.
On Jul 18, 2010 10:16 AM, "nation-x" wrote: I am still working on 1.6 version apps and need the source for 1.6 rather than 2.2. Where or how can I get that... are there branches that I can clone from? Thanks in advance. Shawn -- You received this message because you are subscribed to the Google

Re: [android-developers] Adding library to Eclipse project

2010-07-18 Thread Kim Damevin
Hi, If you move your jar to the assets directory and then include it as you did, it will do the trick. cheers kim On Sun, Jul 18, 2010 at 8:51 PM, Peter Eastman wrote: > I'm clearly missing something simple, but after nearly an hour of > trying to figure it out, I'm still stuck. > > I have an e

[android-developers] Re: "When" are the overlays drawn on the map?

2010-07-18 Thread AUandroid
thanks, yeah I was doing a expensive operation in UI. I created a AsyncTask and its working fine. Here is an example if anyone wants http://www.screaming-penguin.com/node/7746 -vk On Jul 17, 7:15 pm, Frank Weiss wrote: > If the updates don't happen until the onCreate or onClickEventHandler > me

Re: [android-developers] Nexus One Testing

2010-07-18 Thread Shane Isbell
Thanks for checking. Maybe it's an Android 2.1 problem on Nexus. I'll check around some more and see if I can narrow it down. It definitely works on the emulators for those versions. On Sun, Jul 18, 2010 at 2:18 PM, Agus wrote: > works fine on my Nexus One 2.2 > > On Sun, Jul 18, 2010 at 2:05 PM

[android-developers] Re: Creating the request to a webservice by kSoap2

2010-07-18 Thread YNC
Sorry for the double posting, I found your blog before have seen this answer. On Jun 30, 4:25 pm, kchoi wrote: > Hi, > > I have a few blog posting regarding using Ksoap2, mine is in the > context of interfacing with Salesforce CRM using Webservice, hope it > helps. > > http://androiddevblog.blogs

Re: [android-developers] Nexus One Testing

2010-07-18 Thread Agus
works fine on my Nexus One 2.2 On Sun, Jul 18, 2010 at 2:05 PM, Shane Isbell wrote: > Can someone with a Nexus One download AppFriend from android market (qr code > - http://www.zappmarket.com/catalog/27) and give me a stack trace of the > error message? I've got reports coming in that it crashes

[android-developers] Nexus One Testing

2010-07-18 Thread Shane Isbell
Can someone with a Nexus One download AppFriend from android market (qr code - http://www.zappmarket.com/catalog/27) and give me a stack trace of the error message? I've got reports coming in that it crashes on startup (and the nice 1 star reviews that follow). The code that it is breaking on is re

[android-developers] Re: Prefill databases

2010-07-18 Thread Jaap
Hi the link you provided does not work. Can you provide the right link please? Thanks Jaap On Jul 10, 11:07 am, vineet wrote: > See this link.. > it may > helphttp://vineetyadav.com/tutorials/11-adding-prefilled-sqlite-database-... > > On Jul 10, 1:10 am, Jaap wrote: > > > Hi, > > > I have a

[android-developers] RTSP Streaming - Local Network problems

2010-07-18 Thread Anthoni
Hello, I am wanting to try out RTSP locally so that I can play about with it etc. I've got RTSP working from m.youtube.com and would now like to try and get it so it streams from my LAN. Obviously the Emulator is no good, because like I've read it either requires a lot of computing power OR it has

[android-developers] Adding library to Eclipse project

2010-07-18 Thread Peter Eastman
I'm clearly missing something simple, but after nearly an hour of trying to figure it out, I'm still stuck. I have an external jar file containing classes I want to use in my project. No problem, right? I just followed the instructions at http://developer.android.com/guide/appendix/faq/commonta

[android-developers] Encrypt with Android using AES, decrypt with PHP...

2010-07-18 Thread sblantipodi
Hi, is there some code snippet that show how to encrypt a password with Android and then decrypt it with php? -- 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 unsubs

[android-developers] Re: Issue with starting two instances of an activity with flag Intent.FLAG_ACTIVITY_REORDER_TO_FRONT and a new extra information in the Intent does not override the original Int

2010-07-18 Thread Streets Of Boston
I'm not sure if this will work or not in your situation or if you are already doing this, but you could try this: Implement the callback method 'onNewIntent(Intent newIntent)' in your class 'A'. Then when the oNewINtent is called, be sure to call 'setIntent(newIntent)'. The thing here is, that yo

[android-developers] Re: Best way to logout each time the application/task goes to background

2010-07-18 Thread Streets Of Boston
Requiring users to re-type their passwords every time they leave the app (even if not by their doing, e.g. when receiving a phone-call or reacting to a notification), may reaallly start to annoy your users. And if your app needs a high level of security, i can imagine that the users' passwords are

[android-developers] Re: system lock up and restarts when I start and stop my app.

2010-07-18 Thread Marc
So it seems the problem was memory leaking. I found I was not calling release() for sound pool, which ultimately solved the problem. But I may have had other memory leaks as I null'ed out a lot of stuff. I figured I should post the solution in case someone run in to the same problem in the future.

[android-developers] Re: dialog won't show on call

2010-07-18 Thread Bob Kerns
Your analysis is correct, up to the point where you say "so it can perhaps start a separate thread", where you get it exactly backwards. It could start a new thread right then and there. Instead, you should say "so it can handle it IN THE SAME THREAD". The thread involved is called the UI thread.

[android-developers] How can I get the sources for the 1.6 release

2010-07-18 Thread nation-x
I am still working on 1.6 version apps and need the source for 1.6 rather than 2.2. Where or how can I get that... are there branches that I can clone from? Thanks in advance. Shawn -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] Re: Changing the drop down MultiAutoCompleteTextView

2010-07-18 Thread prakash Ramachandran
Kumar, Thanks for your reply, The problem I am facing if when I use the ResourceCursorAdapter and type some thing on the MultiAutoCompleteTextView the dropdown dose not pop up searching the attached adapter.. Please find my code below. public class Collaboration extends Activity { MyAdapter

[android-developers] Re: Disabling Java formatting in the Eclipse editor

2010-07-18 Thread Stephen Lebed
If you have your own style of formatting, why not see if you can create your own custom format in settings? There were things I didn't like with the default java formatting, so I created my own custom setup. On Jul 17, 6:32 pm, DonFrench wrote: > Out of curiosity, what do you hate about the Java

[android-developers] Word-wrap EditText issue

2010-07-18 Thread Bryan
I have been trying to get my EditText box to word wrap, but can't seem to do it. I have deal with much more complicated issues while developing Android applications, and this seems like it should be a straight-forward process. However, the issue remains, and I have a large text box that is only a

[android-developers] How to change TabWidget default grey color

2010-07-18 Thread Thierry Legras
Hi, What is the supported way to set tabwidget color? I tried this: tabHost.getTabWidget().setBackgroundColor(somecolor) It does what i want on 1.5 & 1.6 device e.g. it changes the color of he space between tabs *and also *the tabs color. On 2.1, it only changes the color of the space behind

[android-developers] Eclipse projects and Android apps -- factoring and modularity

2010-07-18 Thread DulcetTone
I am using Eclipse and have an app that has free and paid versions. For a long time, I built the 2 apps from a workspace set up as 3 Android projects: Core (all the logic, all the resources, offering a never-deployed com.me.myapp.Main activity) Free (creates an empty subclass of com.me.myapp.Main

[android-developers] Re: PROTECTION_SIGNATURE

2010-07-18 Thread Paul
Sorry for the extraneous post. I was able to find the documentation that I needed in the Manifest description. I was looking through the javadocs... Here it is if anyone is curious: http://developer.android.com/reference/android/R.styleable.html#AndroidManifestPermission_protectionLevel On Jul 1

[android-developers] Re: PROTECTION_SIGNATURE

2010-07-18 Thread RichardC
"A permission that the system is to grant only if the requesting application is signed with the same certificate as the application that declared the permission. If the certificates match, the system automatically grants the permission without notifying the user or asking for the user's explicit ap

[android-developers] How to attach a video to an email...???

2010-07-18 Thread kivy
Hi everyone, I am working on a Video App, where you can click on a video from the sdcard. This click event opens a menu (I used a options menu) that provides the user with different sharing options, e.g. email, bluetooth etc. This part works fine so far... What I am now trying to do is, when the u

[android-developers] Re: Seems Android Market statistics go wrong again

2010-07-18 Thread croco
Both free and paid affected On Jul 18, 5:31 pm, croco wrote: > My stats are wrong again! !!! And not is not yet corrected has > mentioned on android blog. > > Lost 2500 downloads and 1500 active users in the night. > > Is it corrected for you guys? ? > > Thanks > > On Jul 17, 8:57 pm, Zsolt V

[android-developers] dialog won't show on call

2010-07-18 Thread ecforu
I have a dialog that I want to call from a method. However when I call dlg.show(), in the method nothing happens. However the dialog does appear when the method calling parent method completes. Why is this? It seems as though it is waiting for the parent thread to give up control, so it can per

[android-developers] Re: Seems Android Market statistics go wrong again

2010-07-18 Thread croco
My stats are wrong again! !!! And not is not yet corrected has mentioned on android blog. Lost 2500 downloads and 1500 active users in the night. Is it corrected for you guys? ? Thanks On Jul 17, 8:57 pm, Zsolt Vasvari wrote: > In my case only the free one dropped, the paid one just shows

[android-developers] PROTECTION_SIGNATURE

2010-07-18 Thread Paul
Could someone help me with what this code means in relation to defining my own permission? The documentation doesn't have an explanation but I think this might solve a problem i have if it is what I think it is. -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Hmmm, I tried to clone the repository via the GUI but it always fails... :(( On Sun, Jul 18, 2010 at 2:43 PM, Victoria Busse wrote: > > Oh great thanks, I am downloading and installing GIT now... > > > On Sun, Jul 18, 2010 at 2:30 PM, Victoria Busse < > victoriasarabu...@gmail.com> wrote: > >> I

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Oh great thanks, I am downloading and installing GIT now... On Sun, Jul 18, 2010 at 2:30 PM, Victoria Busse wrote: > I am targeting Eclair and Froyo, so that shouldn't be a problem. I also > found the MediaStore.Video.Thumbnails, but so far all my attempts to include > it into my code failed co

[android-developers] Re: RTSP Example

2010-07-18 Thread Anthoni
Hi Dave, Thanks, found that it partially works, but for some reason I think the videos are scaled wrong. On my hero I can only see half (width wise) the video. Noticed this on a few others I've tried as well, so not sure if it's a problem with the Hero or what :( Regards Anthoni On Jul 15, 9:59 

[android-developers] Re: Cam picture 'bigger' then preview

2010-07-18 Thread EnnaN
I could really use some help on this. I have not provided any code, as I'm hoping it is something more abstract, like limitations on the preview size vs. what the camera sees. But for what it's worth: XML: http://schemas.android.com/apk/res/ android" android:orientation="vertical" androi

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
I am targeting Eclair and Froyo, so that shouldn't be a problem. I also found the MediaStore.Video.Thumbnails, but so far all my attempts to include it into my code failed completely, so I wasn't sure if what I am trying is possible. Well I have to say that I am a complete Android Newbie and right

[android-developers] Re: SIGSEGV on Droid X (libskia.so)

2010-07-18 Thread Michael Bollmann
Thanks Alex. However it doesn't really help because i don't have access to an Droid X. Only G1, Magic, Nexus, Tattoo and Galaxy S. To clarify "some devices" it happens on all Droid X devices everytime. But it does not happen on any other Android 2.1 device like Nexus and Hero. Michael On Jul 1

[android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread nation-x
I use git just fine on windows so I am not sure who told you that. I use this http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.0.2-preview20100309.exe&can=2&q= Shawn On Jul 18, 9:16 am, Victoria Busse wrote: > Hey thanks for the reply, but I read  that I cannot use git on Wind

[android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread nation-x
After this peaked mt curiosity I did a little looking and found http://developer.android.com/reference/android/provider/MediaStore.Video.Thumbnails.html which is in the newer SDKs. I think what you will have to do is if you are targeting cupcake devices you will have to use MediaMetadataRetriever w

Re: [android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread Victoria Busse
Hey thanks for the reply, but I read that I cannot use git on Windows machines at the moment...is it also possible to get this code example from somewhere else?? On Sun, Jul 18, 2010 at 1:56 PM, nation-x wrote: > It's definitely possible. It's done in the Gallery3D app that cooliris > made for

[android-developers] Re: If and How to get video thumbnails?

2010-07-18 Thread nation-x
It's definitely possible. It's done in the Gallery3D app that cooliris made for android. You can look at the source in the AOSP http://android.git.kernel.org/?p=platform/packages/apps/Gallery3D.git Sorry I didn't have a direct example but I figured this would point you in the right direction. Sha

[android-developers] Re: Image viewers on android phones not always the best experience?

2010-07-18 Thread nation-x
I see I have some typos in the example above. For example: String[] myImageWithPath should be String myImageWithPath Just thought you should know that this isn't a completely working example. :) Editing may be necessary. Shawn On Jul 17, 11:13 am, nation-x wrote: > I just use an ImageView and r

[android-developers] Downloading a file after http-get and http-post.

2010-07-18 Thread Robin van Leeuwen
Hi there, i am building an application which at some point sends a http-get to a webserver and the webserver responds with a .zip file to download. The same with a http-post. In a browser after clicking submit (post) or the link (get) it asks me where i should download the .zip file. I want my an

[android-developers] Re: Emulator keeps slowing down after a couple of deployments/Run as Android Application in Eclipse

2010-07-18 Thread MarcoAndroid
Ok got an update on this one: First I thought it might be my virusscanner (nod32) because I saw at the same time quite often ekrn.exe also getting relatively high in CPU usage (20-20%). Set .img files to be excluded from scans. But it might just have been a regular background scan (and always been

[android-developers] Re: Best way to logout each time the application/task goes to background

2010-07-18 Thread Zsolt Vasvari
Sure... I have a helper method that I call from all activities' onPause() method. It saves the current time in the application's presistent preferences: public static void setAppLastHiddenTime(Context context) { Preferences.setLong(context, R.string.password_app_last_hidden_time_

[android-developers] Issue with starting two instances of an activity with flag Intent.FLAG_ACTIVITY_REORDER_TO_FRONT and a new extra information in the Intent does not override the original Intent.

2010-07-18 Thread Agus
Hi all, When starting two activities of the same class within the same instance using the flag REORDER_TO_FRONT, the new extra information of the second call does not override the first starting activity. Is this the desired behavior? How do retrieve the new extras? For example: In the StubActivi

[android-developers] Bluetooth, RFCOMM socket close error ?

2010-07-18 Thread Per
Hi all, Using this list as a valuable source of info, I've been able to succesfully create an RFCOMM connection and transfer data over it, using my HTC Desire. The primary obstacle was the failure of BluetoothDevice.createRfcommSocketToServiceRecord(), circumvented by reflection (createRfcommSocke

[android-developers] Re: How to let OpenCore can make files under AVI parser node folder

2010-07-18 Thread RockNCode
Hi I think you just need to add the paths to your makefiles under opencore_dynamic and also to your aviparser node to external/opencore/ Android.mk and rebuild. - Alex On Jul 17, 3:59 am, sunshine_uyl wrote: > Dear Sir, > >        I create aviparsernode folder by coping from MP4 parser node > f

[android-developers] SoftKeyboard background color

2010-07-18 Thread julz
Hey there, does anyone have a nice and easy way to change the color of the soft keyboard? Maybe even change the color of the keys Whenever I define a background color as follows it crashes the keyboard: CODE: line 21: http://schemas.android.com/apk/res/android"; android:id="@+id/keyboa