[android-developers] Will there be memory leak ?

2012-01-12 Thread sl.laptop@maxis
A byte array is initially allocated: byte[] bb; bb = new byte[36]; Later condition arises that I need a byte array of 128. And thus: bb = new byte[128]; This condition will arise every now and then (with different size requirements). Since there is no mechanism to release the

Re: [android-developers] Re: Android fragmentation study

2012-01-12 Thread Dianne Hackborn
On Wed, Jan 11, 2012 at 8:31 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: Making software is a business. An investment. To reap maximum rewards on that investment the product has to have as much reach as possible, meaning the OP is absolutely on point about OS upgrades. Who

Re: [android-developers] Re: Why do my post is not shown ?

2012-01-12 Thread Sparky Rhode
Sorry, the Dubai moving service did make it past the moderators. I deleted their posts yesterday. On Wed, Jan 11, 2012 at 11:35 PM, Kristopher Micinski krismicin...@gmail.com wrote: Is that true?  I don't believe that it used to be..., perhaps the rules have changed, but I would sort of doubt

[android-developers] Is this android app possible?

2012-01-12 Thread Yar Lag
My employer asked me to write an Android app for a demo device in our store front. He wants the app to do the following (essentially a video demo app): The app will show a video after it has been idle for a while. When a user touches the demo video, it stops and goes to home screen. Prevents a

[android-developers] Re: Best encryption method?

2012-01-12 Thread krishna p
think about encrypting the DB file... !!! is it good way to encrypt DB file??? On Jan 6, 5:16 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: Ian, Only AES and 3DES are encryption/decryption solutions (so called ciphers). MD5 is a crypto hash function no loger deemed safe (there

[android-developers] IPsec Vpn connection on ICS using new VPN API

2012-01-12 Thread huymq85
Hi everybody, is there anyone who can make IPsec VPN connection using new VPN API? I don't understand what this API provide? and How to use ? Thank you very much. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Intercept and update Javascript resource loading from webview

2012-01-12 Thread Ashutosh
Hi Guys, I am stuck with a situation. While loading javascript I need to identify resource and , in case it found I need to replace it with different resource e.g. in my JS if I have something like script src=MY_Identifier/script then while loading I need to intercept it and update this with

[android-developers] Working With Offline Database Problem

2012-01-12 Thread Bhaumik Thaker
Hi all, I want to create a sqlite database by importing data from some data files, like csv etc., and then put this database into one of my android application and then deploy into the Android device. By now the samples and tutorial what I found are all taliking about creating the

[android-developers] how to convert morse sound to text???

2012-01-12 Thread ludy
i use audiorecord to record morse sound ,and then need to convert morse sound to text,how to do that??? -- 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] INSTALL_FAILED_MISSING_FEATURE

2012-01-12 Thread ANKUR GOEL
INSTALL_FAILED_MISSING_FEATURE in LG phone .. i tried with sending the apk through mail , adb command its not running in LG device rest of the devices the apk is running fine .. pls help . thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] YUV to h263/h264 compression on android to stream video

2012-01-12 Thread muhammad.ume...@hotmail.com
hi, I am trying stream video from android to network and receiving it on a server that I had written in java. I am capturing YUV data on onPreviewFrame method on Camera convert with yuv in jpeg and sending it to the server where I convert this data to image and displaying it. Everything works

Re: [android-developers] Will there be memory leak ?

2012-01-12 Thread Michael Banzon
On Thu, Jan 12, 2012 at 9:02 AM, sl.laptop@maxis ecp_...@my-rialto.com wrote: will there be memory leak ? No. There will be garbage collection. -- Michael Banzon http://michaelbanzon.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Disable screenshot within an app in ICS?

2012-01-12 Thread Tom Uhl
Is there a way for an app to disable the new built-in-screenshot function in ICS? I don't want to completely disable screenshot for the entire platform; I only want to disable it when my Activity is in the foreground. Tom -- You received this message because you are subscribed to the Google

