[android-developers] Tracking outgoing call phone numbers on Android 10

2023-05-14 Thread Fred
Hello, I'm developing an Android app that needs to track the outgoing call phone number and execute a deeplink to a specific screen in my app. However, I cannot ask users to use my app for making calls instead of using the default dialer. Starting from Android 10, the PROCESS_OUTGOING_CALLS per

[android-developers] Opencv and ffmpeg

2016-12-11 Thread Fred Bocage
Hi everebody, I try to create a android application for streaming on youtube live to rtmp server. But i've no sound on lollipop. Anyone can help me please? I look for this solution 2 weeks ago on google. I found a lot of but solution, but no success. Sorry for my poor english i am french! here

Re: [android-developers] Re: Text to speech

2013-08-10 Thread Fred Niggle
Check this out : http://www.codeproject.com/Tips/462145/Handling-Phone-Events-in-Android-Programs Does it help? On 10 August 2013 22:07, shiva pendem wrote: > Hi, > i have been debugging from past 3 days but unable to fine out the reason, > > As you have said i have added lot many permissions

Re: [android-developers] Text to speech

2013-08-10 Thread Fred Niggle
You would help yourself by adding debugging so you can double check things. What permissions do you have set? What device are you testing on? When a call comes in what happens? On 10 August 2013 21:28, shiva pendem wrote: > HI every one, > > i would like to start a text to speech on a incoming

Re: [android-developers] Seekbar Save state and restore

2013-07-14 Thread Fred Niggle
I think you mean save the position of the seekbar (eg users preference) then you can use shared prefs . this thus: onCreate reads the shared prefs and sets the value of the seekbar your 'save' function then writes the value to shared prefs. On 14 July 2013 17:34, Keith Zettler wrote: > So we c

Re: [android-developers] Record phonecall over Bluetooth

2013-07-11 Thread Fred Niggle
for personal uses I have a script on a laptop which watches the android device bluetooth name to change to INCALL(to start nearby laptop/desktop recording audio) and i have an android app which changes the name during call in progress - but yes actually recording both sides of a call from an app th

Re: [android-developers] Make green usb wire high

2013-04-29 Thread Fred Niggle
Hi, If your after a simple hookup for a personal project then id recommend using the headset to route an audio tone to your nand gate circuit. Another option is to use the vibrate class and connect to the vibrate motor connections, however due to the multilayer nature of the pcb inside the devices

[android-developers] How to wake the device with wired headset play/pause button press

2013-04-21 Thread Fred Niggle
kened' device, but no when the device is in sleep. if i use wakelock to keep the screen on , then naturally, the battery is hammered, so the question is this:L How can i register a wakelock for the headset action? Thanks for any input folks, Fred -- -- You received this message becau

Re: [android-developers]

2013-04-10 Thread Fred Niggle
First idea: use ggogle and learn from tutorials and examples. On 10 April 2013 09:54, Siva Kumar wrote: > Dear All, > > How to run J2ME Jad/Jar in android device. > All are welcome to give their ideas > > -- > *Thanks & Regards, > SIVAKUMAR.J

Re: [android-developers] Google spreadsheet workaround

2013-02-03 Thread Fred Niggle
On 4 February 2013 00:15, Fred Niggle wrote: > yes, install dropbox or other sync-able remote storage software on both > desktop and android, then open the spreadsheet with a suitable android app. > > Your mileage will vary depending on spreadsheet suit used to create the > sprea

Re: [android-developers] Google spreadsheet workaround

2013-02-03 Thread Fred Niggle
yes, install dropbox or other sync-able remote storage software on both desktop and android, then open the spreadsheet with a suitable android app. Your mileage will vary depending on spreadsheet suit used to create the spreadsheet, and how much formating is used. In some cases it is viable to 'po

Re: [android-developers] How can I connect my Samsung Galaxy S Blaze to my Computer for testing?

2013-01-10 Thread Fred Niggle
hello, a simple google search will lead you to the many tutorial that will guide you to your answers, best regards, Fred On 7 January 2013 20:09, Taylor Ringo wrote: > Hi I'm to mobile development(Android is my first platform), and I've been > having trouble connecting my de

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-17 Thread Fred Niggle
?) route to pursue is to look over the GCM libs from google and see how they do it. Best regards, Fred On 17 December 2012 16:49, Goncalo Oliveira wrote: > Fred, > > I do understand that this is not a "standard" for most android apps. > Therefore, there are a number of scenar

