Re: [android-developers] Calendar contact provider: custom data

2013-04-29 Thread TreKing
On Sun, Apr 28, 2013 at 5:34 AM, John Goche johngoch...@googlemail.comwrote: I need to store some custom fields, however, with each event, but I don't see how I can implement these in Google Calendar or Android Calendar as the API does not offer me the option to define them. Any ideas on

Re: [android-developers] httpget

2013-04-29 Thread TreKing
On Sun, Apr 28, 2013 at 4:27 PM, asma rezgui asmarezgu...@gmail.com wrote: so i want to send an id and receive a list of objects. This question is incredibly vague. An id of what? Sent it where? Get a list of what objects?

[android-developers] Re: How to create JAR libs in Android

2013-04-29 Thread Piren
That's up to how you set up obfuscation. On Sunday, April 28, 2013 3:20:06 PM UTC+3, mbarbiero wrote: Piren... One question more... when I configure proguard obfuscation, the jar file are obfuscate too? Thanks mbarbiero Em quinta-feira, 25 de abril de 2013 04h05min59s UTC-3, Piren

Re: [android-developers] Regarding Android SQlite NDK

2013-04-29 Thread KaPiL.rIcKy
1. Can I use this sqlite-ndk-0.9.ziphttp://code.google.com/p/sqlite-ndk/downloads/detail?name=sqlite-ndk-0.9.zip in the native code (say in the Android middleware - C/C++ code and hence it will not be running in an application context. My library might be loaded and used by a daemon in the

[android-developers] Make green usb wire high

2013-04-29 Thread Adam Hale
I'm trying to integrate an app with some hardware I'm making and I need to be able to send a signal to a NAND gate through the usb wire. How can I make this happen? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Help with code

2013-04-29 Thread Michael Cabus
Not sure if you can help me, but I am stuck on some code this semester; I'm using PhoneGap for Android.. I am using a class within DroidGap that has some variables I want to read and manipulate within JQuery mobile pages; the code starts at this (focus is on buttons array) public class

[android-developers] NOOB Android Beginner Development Question!?!?

2013-04-29 Thread Akshay Kumar
I am having some trouble with the development tutorials on developer.android.com. They say that I have to add: /** Called when the user clicks the Send button */ public void sendMessage(View view) { // Do something in response to button } in the MainActivity class. The problem is, I don't

[android-developers] Is it possible to receive preview callback after video recording has been started?

2013-04-29 Thread Alexander K
I'm streaming video from Camera to a server. To do that I'm setting a preview callback, put my camera into the preview mode and send bytes from my callback handler to the server. Now, I'm required to start video recording from the server. So, upon receiving 'start recording' command from the

[android-developers] android emulator

2013-04-29 Thread abdo talaat
please how run the google maps v 2 in android emulator? -- -- 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] SHIFT and ALT key functionality implementation in ICS...?

2013-04-29 Thread abhay_401
Hi, We are working on a device which contains physical keyboard with OS version *4.0.4(ICS)*(Note: looks like Blackberry bold model). In that device **Shift *Key (**KEYCODE_SHIFT_LEFT**) and **ALT* key* (** KEYCODE_ALT_LEFT**)is not working. We are getting the proper KEYCODEs when we press

[android-developers] Re: whatsapp integration

2013-04-29 Thread Alanz
I wonder how this type of posts gets past through the moderator On Monday, 8 April 2013 12:20:50 UTC+5:30, Vinod Devgan wrote: Hello, can anyone tell me is Whatsapp Integration . -- -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Writing to SQLite Database from ButtonClick issue

2013-04-29 Thread Joao Simões
Hi, I'm learning android development for a month now and I'm trying to develop a little project. I've got a small problem, I want to insert a record into my database from a button click, here's some code. In my DBAdapter class, I've got this method: public long

[android-developers] Using if/else on a json parsing to display markers on a map android

2013-04-29 Thread Alberto Gallegos
i have a question, i have 2 json files, the first one is for categories and the second is to generate markers and put them in the map, the first screen of my app show the categories on a listview, and when i click one of the categories it should display the markers according to the category

