[android-developers] Urdu Support in Android message

2011-05-04 Thread naveed ahmad
Hi I am Naveed and i am new in Android world,, I need help regarding support of Urdu messages in Android .. plz guide me how can i do this, a lot of people in my country use to send message in Urdu language but Android does not support Urud yet in messaging. Thanks Naveed Ahmad -- You

[android-developers] help required with the tcp socket programming with android

2011-05-04 Thread hassan
HI Could some one let me know were i am going wrong as i am not able to successfully establish a connection between Android and desktop server pc . My android client program is package com.example.socketandroid; import java.io.DataInputStream; import java.io.DataOutputStream; import

[android-developers] WindowManager$BadTokenException

2011-05-04 Thread Vivek Chandrakar
Hi, I am getting WindowManager$BadTokenException when i am trying to launch a popup window after inflating it from a xml layout. The key is if i wait for around 2 sec before launching the popup, it works fine, but when i try to open it immediately it crashes. Does anybody have any clue about this

[android-developers] Doubt logcat log - program blocked

2011-05-04 Thread Dhay
Hi everybody! This is my first message since I've just joined your mail list. So first of all hi to everybody. I am now developing for android and having some issues so I will directly publish the problem: I have developed one application which uses the bluetooth and transfers data through a 3g

[android-developers] WindowManager$BadTokenException

2011-05-04 Thread Vivek975
Hi, I am getting WindowManager$BadTokenException when i am trying to launch a popup window after inflating it from a xml layout. The key is if i wait for around 2 sec before launching the popup, it works fine, but when i try to open it immediately it crashes. Does anybody have any clue about this

[android-developers] IM Application of Android 2.3.3

2011-05-04 Thread Viddhu
IM application is not found with Android 2.3.3 Gingerbread.Will it be considered for future release? Forgive me if this question looks silly. I am new to android development. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Use Bluetooth hide API (createRfcommSocket,getServiceChannel)

2011-05-04 Thread GEEK
Greeting , I want to use bluetooth hide API like createRfcommSocket , getServiceChannel , etc.,.. my program code is : Method m = blueToothDevice.getClass().getMethod(createRfcommSocket, new Class[] { int.class }); sock = (BluetoothSocket)m.invoke(blueToothDevice, Integer.valueOf(1)); the

[android-developers] How to know if is the first execution after device reboot.

2011-05-04 Thread ferran fabregas
Hi! I want to know if there are any method to know if is the first exuction of an app after reboot, or the app is alredy executed by the user (the app have one activity and to recivers). I'm thinking in methods like write and rewrite a token file every minute, and each time the app starts, check

[android-developers] Add frames to video stream

2011-05-04 Thread Ece OZMEN
Hi, I can't add frames to the video_stream. Value of index always change but index of video_st never changes. So I think I can't add frames but I can't find why.. Can anyone help me.. Thank you.. Here is some parts of my code static void write_video_frame(AVFormatContext *oc,AVFrame *pFrame,int

[android-developers] Hello, Android troubles

2011-05-04 Thread exax
Hi, I just started developing for Android and followed the Hello, Android tutorials on the Resources tab from Android.com. I followed it step for step and have been going in circles trying to figure out what's wrong. Here's my code: package com.example.helloandroid; import android.app.Activity;

[android-developers] Re: Developer Console problem

2011-05-04 Thread alex armbruster
Hi, try with e.g. 0,79 or 0.8. Had a similar problem today, using just one digit after the dot solved it. Hth, Alex On 3 Mai, 10:02, Michele Galli ing.michelega...@gmail.com wrote: Hey i have a problem! when i try to set the price of my app to 0.79 euro the developer console set it to 79 euro!!

[android-developers] Re: Developer Console problem

2011-05-04 Thread ghi80
I have the same problem (i'm an italian developer). I try to insert price as 0.99, 4.99, 5.49 or 9.99 euro but the developer console set it to 99, 499, 549, 999 euro. I receive a lot of error messages e i can't re-publish my applications I wait a solution... Thanks bye! On 4 Mag, 03:23, TreKing

[android-developers] Does not work on I1

2011-05-04 Thread Michael M
This not seem to work on I1 do you know why this is. -- 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] Demande d'info