Re: [android-developers] shoeboxed? wtf?

2012-12-17 Thread Fred Niggle
+1, now i filter out emails from that domain :) On 17 December 2012 16:32, TreKing wrote: > On Mon, Dec 17, 2012 at 2:59 AM, Piren wrote: > >> Am i the only one that keeps getting an email from some site named >> "Shoeboxed" every time i post to this group? > > > Nope... > > > -

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-17 Thread Fred Niggle
I am wondering why you are trying to maintain an idle connection? Usually when my apps send data the socket connection is made, then the data is sent, then the socket is closed. This is the normal way of operating. Regards, Fred On 17 December 2012 16:34, Goncalo Oliveira wrote: > What i

Re: [android-developers] How to detect input trough the audio jack?

2012-12-17 Thread Fred Niggle
Hello, Yes this is possible. First read here: http://developer.android.com/reference/android/content/Intent.html#ACTION_HEADSET_PLUG code samples are here : http://www.gauntface.co.uk/blog/2010/04/14/using-android-headset-buttons-earphone-buttons/ Hope this help, Fred On 16 December 2012

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Fred Niggle
ah, that makes more sense On 16 December 2012 17:39, TreKing wrote: > On Sun, Dec 16, 2012 at 11:31 AM, Fred Niggle > wrote: > >> erm VPN? > > > LOL - yeah. Should have added "that does not

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Fred Niggle
erm VPN? On 16 December 2012 17:29, TreKing wrote: > On Sun, Dec 16, 2012 at 6:43 AM, Piren wrote: > >> If its already on SVN, all you need to do to access it on the Laptop is >> just Checkout the code and thats it... then any update can be commited or >> merged easily (and still be "availa

Re: [android-developers] Mobile network idle sockets disconnected

2012-12-14 Thread Fred Niggle
let you know of *a* solution. Im flagging this in case i learn something new :) regards, Fred On 14 December 2012 10:24, Goncalo Oliveira wrote: > Hi all, > > Seems that Android is dropping idle sockets when under a mobile network. > Usually, no socket is kept alive for more than

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-09 Thread Fred Grott
Hmm, maybe we should just start suggesting fictional characters to see how many get the joke? I say we start with suggesting James Tiberous Kirk for the Sr .NEt role On Thursday, December 6, 2012 9:56:09 AM UTC-6, Munawar Ali wrote: > > Hi Friend, > > Hope you are doing good. Please let me know

Re: [android-developers] Re: android phones and bluetooth

2012-12-06 Thread Fred Niggle
Maybe he wants to log his position while driving... there are lots of uses... On 6 December 2012 15:19, bob wrote: > What's the point of connecting to a GPS by Bluetooth when almost all > Androids have GPS already? > > > > On Wednesday, December 5, 2012 7:19:30 PM UTC-6, dashman wrote: >> >> do

Re: [android-developers] Automate update every x secs get data from myUrl

2012-11-22 Thread Fred Niggle
No your not, i just ingore/mute him. On 22 November 2012 08:46, Piren wrote: > Am i the only one noticing that he keeps getting people to do pretty much > all the programming he needs, step by step? > > > On Thursday, November 22, 2012 1:40:42 AM UTC+2, TreKing wrote: > >> On Wed, Nov 21, 2012 a

Re: [android-developers] need client-server example

2012-11-19 Thread Fred Niggle
Not wishing to appear rude, but you'll find the answers to those question via a simple google search: there are lots of tutorials/examples out there. On 15 November 2012 12:41, Mohd Arshi Khan wrote: > hello > > >1. I need a client server example, >2. I am using eclipse and i have tomcat

Re: [android-developers] Am I at the right place?

2012-11-19 Thread Fred Niggle
Please check out android-...@googlegroups.com. Hope this helps, Fred On 16 November 2012 20:51, Djarn Nicholas wrote: > I'm interested in getting android on my devices, I have never done it > before, I know programming etc. > > I am looking for the best forum that is useful f

Re: [android-developers] Text display in the bottom of emoji

2012-11-16 Thread Fred Niggle
android:gravity="center_horizontal" IF you find that the alignment will not work as you desire, then the next move would be to use a table row and set the gravity for the table row - with the use of either gravity and/or padding you will get the desired effect. Regards, Fred On 16 Nov