[android-developers] Delete Contacts + Sms with ADB commands

2013-04-29 Thread Barak Shr
Hey I want to erase all Sms + Contacts from the android device with adb commands I know there are numbers of ways but i think the best for me is to do it from the application manager (in settings ) The question is , how can i reach the Contacts + Messages apps in the manage applications

[android-developers] The zoom ( setZoom(scale) ) is not work!

2013-04-29 Thread avi . rubner
I have Android 2.3.3. I wrote an application of the camera and now I'm trying to add the option of zoom by two fingers on the screen. But, for some reason, the method isZoomSupported () always gives me a ' false' and the method getMaxZoom () always gives me 0, even though I have Android 2.3.3.

[android-developers] Unpublish Client's Old App?

2013-04-29 Thread appceteradotms
I've created and published an app for my client on Google Play. There is an old app that they another developer created for them a few years ago. Our emails to that developer and getting bounced back. Is there anyway to unpublish the app in order to keep people from getting confused about which

[android-developers] Check a particular point lies on a route of Google Map

2013-04-29 Thread Ayan Ghosh
Hello, We are searching for a solution to check whether a point is lying on a route of goole map. We can get the start and end location 's latitude and longitude. For example Mr X is starting from point A and will reach point B via point C and D. Now Mr Y will start from point E and we want

[android-developers] XobotOS - Google should move into C#!

2013-04-29 Thread Sebastian Matusik
Hi ladies and gentlemen, boys and girls, fans and haters of Android. Its been quite some time since XobotOS has been released. First when I heard about it I were astonished that someone actually pulled off such a mad idea - at whats even crazier is that they gained around 30% speed boost.

[android-developers] Problem in WebView and Youtube link

2013-04-29 Thread George Yin
Hi All , I got a problem in this few months before I have a app . layout with WebView, and there have some Youtube Videos links there, Before is pop-up and select using which to open (Browser , Youtube app ) But now , the page directly go to *m.youtube* I sure there is no default set , and I

[android-developers] Re: Scrolling like a spreadsheet

2013-04-29 Thread Aaron Smentkowski
Brilliant work! Exactly what I was looking for! On Monday, August 30, 2010 3:43:10 PM UTC-7, Ed wrote: Ok... so I was bored so Uses spreadsheet.xml which contains a LinearLayout with the id layout_spreadsheet. There are some tweaks that could be made like making the top left cell

[android-developers] Re: How to set color to String?

2013-04-29 Thread Arpeet Kale
check this out http://stackoverflow.com/questions/5784158/android-set-text-color-dynamically-for-string-variable-to-be-appended -- -- 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] Why does it have the same and correct response for USB devices at all Android mobiles or PAD?

2013-04-29 Thread bluestar
Dear Sir: I use USB Device Info App to test usb multi-devices by some Android mobiles or PAD Below is my steps 1. USB Hub with plugging 3 usb the-same devices 2. plug into Galaxy Nexus 3. Open USB Device Info App and switch to Android Page 4. unplug one usb

[android-developers] Please help.. Noob... Android Emulator sucks

2013-04-29 Thread Dan
So the android emulator is a complete dog. I would say it's a good 2 minutes before it's done loading up and sometimes when I go to close it down, it just stops responding. I then found out about the Intel Atom (x86) approach and somehow that's frickin worse!!?!?! Sometimes it doesn't even

[android-developers] My new app is not supported by speil

2013-04-29 Thread praveen m
Hi friends I create a new android app with webview. And it is not supported by speil(text-to-speech). I think it is may be version problem or permission problem. if any of u aware of it please help me. Thanks in advance M.Praveen -- -- You received this message because you are subscribed to

[android-developers] Soaye w6 usb drivers

2013-04-29 Thread Benoit Renaud
Sorry for idiotic question, but I'm trying to test my app using my phone (MT6515, Soaye w6), and I can't seem to find the usb driver to do so :/ Din't find it in the list here http://developer.android.com/tools/extras/oem-usb.html Found a rar on google, but it din't seem to work either :/ I'm

