[android-developers] Our App has been removed from Google Play.

2018-05-09 Thread Johnny
The email is : After review, xx-App , has been removed from Google Play because it violates our *personal and sensitive information* policy. This app won’t be available to users until you submit a compliant update. We will show the dialog on the first Activity, if user click "ok",then

Re: [android-developers] want to be a game programmer.

2013-08-21 Thread Johnny
...@gmail.comjavascript: wrote: Hi johnny! You can try Corona (http://www.coronalabs.com/) to 2d game development or Unity (http://unity3d.com/) , project (anarchy http://www.projectanarchy.com/) to 3d game development. :D 2013/8/20 Michael Banzon mic...@banzon.dk javascript: Game programming is all

Re: [android-developers] want to be a game programmer.

2013-08-20 Thread Johnny
-Peter Tournaris wrote: There are no programmers who dont know how to use Google!! On Sat, Aug 17, 2013 at 11:14 AM, Johnny ask2...@gmail.com wrote: Is it necessary to learn NDK for game programming. if yes , How do I start? where can i get the resources and sample programmer? . Please

[android-developers] want to be a game programmer.

2013-08-17 Thread Johnny
Is it necessary to learn NDK for game programming. if yes , How do I start? where can i get the resources and sample programmer? . Please suggest me. Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Regarding sync contacts with Facebook

2013-03-12 Thread Johnny
have you got the answer? Actually I am also wanted to do similar task. On Wednesday, February 1, 2012 12:24:56 PM UTC+5:30, Raghupal Reddy wrote: Hi all, In my project I want to sync phone book contacts with Facebook. Is It possible using SyncAdapter , I am developing using GingerBread, if

[android-developers] Re: Android Contacts backup and sync application

2013-03-12 Thread Johnny
Have you got the solution? Actually I am also trying to do this task. On Thursday, March 31, 2011 5:55:01 PM UTC+5:30, UD wrote: Hi, I am working on a contacts backup and sync. The target is to send all details of all contacts to a server (custom protocol defined) as a backup. During

[android-developers] Re: Sync contacts

2013-03-12 Thread Johnny
have you got the answer? Actually I am also trying to do this task. On Tuesday, May 8, 2012 1:51:50 PM UTC+5:30, Tarilo wrote: Hi We need to implement a contact sync. When a contact is adden on the phone or updated, we need to make action. This is implemented by whatsapp. I read about

[android-developers] Android 4.0 Start service on reboot

2012-03-20 Thread Johnny
Hello, Does anyone have a code example of starting a service with a broadcast receiver using Android 4.0. Right now the same code that works on Android Honeycomb does not work on 4.0. This code is a simple xml based broadcast receiver. Thanks in advance! -- You received this message because

[android-developers] Re: Android 4.0 Start service on reboot

2012-03-20 Thread Johnny
of your activities before you will start to receive any broadcasts, including BOOT_COMPLETED: http://commonsware.com/blog/2011/07/13/boot-completed-regression-conf... On Tue, Mar 20, 2012 at 1:00 AM, Johnny jali...@gmail.com wrote: Hello, Does anyone have a code example of starting

[android-developers] Stagefright: unable to set frame rate

2011-11-02 Thread Johnny
hi, I have an application streaming video from the device to a remote computer. When trying to set the frame rate I keep getting: ERROR/StagefrightRecorder(131): Failed to set frame rate to 15 fps. The actual frame rate is 30 The code I use is: video = new MediaStreamer();

[android-developers] Help developing an app

2011-09-19 Thread Johnny Five(5)
a href=http://therentalsearch.com; For Rent_The Rental Search/a This is the site i am launching, and i am hoping to find some help getting an app developed for users to browse on their mobile device. I am adding a QR code for all of the listings as well and hope to incoprorate that into it. --

[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Hi, I have a similar problem as this link mention (Problem with getting GPS data when using CameraPreview:): http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview The problem is: the GPS will stop receiving data if you turn on the camera

[android-developers] Problem with getting GPS data when using Camera

2011-05-03 Thread Johnny
Similar to this problem: http://stackoverflow.com/questions/3950026/problem-with-getting-gps-data-when-using-camerapreview Any suggestion about the conflicts between using GPS and Camera? The following is a code to test the conflict. package com.example.helloandroid; import

[android-developers] Implementing WiFi proxy support in the master branch

2010-12-14 Thread Johnny
, Froyo and Gingerbread? A previous bugfix of mine was merged into the Master branch long ago, but I haven't seen the fix in the latest Froyo update. Should I request a merge into the Froyo branch or should I switch to the Froyo branch and commit the same changes? Kind regards, Janos Johnny Levai

[android-developers] Re: Implementing WiFi proxy support in the master branch

2010-12-14 Thread Johnny
I should have posted this message on android-contrib. Nevermind :) On Dec 14, 1:58 pm, Johnny digist...@gmail.com wrote: Hi everyone, I am a CS student and pursuing my Bachelors degree, currently in the 3rd year. I will have some university free time in the following weeks thanks

[android-developers] Issue with Catch Handler

2010-10-21 Thread Johnny Molina
Hello, I have recently hit a snag using the Android plugin to Eclipse. For some reason, ALL of my errors being thrown don't initialize and show me the error. Has anyone ever seen this issue before and if so, what did you do to correct it? In particular, I am seeing it when I try to invoke the

[android-developers] Re: TextView visibility problem

2010-10-21 Thread Johnny
I'm not at home right now so I can't test it, maybe tomorrow: swap the root linear layout for a relative layout. Move up the TextView, set its alignBottom to the root RelativeLayout and set its height to wrap_content. Then configure your inner RelativeLayout's alignBottom to the TextView. Its

[android-developers] BroadcastReceiver::onReceive Question

2010-07-31 Thread Johnny
service in the manifest file already, that is the reason why I have to use my service's Context to create the file. Any one knows how to create an external file stream using the 'Context'? Thanks and have a good one. -Johnny -- You received this message because you are subscribed to the Google Groups

[android-developers] The status of Donut and HTC hero

2009-08-31 Thread johnny
Hi, Any one knows the status of Donut. There is already leaked HTC Hero phone. I wonder which version that Hero phone will be based. Regards, Johnny Xia. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: how can i install App in the sdcard?

2009-08-18 Thread johnny
have you tried this? http://androidforums.com/android-tips-tricks/5316-running-apps-sd-card-now-easier.html On Aug 18, 12:27 pm, zeeshan genx...@gmail.com wrote: Hi Experts, i am trying to installl android app but it gives me insufficient memory exception. i already have 35 Apps and

[android-developers] View Files on a remove server/PC

2009-08-18 Thread johnny
Hi, I'm looking for a solution to view and select files residing on a remote server or PC. Is there a known way to do this or better yet, an existing application which does this with an intent which I can utilize? Thanks! --~--~-~--~~~---~--~~ You received this

[android-developers] Re: View Files on a remove server/PC

2009-08-18 Thread johnny
the directory structure and it's files. Thanks, - Johnny On Jul 30, 9:36 am, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote: Are you trying to viewremotefiles on a PC from another PC? In that case WinSCP is a good way. If you are using a non-Windows machine, then scp is the command-line version

[android-developers] View Files on a remove server/PC

2009-07-28 Thread johnny
Is anyone aware of a way to view the directory structure and files on a remote server or PC? Is there an existing app for this? Thanks in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: File Browser Integration

2009-07-27 Thread johnny
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 email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Is there a way to backup and restore a Cursor?

2009-07-21 Thread Johnny Lee
. Is there a way to easy back the data from a cursor? Thanks for your consideration, Johnny --~--~-~--~~~---~--~~ 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

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-16 Thread johnny
I'm running into the same problem but i have Vodafone's Htc Magic...do i require a different version of the adb tool as well? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] File Browser Integration