Re: [android-developers] Text display in the bottom of emoji

2012-11-16 Thread Fred Niggle
adjust gravity of the layout to center... On 16 November 2012 13:20, Live Happy wrote: > > > I display emoji in EditText using spannable, but the problem is that the > text appears in the bottom of the emoji picture, not in the middle of it > (see picture). > > So, how to make it display in the

Re: [android-developers] Designing graphics for different devices/screens?

2012-11-11 Thread Fred Stluka
://bristle.com/Tips/BrowserWidth.htm and for more info: http://bristle.com/Tips/BrowserStats.htm --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to

Re: [android-developers] flip the emulator

2012-10-16 Thread Fred Stluka
On 10/16/12 11:21 AM, bob wrote: Is there any way to flip the emulator (i.e. go from landscape to reverseLandscape)? Yes. Ctrl-F11. See: http://bristle.com/Tips/AndroidProg.htm#emulator_keys --Fred Fred Stluka

Re: [android-developers] jump to R.layout.main?

2012-10-11 Thread Fred Stluka
_keys Mac: http://bristle.com/Tips/Mac.htm#mac_shortcut_keys Windows: http://bristle.com/Tips/Windows.htm#windows_shortcut_keys Enjoy! --Fred ---- Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Sof

Re: [android-developers] Re: Widget Layout Frustration

2012-10-01 Thread Fred Jones
> Now you really wanted to get a close match, I'd recommend you look in > Launcher2 sources. However, IIRC, it uses a custom View subclass to render > the shortcuts - something a 3rd party widget can't do (the set of views > that can be used in a widget is limited). > &g

Re: [android-developers] Hardware reccomendations: Next development laptop

2012-09-30 Thread Fred Stluka
I've been very happy with my MacBook Pro. --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without wall

[android-developers] Re: Widget Layout Frustration

2012-09-29 Thread Fred Jones
I'm having this exact problem.. was anyone ever able to come up with a way of doing this that is consistent across different home screens? It seems like the tCalendar app does it perfectly. Thanks. On Friday, October 30, 2009 12:40:59 AM UTC-4, Evan Ruff wrote: > > Hey Guys, > > I was hoping s

Re: [android-developers] Re: Google cancelled this order. Reason: Other

2012-09-29 Thread Fred Niggle
I think this is a glitch on Googles side, they should be aware of it by now. Perhaps one of Googles competitors is trying to cause problems with a purchase/cancel campaign (i've seen it before). Regards, Fred On 28 September 2012 18:22, Nathan wrote: > > > On Friday, September 28

Re: [android-developers] SIP DEMO

2012-09-22 Thread Fred Niggle
univercity? really? Really? On 22 September 2012 09:51, vaggos von karajan wrote: > I have installed the application to my phone (ver 2.3.3) but when i'm > calling someone nothing happens the app does not sending requests to my > sip server (trixbox).. > > Although i can receive calls fine..

Re: [android-developers] Re: My Google Play app was suspended, any advice ?

2012-09-19 Thread Fred Stluka
k on a support Web page? By posting to a forum? It would be nice to have positive success stories like this well documented, to counter the numerous negative posts by developers who say they can't get a response from Google. Thanks! --Fred -

Re: [android-developers] [android bind to AccessibilityService]

2012-09-17 Thread Fred Niggle
Try searching with google - you have to facilitate your own learning. On 17 September 2012 17:17, Alvaro Enseat wrote: > I have created an android service, which is an AccessibilityService. From > my activity, I would like to bind to that service. Because i need to send > information service to

Re: [android-developers] Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Fred Niggle
Your post if very vague, at a guess i think your trying to ask someone to explain the concepts of matrix's and image manipulation, and that is true that this mailing list is not the place for such a question. Regards, Fred On 13 September 2012 10:54, Andrea Pietroni wrote: > Negati

Re: [android-developers] USSD request and response

2012-09-09 Thread Fred Niggle
Unstructured Supplementary Service Data (USSD) is a protocol used by GSM cellular telephones to communicate with the service provider's computers. USSD is not yet supported on Android. There is a feature request for it: http://code.google.com/p/android/issues/detail?id=1285 Regards, Fred

Re: [android-developers] Re: wife manager in android

2012-09-06 Thread Fred Niggle
I eagerly await the Ex-Wife manager :) On 6 September 2012 14:02, Justin Anderson wrote: > I wonder if the WifeManager class is used in this program: > http://www.jamesshuggins.com/h/hum1/girl_to_wife.htm > > If that is the case then maybe you should consider the GirlfriendManager > class instea