[android-developers] Am a newbie in android development

2013-04-29 Thread Bharath Lenin
I developed my first test application in android with some basic stuff. I ran that in emulator it was nice and worked great. But when i developed few more appls and trying to run them in Emulator. The recent apps are not shown in menu of applicator. My first app is still right there but not my

[android-developers] Audio device capabilities

2013-04-29 Thread Bjoern D. Rasmussen
Hi, I'm not sure this is the right forum for OpenSL questions, but I'll try. In the Java SDK for Android there's the method called android.media.AudioRecord.getMinBufferSize(...) for querying audio input device capabilities. I can't find a similar one in the NDK using the OpenSL API. OpenSL

Re: [android-developers] Maps api key v1?

2013-04-29 Thread Craig Payne
Not quite true, Ian. I am trying to fix a bug in an app I released over a year ago, and my debug.keystore certificate has expired. Given that this is the default behaviour (365 day expiry), most developers are not going to be able to use their old API keys to continue development for very long.

Re: [android-developers] Maps api key v1?

2013-04-29 Thread Craig Payne
Ian, this is not quite true. I am a developer with an app on the market, and I have an existing v1 API key. The problem is, because the debug certificate has a default expiry of 365 days, I can't use it any more (it expired in September). This will be the case for most developers, because it

[android-developers] I cracked my screen on my tablet am i able to get it repaired?

2013-04-29 Thread Chris Fraser
https://lh6.googleusercontent.com/-55-4dEtk3R0/UXwXdjcXkSI/AKk/AtLu9961CE4/s1600/BI4LW2fCUAAkQ0S.png I cracked my screen on my tablet am i able to get it repaired? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Cant find my published app

2013-04-29 Thread ben3barak
,Hi all .I Pubished an app more than 24 hours ago, the package name is com.as.lockers In the developer console it says that the app's status in published and i filled all the required fields .But I cant access it through the link using the package name and I cant find it on the play store

[android-developers] android application with ipv6

2013-04-29 Thread Bryan Teo
Hi. How do i link ipv6 together with a mobile application device such as android? I have a project given by the lecturer with 0 notes as reference. I have to combine both of them together, however i dont understand how to link them together and i dont see how it works. Hence, i would ask for

[android-developers] Session Timed out

2013-04-29 Thread Dhivya Varadan
Hi, I am new to android development and I am very curious to know how to set the session reset timing when sending the request to the client? Please help. Thanks Dhivya -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Spinner borders

2013-04-29 Thread Filipe
Hi, I need to create a small spinner in height. So I created a spinner with 58pixels height, but it has big borders on top and bottom, so it cuts most of the text. It has a top border of 25 pixels and a bottom border of 19 pixels. So from the total 58 pixels, only 14 are used to show the

[android-developers] Record stereo audio on any phone with dual microphones

2013-04-29 Thread ewoud . smeur
Hi all, Currently I am developing an app which can record stereo audio. For this purpose I use the AudioRecord class, which I initialize as follows: recorder = new AudioRecord(AudioSource.CAMCORDER, 8000, AudioFormat.CHANNEL_IN_STEREO, AudioFormat.ENCODING_PCM_16BIT, BufferSize); And read

Re: [android-developers] whatsapp integration

2013-04-29 Thread Enric Vives
I have not any idea El 23/04/2013 23:53, TreKing treking...@gmail.com escribió: On Mon, Apr 8, 2013 at 1:50 AM, Vinod Devgan vi...@wisknowtech.comwrote: can anyone tell me is Whatsapp Integration . I can tell you what Google is.

[android-developers] Notify Android of a new file - Android File Transfer Utility and Image Gallery

2013-04-29 Thread flcl
Is there a way to refresh the file list with the Android File Transfer Utility for Mac? I'm writing an image file to the file system in my own program directory and in DCIM/Camera and neither Android Image Gallery or the Android File Utility show the file. I use my own app to check the file

[android-developers] Re: Create new jar for android for javax.* package