[android-developers] Re: Android source build on Gentoo Linux works

2012-01-12 Thread Adam
TobuildtheAndroidsource under Linux, you will need Ubuntu. TheAndroidbuildis routinely tested on recent versions of Ubuntu (6.06 and later), but reports of successes or failures on other distributions are welcome. To set up your Linux development environment, make sure you have the

Re: [android-developers] Disable screenshot within an app in ICS?

2012-01-12 Thread Michael Banzon
On Thu, Jan 12, 2012 at 10:13 AM, Tom Uhl tuhl...@gmail.com wrote: Is there a way for an app to disable the new built-in-screenshot function in ICS? I don't think there is. If there is - I'm guessing you're trying to protect something - please keep in mind that the user can also grab

[android-developers] Re: Problem with Android Market Filters

2012-01-12 Thread xavibq
Thanks for your support Patrick. I'll try setting telephony as not required. For someone else interested in this issue I asked the same question to stackoverflow website - http://stackoverflow.com/questions/8800273/application-doesnt-appear-in-android-market-for-a-certain-device-android-marke

[android-developers] Re: Android fragmentation study

2012-01-12 Thread Stephan Wiesner
I agree and actually profit from it. As a private developer I hate that I have to write Bugfixes for single devices/Android versions (just thinking of the Galaxy SI lagfix thing gets me goosebumbs) but in my professional life I am a software tester and we actually earn our money by offering our

[android-developers] Re: how to be a game developers in android

2012-01-12 Thread Ali Chousein
I wrote a game in it in 1hr. No Java required. Oh come-on, give me a break! - Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy

[android-developers] Apps Frozen After Install

2012-01-12 Thread Pent
I have a few apks on Market that are purely content holders for icons. These apks usually respond to a broadcast receiver query with details of what icons they contain etc. On ICS, they don't respond after install so they're essentially invisible to the host app that wants to use the icons. I

Re: [android-developers] android provide call

2012-01-12 Thread Live Happy
On Wed, Jan 11, 2012 at 9:27 PM, TreKing treking...@gmail.com wrote: On Wed, Jan 11, 2012 at 8:36 AM, Live Happy livehap...@gmail.com wrote: *how to make android application when the user click on the phone call button than the application provide itself to make call. as skype and viber * ?

Re: [android-developers] Apps Frozen After Install

2012-01-12 Thread Kostya Vasilyev
http://developer.android.com/sdk/android-3.1.html Under Launch controls on stopped applications: Applications are in a stopped state when they are first installed but are not yet launched and when they are manually stopped by the user (in Manage Applications). And yes, it's a real pain to

[android-developers] Re: Apps Frozen After Install

2012-01-12 Thread Pent
http://developer.android.com/sdk/android-3.1.html Ah, 3.1, I had checked 3.0, many many thanks. I really hate it how new Android versions break stuff that used to work before, and the painful fallout from those changes. Amen. My app covers an unusually large % of the API so a few things

[android-developers] SMS and Application Integration!

2012-01-12 Thread Prathamesh
Hi all, I want to read received SMS in my application without closing or minimizing or switching application. Is there any provision in android for such functionality ? How to integrate Application and SMS ? Assumption: SMS is intended for that application. SMS has some meta-data related to

[android-developers] query CallLog.Calls using Date Range

2012-01-12 Thread basant mohamed
I’m a beginner android developer and I’m working on application that require to select from CallLog.Calls the calls between two dates range and it require that if I select from date 01-01-2012 to date 01-01-2012 it will return all calls at this date “01-01-2012” I just want to help me and tell

[android-developers] [Resolved] Re: ADT Eclipse: Failed to parse the output of 'adb version'

2012-01-12 Thread Lucio Pellecchia
resolved!!! :D my problem was ANTIVIRUS!!! On 7 Gen, 12:02, Lucio Pellecchia lucio.pellecc...@gmail.com wrote: Albert ...thank you for your interest I don't think the problem is SDK revision, but I think that some process on my PC goes into conflation with eclipse ADT and adb, because when I