Re: [android-developers] How disable internet data traffic?

2012-09-03 Thread Fred Niggle
Well, i simply did a google search and found this: http://stackoverflow.com/questions/3644144/how-to-disable-mobile-data-on-android that should do it! On 3 September 2012 12:02, ROBERTO ANGUITA MARTIN < roberto.anguitamar...@gmail.com> wrote: > Hi > How i can disable all data traffic in App for

Re: [android-developers] Little Problem with converting a InputStream into a String.

2012-09-02 Thread Fred Niggle
You need to learn about debugging... On 2 September 2012 21:06, TheSky wrote: > Hey I am new to Java and developing apps for android. > > I tried without success to convert a InputStream into a String. > > public String Request(String url) > { > InputStream content = null; >

Re: [android-developers] ADT Plugin Installation

2012-09-02 Thread Fred Niggle
Since you have working development environment working fine on Ubuntu, why bother with windows? On 1 September 2012 16:07, Ryan Kelso wrote: > I am currently beginning a course on Android Application Development at my > local community college, and have setup Eclipse with the ADT Plugin on my >

Re: [android-developers] Need Help ....

2012-09-02 Thread Fred Niggle
you need to google for button.settext... On 31 August 2012 12:37, Madhuri Cherukuri wrote: > Hello folks, > > I need a help me from you guys. > > ex: < Game type> > > here "<" and ">" are two buttons and "game type" is text view,when i click > on "<" button the text should be replace by another

Re: [android-developers] Stopping ADB server failed (code -1).

2012-09-02 Thread Fred Niggle
ADB (android debug bridge) is used for connecting a physical android device to your computer for debugging apps - if your content to use the emulator then this is no problem, else google the error and you'll find the solution :) On 2 September 2012 19:22, andromeda623 wrote: > I have another com

Re: [android-developers] Unable to move 3rd party apps to external sd card in Samsung Galaxy S3

2012-09-02 Thread Fred Niggle
Sorry, but this has nothing to do with Android Development. On 31 August 2012 12:15, balaji velmurugan wrote: > Hi, > I recently purchased Samsung Galaxy S3. i downloaded games and apps from > play store and when i tried to move it to my external sd card. Am unable to > move any of my 3rd party a

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Fred Niggle
After reading this : http://stackoverflow.com/questions/10383083/how-to-mute-camera-shutter-sound-on-android-phone it seems you can best manage this by coding as best you can to disable the shutter click, and perhaps providing a help screen of tips that will tip the users on how to manage the prob

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Fred Niggle
IF all else fails : put a plug of blu-tack or similar firmly into the hole the sounds comes from... it solved the proplem for myself, and its easy to remove with a toothpick ! On 2 September 2012 22:02, Jeffrey Peacock wrote: > > I am involved in a project to use camera enabled Android devices t

Re: [android-developers] Re: How Can I pass an ArrayList do another Activity?

2012-09-01 Thread Fred Niggle
a quick google search found this: http://stackoverflow.com/questions/4030115/how-to-pass-arraylist-using-putstringarraylistextra How did you NOT find it? On 1 September 2012 16:51, dnkoutso wrote: > Typically when you are dealing with the same process it seems useless and > slow to serialize (

Re: [android-developers] Positive reviews being sold in spam email

2012-08-30 Thread Fred Niggle
Save your time and energy: ignore them. On 29 August 2012 14:46, Rich Woods wrote: > Hello Android developer community, > > I've just received an email from a company that I won't name here that is > offering > positive Play store reviews for sale. This "service" perverts the review > system o

Re: [android-developers] Power on phone when external power source becomes available

2012-08-24 Thread Fred Niggle
, Fred On 24 August 2012 11:51, Mark Murphy wrote: > Questions regarding modifying the Android OS and hardware to > accomplish this is out of scope for this list. This list is for > developing applications with the Android SDK. > > On Thu, Aug 23, 2012 at 8:32 AM, Sacha van Tie

Re: [android-developers] 【android-developers】 It is a question about an activity-alias attribute.

2012-08-21 Thread Fred F Fan
Hi Reo, What's your question, I don't know what your said. On Tue, Aug 14, 2012 at 6:12 PM, 安藤玲生 wrote: > I am a Japanese programmer. > My name is Reo Ando > > It is a question about an activity-alias attribute. > It is the processing A, if an alias is attached to Existing Activity and > a clas

Re: [android-developers] Get SMS

2012-08-11 Thread Fred Niggle
A good effort. Now you need to look into debugging to solve your problem. On 11 August 2012 17:47, Ehsan Sadeghi wrote: > I create an activity >android:name=".GetResponse" > >android:label="@string/title_activity_main" > android:launchMode="singleTask"> >

Re: [android-developers] Re: Device compatibility when publishing on the Play Store

2012-08-01 Thread Fred Stluka
Your First App to Google Play http://bristle.com/Tips/AndroidProg.htm#publishing_your_first_app_to_google_play --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http

[android-developers] Re: Problem installing the ADT Plugin for Eclipse

2012-07-25 Thread Fred Queiroz
Mike Adams you're the man. I was search at several sites and nothing... You do not have notion of how much helped me. You will listening still talk about me. Sorry for my bad English, but the important thing is to thank for your reply. Very thank you, you saved to my life. Em sexta-feira, 26 de

[android-developers] Re: Problem installing the ADT Plugin for Eclipse

2012-07-25 Thread Fred Queiroz
Fucking Firewall. Em sexta-feira, 26 de agosto de 2011 11h48min42s UTC-3, ORIT VIDERMAN escreveu: > > I am trying to build an Android development environment on my PC. But > I'm encountering some problems, and desperately need help. > Operating System: Windows 7 (64 bit) > Installed components

Re: [android-developers] Accessing Android Transceiver Info.

2012-07-20 Thread Fred Niggle
generated by mobile phones cannot penetrate deep enough into the water to be of any use. Sorry to be the bearer of bad news, but I (and others) have tried, and its fruitless. Regards, Fred On 20 July 2012 04:16, Be Tox wrote: > Does anyone know how to access the transceiver information (MIB?)

Re: [android-developers] media controller

2012-07-07 Thread Fred Niggle
Did you search google? On 7 July 2012 20:19, Sadhna Upadhyay wrote: > Hi everybody, > can some one tell me how to add volume controller in android > as it (volume controller)is in youtube.please help me if any one has any > idea about this. > > -- > You received this message because

Re: [android-developers] Image Morphing

2012-07-07 Thread Fred Niggle
with your code and logcat dumps to gain guidance or advice. *If* *any of the above is unclear please google search about.* Best regards, Fred On 7 July 2012 20:21, Sadhna Upadhyay wrote: > Hi everybody, >can some one tell me that how to do image morphing in android,is it > po

Re: [android-developers] How to: Free to Paid App and retain preference and db files?

2012-06-30 Thread Fred Niggle
Hello Raghav, Thats a great tip about Content Providers! Regards, Fred On 30 June 2012 16:15, Raghav Sood wrote: > Google Play will not allow you do upload two apps with the same package > name. Due to this, there are only a few ways you can share the content. > > You can

Re: [android-developers] How to: Free to Paid App and retain preference and db files?

2012-06-30 Thread Fred Niggle
Hello, I have never tried to publish to identical .apk's, but I do not think google play will not allow 2 identical app names. If I am wrong then I hope someone else will step in and correct me. On 30 June 2012 11:08, Mystique wrote: > Hi Fred, > > That is good to know. > So

Re: [android-developers] How to: Free to Paid App and retain preference and db files?

2012-06-30 Thread Fred Niggle
. Hope this helps, Fred On 30 June 2012 10:01, Mystique wrote: > Hi, > > I have a Ads supported app and I am planning to release a paid version > without Ads and extra features. > > My questions are how do I release the app so my user can purchase and use > with losing the pref

Re: [android-developers] Need to create loop that will scan barcode until battery of device dies.

2012-06-27 Thread Fred Niggle
Start here: http://www.coreservlets.com/android-tutorial/ Regards, Fred On 25 June 2012 13:23, eddieRay wrote: > I need to create an app that will read a barcode continuously until it > drains the battery to the point where the device shuts down. I will need to > collect data of th

Re: [android-developers] Re: MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-06-27 Thread Fred Niggle
First,please turn your caps lock off, second post your code and we can take a look (that does not mean you will get any answer, but we will look). Regards, Fred On 24 June 2012 01:39, bradleyclare wrote: > You probably defined the DisplayMessageActivity outside the original > applicati

Re: [android-developers] finding which application uses a port on the android device

2012-06-27 Thread Fred Niggle
with a normal server setup, and once you have a method that works you can begin to port that method for your app. Regards, Fred On 24 June 2012 16:51, Ami Turgman wrote: > Hi All, > > > I have an android native application which hosts a web server inside it. > > I want to know

Re: [android-developers] Re: getOrientation() method returns bad results

2012-06-27 Thread Fred Niggle
I suggest that you read this : http://en.wikipedia.org/wiki/Gimbal_lock Although android devices use a electronic equivalent, the same principles apply. Regards, Fred On 26 June 2012 00:50, axesh ajmera wrote: > > > On Monday, April 23, 2012 10:35:31 AM UTC-7, Lukáš Sztefek wrote:

Re: [android-developers] How can I open my app with power button?

2012-06-27 Thread Fred Niggle
rrect me. Regards, Fred On 25 June 2012 18:36, Andrea Fasciglione wrote: > It should be not clear, but how can i open my app with power button? > I would add this option so in case of emergency a person can press > (for example) three times the power button and my app opens. > How

Re: [android-developers] Keytool-error

2012-06-22 Thread Fred Stluka
On Sunday, August 9, 2009 7:27:31 AM UTC-4, Mark Murphy wrote: > > http://mortalpowers.com/news/android-development-error-incorrect-ava-format > Solved my problem. Thanks! --Fred Stluka -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] Google Checkout order list

2012-06-17 Thread Fred Niggle
WHY? On 17 June 2012 22:13, Giuseppe Porcelli- FINM wrote: > I need to do it by code and not by browser. > > ** ** > > *Da:* android-developers@googlegroups.com [mailto: > android-developers@googlegroups.com] *Per conto di *Fred Niggle > *Inviato:* domenica 17 g

Re: [android-developers] Google Checkout order list

2012-06-17 Thread Fred Niggle
I think you mean merchant account?in any case a simple visit to your relevant account page will provide you will all the information you need. On 17 June 2012 09:57, Giuseppe wrote: > Dear All > I would like to get info about orders from my Android checkout account. > Any suggestion? > thank you

Re: [android-developers] parsing html code into andriod page

2012-06-16 Thread Fred Niggle
Since you are new, it is highly recommended that you work through java programming tutorials - a simple google search will lead you to them. Regards, Fred On 16 June 2012 12:32, prudhvi p n v wrote: > hi guys , > > i am new to android .can anyone give the example for parsing an html

Re: [android-developers] How can i Implement the OTA Service in android

2012-06-16 Thread Fred Niggle
Not with out user interaction. On 16 June 2012 07:40, Rajis wrote: > Hi > > I want make the user to install my app by sending the OTA service message. > Is it possible in Android? How can i Implement it. > Thanks > > -- > You received this message because you are subscribed to the Google > Group

Re: [android-developers] Building Forms - Best Approach?

2012-06-11 Thread Fred Niggle
other options are save into a database or a local file and read back later. On 11 June 2012 19:05, Rpuccini wrote: > In case of apps that clients demand many input fields and later > screens that shows results calculations from these inputs, what is the > best way to arrange a form with those ma

Re: [android-developers] Re: need to remove contact from group ..

2012-06-09 Thread Fred Niggle
Ok, from http://stackoverflow.com/questions/8352843/i-want-to-delete-contact-groupcreated-at-installation-time-at-the-time-of-my-a?rq=1 ContentValues values = new ContentValues(); values.put(ContactsContract.Groups._ID, ); getContentResolver().delete(ContactsContract.Groups.CONTENT_URI,values.

Re: [android-developers] you-tube video in web view

2012-06-09 Thread Fred Niggle
quot;utf-8"); > > > When i click on to the video it's some time load and black screen is > display > > > On Sat, Jun 9, 2012 at 4:29 PM, Fred Niggle wrote: > >> If you post your code of what you have tried so far you'll get a better >> reception to yo

Re: [android-developers] Re: need to remove contact from group ..

2012-06-09 Thread Fred Niggle
Its up to you, as much as it is up to me (and everyone else), to solve our own problems and facilitate our own learning. Myself and others here are willing to provide guidance but you have to demonstrate your efforts: In other words post your code and we can take a look. On 9 June 2012 12:14, ala

Re: [android-developers] you-tube video in web view

2012-06-09 Thread Fred Niggle
If you post your code of what you have tried so far you'll get a better reception to your question. On 9 June 2012 11:36, vaibs malviya wrote: > any one know, how to code to play a youtube ifream link in webview > > -- > You received this message because you are subscribed to the Google > Groups

Re: [android-developers] Re: need to remove contact from group ..

2012-06-09 Thread Fred Niggle
Does this help? http://stackoverflow.com/questions/2353015/issue-using-contact-group-delete-on-android I'm suprised that you did not find this yourself IMO. Regards, Fred. On 9 June 2012 10:58, ala hammad <3la2.7am...@gmail.com> wrote: > thanks for answers.. > asheesh arya

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-05 Thread Fred Niggle
No thanks, I think you can find it the same way I did: Google it! On 5 June 2012 08:21, Mini agrawal wrote: > so can you please just share that link. > > Thanks > > On Mon, Jun 4, 2012 at 7:14 PM, Fred Niggle wrote: > >> I can you there IS a tutorial about this - just

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-04 Thread Fred Niggle
I can you there IS a tutorial about this - just google it. On 4 June 2012 14:35, Mini agrawal wrote: > I didn't find any help on Google . > > On Mon, Jun 4, 2012 at 6:33 PM, Fred Niggle wrote: > >> What did a google search tell you? >> >> On 2 June 2012 13:19

Re: [android-developers]

2012-06-04 Thread Fred Niggle
Did you search google? -- 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 Fo

Re: [android-developers] Find path between 2 pairs of lat and long

2012-06-04 Thread Fred Niggle
What did a google search tell you? On 2 June 2012 13:19, ala hammad <3la2.7am...@gmail.com> wrote: > Hi Guys , > i need to remove an contact or more from specific group via coding .. any > one can help me ?? > > > > thanks for your help .. > > -- > You received this message because you are subsc

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-04 Thread Fred Niggle
s when i rotate while > showing the dialogfragment, seems the edittext i pass to it looses the > connection with the view layout > > regards, > > > On Sunday, June 3, 2012 3:14:16 PM UTC+1, Fred Niggle wrote: > >> This is caused by the contents of the edittext not

Re: [android-developers] how to populate checkedTextView

2012-06-04 Thread Fred Niggle
I recommend that you work through some tutorials and demonstrate some effort into solving this issue yourself before posting a question here. Nobody is going to do you work for you, and you will get a better reception to your question if show a reasonable effort. -- Magnetic Door Alarm app

Re: [android-developers] Updating part of a XML file in android

2012-06-04 Thread Fred Niggle
I'd go for creating a multi-part copy of the originals, and then parsing the parts. On 2 June 2012 21:10, Alex Deering wrote: > I have XML files that store data, parts of the file store recorded > information. I have no control over the files as they are from other > programs. What Im trying

Re: [android-developers] need to remove contact from group ..

2012-06-04 Thread Fred Niggle
What did a google search about blocking a contact tell you? On 2 June 2012 13:19, ala hammad <3la2.7am...@gmail.com> wrote: > Hi Guys , > i need to remove an contact or more from specific group via coding .. any > one can help me ?? > > > > thanks for your help .. > > -- > You received this messa

Re: [android-developers] Why the WifiManager.startScan() method requires permission CHANGE_WIFI_STATE

2012-06-04 Thread Fred Niggle
It works that way because the OS has no way of knowing your intentions :) That permission is needed so you COULD change the settings. On 3 June 2012 08:22, Kiral wrote: > The thing that worries me is that the startScan() method also requires > permission android.permission.CHANGE_WIFI_STATE. >

