[android-developers] Barcode and rest integration

2011-12-06 Thread venugopal reddy
hi friends, I developed Bar code application and i developed separate rest application. Now I have one doubt.. Using bar code application am getting information , I want to send this information through rest web services to another framework (drupal 7.0 frame work). How Can I solve this

[android-developers] Multiple approximate alerts

2011-12-06 Thread bint-e -hava
hy ! its newbie questions : what things that we basically need for setting the gps Approximate alerts on multiple locations that stored in sqlite ? what is the forecast-receiver why we use it ? is there any need for service(for getting continually reading for gps ) ? thanks -- *My Lord!

[android-developers] Re: an app with web-services

2011-12-06 Thread Ali Chousein
The first step is to check the documentation of the web-services you want to communicate with. The documentation will give you the URLs which you should communicate with. Use HTTPGet (http:// developer.android.com/reference/org/apache/http/client/methods/ HttpGet.html) and HTTPPost

[android-developers] Re: getting location update using gps after application closed .

2011-12-06 Thread Ali Chousein
Keeping the GPS receiver on all the time is not a good idea, because it's going to drain the battery in a short period of time and this is not going to make users happy. If you insist doing this, study services in Android ( http://developer.android.com/reference/android/app/Service.html ) and see

[android-developers] Re: an app with web-services

2011-12-06 Thread juliagrig
thank you so much! On 6 Δεκ, 03:51, Ali Chousein ali.chous...@gmail.com wrote: The first step is to check the documentation of the web-services you want to communicate with. The documentation will give you the URLs which you should communicate with. Use HTTPGet (http://

[android-developers] Re: Scoreloop

2011-12-06 Thread Oli Wright
Guess it depends what value you want to see :) Not used it personally but I seem to recall David Webb using it in one of his apps and writing about it: http://makingmoneywithandroid.com/?s=scoreloop -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Parceable Usage in Nested Classes in RPC Mechanism using AIDL

2011-12-06 Thread Prince
Hi, I am using RPC Mechanism using AIDL in my Client Service Application. Here is how my classes are structurized @ Service class A implements parceable{ String message; .. } class B implements parceable{ String message; .. } class C implements parceable{ A a; B b; @Override public C

[android-developers] Android phones supports G13 languages

2011-12-06 Thread Tom
Hi All, I read somewhere that android phone supports G13 languages. What does G13 languages means? I am totally confused. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Improved documentation for MediaPlayer.start()

2011-12-06 Thread Panajev
Hello, I would like to propose a slight modification to the documentation for that function. Although the state diagram for the class does help crarify things (and the comments below that diagram do sum it up in words), the documentation for the start() method is deceiving IMHO. It currently

[android-developers] Re: Wi-fi MAC address as unique ID

2011-12-06 Thread lbendlin
Most likely a null pointer exception. -- 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] Bad implementation of GPS on Samsung Galaxy tabs?

2011-12-06 Thread lbendlin
Go outside. gps needs a clear sky view. This is working as designed. -- 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: Android phones supports G13 languages

2011-12-06 Thread Oli Wright
I would assume that would be the countries? http://en.wikipedia.org/wiki/G8%2B5 -- 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

[android-developers] Re: Improved documentation for MediaPlayer.start()

2011-12-06 Thread Oli Wright
Suggest raising an issue here: http://code.google.com/p/android/issues/list -- 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

Re: [android-developers] which methods will be called when replace text in a EditText?

2011-12-06 Thread TreKing
On Fri, Dec 2, 2011 at 10:32 PM, Link Leo mr.leol...@gmail.com wrote: I'm finding a method which will be run before onSelectionChanged, anyone know what is that method? What are you trying to achieve by knowing this?

Re: [android-developers] note pad application

2011-12-06 Thread TreKing
On Fri, Dec 2, 2011 at 4:30 PM, byke oladunniayo...@yahoo.com wrote: public void onClick(View v) { // this is where am having problems ..dont know what how to set the delete button its a text view and not a label i used RESULT_CANCELED . did not work

Re: [android-developers] Change screen orientation from a widget app

2011-12-06 Thread TreKing
On Fri, Dec 2, 2011 at 8:02 PM, Ray makesyoucl...@gmail.com wrote: Is it possible to change the screen orientation from a widget app? If so, how? Probably not, as you're running within another Activity (Home) which is charge.

Re: [android-developers] Replacing a Fragment Inside of ViewPager

2011-12-06 Thread TreKing
On Sun, Dec 4, 2011 at 4:22 PM, Alex Fu faint...@gmail.com wrote: Also, the reason I am not letting the application recreate everything on orientation change is because I have some complex data I want to retain.

Re: [android-developers] Application Versioning from the code

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 1:38 AM, Mukesh Srivastav mukicha...@gmail.comwrote: is there any workaround there Keep a file on your own site or server with the latest version information. - TreKing

Re: [android-developers] Barcode and rest integration

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 2:28 AM, venugopal reddy venugopal.re...@tspl.comwrote: Now I have one doubt.. Using bar code application am getting information , I want to send this information through rest web services to another framework (drupal 7.0 frame work). Developing the app and the rest

Re: [android-developers] Multiple approximate alerts

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 2:43 AM, bint-e -hava binte.ha...@gmail.com wrote: what things that we basically need for setting the gps Approximate alerts on multiple locations that stored in sqlite ? Read the documentation for the functionality in question. what is the forecast-receiver why we

Re: [android-developers] Application Versioning from the code

2011-12-06 Thread Mukesh Srivastav
hehehehhehehe... Thank you. The solution is irrelevant. I found a another way to do it. On Tue, Dec 6, 2011 at 6:13 PM, TreKing treking...@gmail.com wrote: On Tue, Dec 6, 2011 at 1:38 AM, Mukesh Srivastav mukicha...@gmail.comwrote: is there any workaround there Keep a file on your own

[android-developers] Method to take Wireshark traces

2011-12-06 Thread Tom
HI All, Here i have copied the code. I am trying to write a code (for phone automation) using which i want to connect to wireshark and start taking traces on that. while the wireshark is running i am doing some activities on phone like make calls, browse websites etc. When I am done with that, I

[android-developers] Re: Can the LVL check for Paid app be done from my free app ?

2011-12-06 Thread androidmediadeveloper
we're also using inapp billing, and it does work. however, the app is listed only on the free section of the market. we want it listed under paid as well, more discovery. Are there easier ways to do this than using an unlocker ? On Dec 5, 8:29 pm, Emanuel Moecklin 1gravity...@gmail.com wrote:

Re: [android-developers] Re: Can the LVL check for Paid app be done from my free app ?

2011-12-06 Thread Nikolay Elenkov
On Tue, Dec 6, 2011 at 9:53 PM, androidmediadeveloper kamathaj...@gmail.com wrote: we're also using inapp billing, and it does work. however, the app is listed only on the free section of the market. we want it listed under paid as well, more discovery. 'More discovery' - not really. You will

Re: [android-developers] Multiple approximate alerts

2011-12-06 Thread bint-e -hava
im sorry its not forecast-receiver its broadcast-receiver . On Tue, Dec 6, 2011 at 4:46 AM, TreKing treking...@gmail.com wrote: On Tue, Dec 6, 2011 at 2:43 AM, bint-e -hava binte.ha...@gmail.comwrote: what things that we basically need for setting the gps Approximate alerts on multiple

[android-developers] Re: Zoom or magnifying glass Effect

2011-12-06 Thread fr4gus
I think this is more a OS function than something available at SDK. I'm not an iOS Developer, but I think this is a feature available from iOS itself and not its SDK. On Android I don't think there is any similar (at least I haven't seen any app that does it). But I would like to know if someone

[android-developers] Reverse Engineering .APK files

2011-12-06 Thread RLScott
I would like to make it difficult to reverse engineer sensitive aspects of my application. Is there any advantage to using obfuscated variable or method names, or can I safely assume that all such naming is stripped from the APK file (assuming debugging has been turned off). -- You received

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread lbendlin
the usual disassemblers create their own set of variable and method names from scratch. Not a big deterrent. -- 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

[android-developers] MonkeyView.setFocused() doesn't work in Android 4.0

2011-12-06 Thread Harrison Feng
Hi, I got an unexpected exception using MonkeyView.setFocused() method. Could someone help me on this below? 111206 22:14:38.388:S [main] [com.android.monkeyrunner.MonkeyRunnerOptions] Script terminated due to an exception 111206 22:14:38.388:S [main]

[android-developers] Re: Improved documentation for MediaPlayer.start()

2011-12-06 Thread Panajev
Thanks, raised issue 22621: http://code.google.com/p/android/issues/detail?id=22621thanks=22621ts=1323182180 On Dec 6, 1:11 pm, Oli Wright oli.wri...@gmail.com wrote: Suggest raising an issue here:http://code.google.com/p/android/issues/list -- You received this message because you are

[android-developers] Re: Zoom or magnifying glass Effect

2011-12-06 Thread srihari babu
Hi Amit, Analyse this code, that would be helpful to u!!. http://developer.sonyericsson.com/wp/2010/05/26/android-one-finger-zoom-tutorial-part-2/ -- 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: Can the LVL check for Paid app be done from my free app ?

2011-12-06 Thread Emanuel Moecklin
I agree with Nikolay. The paid section is certainly less frequented than the free section and unlocker apps are confusing. You'll have people complaining that they paid for an app but didn't get any because they don't realize they'd have to download the free app too. Why not just have a paid, full

[android-developers] Re: Method to take Wireshark traces

2011-12-06 Thread Yahel
Sorry mate but your question is about java on a desktop, not on Android. Maybe try to ask on a java forum. Good luck. Yahel On 6 déc, 07:49, Tom avayam...@gmail.com wrote: HI All, Here i have copied the code. I am trying to write a code (for phone automation) using which i want to connect

[android-developers] Re: Bad implementation of GPS on Samsung Galaxy tabs?

2011-12-06 Thread Yahel
You do know that GPS is based on satellites that revolves around the earth in space ? Once inside, your GPS on ANY device will have a hard time getting a clear sky view, let alone synchronise with enough satellites to get a position. You might have some luck if you are near a window, but anyway,

Re: [android-developers] Multiple approximate alerts

2011-12-06 Thread Kristopher Micinski
On Tue, Dec 6, 2011 at 3:43 AM, bint-e -hava binte.ha...@gmail.com wrote: hy ! its newbie questions : what things that we basically need for setting the gps Approximate alerts on multiple locations that stored in sqlite ? what is the forecast-receiver why we use it ? is there any need

[android-developers] Loading internal html content in android web view

2011-12-06 Thread tatebn
I'm trying to load internal content in an android web view. The content is in a content directory that's been unzipped into the app's files directory. I can verify that the files are there by using the adb shell. However I keep getting an error in the web view that the file doesn't exist. I'm

Re: [android-developers] To implement DTMF in android

2011-12-06 Thread Mark Murphy
On Tue, Dec 6, 2011 at 2:19 AM, Test sapna.ari...@gmail.com wrote: After googling, I found to send DTMF as Intent mIntent = new Intent(Intent.ACTION_CALL, Uri.parse(tel: + phoneNumber + ; + dtmfSequence)); but this works only first time when call started, if users presses any number of

Re: [android-developers] Need A web xml parsing code... Urgently please

2011-12-06 Thread andronagarjuna
On 11/30/2011 5:39 PM, Aniket Kumbhar wrote: Need A web xml parsing code... Urgently please -- 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

[android-developers] Re: ICS Hardware Acceleration crash

2011-12-06 Thread webmonkey
Hi Romain You can easily check whether your app is hardware accelerated on startup and warn the user it's not supported. Eh, how do you easily check for that at startup, I found View.isHardwareAccelerated() Canvas.isHardwareAccelerated() But you can't use them at startup, am I missing

[android-developers] Re: ice cream sandwich

2011-12-06 Thread ScheffsBlend
It is possible. Go check out the forums at forum.xda-developers.com There is currently an alpha build that is coming along nicely. Because of the size of the system image you will need to use the BlackRose hboot. There are links to all that in the threads there. Enjoy! :-P On Dec 2, 7:14 pm,

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread RLScott
On Dec 6, 8:48 am, lbendlin l...@bendlin.us wrote: the usual disassemblers create their own set of variable and method names from scratch. Not a big deterrent. Yes, but at least they won't be helped out by suggestive names that I give the methods. -- You received this message because you

[android-developers] Re: Bad implementation of GPS on Samsung Galaxy tabs?

2011-12-06 Thread Terry
.. working as designed. I am not so sure. The following is taken from Class LocationManager: public void requestLocationUpdates (String provider, long minTime, float minDistance, PendingIntent intent) .. The frequency of notification or new locations may be controlled using the minTime and

[android-developers] Android monkey feature ? : adb shell monkey -p com.asus.davinci.medianote -v 500 --hprof

2011-12-06 Thread MobileScorpio
Dear Android Developers, About Android Monkey Feature: http://developer.android.com/guide/developing/tools/monkey.html ... Command Options Reference The table below lists all options you can include on the Monkey command line. CategoryOption Description ... Debugging --hprof If

[android-developers] Data Upload Problem

2011-12-06 Thread RIMPY SAINI
Hi, I have problem how can post data to server. Please find any solution asap with example.You will be help with positive response. Thank you, Rimpy -- 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: Notification status bar custom layout, guide lines are wrong?!? (primary color)

2011-12-06 Thread kilaka
Does NOT work for me as well. The text is white and looks bad on a bright background. On Nov 25, 11:11 pm, Daniele Segato daniele.seg...@gmail.com wrote: I was following this guide lines: http://developer.android.com/guide/topics/ui/notifiers/notifications which states: [...]to use

[android-developers] How to add WebView to the listview

2011-12-06 Thread killer
I want add WebView to the listview ,But thie webView display is not normal when i add,I must click the listView other item ,the webView will be displayed。 how to do? I need help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] What user id does an android license verification response contain?

2011-12-06 Thread levy
I'm using the Android License Verification Library as suggested in http://developer.android.com/guide/publishing/licensing.html Could someone tell me what does the returned user id field hold? It looks like a hash or a base64 encoded something, but I couldn't figure out what it really is... I'm

[android-developers] parsing nested xml tags using sax parser

2011-12-06 Thread dualcoir
hi guys, i'm looking for tutorials on how i can parse nested xml tags using sax parser but i can't find a right solution for my case. here's the format of my xml file: ?xml version=1.0 encoding=UTF-8 ? sync filestructure folder name='name' folder description='folder name'

[android-developers] Share Your Practical Experience to build Android Application with Pre-Populated Database

2011-12-06 Thread eSumit
Have you developed any android application which is using pre- populated database (say Size in between 1-5 MB , is size any issue?), If yes , May you please tell any trick which you used and work best for you ? Or If you developed any android application which gets data from file rather from

[android-developers] Re: No Face Recognition API? Not to be confused with Face Detection

2011-12-06 Thread Seth Archer
No there isn't a Face recognition API, however the face detection api optionally gives eye and mouth coordinates as well as bounding box coordinates. On Nov 21, 11:10 pm, Jimmy jimbocho...@gmail.com wrote: Hi, Could someone clarify whether there is an actualFaceRecognition API? To

Re: [android-developers] Re: Bad implementation of GPS on Samsung Galaxy tabs?

2011-12-06 Thread Christopher Van Kirk
From personal experience, the Galaxy Tab 10.1 is a bit of a mess. It wouldn't surprise me if this was a bug. On 12/7/2011 12:13 AM, Terry wrote: .. working as designed. I am not so sure. The following is taken from Class LocationManager: public void requestLocationUpdates (String provider,

[android-developers] Camera.Face Optional Eye and Mouth Coordinates

2011-12-06 Thread Seth Archer
Reading through the 4.0 docs, it seems There is a Camera.Face class that supports face detection. However there are a few features--coordinates of eyes and mouth--that are listed as optional, and not supported on all devices. Shouldn't this all be software and thus supported on any device with a

[android-developers] how to play sound in android ????

2011-12-06 Thread Saber Ismaili
Hello, I have a question please. In my application I have 3 class A, B and C. the class A extends Activity, and in his constructor will create an instance of the class B. The class B is an extends of the class C. My application is simple. when class B get a specific result, he have to

[android-developers] C2DM, window already focused, ignoring focus gain

2011-12-06 Thread Howard
Hi all, I'm working on the C2DM for my app and having a problem. If 2 messages are received for the app, click on any of the 2 messages will start the activity, say Activity1, without any problem. While Activity1 is running, click on the other message received earlier, I got Window already

[android-developers] Internet read app

2011-12-06 Thread Leonardo Betzler
i'm trying to do a application to read a web page and show the first line! public class InternetActivity extends Activity{ public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); try{ URL u = new URL(www.google.com.br);

[android-developers] Suggestion for a mock-up presentation..(slightly OT)

2011-12-06 Thread sathyashrayan
I want to make a small presentation(mock-up) about an android app. That involves action bar , buttons, pagination (load more button) list ect..I am from web development background so i used to create wireframe in an simple word doc. But I am stuck with android presentation now. I just need to

Re: [android-developers] response{error:{message:An active access token must be used to query information about the current user.,type:OAuthException}} Android Facebook Post

2011-12-06 Thread old new
username or password is incorrect 2011/12/1 Naveen kumarnaveen.si...@gmail.com Hello All, I am doing FaceBook wall posting with message, photo , and link ..in android getting response from facebook server response{error:{message:An active access token must be used to query information

Re: [android-developers] How to insert record in database

2011-12-06 Thread old new
sqlite database can operated in pc 2011/12/1 Mukesh Srivastav mukicha...@gmail.com Firstly, create a xml of all your scripts/data(country,city) and dump it into assets folder. from the use xml parsing and then Insert it. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer,

[android-developers] How to add a global Menu item

2011-12-06 Thread Muhammad Zaeem
Hi all, I want to add a menu item to system Menu.that is, on any screen when menu button is pressed, my menu item will be added to its menu. This is possible in blackberry.I am not sure about Android. thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] ListView with checkbox using cursor adapter in Android

2011-12-06 Thread abdul
I am doing a simple project in Android where I have some data available in a database. I can retrieve the data from the database, and it shows in a ListView using a cursor adapter. But I need my ListView to have a checkbox for each item so the user is able to select multiple items, then the

[android-developers] Problem with Canvas while draw large dataset

2011-12-06 Thread to ngoc
Hi everybody, I have a problem : I wan't to draw Chart(live chart) with large dataset. I used canvas for my program, but when scroll my view , screen not smooth. I think my dataset so large (4 point in chart). Please help me fix problem. This is my code : protected void onDraw(Canvas

[android-developers] comsumir SOAP php desde ANDROID

2011-12-06 Thread Virginia
Buenos días!!! Estoy comenzando a practicar con el desarrollo para android y he tratado de hacer funcionar un SW desde mi aplicación php en android. Tengo el soap armado con nusoap desde la aplicación php, bajé la librería ksoap, instalé todo como se recomienda en los manuales que se encuentran en

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread a1
Using obfuscator is always a good idea because it shrink code (ant build system from ADT supports proguard), on the other hand do not really count on making bytecode temper proof, it's really easy to crack any licencing solution even if code is obfuscated. -- You received this message because

[android-developers] Re: Pass Data From Activity to All Attached Fragments

2011-12-06 Thread Robert
Okay thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Suggestion for a mock-up presentation..(slightly OT)

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 6:33 AM, sathyashrayan sathyashra...@gmail.comwrote: Any suggestions? Google Android mock up http://stackoverflow.com/questions/929875/good-gui-design-tool-to-mock-up-iphone-android-applications

Re: [android-developers] How to add a global Menu item

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 6:00 AM, Muhammad Zaeem muhammadzaeemud...@gmail.com wrote: I want to add a menu item to system Menu.that is, on any screen when menu button is pressed, my menu item will be added to its menu. You can't do this. There is no system Menu. And would you like me to put a

Re: [android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread Kristopher Micinski
Yeah, Obfuscation will help you reduce size, and it will also take away some of the hints that people have. But you can't get past renaming system functions, and it's easy enough to do analysis to find out what your methods are calling system wise, which allows someone easily enough to infer

[android-developers] After updating sdk from r06 to r15

2011-12-06 Thread Vivek Malavade
When I update my android sdk from r06 to r15, getting following error. Error retrieving parent for item: No resource found that matches the given name 'android:WindowTitleBackground'.. I haven't change my any code. Why this happening..??? Please give solution.. Its very urgent -- You received

[android-developers] Android monkey feature ? : adb shell monkey -p com.asus.davinci.medianote -v 500 --hprof

2011-12-06 Thread MobileScorpio
Dear Android Developers, About Android Monkey Feature: http://developer.android.com/guide/developing/tools/monkey.html ... Command Options Reference The table below lists all options you can include on the Monkey command line. CategoryOption Description ... Debugging --hprof If

[android-developers] Re: Can the LVL check for Paid app be done from my free app ?

2011-12-06 Thread Kevin TeslaCoil Software
Recently there was a discussion on reddit.com/r/Android about a new app being unlocked by in-app-purchase. Users were wishing for an unlock key app or pro version. IIRC their reasons were: 1) Permissions could be less on a pro version (no ads) 2) Fear/uncertainty about if the license would carry

[android-developers] Problem updating SDK to 15 in windows tools dir

2011-12-06 Thread Alanbluefox
Even if I run the SDK manager OUTSIDE of eclipse, it could not rename the tools directory. Fortunately I found this answer: I had the exact same problem but with the tools directory. I solved it by manually renaming tools to tools-old before the installation. Works perfectly now. And it work for

Re: [android-developers] Re: Can the LVL check for Paid app be done from my free app ?

2011-12-06 Thread Kostya Vasilyev
2) is definitely true. I really wish in-app purchases of managed items were shown in the Market app, just like existing purchases of paid apps are, even if those app are not installed. 6 декабря 2011 г. 21:21 пользователь Kevin TeslaCoil Software ke...@teslacoilsw.com написал: Recently there

Re: [android-developers] ListView with checkbox using cursor adapter in Android

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 1:41 AM, abdul hussain6...@gmail.com wrote: But I need my ListView to have a checkbox for each item so the user is able to select multiple items, then the selected items should be able to identified so that I can do some stuff with those items. So have your adapter's

Re: [android-developers] Internet read app

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 7:49 AM, Leonardo Betzler leo.betz...@hotmail.comwrote: anyone could help me ??? For some it isnt work ?? http://www.catb.org/~esr/faqs/smart-questions.html - TreKing

Re: [android-developers] comsumir SOAP php desde ANDROID

2011-12-06 Thread TreKing
Tienes que hacer la pregunta en Ingles, el lenguaje principal de este grupo, si esperas una repuesta. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for

Re: [android-developers] How to add WebView to the listview

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 3:27 AM, killer doublekill@gmail.com wrote: I want add WebView to the listview ,But thie webView display is not normal when i add,I must click the listView other item ,the webView will be displayed。 how to do? I need help What is not normal ? What is the

Re: [android-developers] Problem with Canvas while draw large dataset

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 12:50 AM, to ngoc ngoc...@citigovietnam.com wrote: I have a problem : I wan't to draw Chart(live chart) with large dataset. I used canvas for my program, but when scroll my view , screen not smooth. I think my dataset so large (4 point in chart). Please help me fix

Re: [android-developers] Data Upload Problem

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 12:28 AM, RIMPY SAINI rimpy.saini2...@gmail.comwrote: I have problem how can post data to server. Connect to a server and sent it data. It's not complicated. Moreover this is not specific to Android. Please find any solution asap with example. Sure thing. Shall I

Re: [android-developers] C2DM, window already focused, ignoring focus gain

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 4:46 AM, Howard chang.how...@gmail.com wrote: My question is how to close the Activity1 for message 1 and invoke the Activity1 for message 2 when message 2 gets clicked. Message 1 and 2 are for the same Activity, Activity1. Try this:

Re: [android-developers] parsing nested xml tags using sax parser

2011-12-06 Thread TreKing
On Tue, Dec 6, 2011 at 5:34 AM, dualcoir nhq1...@gmail.com wrote: hi guys, i'm looking for tutorials on how i can parse nested xml tags using sax parser but i can't find a right solution for my case. This is not relevant to this group ... but ... Where did you look? What did you try?

[android-developers] Re: Bad implementation of GPS on Samsung Galaxy tabs?

2011-12-06 Thread lbendlin
20 seconds is rather optimistic. A non-AGPS TTFF is more in the range of 45 seconds (warm) to 15 minutes (cold). And being inside you are definitely going to be on the longer side of the scale. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Loading internal html content in android web view

2011-12-06 Thread tatebn
I can get it to recognize the file's existence if I remove the file:// from the front of the path. But then the web view loads a blank white page. On Dec 6, 10:01 am, tatebn brandonnt...@gmail.com wrote: I'm trying to load internal content in an android web view. The content is in a content

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread RLScott
On Dec 6, 11:28 am, a1 arco...@gmail.com wrote: ..it's really easy to crack any licencing solution even if code is obfuscated. That depends on how interwoven the licensing is with the application. I plan on making the effort needed to crack the licensing comparable to the effort needed to

Re: [android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread Kristopher Micinski
On Tue, Dec 6, 2011 at 2:18 PM, RLScott fixthatpi...@yahoo.com wrote: On Dec 6, 11:28 am, a1 arco...@gmail.com wrote: ..it's really easy to crack any licencing solution even if code is obfuscated. That depends on how interwoven the licensing is with the application. I plan on making the

[android-developers] Getting the recorded frames while media recording

2011-12-06 Thread Rajeev Ranganathan
Hi, I just wanted to know,if there is any way i can get the video frames to the application while the camera is in the recording mode.We all know,that there is an onPreviewFrame Callback,where we get the raw preview frames but as far as i know ,there is no such callback or any other method,to get

[android-developers] Re: Connecting to a server on a LAN

2011-12-06 Thread Indicator Veritatis
How else would you want to connect? There is no Ethernet connector on most Android phones. So your only other option would be some non- standard kludge using USB as your Layer 0. After all: your 3G or 4G connection is outside the LAN. On Dec 5, 4:21 am, Wernher dei14...@gmail.com wrote: Hi

[android-developers] Re: Loading internal html content in android web view

2011-12-06 Thread tatebn
Scratch this. I got it working by using a URI (all caps) URI fileUri = URI.create(filePath); to create the file. The blank web view content was because the unzipped files were empty. On Dec 6, 10:01 am, tatebn brandonnt...@gmail.com wrote: I'm trying to load internal content in an android web

[android-developers] Re: Wi-fi MAC address as unique ID

2011-12-06 Thread RLScott
Still looking for a way to distinguish between: 1. wi-fi turned off 2. no wi-fi hardware present on this device -- 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

Re: [android-developers] Re: Wi-fi MAC address as unique ID

2011-12-06 Thread Kostya Vasilyev
Have you tried: http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_WIFI ??? 7 декабря 2011 г. 0:41 пользователь RLScott fixthatpi...@yahoo.com написал: Still looking for a way to distinguish between: 1. wi-fi turned off 2. no wi-fi hardware present on this

[android-developers] Re: Connecting to a server on a LAN

2011-12-06 Thread Wernher
On 6 Dic, 20:43, Indicator Veritatis mej1...@yahoo.com wrote: How else would you want to connect? There is no Ethernet connector on most Android phones. So your only other option would be some non- standard kludge using USB as your Layer 0. After all: your 3G or 4G connection is outside the

[android-developers] Re: BitmapFactory.can't decode this MJPEG stream from Logitech camera

2011-12-06 Thread ndnfan
I found the solution here: http://code.google.com/p/python-video4linux2/issues/detail?id=13 A pretty simple solution -- just add a fixed Huffman table to the header. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Wi-fi MAC address as unique ID

2011-12-06 Thread RLScott
Thanks. That is exactly what I needed. On Dec 6, 3:59 pm, Kostya Vasilyev kmans...@gmail.com wrote: Have you tried: http://developer.android.com/reference/android/content/pm/PackageMana... ??? 7 ÄÅËÁÂÒÑ 2011šÇ. 0:41 ÐÏÌØÚÏ×ÁÔÅÌØ RLScott fixthatpi...@yahoo.com ÎÁÐÉÓÁÌ: Still looking

[android-developers] Re: Share Your Practical Experience to build Android Application with Pre-Populated Database

2011-12-06 Thread JackN
Generally, a file is a database. done it. no issues. On Dec 6, 6:29 am, eSumit sumit1...@gmail.com wrote: Have you developed any android application which is using pre- populated database (say Size in between 1-5 MB , is size any issue?), If yes , May you please tell any trick which you used

[android-developers] Re: Share Your Practical Experience to build Android Application with Pre-Populated Database

2011-12-06 Thread lbendlin
put your database in the assets folder and rename it to something silly to work around the 1 MB size limitation. -- 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

[android-developers] Problem with handler

2011-12-06 Thread Vincent
Hi, I am currently developing a project which needs to write/read data via bluetooth. I met a werid problem when I try to use a handler to deal with the information back from the service I created. When I put a breakpoint after bytes = mmInStream.read(buffer); ( in ConnectedThread.run() ) I

[android-developers] Reasons that the passed Intent would be NULL in onStartCommand

2011-12-06 Thread rich friedel
Is there any other reason that the Intent that is passed to onStartCommand(Intent, int, int) would be NULL besides the system restarting the service via a flag such as START_STICKY? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Programmatically determining default Text Size of a view for scaling purposes?

2011-12-06 Thread Adam Ratana
I'm having some slight UI translation issues with ICS on a Galaxy Nexus and Honeycomb on a 10.1 Tab. I'd like to basically be able to determine what the default text size is, such that I can increase it as such: float originalTextSize = [how to get this ???] float newTextSize =

[android-developers] Where does Locale information reside on Android?

2011-12-06 Thread Zsolt Vasvari
I know in plain Java, it's in resource files, but where is it on Android? I am asking as I am using the current locale for number formatting information, but it's incorrect if the user has their locale set to Spanish (Mexico). The decimal point/comma is wrong. I would just like to know where,

[android-developers] Re: How to draw pixels?

2011-12-06 Thread Vincent
I've read through the references related to graphics, and found that there are methods like Bitmap.setPixel() and Bitmap.setPixels(). Now the probelm is solved, thanks for your hints. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread Anil Jagtap
Even if the application is reverse engineered and say an cracker gets 100% of your code. Still, what is use? it is your app that is first in android market in case of android market apps. If someone makes a clone, it is still a 'clone' and you are the original. We are using Java and hence risk of

  1   2   >