Re: [android-developers] query CallLog.Calls using Date Range

2012-01-12 Thread Mark Murphy
You would need to convert those dates into Unix time values (milliseconds since the epoch), and use them in a query to constrain the values of the DATE column in CallLog.Calls. On Thu, Jan 12, 2012 at 7:31 AM, basant mohamed basant.mohame...@gmail.com wrote: I’m a beginner android developer and

[android-developers] All the google accounts of all the phones waiting for C2DM push notifications must be registered on C2DM?

2012-01-12 Thread saex
i'm checking this link: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html It says that in order tu ouse C2DM, you need to ask for access, because it is a beta software. Here is the link to the signup form: http://code.google.com/android/c2dm/signup.html OK, but wich

[android-developers] Re: All the google accounts of all the phones waiting for C2DM push notifications must be registered on C2DM?

2012-01-12 Thread appel
The developers that wants to use c2dm in their apps. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] query CallLog.Calls using Date Range

2012-01-12 Thread basant mohamed
could you tell me how to convert the time to Unix time if u please On Thu, Jan 12, 2012 at 2:40 PM, Mark Murphy mmur...@commonsware.comwrote: You would need to convert those dates into Unix time values (milliseconds since the epoch), and use them in a query to constrain the values of the DATE

[android-developers] Re: All the google accounts of all the phones waiting for C2DM push notifications must be registered on C2DM?

2012-01-12 Thread saex
the googleaccount used to register on that link, is the google acount that i must use on the server? or not? i didn't understand it On 12 ene, 13:46, appel johan.appelg...@gmail.com wrote: The developers that wants to use c2dm in their apps. -- You received this message because you are

Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE

2012-01-12 Thread Mark Murphy
Your manifest has a uses-feature element for some feature that the phone does not have. On Thu, Jan 12, 2012 at 3:46 AM, ANKUR GOEL ankur1...@gmail.com wrote: INSTALL_FAILED_MISSING_FEATURE in LG phone .. i tried with sending the apk through mail , adb command its not running in LG device

Re: [android-developers] Working With Offline Database Problem

2012-01-12 Thread Mark Murphy
Try: https://github.com/jgilfelt/android-sqlite-asset-helper On Thu, Jan 12, 2012 at 12:31 AM, Bhaumik Thaker bgtha...@gmail.com wrote: Hi all,       I want to create a sqlite database by importing data from some data files, like csv etc., and then put this database into one of my android

Re: [android-developers] Error while implementing CA Endless list. How to debug this error?

2012-01-12 Thread Mark Murphy
On Thu, Jan 12, 2012 at 2:26 AM, Satyajit Sarangi writetosatya...@gmail.com wrote: I tried to implement the endless list but got this error on log chat: http://pastebin.com/2WnnJ9KA The error is caused due to not adding the package name com.cware.endless in manifest.xml of my project. Then

[android-developers] [android-developer] storing image in sd card from drawable folder

2012-01-12 Thread surabhi jain
hi I want to store image from drawable folder into sd card. plz send me the code. Thanx to all -- 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] Re: Order numbering system changed in the market

2012-01-12 Thread John Coryat
Update... Got a response from the market support team. I'm not surprised they didn't bother to actually read my report and just sent a canned response: *Hello John, Thanks for your email. I suggest that you have the buyer write to our buyer support specialist at

[android-developers] notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread rachana govilkar
Hello all, I have 3 activities. 1.FriendsList 2.MessageList 3.DisplaySingleMessage. Now in FriendsList activity I display count of messages.And then I want to decrease that count as I read messages in DisplaySingleMessage activity. I do set decreased count in DisplaySingleMessage activity. So,