Re: [android-developers] CalendarView need help

2012-06-04 Thread Fred Niggle
First work through tutorials, then demonstrate a resonable effort before posting a question. Nobody here will do your work for you. On 4 June 2012 05:56, vamshi ch wrote: > > > hi , > > I need help on CalendarView... the requirement like day,weak,month *view*and > making appointments, > notes,

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread Fred Niggle
The best advice is to work through as many tutorials as you can find. If you simply dive into android programming without a good grip of its aspects then you will constantly run into trouble. Hope this helps, and good luck. On 3 June 2012 06:46, Raghavendra Rao wrote: > Yes i tried, but am not

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-03 Thread Fred Niggle
This is caused by the contents of the edittext not being saved when rotated. If the edittext is defined via xml then set android:freezesText="true" to stop the edittext from loosing its contents upon rotation. Hope this help, Fred On 3 June 2012 01:09, Bluemercury wrote: > So i

Re: [android-developers] problem in service creation

2012-06-02 Thread Fred Niggle
what to do indeed have you worked through a few service tutorials? On 2 Jun 2012 11:54, "Bhavin" wrote: > Dear sir, > > I am having following scenario: > > Service class > . > . > . > .(Extends) Class1 > . > . > . > . > (Extends) Class2 > > > Now i wanted to start class2 as a service. > > wh