2013-04-29 Thread Diogo Sousa
Hello...I got the same problem too...Do you find any solution? On Friday, February 3, 2012 9:51:47 AM UTC, Gabriela wrote: Hello, I have some days now of trying diverse paths to connect to a SAP server. KSoap looked fine, but did not authenticated me on the server, and in the end I

[android-developers] Android themes and styes

2013-04-29 Thread Artem Espolov
Is it possible to change the values at runtime compiled style? In my case, I get a response from the server yson with the new values for the styles. But I have to manually set styles ( -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Non sticky service gets recreated (indefinetly?)

2013-04-29 Thread Eugene Katsevman
Hello! I've got some more strange results on nexus 7 with android 4.2.2 If you just start a NOT_STICKY service and then kill your app by swiping it off from recents, a message in logcat appears W/ActivityManager(489): Scheduling restart of crashed service

[android-developers] Running logcat from an application only shows the apps logs.

2013-04-29 Thread Federico Cesari
I'm developing an application on JB 4.2 that needs to read the logs from all processes running in the device. I run logcat in a process but I only get logs from my application. Somehow all the other process messages get filtered out. Below is the code: Runtime.getRuntime().exec(logcat -d -f

[android-developers] Canvas android

2013-04-29 Thread Ferretero martinez
No puedo cambiar el color de la vista, todo está en blanco: ( paquete com.example.canvasproyect; android.os.Bundle importación; importar android.app.Activity; importar android.content.Context; android.graphics.Canvas importación; importar android.graphics.Color; importar

[android-developers] Rendering performance of Stock Browser vs Chromium Content Shell

2013-04-29 Thread fg
Hi, I am involved in a web app project, which should run on set top boxes as mobile devices as well. On android devices, we are wondering if we should use a simple webView or the chromium content shell. We think chromium is a good bet but the main point is rendering performance: using

[android-developers] Spinner borders

2013-04-29 Thread Filipe
Hi, I need to create a small spinner in height. So I created a spinner with 58pixels height, but it has big borders on top and bottom, so it cuts most of the text. It has a top border of 25 pixels and a bottom border of 19 pixels. So from the total 58 pixels, only 14 are used to show the

[android-developers] Re: Delivery Status Notification (Failure)

2013-04-29 Thread asma rezgui
:D , you have absolutely the reason . i will explain more the issue: i want to send the selected item of a gridview from activity to another. the second step is to send this variable by http request and receive a list which will be displayed in a listview . I hope that 's more clear now

[android-developers] How to Fetch Public Data about People Using Email Addresses or name.

2013-04-29 Thread Seshu
Hi Developers, I have a requirement where the user wants to fetch the public data from user email address and the data is from different social sites. for example i have facebook, twitter, linkedin etc.., for each one i have a basic information like profile picture, display name etc., when

[android-developers] Access android application on Google Play for target users

2013-04-29 Thread Lukas Vondracek
Hi all, i am trying to put my custom android application to Google Play Market, but restrict it only for target users. I read lot of information on internet but I am little bit confused and not everything is clear for me. First thing i need to access Google Developer Console to upload new

[android-developers] Text from webpage to textview

2013-04-29 Thread issamux
http://jsoup.org/ is the solution for you ... -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] MediaRecorder start failed: - 38

2013-04-29 Thread gerald . radix
Hello, I have this error : MediaRecorder start failed: -38. *Source code activity :* package com.example.testcamera3; import java.io.IOException; import android.hardware.Camera; import android.hardware.Camera.Parameters; import android.media.CamcorderProfile; import

[android-developers] Re: Text from webpage to textview

2013-04-29 Thread issamux
Hi, give a try to Jsoup http://jsoup.org/ ... jsoup is a Java library for working with real-world HTML... On Tuesday, April 23, 2013 4:39:38 PM UTC+2, Abhishek Soni wrote: I want to extract a piece of data from a quotes website and display those quotes in a text view. How can I do it? --

[android-developers] Patents and legal implications of unlock pattern

2013-04-29 Thread im . gzz . corona
Hi, I was wondering if anyone could help me with this question. I am building an app that runs on Android and iPhone, and to sign in I'm implementing an unlock pattern like Android's. I know that this unlocking pattern is patented by Google/Android, so does that mean that I would be

[android-developers] Developing a packet sniffer on Android

2013-04-29 Thread Ishan Sharma
Hello! I am trying to develop a packet sniffer for Android. From what I have searched around the best approach seems to be porting the libpcap library to Android and use it with JNI. However, libpcap (or every other sniffing library for that matter) requires root access to sniff the packets.

[android-developers] Moderated/Deleted Post

2013-04-29 Thread im . gzz . corona
Is there any way to find out why the posts are being deleted or not posted? I have posted a couple questions already (all of them asking about the same thing). I can find those posts if I search for them on all the groups, but when I click on them I get a message saying that it cannot be found

[android-developers] Re: Device Or Resource Busy on RFCOMM reconnect

2013-04-29 Thread Sonia Gupta
I am facing the same issue...i tried calling ClientSocket.close(), but it didn't help in my case. The connection fails for android 4.0.4 verizon galaxy tab with 4.1.2 Nexus S phone. I am calling createRfCommSocket first and then trying to connect, but every time it fails, doesn't matter how

[android-developers] [ASK] create shotcut

2013-04-29 Thread M.S Ghozali
HOW to create shortcut icon app in my app not in HOME/DESKTOP?? please help me -- -- 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] Android Open Source

2013-04-29 Thread im . gzz . corona
What does it means that Android is Open Source? My understanding is that the code is available to the public, but you don't have to open your own code to the public if you don't want to (or at least according to the license that I read, it wasn't a viral license). Am I correct? -- -- You

[android-developers] Re: Generate a QR code from within my app?

2013-04-29 Thread himanshumunjal
Hi, If you are using zxing sdk then you can use this for QR code: Intent intent = new Intent(YourActivityName.this, CaptureActivity.class); intent.putExtra(SCAN_MODE, QR_CODE_MODE); startActivityForResult(intent, 0); I have implemented using same in my application. On

[android-developers] Re: IllegalArgumentException during Android Lock Screen

2013-04-29 Thread hiren patel
hi, where you find out the source code? please tell me, thanks in advance -- -- 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] is Google going to ship Chrome as a default browser for next OS release

2013-04-29 Thread Jiangwei Li
Let's return to the main topic. According to my knowledge, because chrome for android is not open-source, so it will not ship to AOSP. However, chromium for android may replace the current browser. I guess the api will keep the same, but the back engine will be replaced by chormium. 2013/2/3

[android-developers] Re: Moderator Approval Status?

2013-04-29 Thread im . gzz . corona
I know that this is an old topic, but did you find a way to find out the status? do you get notified if your post is approved or not? -- -- 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: How to add Websockets support to Android WebView

2013-04-29 Thread issamux
hi, give a try to : - jwebsocket http://jwebsocket.org - weberknecht http://code.google.com/p/weberknecht/ otherwise you can develop Java code to do the job , define your own Javascript Interface , attach them to your webView and solve your problem ...(like what phonecap did) :)

[android-developers] Most efficient way to animate a hires image

2013-04-29 Thread Gabriel R.
Hello, I want to have a hires world map, either SVG or PNG, and have it move slowly with a Ken Burns effect in the background of my application's screens. What would be the most efficient method to animate a large image in an app? Thank you. -Gabriel PS: this is my first post here, from a

[android-developers] Re: My quetions are not appearing?

2013-04-29 Thread im . gzz . corona
Did you get any email telling you that your question that posted or rejected? On Friday, April 19, 2013 12:36:37 PM UTC-6, Murray9654 wrote: Hi I have posted few questions. None of them appeared on the forum? Is there a way to find what happened to my question? whether they are accepted or

[android-developers] Unlock Pattern

2013-04-29 Thread im . gzz . corona
Are we allowed to use something like the unlock pattern for our apps? I'm building an application for Android and iPhone, I want both of them to user the unlock pattern as login but that is patented (Google/Android)... so are we allowed to use it? Would be ok as long as it is only on Android

[android-developers] About System broadcast behavior.

2013-04-29 Thread h . sasaki . mbsd . jp
Hello, I wanted to create an app to detect that it has remove the SD card. But, I disinclined to received broadcast action which spoofed from malware. I tried to limit received by android:exported=false with in manifest. This filter action is android.intent.action.MEDIA_UNMOUNTED action(this

[android-developers] Re: Text from webpage to textview

2013-04-29 Thread issamux
hi give a try to this lib : Jsoup http://jsoup.org/ ...jsoup: Java HTML Parser... ... On Tuesday, April 23, 2013 4:39:38 PM UTC+2, Abhishek Soni wrote: I want to extract a piece of data from a quotes website and display those quotes in a text view. How can I do it? -- -- You received

[android-developers] APN settings do not appear under Mobile Networks (Galaxy Nexus)

2013-04-29 Thread keithrtaylor23
I'm trying to change my APN on my Galaxy Nexus but the menu does not exist. Any suggestions? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Sip: Programmatically register and unregister to the server

2013-04-29 Thread José García
Hi, I am developing an App with SIP features (for calling and handle incoming calls) When I close the app I want to programatically unregister from the network. I have some questions about that: A scenario: If I perform a 'manager.close(me.getUriString());' this closes my profiles and when

[android-developers] findViewById() problem

2013-04-29 Thread Jacob Bosarge
*When I use findViewById and try to use my ID eclipse says that hello(the ID) cannot be resolved or is not a field. I have done everything I can think of but it is no use. Please help me if you can!*

[android-developers] accelerpmeter collect and store in file

2013-04-29 Thread Jenis Modi
1. I am working on application where I need to collect accelerometer and location data send them over web-server. I have to collect the data on sensor changed event. Right now I am trying to collect it when I click on start button, but somehow I don't see that data getting stored in my file.

[android-developers] Re: How does Android compute yaw,pitch,roll???

2013-04-29 Thread John Rusnak
Many phones get this wrong (and HTML5 implementations too). Android's documentation on getOrientation from a rotation matrix is also incomplete and ambiuguous, and there own implementation doesn't seem to follow what they document. I believe this is a poor attempt to cover there gaffe of

[android-developers] read gmail inbox

2013-04-29 Thread Kaivan Wadia
Could someone guide me as to how to read mails from gmail on Android using the default account?? -- -- 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

[android-developers] Re: Cannot get the initial SDK setup working, nightmare

2013-04-29 Thread Jason Painter
I'm trying to do the same thing. I have the device created but it never seems to start. How long is a while? I see the device but it just sits there with like an Android load screen. Thanks On Saturday, April 13, 2013 8:13:35 AM UTC-5, Dave Truby wrote: Using the AVD tool (inside Eclipse,

[android-developers] Modifying the UI from an AIDL method

2013-04-29 Thread Jacob
Just for starters, I'm testing on a Nexus 10 using API level 17. I've run into a situation that doesn't make sense to me, and I'm hoping that someone with a lot of experience in the Binder system can help. I've got an app, which I'll refer to as the core, which two other apps talk to via AIDL

[android-developers] findViewById() problem

2013-04-29 Thread Jacob Bosarge
I am having trouble with the findViewById(); Here is the code https://lh4.googleusercontent.com/-BiNog3lL8Hg/UXChRHQPrwI/Adg/YjIIO855dlM/s1600/Capture.PNG And here is the XML code https://lh4.googleusercontent.com/-BiNog3lL8Hg/UXChRHQPrwI/Adg/YjIIO855dlM/s1600/Capture.PNG

[android-developers] Re: right use of monkey --pkg-blacklist-file

2013-04-29 Thread John Tanner
The arguments seem to be order-dependent. Try something along the lines of: adb shell monkey -s 1706492320 -v --pkg-blacklist-file /data/blacklist.txt 2000 It looks strange, I know, but it should work. Right at the beginning, directly under your command and the line: :Monkey: seed=1706492320

[android-developers] Re: MuPDF Compilation : Unable to build MuPDF source code in windows

2013-04-29 Thread Balaji D
Same problem here for me. I have done all the steps as per the instructions in the Read Me in the Mupdf source. But i could not figure out the problem. Have u find any solution. Thanks in advance. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to create a 9Patch image of the attached, with the help of draw9patch.bat tool?

2013-04-29 Thread sayan mukherjee
https://lh5.googleusercontent.com/-mdjhsO6RPVE/UXrvAz3XPtI/Dew/gDZYIGp-OIM/s1600/btn_cancel.png Hi, Any help welcomes... Please have a look at the attached image, and help me to find a solution to create this as a 9Patch drawing with the help of draw9patch.bat -- -- You received

[android-developers] drawRect with STROKE woks abnormally on JellyBean. Is this a bug?

2013-04-29 Thread Jaeyoung Han
Hello guys, I've developed an app utilizing face detection function of android OS on 4.0.4. Basic function is detecting a single face and drawing a rectangle around the detected face. (yes, very typical and easy) I've upgrade the OS to 4.1.2 then the rectangle does not appear in spite

[android-developers] Re: attach prolog file in Android project

2013-04-29 Thread Kiệt Nguyễn
Hi, still error. Help me, [2013-04-26 22:35:09 - ConnectProlog] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2013-04-26 22:35:09 - ConnectProlog] Please check logcat output for more details. [2013-04-26 22:35:09 - ConnectProlog] Launch canceled! Fix it pls. Thank you very much!

Re: [android-developers] Retrieval of phone# inhibited by an app

2013-04-29 Thread Julian Ordoñez
Always sim cards have a phone number so if yo want to retrieve your phone number you have to make a call to the telephone phone provider and thus obtain the number ... for example in my country i may obtain my phone number with *#595# and when i call that number i obtain my phone number. However

[android-developers] [Q] Delete data from SQLite

2013-04-29 Thread Jun Kuan
If this is the wrong section, kindly move it. Thanks! I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:

[android-developers] Re: How does Android compute yaw,pitch,roll???

2013-04-29 Thread John Rusnak
I believe they are computed from the quaternion, which is in turn computed from the fusion of magnetometer, accelerometer and if available gyroscope sensors. Lance has pointed to some good reading the the Android SDK docs, but these are not complete. For example, the documentation does not

[android-developers] program crashes when i try to create a table for my app

2013-04-29 Thread Manish Jain
here is the code of my database java file package com.example.docterapp; import java.util.ArrayList; import java.util.List; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import

[android-developers] Re: The app icon disappears on app upgrade on Nexus devices (4.2.2)

2013-04-29 Thread James Wald
I have filed this bug with Google. It only happens with Android 4.2.2. Android 4.1.2 works as expected. App launcher shortcuts and widgets disappear after changing launcher activity https://code.google.com/p/android/issues/detail?id=54720 On Tuesday, April 23, 2013 4:56:43 PM UTC-4, AndreiP

[android-developers] Ad trouble

2013-04-29 Thread Jimmy Koene
I'm having some trouble with ads in my application. This is the code I'm currently using: Window window = getWindow(); RelativeLayout adsLayout = new RelativeLayout(this); RelativeLayout.LayoutParams lp2 = new RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.WRAP_CONTENT,

[android-developers] Learning Android

2013-04-29 Thread jayesh dalal
I am working PHP,RUBY ON RAILS and making one website ,I want to make as a app in android ,how I will start coding in android ...suggested as a beginner. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Developing a packet sniffer on Android

2013-04-29 Thread Isuru Madusanka
There is a project called jpcap which use PCAP library to capture packets by Java. http://sourceforge.net/projects/jpcap/ On Tue, Apr 16, 2013 at 6:30 PM, Ishan Sharma ishansharma...@gmail.comwrote: Hello! I am trying to develop a packet sniffer for Android. From what I have searched

[android-developers] Re: Context sub-menu opened-closed-reopened by itself!?

2013-04-29 Thread 3c
Diane, if you're out there, I hope you can comment on this? I feel like being the only one having this issue no one cares about? But I still fail to see what I've done wrong. So any insight would be greatly appreciated! No-one ever faced this issue? -- -- You received this message because

[android-developers] Re: How to Fetch Public Data about People Using Email Addresses or name.

2013-04-29 Thread Piren
Seriously? Seems to me you should post in Craiglist instead. On Monday, April 29, 2013 12:01:28 PM UTC+3, Seshu wrote: Hi Developers, I have a requirement where the user wants to fetch the public data from user email address and the data is from different social sites. for example

[android-developers] Re: Developing a packet sniffer on Android

2013-04-29 Thread Piren
a) no. b) see answer to question a. c) yes, it should have already come up in your search... http://stackoverflow.com/questions/7868246/packet-level-networking-in-android On Tuesday, April 16, 2013 4:00:05 PM UTC+3, Ishan Sharma wrote: Hello! I am trying to develop a packet sniffer for