2011-05-04 Thread souissi haythem
Bonjour Est ce que c'est possible de controler les touches non tactile de son terminal mobile. c'est à dire la touche appeler par exemple ou les touches de volume. Je veux que lorsque je fait un clic sur la touche menu, mon programme affiche son menu et non pas celui de SE Android. Est ce que je

[android-developers] HorizontalScrollView automatically scrolling

2011-05-04 Thread MB
Hello, I am developing for Honeycomb, and I have a HorizontalScrollView with a number of panels that make up the UI. The rightmost panel changes its content, sometimes displaying a ListView. I also have a sliding drawer that, when opening or closing, causes the HorizontalScrollView to resize.

[android-developers] Strangely !! The RAM usage of my APK over 20MB

2011-05-04 Thread Leon Worker
Dear Senior Developers : I'm a junior Android developer. And i can't understand where the problem is. As my Message Title said, i can't convince my Project Manager the RAM usage is so high sometimes. Here is my Steps and Situation for your reference. Situation : My APK have 4 Activities and 1

[android-developers] Request to join Android Developers

2011-05-04 Thread SorinC
Hello I'd be interested in joining your group, as I am quite new to Android development. I have a few questions and I believe that this is one of the best places to ask them. Thanks SorinC -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Needed Help

2011-05-04 Thread tipu
Hi group members. I developed a twitter apps for twitter users unfollow. But i donot add Non-follower counter. My apps names www.easyunfollow.com. If any members know this coding please share for me. Thanks to regards all members Tipu -- You received this message because you are subscribed to

[android-developers] FOTA-like updates for non-phone devices?

2011-05-04 Thread Bill Gatliff
Guys: Are there any docs available which suggest approaches for FOTA-like updates to non-phone Android devices? In a nutshell, I'm looking at deploying Android as the operating system for a device that isn't a phone. I'm trying to figure out what the best way might be to do in-the-field

[android-developers] Re: Optical character recognition

2011-05-04 Thread Michelle Konzack
Hello Ezine.sbr23, Can you correct the clock of your computer please? Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsystems@tdnet

[android-developers] Re: Problem installing android sdk in ubuntu 10.10

2011-05-04 Thread frealek
I read all the recent messages regarding this issue, and it is still not fixed as of version r10-linux... edit tools/android, go to the last line, add the following exact text : -Djava.net.preferIPv4Stack=true so that the line looks like : exec $java_cmd -Djava.net.preferIPv4Stack=true -Xmx256M

[android-developers] SAX PARSER

2011-05-04 Thread MEDO
hello everyone i am developing an Android + Google Health program and i need your help my problem is that my code runs very good as java standalone program but when i run it in ANDROID environment it fails and the error about SAX PARSER could you please help me Regards -- You received this

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
What error? -- 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+unsubscr...@googlegroups.com For more

Re: [android-developers] How to know if is the first execution after device reboot.

2011-05-04 Thread Justin Anderson
* Hi! I want to know if there are any method to know if is the first exuction of an app after reboot, or the app is alredy executed by the user (the app have one activity and to recivers).* * * Is this for an application you developed or any arbitrary app? And, WHY? * I'm thinking in methods

[android-developers] Re: SAX PARSER

2011-05-04 Thread MEDO
thank you for your reply and i got the following exception org.xml.SAXNotRecognizedException: http://xml.org/sax/feature/external=parameter-entities thank you again for your concern Best Regards. On 5 مايو, 00:38, Streets Of Boston flyingdutc...@gmail.com wrote: What error? -- You

Re: [android-developers] Demande d'info

2011-05-04 Thread Jordan 5222
Pouvez Vous ecrire en anglais? Je pense que vous n'aurez pas une response autremant.. Vous pouvez ecouter a KeyEvent pour la touche menu dans le java code. 2011/5/4 souissi haythem haythe...@gmail.com Bonjour Est ce que c'est possible de controler les touches non tactile de son terminal

[android-developers] Android bug/issue on IPv6

2011-05-04 Thread himanshu jain
Hi all, I am not sure as Google mentioned IPv6 support is available on Android 1.6 or up , but i checked with 2.2 it even does not have link local IPv6 address whereas 3.0 has that. I tried to set up an environment to generate gloabal IPv6 but DHCP can assign IPv6 to other client except 3.0

[android-developers] adding ads