Re: [android-developers] get the text in edit text on button click

2012-06-02 Thread Fred Niggle
did you try the google search for this? On 2 Jun 2012 19:07, "Raghavendra Rao" wrote: > hi, > > how can i get the text entered by the user in the Edit Text on button > click, kindly do help me on this > > -- > You received this message because you are subscribed to the Google > Groups "Android De

Re: [android-developers] Adding markers with different drawables on google map in android

2012-06-02 Thread Fred Niggle
Why are you multiplying by 100.0? Also have you ensured that latitude and longitude are not transposed? (I had an issue when creating a KML output file: I thought that because my label said latitude it was correct, and the bug only threw itself into light when the point appeared over the sea!)

Re: [android-developers] Svg to hdpi, mdpi, ldpi

2012-06-01 Thread Fred Niggle
If your running Ubuntu there is a magic little program in the software center called Phatch which will batch edit images - simply start with a large hi-res version of the icon, and run phatch with the actions set as you need - it saves a lot of time. On 1 June 2012 23:37, Kostya Vasilyev wrote:

Re: [android-developers] AwesomePlayer - on video lag update

2012-06-01 Thread Fred Niggle
he movie player app is. It's based on the > VideoView sample in apidemos. > > > On Thursday, May 31, 2012 5:46:59 PM UTC-5, Fred Niggle wrote: >> >> Is this an app you wrote? >> >> >> On 31 May 2012 16:31, bob wrote: >> >>> I have a Samsung