Re: [android-developers] notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread vandana toshniwal
once u decrease the count...also remove that from the array then call notifyDataSetChanged() On 12 January 2012 18:52, rachana govilkar rachana.govil...@gmail.comwrote: Hello all, I have 3 activities. 1.FriendsList 2.MessageList 3.DisplaySingleMessage. Now in FriendsList activity

[android-developers] Re: notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread rachana govilkar
Thnx vandana, But hot to remove it?? As I am decreasing count in another activity. And 1 more thing I noticed if I restart the application it shows me decreased count but I want this to happen also on click of Back Button. Sorry I should have mentioned it in 1st post. On Jan 12, 6:27 pm, vandana

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 10:01 PM, mot12 martin.hu...@gmail.com wrote: So you want to be rich? A book won't make you rich. Sure it will! I can show you how. Just send me $50 for my book, How to Get People to Send You $50 For Your Book, and learn the secrets today!

Re: [android-developers] android provide call

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 4:59 AM, Live Happy livehap...@gmail.com wrote: i made the intent filter but how can i call it This is not something you call. This is something the OS uses to determine if your app is a candidate for receiving an Intent. by event listener on phone call action ?

Re: [android-developers] Re: how to be a game developers in android

2012-01-12 Thread Paco Abato
Beginning Android Games by Mario Zechner is a good first step. Worked for me anyway. You need to know Java. Francisco Abato Helguera pacoab...@gmail.com SAIG S.L. - www.saig.es Analista Programador fab...@saig.es Tlfno. SAIG: 955 72 33 44 -- You received this message because you are subscribed

Re: [android-developers] Is this android app possible?

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 8:57 PM, Yar Lag ya...@hotmail.com wrote: The app will show a video after it has been idle for a while. When a user touches the demo video, it stops and goes to home screen. Prevents a user from uninstalling this app. Hide the app from the applications list on the home

[android-developers] Re: Want to use Unlock Pattern in my Android App

2012-01-12 Thread TreKing
Replying back to the list. On Thu, Jan 12, 2012 at 4:09 AM, david joe davidide...@gmail.com wrote: Thanks TreKing, Where it is implemented or where is the source code that i can read. Is there any example how to use unlock pattern. These are questions Google can answer for you.