2011-05-04 Thread bob
How do most people typically add ads to an Android app? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] adding ads

2011-05-04 Thread Miguel Morales
With an Ad SDK that is provided by companies like AdMob. On Wed, May 4, 2011 at 4:02 PM, bob b...@coolgroups.com wrote: How do most people typically add ads to an Android app? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
Then you need to change your code to not set this sax feature. -- 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] Re: SAX PARSER

2011-05-04 Thread MEDO
how come? if you have any idea about it please help me and share. it`s very important to me to finish this program within the next two day Kind Regards, On 5 مايو, 02:33, Streets Of Boston flyingdutc...@gmail.com wrote: Then you need to change your code to not set this sax feature. -- You

Re: [android-developers] Re: SAX PARSER

2011-05-04 Thread Kumar Bibek
2 days is sufficient to fix a parser :) Search for the right things, and ask the right questions. :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, May 5, 2011 at 5:49 AM, MEDO kenando.j...@gmail.com wrote: how come? if you have any idea about it please help me and

[android-developers] Appwidget and orientation

2011-05-04 Thread Niall
Hey all, I have an appwidget that appears to break when the screen is rotated (it has been reported to me, and I can't test it). When I test the orientation on the emulator the orientation seems to work well enough... I have no idea how to debug this or how to figure out what to do. Does

[android-developers] Re: Appwidget and orientation

2011-05-04 Thread Niall
Found this that suggests creating an activity that detects the orientation change. Is that the best way to get around it? http://stackoverflow.com/questions/3503114/after-orientation-change-buttons-on-a-widget-are-not-responding -- You received this message because you are subscribed to the

[android-developers] Re: SAX PARSER

2011-05-04 Thread Streets Of Boston
If i understand correctly, you wrote the code that uses the SAX parser. I assume you know something about coding with SAX parsers. There is an issue with the 'parameter-entities' feature. Go to http://developer.android.com and search for the SAX parser classes and figure out which SAX

[android-developers] Re: NFC tags with write protection?

2011-05-04 Thread nemik
Get MiFare UltraLights. They have protection bits that you can set so that no more writes can occur. I believe this can also be done with MiFare 1k/4k/etc Classic tags as well but the UL's are cheaper. On May 4, 4:08 pm, Mark Wyszomierski mar...@gmail.com wrote: Hi, I've got some NFC tags and

[android-developers] 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-04 Thread varinag gold
How do you expect to make business if your application already end up in a free torrent like below? http://thepiratebay.org/torrent/6287940/1380_Paid_Android_Apps_and_Games_APK Have they stole these apps from android market or ? regards, Varinag -- You received this message because you are

[android-developers] Re: SAX PARSER

2011-05-04 Thread MEDO
thank you Mr.Streets Of Boston for your helpful reply and i appreciate you note thank you again On 5 مايو, 04:32, Streets Of Boston flyingdutc...@gmail.com wrote: If i understand correctly, you wrote the code that uses the SAX parser. I assume you know something about coding with SAX parsers.

[android-developers] Re: Appwidget and orientation

2011-05-04 Thread Niall
Ok. I was wrong in my first post about the error not being displayed. The appwidget did indeed just default to the initial value. I solved the issue (I think) by doing the following: public static class orientationDetectionService extends Service { @Override public void onStart( Intent

[android-developers] Re: Urdu Support in Android message

2011-05-04 Thread Zsolt Vasvari
- Get the source code to Android - Localize it - Submit localized data (text/images/etc.) to Google - Wait for it to appear in the next version of Android. On May 4, 6:30 pm, naveed ahmad navidu...@gmail.com wrote: Hi I am Naveed and i am new in Android world,, I need help regarding support of

[android-developers] Re: Request to join Android Developers

2011-05-04 Thread Zsolt Vasvari
Thumbs down from me, sorry. On May 4, 11:56 pm, SorinC chiria...@googlemail.com wrote: Hello I'd be interested in joining your group, as I am quite new to Android development. I have a few questions and I believe that this is one of the best places to ask them. Thanks SorinC -- You

[android-developers] Re: Custom Intent does not reach PhoneApp

2011-05-04 Thread bluewolf
Thanks, am posting the question in the Android Platform group. On May 4, 12:52 pm, TreKing treking...@gmail.com wrote: On Tue, May 3, 2011 at 2:42 PM, bluewolf darkmoonst...@gmail.com wrote: I have added an action to the intent filter in packages/apps/Phone/src/

Re: [android-developers] Event based communication between two apps.

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 10:45 AM, Jacob jacobroutolo...@gmail.com wrote: I have 2 apps; need to stay communicated with each other Why? What are you trying to achieve? - TreKing

Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 3:09 PM, Andy m...@tekx.de wrote: Is there a possibility to determine if the device your App / Game is running has only soft-keys available ? (Like Back, Home, Menu,..) IDK (don't think so though) but what difference does it make?

Re: [android-developers] Select Multiple Contact Through My Application

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 12:38 AM, sudipta biswas sudipta.x...@gmail.comwrote: I want to access the android phone book contacts through my application and also select multiple contact(as per my choice) from phone book...please help me to find out a suitable way... Try reading the documentation

Re: [android-developers] Hello, Android troubles

2011-05-04 Thread TreKing
On Tue, May 3, 2011 at 7:13 PM, exax evan.yeu...@gmail.com wrote: Hi, I just started developing for Android and followed the Hello, Android tutorials on the Resources tab from Android.com. I followed it step for step and have been going in circles trying to figure out what's wrong. What is

Re: [android-developers] Does not work on I1

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 1:22 AM, Michael M wolff2000...@gmail.com wrote: This not seem to work on I1 do you know why this is. Gnomes. - TreKing http://sites.google.com/site/rezmobileapps/treking -

[android-developers] Re: Request to join Android Developers

2011-05-04 Thread Robert Massaioli
Why do you feel that you have to request to join this group? If you have questions ask them. Personally I prefer asking all of my Android questions on Stack Overflow and leave this for discussions. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 8:37 PM, varinag gold varinagg...@gmail.com wrote: How do you expect to make business if your application already end up in a free torrent like below? Not posting a link to the torrent that's distributing the pirated software might help.

[android-developers] Re: SAX PARSER

2011-05-04 Thread Robert Massaioli
For the record I think you would be better off with the Simple XML Library: http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-android-1-5-and-up/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] 回覆:Hello, Android troubles

2011-05-04 Thread warenix
did you compile your code in Eclipse or in command line console? look like you didn't include the android sdk in your class path -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Basic Concept

2011-05-04 Thread MOHIT SHARMA
thanx a lot dude .. On Thu, May 5, 2011 at 01:27, Streets Of Boston flyingdutc...@gmail.comwrote: 'this' in an Activity refers to the Context, because an Activity is a Context (Activity extends Context). this.getApplicationContext() returns an Application. An Application is a Context as

[android-developers] java.io.EOFException

2011-05-04 Thread a a
my write code public static void writeFBTagToCache(long crc64) { try { ArrayListtagStruct tags = mItem.getTags(); if(tags == null || tags.size() = 0) { Log.d(TAG, tags is null + + mItem.mGuid); return; }

Re: [android-developers] Re: Resume for the post of Android Application Developer

2011-05-04 Thread Justin Anderson
Cool, you're hired! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 11:46 PM, metal mikey coref...@gmail.com wrote: [facepalm] On May 4, 2:05 pm, tushar sahni tusharsahn...@gmail.com wrote: Respected Sir I am sending u my

[android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread pawpaw17
Hi Guys, My active installs plummeted in the last week or so for no apparent reason. I've noticed this a couple of times in past history, but almost always related to a release. I think this is not just smoke and mirrors in the stats kept by Android Market - I notice that I'm getting less

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-04 Thread Michael Roland
Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on an NFC Forum External Type (btw, your external type name does not follow the RTD specification, The External Type Name MUST be formed by taking the domain name of the issuing organization, adding

Re: [android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread Justin Anderson
I noticed a pretty big hit recently... For several months I have consistently been getting about $80/month (my cut from Google) on two $0.99 apps in the market and this past month I only ended up with about $30... I'm thinking it may be that people are starting to switch more and more to

Re: [android-developers] Re: android nfc tech API help

2011-05-04 Thread Michael Roland
Hallo, which variant did you use, the low-level access or the IsoDep acccess? The low-level example will only work with MIFARE Ultralight cards (these are always NfcA). Sorry, I don't know any example for low-level access to NfcB cards. The IsoDep example will certainly only give a useful result

Re: [android-developers] Closing canvas view and starting new activity

2011-05-04 Thread Justin Anderson
You already asked this, and I asked a follow-up question to get more information... How are you originally getting into the activity you are trying to finish? The reason I asked this is because I noticed that you are trying to start an activity that displays some sort of game menu... Why not do

Re: [android-developers] Evernote API: Question related to Intent sample

2011-05-04 Thread Justin Anderson
Seems like a better place to ask this would be some sort of support forum for Evernote... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 8:21 AM, ijaz ijaxah...@googlemail.com wrote: Hi, I am making an application and trying to

Re: [android-developers] Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread Nikolay Elenkov
On Wed, May 4, 2011 at 3:08 PM, Justin Anderson magouyaw...@gmail.com wrote: I'm thinking it may be that people are starting to switch more and more to alternative app stores (such as Amazon) ... Highly unlikely. -- You received this message because you are subscribed to the Google Groups

[android-developers] ActivityAdapter and ActivityIconAdapter - not available anymore??

2011-05-04 Thread Jumana
Im trying to use ActivityAdapter and ActivityIconAdapter but it seems likes it not available. Am i missing something? Are there alternative classes to these? Thanks, Jumana -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Update Contacts

2011-05-04 Thread Stefan S
IT WORKED! THANK YOU! I could hit my self... I always use newUpdate(ContactsContract.Data.CONTENT_URI) for updating the values except for the StructuredName... On 4 Mai, 07:42, Stefan S shogu...@gmail.com wrote: I'll try. Thanks for the hint. Curiosley I can update the addresses, organisations

[android-developers] Re: Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread Rich@TheLogicBox
Appears to me that google have re-jigged the way active installs are counted. In the statistics view, my historic installs (for a given date or period - say over xmas) are down about 10% on when i view last week, so don't believed they've dropped in the past week as it would first appear. On May

[android-developers] SDCard installs - auto or preferExternal?

2011-05-04 Thread Droid
I am guessing my manifest entry is better (from the users point of view) as: android:installLocation=preferExternal Would users prefer android:installLocation=auto? Would app users prefer installing to their SDCard by default rather than to internal memory? -- You received this message because

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-04 Thread Gorka Hernando
Hi, Thanks for your response. On 4 mayo, 08:04, Michael Roland mi.rol...@gmail.com wrote: Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on anNFCForumExternalType (btw, yourexternal type name does not follow the RTD specification,

[android-developers] Problems with WebView and soft keyboard

2011-05-04 Thread jonfogh
Hi I am having some problems with a WebView (Honeycomb). My WebView is located in a Fragment, where it is placed in a hierachy like this: Fragment ReleativeLayout FrameLayout AbsolutLayout AbsolutLayout WebView When I select an input field in the form (And the

[android-developers] LocationManager and MyLocationOverlay

2011-05-04 Thread Andrei
Hello. When booting I get the card user's location on the map: private MapView mapView; private MapController mapController; private MyLocationOverlay myLocationOverlay; private LocationManager mLocationManager; private LocationListener mLocationListener; mapController =

[android-developers] Re: How to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery)

2011-05-04 Thread mack2978
I am newbie and this is very basic question, let me clear this again. I want to store some images from my application to some internal device location(not external SD card). Can anyone please let me know which location(any shared directory for all apps) on internal storage is this? thanks you

[android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread mafw13
On Tue, 3 May 2011 09:50:50 -0700 (PDT), Igor Prilepov iprile...@gmail.com wrote: It is possible with NDK and here is the best link I know: http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-c.html However, this approach is helpful only for a very few cases, for example, when

[android-developers] Re: ListView Item Focussable issue

2011-05-04 Thread droid-stricken
Please ignore this question. I think i found my problem. I had forgotten to set the background of the ListView item (item.xml in this case). Added the android:background=@android:drawable/menuitem_background and then i could get the focus for all my ListView Items. Thanks. On May 3, 11:14 pm,

[android-developers] Re: problem with Linkify.addLinks(

2011-05-04 Thread beginer
The code that I am using is this: In the method getView of the ArrayAdapter class, when you click in the title of one of the items, I do this: class EventoAdapter extends ArrayAdapter { Activity context; EventoAdapter(Activity context) { super(context,

Re: [android-developers] Re: Widget-specific Preferences

2011-05-04 Thread Kostya Vasilyev
Jake, With each widget having its own settings, you are pretty much forced to update them individually. I would have the alarm receiver obtain all widget Ids and send them using startService all at once. The service would then do the filtering for stale Ids, combined with loading actual

[android-developers] Re: Parts of words in TextView are out of the screen

2011-05-04 Thread omar
The font has to be Right To Left since the app is in Arabic.. On May 4, 5:14 am, Indicator Veritatis mej1...@yahoo.com wrote: Seehttp://stackoverflow.com/questions/2025282/difference-of-px-dp-dip-an... and reconsider your use of 15sp. You may want to set other attributes too, but it seems that

[android-developers] Re: Evernote API: Question related to Intent sample

2011-05-04 Thread ijaz
Yeah, i did but no reply, still waiting if someone could help. Thanks On May 4, 2:20 am, Justin Anderson magouyaw...@gmail.com wrote: Seems like a better place to ask this would be some sort of support forum for Evernote... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: problem with Linkify.addLinks(

2011-05-04 Thread Kostya Vasilyev
You can set an onClickListener for the view, and use ACTION_VIEW for your http://...; URI. http://stackoverflow.com/questions/2201917/android-open-url-from-code -- Kostya 04.05.2011 12:44, beginer пишет: When I click labelTitle, the link appeared, and you can click there and open the url .

[android-developers] Re: Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread Peter Webb
Yes, but I had a minor release at about the same time. Went from 43% active to 37% active in oine hit, the total downloads didn't change at all, just the active installs. I note that my market rank went up one spot when this happened; either it also happened to everybody else or the active

Re: [android-developers] Problems with WebView and soft keyboard

2011-05-04 Thread Mark Murphy
If you are seeing this with the Android Compatibility Library, that appears to be a bug: http://code.google.com/p/android/issues/detail?id=16291 On Wed, May 4, 2011 at 3:15 AM, jonfogh jonf...@gmail.com wrote: Hi I am having some problems with a WebView (Honeycomb). My WebView is located in

Re: [android-developers] ActivityAdapter and ActivityIconAdapter - not available anymore??

2011-05-04 Thread Mark Murphy
On Wed, May 4, 2011 at 2:45 AM, Jumana jumanamaj...@gmail.com wrote: Im trying to use ActivityAdapter and ActivityIconAdapter but it seems likes it not available. Am i missing something? Those classes have been gone from the SDK for nearly three years. Are there alternative classes to these?

[android-developers] Re: Anyone notice active installs plummet WITHOUT releasing update?

2011-05-04 Thread Zsolt Vasvari
The # of installs now match what's show on the graphs. In my case, the install % of my paid app had gone up by 7% while the free app's had gone down by 4%. On May 4, 5:41 pm, Peter Webb r.peter.w...@gmail.com wrote: Yes, but I had a minor release at about the same time. Went from 43% active

[android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread jonfogh
Thanks. But my problem isnt that the keyboard dosnt appear, but that the WebView isnt rendered correctly (See links to screen shots in the initial post). On 4 Maj, 11:58, Mark Murphy mmur...@commonsware.com wrote: If you are seeing this with the Android Compatibility Library, that appears to be

Re: [android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread Mark Murphy
On Wed, May 4, 2011 at 6:34 AM, jonfogh jonf...@gmail.com wrote: Thanks. But my problem isnt that the keyboard dosnt appear, but that the WebView isnt rendered correctly (See links to screen shots in the initial post). I can't view those screenshots, as they are hosted by a hosting firm that

[android-developers] AVD specs for nexus one

2011-05-04 Thread ABSOLUT
Hi, I'm trying to set up my AVD for using like a Nexus one because I have some layout problems. I put in AVD these: Try with WVGA800 and SDK 2.1 But doesnt works!, the screen is very big. Could you help me please? -- You received this message because you are subscribed to the Google Groups

[android-developers] http proxy

2011-05-04 Thread yogi
Hi all, I am creating a app for setting the http-proxy and port for wifi. Can any buddy provide me any API or class for this. I searched in the android docs but didn't find any thing related with this. Regards Yogi -- You received this message because you are subscribed to the Google Groups

[android-developers] http proxy

2011-05-04 Thread yogi
Hi all, I want to change the http proxy and port manually (through adb). Can any buddy have idea about this... Regards Yogi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Battery Log using service

2011-05-04 Thread Dianne Hackborn
Look at the stack crawl that is printed when the app is crashed and try to determine from that what went wrong. That is your first job, before asking for help here. On Wed, May 4, 2011 at 1:20 AM, Omkar omkar.ghai...@gmail.com wrote: I have pasted my code below.. I somehow dont get the Toast

Re: [android-developers] Re: Building C code for Android (no Java/jni)

2011-05-04 Thread Dianne Hackborn
This group is for working with the SDK, so if you don't want to write any Java this is about the last place to look. If you feel like you need to avoid the NDK, you should look on groups like android-porting which are for working with the internal platform. On Wed, May 4, 2011 at 4:17 AM,

[android-developers] Re: Battery Log using service

2011-05-04 Thread Omkar
I have done that while debugging.. But don't know what exactly to look for in this case.. Hence a clue or something would be helpful. Thats why I have pasted the code so a direct pinpointing at error can be done by someone more experienced than me. Thanks Omkar On May 4, 4:09 pm, Dianne Hackborn

[android-developers] searching the web from phone ..

2011-05-04 Thread kaushik p
Hi , is there a possibility for having a sync between the search boxes on android platform ? For example , can i have a edittext on android phone where , what ever i type should be searched in some xyz.com 's site search and should return the exact values that would have displayed when searched

[android-developers] WebView and Scroll Vertical

2011-05-04 Thread Andrei
Hello. Webviev use to display pages on the Internet. Horizontal scrolling the village works, and the vertical is not. Phone screen twitches and all. How can there be a problem? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: WebView and Scroll Vertical

2011-05-04 Thread lbendlin
is this on 2.3.3? I noticed the webkit browser throwing a few fits with some sites since I upgraded my Nexus One to that version. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: AVD specs for nexus one

2011-05-04 Thread lbendlin
Define very big While starting the AVD you can check the scale box. -- 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] Re: SDCard installs - auto or preferExternal?

2011-05-04 Thread lbendlin
My testers told me that auto is more appropriate, and we have included text in the help section to show the regular users how to move the app to SD card (and back) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Battery Log using service

2011-05-04 Thread lbendlin
post the stack trace. -- 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+unsubscr...@googlegroups.com For

Re: [android-developers] Can startActivity() be called from any of the Activity lifecycle methods?

2011-05-04 Thread lbendlin
and it only gives bad ideas (tm) to people who try to keep their app alive despite the explicit user intent of terminating it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread jonfogh
After searching the net further, I think this might be down to this issue: http://code.google.com/p/android/issues/detail?id=5497 But thanks for your help! Sadly simplifying the hierachy didnt help. On 4 Maj, 12:42, Mark Murphy mmur...@commonsware.com wrote: On Wed, May 4, 2011 at 6:34 AM,

[android-developers] Re: SDCard installs - auto or preferExternal?

2011-05-04 Thread Droid
Yes, maybe 'auto' better, I read somewhere that a few models will fail to install at all if install location is set to preferExternal. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Widget-specific Preferences

2011-05-04 Thread Jake Colman
KV == Kostya Vasilyev kmans...@gmail.com writes: KV 3 - Each RemoteViews update needs to be self-sufficient, that is, KV contain all the data items (setTextViewText, etc.) as well as KV PendingIntent's. KV Do not push separate, incremental, RemoteViews: one for text KV views,

[android-developers] Re: Bluetooth server and channel number

2011-05-04 Thread mbaroukh
I finally figured out what the problem was. The problem is in BluetoothAdapter.getDefaultAdapter(). This method create implicitely a Handler connected to the looper of the current thread. And this method is static and returns a singleton. This mean that the first call, and only the first call,

[android-developers] Re: WebView and Scroll Vertical

2011-05-04 Thread Andrei
no version 1.6. ok. thanks. On 4 май, 15:49, lbendlin l...@bendlin.us wrote: is this on 2.3.3?  I noticed the webkit browser throwing a few fits with some sites since I upgraded my Nexus One to that version. -- You received this message because you are subscribed to the Google Groups Android

  1   2   >