2009-07-15 Thread johnny
Hi, I want to integrate a file browser with my application. Does anyone know where I could get the source code for a pretty good file browser? (With the developer's permission of course). The more, the better... Thanks, --~--~-~--~~~---~--~~ You received this

[android-developers] Can't intercept the OnTouch event of PopupWindow

2009-05-26 Thread Johnny Lee
any ideas on this? Thanks for your consideration. Regards, Johnny -- we all have our crosses to bear --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Can't intercept the OnTouch event of PopupWindow

2009-05-26 Thread Johnny Lee
setTouchInterceptor (View.OnTouchListener l) Set a callback for all touch events being dispatched to the popup window. Regards, Johnny On Tue, May 26, 2009 at 3:21 PM, Johnny Lee johnnylee...@gmail.com wrote: Hi all, I want to intercept the OnTouch event in a PopupWindow, but it failes

[android-developers] Re: TouchUtils.tapView doesn't work.

2009-05-26 Thread Johnny
Is there anyone has an idea about this please? On May 26, 6:06 pm, Johnny Lee johnnylee...@gmail.com wrote: Hi, When I'm using theTouchUtils.tapView in my instrumentation tests, it doesn't work. Here is the code snip:         final TextView popupText = new TextView(mActivity

[android-developers] Re: Camera application 1.5 on emulator does nothing

2009-05-25 Thread Johnny Song
a black screen and nothing happens, I got the famous error with Wait or Force closewait, wait, waitnothing happens. I create with AVD the target 3. I'm on Windows XP SP2. Best Regards, Johnny Song From China. --~--~-~--~~~---~--~~ You received

[android-developers] How to get the resource ID from android.content.res.Resources.Theme

2009-05-19 Thread Johnny Lee
is trying to back up the original Theme before playing with several other themes. But after I get the original theme, I found there is no way to set back this theme. Do you have any ideas on this? Regards, Johnny -- we all have our crosses to bear

[android-developers] Re: About SQLite (query)

2009-05-13 Thread Johnny
You should use select * from notes2 where title=\ + str + \ On 5月14日, 上午10时12分, Daehoon Jeon jeondaeh...@gmail.com wrote: How to use rawQuery with Variable? Cursor mCursor = mDb.rawQuery(select * from notes2 where title=\title1\, null); it's worked but I want to use variable instead

[android-developers] Re: problems with my htc magic

2009-05-13 Thread Johnny
Have you tried this: http://developer.android.com/guide/developing/device.html#setting-up ? On May 14, 7:25 am, petunio juanjosegilmen...@hotmail.com wrote: Hi everybody I am trying to install apk's in my new htc magic I had before a G1 and I didn't found any problem, just doing adb

[android-developers] Re: how to know whether an app is installed or not

2009-05-13 Thread Johnny
Settings - Applications - Manage Applications On May 14, 10:53 am, android app xiaog...@gmail.com wrote: how to know whether an app is installed or not? Can an app access the list of application in My Downloads? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: where to download android 1.5 r1 source code ?

2009-05-13 Thread Johnny
I'm afraid you'll have to get familiar with git and repo. If you want to work with the source code. There is nowhere to find a single zip file of the source code, that's a too old way for code distributions. On May 14, 10:51 am, rain rain.h...@gmail.com wrote: I know I can find the source

[android-developers] Re: how to know whether an app is installed or not

2009-05-13 Thread Johnny
or not? Thanks On May 13, 10:57 pm, Johnny johnnylee...@gmail.com wrote: Settings - Applications - Manage Applications On May 14, 10:53 am, android app xiaog...@gmail.com wrote: how to know whether an app is installed or not? Can an app access the list of application in My Downloads?- Hide

[android-developers] Re: ActivityInfo is null in Intrumentation class

2009-05-13 Thread Johnny
Could you paste also the two manifest file? On Apr 28, 7:05 pm, a...@lg l.prade...@gmail.com wrote: @Override     public void onStart() {         super.onStart(); _intent = new Intent(Intent.ACTION_MAIN); _intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); _intent =

[android-developers] Re: how to know whether an app is installed or not

2009-05-13 Thread Johnny
in an application. How to write code in an application to know whether another app is installed or not? Thanks On May 13, 10:57 pm, Johnny johnnylee...@gmail.com wrote: Settings - Applications - Manage Applications On May 14, 10:53 am, android app xiaog...@gmail.com wrote: how to know

[android-developers] Re: Unified Database Populating Solution

2009-03-13 Thread Rev. Johnny Healey
to adapt it to their own project. -Johnny On Mar 11, 5:52 am, Al Sutton a...@funkyandroid.com wrote: http://en.wikipedia.org/wiki/Trie In my view the best way to do a static dictionary. Then populate the SQL database with and additions the user makes. Thing to remember; SQLites' design goals

[android-developers] Re: How to check which button is clicked

2009-02-23 Thread Johnny
In your Java code, you can get these three buttons by: findViewById(); - assume that you have already set id for these buttons in the xml file Then you can add OnClickListener to each of them, to perform specific task seperately. --Johnny On Feb 23, 9:13 pm, gganesh ganesh@gmail.com wrote

[android-developers] Re: Charging for upgrading from free to paid version with new features

2009-02-19 Thread Rev. Johnny Healey
developers from charging for content seems to forbid a business model that makes a lot of sense. -Rev. Johnny Healey On Feb 17, 7:09 pm, David McLaughlin (Android Advocate) d...@google.com wrote: Hi, You may not add a price to an existing app; instead, you will need to upload a new application

[android-developers] Re: access to class not allowed

2009-02-09 Thread johnny
I am sure that is the problem. I hacked the dalvik and uncommented the line to check if the class is public. And then the application can be launched. So thank you very much for the hints. On Feb 10, 5:34 am, fadden fad...@android.com wrote: On Feb 7, 1:09 am, johnny johnny...@gmail.com wrote

[android-developers] Re: access to class not allowed

2009-02-07 Thread johnny
So from which version, rc1, 1.0 or cupcake, the bug in Dalvik is fixed? Just want to make it easier when communicating with the author of the apk file. Thanks, Johnny On Feb 7, 4:22 am, fadden fad...@android.com wrote: On Feb 6, 7:38 am, johnny johnny...@gmail.com wrote: I get an apk file

[android-developers] access to class not allowed

2009-02-06 Thread johnny
and rebuild the system.img 2) by using adb install. Both getting the same error message. I tried to extract the AndroidManifest.xml file from the apk. But it seems that the file is scrambled and can't read. Any idea? Thanks, Johnny --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to Lock the phone by application

2009-02-05 Thread Johnny
According to a previous thread: http://groups.google.com/group/android-developers/browse_thread/thread/94312b8093042beb/ae00cf5ad4d176e7?#ae00cf5ad4d176e7 The permission DEVICE_POWER is not available for applications. On Feb 3, 6:46 pm, shahzad ahmad shahzad.s.ah...@gmail.com wrote: Hi, I'm

[android-developers] Re: Style Guide for Android application development

2009-02-04 Thread johnny
Great! But when can we expect it? Is there any estimated time line? On Feb 3, 12:39 am, Romain Guy romain...@google.com wrote: There will be one. On Feb 2, 2009 12:47 AM, johnny johnny...@gmail.com wrote: I find there was many discussions about the Style Guide when Android was still

[android-developers] Style Guide for Android application development

2009-02-02 Thread johnny
I find there was many discussions about the Style Guide when Android was still in Beta and RC. Now Android 1.0 has been released. The new release cupcake also went out. I am curious about whether Google has a plan to release a Style Guide for Android app development. Thanks, Johnny