[android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread muhammad.ume...@hotmail.com
hi, I am trying stream video from android to network and receiving it on a server that I had written in java. I am capturing YUV data on onPreviewFrame method on Camera convert with yuv in jpeg and sending it to the server where I convert this data to image and displaying it. verything works

Re: [android-developers] How can i get the payment from amazon earning

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 10:58 PM, a a harvey.a...@gmail.com wrote: How can i get the payment from amazon earning Have you considered contacting Amazon ? . ... . *shakes head* - TreKing

[android-developers] Adjusting zoom level according to local area, city, country level area.

2012-01-12 Thread Anieeh
Hi all i am developing an application on which i am using Google maps using with MapView, and i am using Geocoder class for Geo coding and reverse-geocoding and i want to set a zoom level according to the place i search i.e. city, country, etc. zoom levels. Google maps app does this, but dont

[android-developers] Re: How to compress images in onPreviewframe??

2012-01-12 Thread Fred Grott
hmm gzip it before sending assuming you can unzip it on the other end -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Harri Smått
Hi, If you want to have 2-3KB image size it has to be very small by dimension and compressed using very low quality. You can try different values on Bitmap.compress(..) but I doubt you will ever achieve good enough quality with such a small filesize requirement. -- H On Jan 12, 2012, at 3:56

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread Kostya Vasilyev
12 января 2012 г. 17:37 пользователь TreKing treking...@gmail.com написал: On Wed, Jan 11, 2012 at 10:01 PM, mot12 martin.hu...@gmail.com wrote: So you want to be rich? A book won't make you rich. Sure it will! I can show you how. Just send me $50 for my book, How to Get People to Send You

[android-developers] A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
i want that when the phone receives a push notification from AC2M, a notification must be shown in the notification bar, and if the user press on the notification, my app must be started and show a specific activity describing that notification, and not the normal fist activity of my app. It is

Re: [android-developers] A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread Kostya Vasilyev
When creating a notification, you're supposed to supply a PendingIntent. When the user click on the notification, this PendingIntent is fired by the system. What the PendingIntent resolves to is entirely up to you - it can be any of your activities, not necessarily the main/launcher one.

RE: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Muhammad UMER
hi, Thanks for your reply, please can you send me a sample code of Bitmap.compress(..) that can help me. where here is my code to compress it to jpeg public void onPreviewFrame(byte[] data, Camera camera) { Camera.Parameters parameters =

Re: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Harri Smått
On Jan 12, 2012, at 4:52 PM, Muhammad UMER wrote: Rect rect = new Rect(0, 0, w, h); ByteArrayOutputStream output_stream = new ByteArrayOutputStream(); yuv_image.compressToJpeg(rect, 100, output_stream); byte[]

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
no no, you didn't understand my question, im telling you that the app must be NOT STARTED, and the broadcastreceiver must start it; please, read it again and answer me On 12 ene, 15:49, Kostya Vasilyev kmans...@gmail.com wrote: When creating a notification, you're supposed to supply a

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread Streets Of Boston
Yes. In brief, your application should contain (1) a broadcast-receiver getting C2DM messages ( http://code.google.com/android/c2dm/) which will post a Notification with a PendingIntent. (2) An activity whose intent-filter matches the Intent inside the PendingIntent. When the user selects

Re: [android-developers] [android-developer] storing image in sd card from drawable folder

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 7:13 AM, surabhi jain surabhi17.j...@gmail.comwrote: plz send me the code. plz learn to program. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

Re: [android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread Kostya Vasilyev
I believe I did: a notification must be shown in the notification bar, and if the user press on the notification, my app must be started and show a specific activity describing that notification, and not the normal fist activity of my app and explained how to go from a

[android-developers] library for system apps

2012-01-12 Thread ehsan azimzadeh
Hi I want to build system applications such as Settings, Phone and etc in eclipse. I got their sources from packages\apps directory but some apps have used android libraries that not found in my android.jar, for example android.os.SystemProperties in Settings app and many others libraries. I uses

RE: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Muhammad UMER
one thing i want to ask that Is it any delay due to this YuvImage.compressToJpeg compression. i mean it can send all the frame to network or it can miss some frames?? May i want to think towards this?? sorry for my English. thanks Subject: Re: [android-developers] How to compress images

[android-developers] Re: SMS and Application Integration! Need Suggestion

2012-01-12 Thread Prathamesh
Any Suggestion please On Jan 12, 5:14 pm, Prathamesh prathame...@gmail.com wrote: Hi all, I want to read received SMS in my application without closing or minimizing or switching application. Is there any provision in android for such functionality ? How to integrate Application and

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
then i must open the app and close it to activate the broadcast??? how can i do that? On 12 ene, 16:26, Kostya Vasilyev kmans...@gmail.com wrote: I believe I did: a notification must be shown in the notification bar, and if the user press on the notification, my app must be started and

[android-developers] android:windowIsTranslucent - Android bug ?!

2012-01-12 Thread Mark Cz
Hi All, I have an activity with a custom style which has the following property item name=android:windowIsTranslucenttrue/item The activity doesn't restart when there is an orientation change (There is no call to onDestroy, onConfigurationChanged), it seems like that this property suppresses

[android-developers] binding to service within a service question

2012-01-12 Thread Wall-E
I have a service(A) that binds to service(B). Service A calls the bind method in the onHandleIntent and because the bind method is asynchronous before the onServiceConnected method is started the onDestroy for service A is called. Now the methods I need to call from service B depend on the

Re: [android-developers] Best encryption method?

2012-01-12 Thread Todd Grigsby
Aes and 3des. google chilkat. On Jan 6, 2012 2:04 AM, giles ian gilesian@gmail.com wrote: Hello, Which is the best encryption method. My need is to encrypt data and store it in DB. Which would be the best among: 1. Base 64 2. AES 3. 3 DES 4. MD - 5 in terms of: 1. Security

[android-developers] Performing changes in a view based on another view

2012-01-12 Thread Boozel
Hi I have an application the consists of a main activity and a linear layout that is the the content view for the main activity. I also then have a pop down widow (like the one used in Contacts). When a button is pressed in the pop down window i need to call a method in the linear layouts

Re: [android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread Kostya Vasilyev
No, you don't have to. Quoting myself: :) For a manifest-registered broadcast receiver, Android will do this (create the process and load the code if necessary) for you, and then execute the receiver's onReceive. I also recommend reading this:

Re: [android-developers] library for system apps

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 9:28 AM, ehsan azimzadeh ehsan.azimza...@gmail.comwrote: I want to build system applications such as Settings, Phone and etc in eclipse. You need to ask on a list relevant to playing with, building, and modifying the source code.

Re: [android-developers] Credit card swiper with API

2012-01-12 Thread Todd Grigsby
have you googled JPOS or UPOS? On Jan 11, 2012 1:39 PM, JC jcota...@gmail.com wrote: Hello Everyone, I have a task to create and Android application that reads the Credit Card information from a CC swiper and process the payment through a web service in our existing website. The reason for

[android-developers] supports-screens smallScreens versus normalScreens

2012-01-12 Thread mcterry
Hello All, I would like to exclude smallScreens for an application that I'm working on. I understand how to do that - supports-screen tag should set smallScreens to false. My question is related to how that impacts the normalScreens devices. For example, if I exclude smallScreens, what does

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
But, how can the broadcast listen for push notification's if it is started by my app, and my app has not been started? i think i am losing something On 12 ene, 16:50, Kostya Vasilyev kmans...@gmail.com wrote: No, you don't have to. Quoting myself: :) For a manifest-registered broadcast

Re: [android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread Kostya Vasilyev
Answer: you register it in the manifest, the rest is automatic. Question: did you open those links to Android documentation? 12 января 2012 г. 20:32 пользователь saex elpablos...@gmail.com написал: But, how can the broadcast listen for push notification's if it is started by my app, and my app

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
yes, i readed all the links i think i'm not explaining me nicely. yes, the broadcast is on the manifest, but the manifest is never checked by the system, because my app has not been started yet, the broadcast receiver must do it... On 12 ene, 17:34, Kostya Vasilyev kmans...@gmail.com wrote:

[android-developers] Develpoer device still in hidding?

2012-01-12 Thread Cactus Mitch
The Nexus as a develpoer device dissappeared after Google bought the Motorola Mobile. I was in the process of converting from Verizon to T- Mobile to get a rooted Nexus. Then... I signed up for a notification when a new unit became available What is the the big G plan? -- You received this

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread skink
saex wrote: yes, i readed all the links i think i'm not explaining me nicely. yes, the broadcast is on the manifest, but the manifest is never checked by the system, because my app has not been started yet, the broadcast receiver must do it... the OS registers all of your broadcasts

Re: [android-developers] Develpoer device still in hidding?

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 10:52 AM, Cactus Mitch mitch.mcc...@gmail.comwrote: What is the the big G plan? What exactly are you asking? - TreKing http://sites.google.com/site/rezmobileapps/treking -

[android-developers] Re: A BroadcastReceiver can start my own app? (with my app not started)

2012-01-12 Thread saex
nice! thanks ! On 12 ene, 17:56, skink psk...@gmail.com wrote: saex wrote: yes, i readed all the links i think i'm not explaining me nicely. yes, the broadcast is on the manifest, but the manifest is never checked by the system, because my app has not been started yet, the broadcast

Re: [android-developers] Performing changes in a view based on another view

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 9:50 AM, Boozel boozelcl...@gmail.com wrote: How can i make the view linear layout used in my main activity available in my pop down window. Use a reference to that View. This is basic Java.

Re: [android-developers] Disable screenshot within an app in ICS?

2012-01-12 Thread Romain Guy
Add this flag to your window in onCreate(): http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE On Thu, Jan 12, 2012 at 1:48 AM, Michael Banzon mich...@banzon.dk wrote: On Thu, Jan 12, 2012 at 10:13 AM, Tom Uhl tuhl...@gmail.com wrote: Is there a way

Re: [android-developers] Re: SMS and Application Integration! Need Suggestion

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 9:32 AM, Prathamesh prathame...@gmail.com wrote: Any Suggestion please Suggestion: http://developer.android.com/search.html#q=smst=0 Then explain what you have tried and what is not working.

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread Christopher Van Kirk
Now you must write another book to tell us how to emulate your ingenius book marketing strategies! On 1/12/2012 3:36 AM, scp89 wrote: The contest is now over! The PDFs have been sent to the 3 winners - congrats to you guys! You can still pick up the ebook on Amazon here:

Re: [android-developers] Is this android app possible?

2012-01-12 Thread Lucas de Jesus Matias
if he can root the device is possible prevent to uninstall, installing as native app, like cerberus have this option. I think as root is possible all the things, but not sure :P -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread carlosbflores
Please add me to the list, thanks. On 9 ene, 17:53, John-Marc Desmarais jades...@gmail.com wrote: I'll play. Sign me up. -jm On Mon, Jan 9, 2012 at 3:45 PM, YuviDroid yuvidr...@gmail.com wrote: Looks very interesting! Count me in!  :) Yuvi On Mon, Jan 9, 2012 at 6:04 PM,

Re: [android-developers] How to store images in sdcard, at the time of downloading app.?

2012-01-12 Thread Jatin D Patel
Thank you all for your time and opinion. On Wed, Jan 11, 2012 at 7:44 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Jan 11, 2012 at 6:08 PM, Jatin D Patel depo.ja...@gmail.com wrote: How come downloading images is possible in iphone during application installation, from

Re: [android-developers] [android-developer] storing image in sd card from drawable folder

2012-01-12 Thread Jim Graham
On Thu, Jan 12, 2012 at 06:43:06PM +0530, surabhi jain wrote: I want to store image from drawable folder into sd card. plz send me the code. I'll send you pseudo-code 1) Look it up in the Developers Guide. 2) Read the appropriate sections until you understand how to do this. 3) Write

Re: [android-developers] Re: How to compress images in onPreviewframe??

2012-01-12 Thread Jim Graham
On Thu, Jan 12, 2012 at 06:24:04AM -0800, Fred Grott wrote: hmm gzip it before sending assuming you can unzip it on the other end ...from which you MIGHT get 1% compression, if you're lucky. You most definitely will not get the level of compression (reducing the image size down to 2--3 kbits,

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread Greg Donald
On Thu, Jan 12, 2012 at 7:37 AM, TreKing treking...@gmail.com wrote: Just send me $50 for my book, How to Get People to Send You $50 For Your Book, and learn the secrets today! Don't forget to pick up a copy of the book on how to write books:

Re: [android-developers] How to compress images in onPreviewframe??

2012-01-12 Thread Jim Graham
On Thu, Jan 12, 2012 at 05:05:43PM +0200, Harri Sm?tt wrote: On Jan 12, 2012, at 4:52 PM, Muhammad UMER wrote: Just change current compression quality 100 to 0, and most importantly, you have to drop image size much lower than QVGA. There really isn't much you can do within 2-3kB range.

Re: [android-developers] Is this android app possible?

2012-01-12 Thread Kristopher Micinski
On Wed, Jan 11, 2012 at 9:57 PM, Yar Lag ya...@hotmail.com wrote: My employer asked me to write an Android app for a demo device in our store front. He wants the app to do the following (essentially a video demo app): The app will show a video after it has been idle for a while. When a user

[android-developers] Re: simulating mouse on gingerbread 2.3.3

2012-01-12 Thread Paulo Vagner
could you explain how can i apply this patch the kernel??? Thanks On Dec 27 2011, 11:27 pm, androidicus chuckbennett...@gmail.com wrote: Hi Vlad, Take a look athttp://git.alwaysinnovating.com/cgit.cgi/ai.android/diff/?id=7d08e9af Its a mouse patch for Gingerbread.  From what I've read,

[android-developers] Re: simulating mouse on gingerbread 2.3.3

2012-01-12 Thread Paulo Vagner
you could apply this patch mentioning down? On Dec 22 2011, 6:10 pm, Vlad ostrov...@gmail.com wrote: Hi guys, I'm interested in simulating a mouse on a mobile device, but unfortunately, as far as i can tell, there is no support for a mouse pointer on gingerbread. so i was wondering, is it

Re: [android-developers] Draw on a WebView control.

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 6:25 PM, Hydro Misco niranpaud...@gmail.com wrote: Is it possible to draw shapes, boxes, lines ... over a webview control, as though it was a canvas? Derive a class from it and override onDraw?

Re: [android-developers] Retrieving Information from the ContactsContract API

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 6:48 PM, Brad Kinnard bradkinn...@gmail.com wrote: I have found a few posts here in the general area, but would really love someone just to break it down as to how I can retrieve the contact name, email and phone number, and store those in variables. Getting those

Re: [android-developers] Search WiFi Subnet Devices Details (IP MAC)

2012-01-12 Thread TreKing
On Wed, Jan 11, 2012 at 9:32 AM, Rajeev Singh rajeev.si...@eiceinternational.com wrote: Its very urgent query. No. I'm bleeding, where is the hospital? is an urgent query. This is not. I am new in android development and struggling for finding all devices(Network Printers) in WLAN.But i

Re: [android-developers] how to convert morse sound to text???

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 2:13 AM, ludy ludy...@gmail.com wrote: i use audiorecord to record morse sound ,and then need to convert morse sound to text,how to do that??? Write the code to do that or use a library. This has nothing to do with Android specifically.

[android-developers] how to...

2012-01-12 Thread dashman
how do i create an overlay over an existing activity screen. i want this overlay to be basically transparent with some hand-drawn letters + arrows. ala pulse app. any hints. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] how to...

2012-01-12 Thread dashman
how do i create an overlay over an existing activity screen. i want this overlay to be basically transparent with some hand-drawn letters + arrows. ala pulse app. any hints. plus maybe some simple animation. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Performing changes in a view based on another view

2012-01-12 Thread Boozel
Thanks for your reply. Sorry if its a stupid question but all my java is self taught so there may be some gaps in my knowledge. When i use a refernce to that view that reference is not in the scope of my pop down only in the main activity. Do i need to pass the reference as an extra into the

Re: [android-developers] Performing changes in a view based on another view

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 1:05 PM, Boozel boozelcl...@gmail.com wrote: When i use a refernce to that view that reference is not in the scope of my pop down only in the main activity. Do i need to pass the reference as an extra into the pop down? Show some code. As little as necessary to show

Re: [android-developers] how to...

2012-01-12 Thread TreKing
On Thu, Jan 12, 2012 at 12:50 PM, dashman erjdri...@gmail.com wrote: any hints. http://developer.android.com/search.html#q=overlayt=0 - TreKing http://sites.google.com/site/rezmobileapps/treking -

Re: [android-developers] How to store images in sdcard, at the time of downloading app.?

2012-01-12 Thread Miguel Morales
What? How is this possible, I work with the iphone sdk and I know of no way to know when the application is first installed and run any code. Please point to the documentation that describes this, otherwise I'm going to have to call shenanigans. On Wed, Jan 11, 2012 at 3:08 PM, Jatin D Patel

  1   2   >