[android-developers] Re: Paper Folding animation

2013-04-29 Thread Dan
On Sunday, April 28, 2013 10:21:41 PM UTC-4, Lew wrote: If you choose to convert code across platforms with the intent to learn (and Your intent using the code is not relevant to the author's intent writing the code, which latter is what is relevant to the definition of didactic.

[android-developers] Android: How to override default behavior of dialer

2013-04-29 Thread Nitish Kumar
I am making modifications in a previous project, which is basically developed for kids and teenagers. It blocks text messaging, emails, calls and internet when a user drives at speed greater than 16 MPH. The service is activated through SMS. Modification is required as the app doesn't works

[android-developers] Developer console reviews not in my language

2013-04-29 Thread Stratos B
Hello, for some strange reason, my developer console is not displaying the reviews of my application in my language. How can I fix this? Thank you. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Urgent Help Required | Directional View Pager Problem

2013-04-29 Thread naseem Rafique
Hi All, I integrated JakeWharton / Android-DirectionalViewPager (https:// github.com/JakeWharton/Android-DirectionalViewPager) and I m facing java.lang.NoClassDefFoundError: com.directionalviewpager.DirectionalViewPager$DataSetObserver Have any one come up with any solution for this.. or

Re: [android-developers] I uploaded a wrong apk and has pressed the publish button

2013-04-29 Thread Steve Gabrilowitz
Increase the version number in the right apk and reupload On Apr 23, 2013 12:58 PM, Ken kentsan...@gmail.com wrote: Hi All, There is a versioning issue in my apk. The correct apk has a database upgrade (alter table add column). The incorrect apk has no such database upgrade but with a

[android-developers] maps api key

2013-04-29 Thread Nag Raju
hi! all,iam new bie for android..i have been trying to generate maps api key for 2 days... I had generared md5 certificate...it showing use version 2 for anything further using,after i copied the md5 certificate to get api key.. pls any one help me... -- -- You received this message because

[android-developers] How to make a screenshot with google map api v2 ????

2013-04-29 Thread Ryan Lee
Hi All, i want to give a map image to another user via bluetooth. so i'm done that displayed the map on my application using google map api v2. but i can't get a screenshot it. :-( according to i did google it, it's impossible to get it because api v2 is based on GL... Are there anybody

[android-developers] problem with VPN

2013-04-29 Thread ramirez . moreno . j
Hi. When i active the vpn (l2tp) in android 2.3.6 to connect to the office I do not have connection to Internet for the apn of my mobile company. Can i do one default route for internet and other route for the ip public for used the vpn? Than you for help me. Best regards JRM -- -- You

[android-developers] Haven't received a payment since January 2013

2013-04-29 Thread Maximilian Csuk
Hi! I develop apps for Android and distribute them through Google Play. I've not received a payment for my app sales through Google Checkout since January 2nd, 2013. Yes, you read that right, January! I'm based in Austria and I know that some payments for European based developers were

  1   2   >