Re: [android-developers] Re: Setting up email app with android emulators

2012-05-31 Thread Fred Niggle
Now that is handy, many thanks for sharing :) On 31 May 2012 06:17, asheesh arya wrote: > juzz go through this link might be it will helpful for you > > http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android > > -- > You received this message because

Re: [android-developers] AwesomePlayer - on video lag update

2012-05-31 Thread Fred Niggle
Is this an app you wrote? On 31 May 2012 16:31, bob wrote: > I have a Samsung Galaxy Tab, and I'm playing back some video on it. > > It is very laggy, and I'm seeing this in the log: > > AwesomePlayer - on video lag update > > Can someone help me understand what is going on here? > > The video

Re: [android-developers] After Adding header to list view, on List item click is selecting next index from the click.

2012-05-30 Thread Fred Niggle
why not simply subtract 1 from the index? On 30 May 2012 12:03, Lokesh R wrote: > > After Adding header to list view, on List item click is selecting next > index from the click. > > Do i Have to handle anything additionally in adapter after adding list > header. > > -- > You received this messag

Re: [android-developers] sample apps

2012-05-30 Thread Fred Niggle
If you selected 'download api examples' when you setup eclipse, then there will be examples you can use in the '/home/.../android-sdks/samples' directory. On 30 May 2012 10:44, asheesh arya wrote: > what you have tried so far?? > > -- > You received this message because you are subscribed to the

[android-developers] [newbie] Connecting Medion Lifetab P9514 to XP/W7?

2012-05-01 Thread Fred
Hello I just started learning about Android with the intent to write applications using Basic4Android. A store nearby has the Medion Lifetab P9514 (MD 98052) tablet on sale: www.goo.gl/2UjFv (sorry the spec is not in English. It seems to only be sold in continental Europe) Before buying it, I n

[android-developers] Dead House demo released - let me know what do you think about this game.

2012-04-30 Thread Fred Rischter
=com.fredrischter.deadhouse.free I'm posting here to ask for any critics on the game, if somebody have any suggestion or find a bug will be very appreciated.. Also thank for comments there and rating :D Thanks a lot! Fred -- You received this message because you are subscribed to the Google Groups &qu

  1   2   3   4   5   >