[android-developers] wq

2017-09-14 Thread 'Lee Ibbotson' via Android Developers
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

[android-developers] Android OS 4.42 problem

2017-01-22 Thread IVAN LEE
Does anyone experiences the following in android phone? Programme 'com.android.systemui' stop working. Any solution? Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails

[android-developers] A.studio 2.2 [Button Q & A]

2016-11-30 Thread Shun Jian Lee
Good day, may i know how to program if button 1 is click then disappear then press button 2 then button 1 appear -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an

[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-05-25 Thread Lee Keng Lou
We are facing the same issue here. so is there any solution on this? On Wednesday, March 9, 2016 at 5:08:16 PM UTC+8, Jérémy R wrote: > > Hi all, > > We are several developers to experience issue with in-app purchases & > promotion: if the promotion is used inside the app instead of the standard

[android-developers] Deal with In-app Billing with multiple accounts

2016-04-29 Thread ahhsin Lee
Hi I am developing an app which requires end user to login to the app's back-end server with his google account. This app supports in-app purchasing for a non-consumable item. Once the end user makes the purchase he could be upgraded as a premium user. The back-end server will store the

[android-developers] How to block an automatic toast when i connect to a wi-fi on Android?

2016-04-14 Thread seonho lee
Hi guys I always show an automatic toast when i connect to a Wi-fi. Is it possible to avoid this auto toast programmatically? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from

[android-developers] Re: Unable to authorize adb on Windows 7 after set of 10/8/13 Microsoft patches applied

2013-10-14 Thread Lee
that the root bug is Microsoft's. I could easily believe that they fixed some security related hole and that exposed a bug in adb, bash, or something in my setup. Anyway, maybe this will help someone someday. :-) Lee On Saturday, October 12, 2013 6:16:04 PM UTC-7, Lee wrote: I have a new

[android-developers] Unable to authorize adb on Windows 7 after set of 10/8/13 Microsoft patches applied

2013-10-12 Thread Lee
, but doesn't know it doesn't know, so when it sends the 'do you authorize me' command to the N4, it's sending an invalid fingerprint, and the N4 silently ignores it. Anyway, thank you for any help. Lee -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] SQLite returned: error code = 14

2013-09-23 Thread Jones Lee
Hi all, I have the same problem.. Actually I can open my app own db, and a db from sdcard.. But I have two apps, I'd like to open this second onde (/data/data/mysecondapp/test.db) .. I have root access, but when a try to open it, I got this error 01-01 00:50:27.449: E/SQLiteDatabase(29137):

[android-developers] How to sync folder with cloud?

2013-06-28 Thread Ben Lee
, but NOT for Android? Is it technically impossible, or because no one need to sync in Android? 4. If I create such an app, are you interested in using(invoke via intent) it? Thanks in advance! -- Best Regards, Ben Lee -- -- You received this message because you are subscribed to the Google

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

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

[android-developers] Can I upload the same app twice with two different names?

2013-04-22 Thread Lee Cocklin
Due to the fact we are a joint company, my boss wants to have our app have to available names (one for each company). I know you cannot change the name after the app is installed, but could I upload the same app under a different name and have two apps on the store? This way if a user

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-15 Thread tom lee
Thanks for the info. I have now fully grasped the usage of UUIDs in an app. -- -- 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

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-14 Thread tom lee
The UUID just says what port the Bluetooth Server is on. I could have a server running on Bluetooth port 1. Does this imply there's a way to specify different Bluetooth ports, if the port(s) exists? I have never heard of Bluetooth using ports like TCP. If you're just making an example, then

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-13 Thread tom lee
After extensive researching on the Bluetooth Chat example, it all comes down to using pre-determined UUIDs to connect to another device, the 1-to-1 way. However, that doesn't make it useful. I need to not rely on pre-determined UUIDs, so that I'm able to connect multiple devices together with

Re: [android-developers] Android Bluetooth: I get Connection Refused after unpairing two devices, invoke user pairing, and accepting/listening connections.

2013-02-08 Thread tom lee
I just tried. The connection is still refused. I don't think the result was affected by the timeout, since the timeout error was reported in the Logcat after the connection was reported to be refused first. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Link to Google Play Application from an WEB PAGE

2013-01-08 Thread SeungMin Lee
Hi, I know how to link users directly to product detail page in Google Play Application from an Android Apps using code below, *market://details?id=package_name* * * My question is, is there any way that link users directly to product detail page in Google Play Application from an WEB by

[android-developers] Downloading a web page for offline viewing

2013-01-07 Thread Lee Attewell
I'm designing my first Android app and would like some advice on where to look in the API. The app I'm designing is a reference app for various fighting games such as Street Fighter and Tekken. I'm a web developer by day although I have coded in .Net and C#, and could just use a little help.

[android-developers] Integrate with handrite

2012-12-16 Thread Ben Lee
Hi, If you want to bring your app the handwriting feature, you don't need to write your own code: you can integrate with handrite . Search handrite in github to get a simple demo project. To improve handwriting experience, I have spent a lot of time, I wish you don't have to. -- You received

[android-developers] onKeyUp, onKeyDown no longer being sent to Views?

2012-12-13 Thread Lee
We have hit a serious roadblock in our application, which provides remote connectivity to Windows desktops. We have a view that renders a remote server desktop and allows the user to interact with the server desktop using the software keyboard and by tapping on the screen. With the recent

[android-developers] Sureshot Closure :: SQL Server Oracle DBA || 12 months || NH

2012-11-07 Thread Lee Nanda
and Oracle Databases.* - *The consultant's primary focus will be MS SQL DBA work and secondary is the Oracle DBA projects.* *Warm Regards,* *Lee Nanda* *Sr. IT Recruiter** **Source Infotech Inc.** *40 Brunswick Avenue, Suite # 200, Edison, NJ, 08817 Email: Lee l...@sourceinfotech.com

[android-developers] location service stops updating when my Photon is unplugged

2012-11-06 Thread Glen Lee Edwards
I have a service using the following wake lock code to keep it active: pm = (PowerManager) getSystemService(Context.POWER_SERVICE); wakeLockOn = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, MyService.java); // PARTIAL_WAKE_LOCK forces the cpu to run even if the screen is off if (

[android-developers] Re: What happens in android device.If gps is working for a long time continously (more than 5 hours)

2012-11-06 Thread Glen Lee Edwards
By 'working for a long time continuously' I'm assuming you mean you have the time and distance constants set to 0. You'll prematurely wear out the physical components of the GPS antenna and related parts - been there, done that. On Nov 5, 3:38 am, Siva Kumar j.sivakumar...@gmail.com wrote: Dear

[android-developers] Re: Wake locks android

2012-11-06 Thread Glen Lee Edwards
pm = (PowerManager) getSystemService(Context.POWER_SERVICE); wakeLockOn = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, YourService.java);  // PARTIAL_WAKE_LOCK forces the cpu to run even if the screen is off if ( wakeLockOn.isHeld() == false ) { wakeLockOn.acquire(); } This works for me when

[android-developers] Service that recieves touch coordinates

2012-10-12 Thread Viktor Lee
I m currently writing a service that can read click coordinates via a service. I m now able to recieve the coordinates and write them to an external file but the click is not being passed to the main application even with the use of FLAG_NOT_TOUCH_MODAL. This result in total no respond from

[android-developers] Nexus 7 can write data to RFID tap?

2012-10-01 Thread Patrick lee
Hi I am the new Android App developer, I would like to make a app which can read/write RFID tag but I don;t know which model moble/tablet have both read/write RFID function, may I know nexus 7 has read/write function or not? Thank you for your answer :) Patrick -- You received this message

[android-developers] if apk have not been installed, how to get it's Context?

2012-09-29 Thread nick lee
If apk have not been installed, how to get it's Context? When i used createPackageContext, it just throw me NameNotFoundException. So, i need your suggest and help. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] is it possible to turn on the screen by touching the capacitive back?

2012-09-25 Thread Mark Lee
and will turn off the screen if the hand leaves the back...i think it's good to patent this if not already, since google already filed an upside-down phone patent, it would be great to get rid of the power button as well. -- You received this message because you are subscribed to the Google

[android-developers] Re: Out of Memory Exception when exporting vcards

2012-09-24 Thread Horyun Lee
This problem still occur at ICS. Any idea to solve the Out of memory? 2011년 3월 21일 월요일 오후 10시 12분 24초 UTC+9, Ajith 님의 말: Hi I am facing a problem when I need to export vcards overs bluetooth. Problem is vcards are large in number. Plus If the vcards have images in them then size is

[android-developers] almost bricked htc desire

2012-09-02 Thread lee caleb
hi i have a rooted htc desire bravo 2.2 fryo and i had a small sd card so i tried to change to a larger one. i moved all the stuff on the old one to the new one but it didn't work. i think i messed up some system files, now the phone wont boot it stays at the boot logo and vibrate and then go

[android-developers] New to developing

2012-08-29 Thread Lee
As such I took your advice and started with the Hello World tutorial, and surprise! Errors errors and an error. ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; xmlns:tools=http://schemas.android.com/tools;

[android-developers] HttpsURLConnection not returning 401

2012-08-02 Thread Jonny Olliff-Lee
Hey! I'm wondering if anyone could help me, or suggest alternatives for the problem below: I've run into what seems to be a very strange problem. I'm using the HttpsURLConnection class in my Android app, and doing authentication using the Authenticator class. I'm using this to connect to

[android-developers] Unlocking the bootloader

2012-07-10 Thread Joshiewawa Lee
Hi everyone, I wanted to unlock my bootloader on my Xperia Neo V (running on ICS 4.0.4 Official, rooted) so I can flash a custom rom. I followed the steps on http://unlockbootloader.sonymobile.com/ until step 12 because I wasn't asked for the drivers. I think it was already installed or

[android-developers] Re: Unlock bootloader

2012-07-10 Thread Joshiewawa Lee
Just delete the last number. It was said in the instructions. On Tuesday, May 15, 2012 7:58:57 PM UTC+8, Alessandro wrote: Hello, I wanted to unlock the bootloader, but when i have to inser my IMEI it asks for a 14 digit number, mine is 15 digits. How can i get the right code? -- You

Re: [android-developers] Modify item inside layer-list drawable xml

2012-07-10 Thread Ben Lee
setLayerInset 在 2012-7-11 上午11:31,TreKing treking...@gmail.com写道: On Wed, Jul 4, 2012 at 3:09 AM, Raúl virtual raulest...@gmail.com wrote: How I can modify the value of the property left programmatically from my Activity? Sorry, I've search here and in Google but didn't find how to do it...

[android-developers] How to put permission to shared uid

2012-05-11 Thread changho Lee
Dear all, For getting permission, we can use shared uid like com.android.phone or com.android.system. Actually, we can write uses permission to manifest file for permission, too. In the case of using shared uid, shared uid have some permissions and we can get the permissions by

[android-developers] Re: Java and Eclipse issues on Win 7 64bit

2012-03-14 Thread Lee
I do not know if this is your issue or not, but I had to add the following to the eclipse.ini file since my JDK/bin was not in my PATH. -vm C:/Program Files/Java/jdk1.6.0_29/bin/javaw.exe On Monday, March 12, 2012 1:13:11 AM UTC-7, MikeDaPsyke wrote: I have downloaded JDK 7u3 with NetBeans

Re: [android-developers] Re: Help me on selecting a name to a game..

2012-03-11 Thread alex Kim And Lee
I just got an error that cannot find a spread sheet... 2012. 3. 10. 오후 12:49 Spiral123 cumis...@gmail.com 작성: Whale Wars On Mar 6, 9:01 pm, Fred fredrisch...@gmail.com wrote: Hi Everybody, I'm developing a android game and i'm urgently needing to define a name to this game.. can you

[android-developers] Camera (with Tag Location) display wrong location.

2012-03-11 Thread Hyunseok Lee
Hi I take a picture with tag location. But, it displays wrong location on the Google Maps. I think it seems problem is WPS(wifi positioning). My device uses WIFI (not OPEN) for connecting data. Do you know why displays wrong location in WPS? -- You received this message because you are

[android-developers] Re: Mute button in call

2012-03-01 Thread brian lee
first check is it mute if yes then make  mAudioManager. setMicrophoneMute(false); I have not tried but it might be working. On Wed, Feb 29, 2012 at 9:51 PM, brian lee br...@brianlee.org wrote: Here is the code that I am using mute within a broadcast receiver to capture the button

[android-developers] Re: Mute button in call

2012-02-29 Thread brian lee
. On Tue, Feb 28, 2012 at 2:02 AM, brian lee br...@brianlee.org wrote: I am trying to have a app mute the call when the camera button is pressed. I have that part of the code working, but I can not for the life of me figure out if there is a way to change the state of the mute button in the call

[android-developers] Mute button in call

2012-02-27 Thread brian lee
I am trying to have a app mute the call when the camera button is pressed. I have that part of the code working, but I can not for the life of me figure out if there is a way to change the state of the mute button in the call so you know that it is currently muted. Anyone know how to do that?

[android-developers] Broadcast Receiver issue

2012-02-23 Thread brian lee
I am trying to write what I think is a very simple application just to check for when the head phone is plugged in and then mute the notification sounds. I am a bit confused on the broadcast receiver, can I have a app that is just that class and have it listen for when that action happens, do I

[android-developers] Re: Broadcast Receiver issue

2012-02-23 Thread brian lee
class. sound about right? On Feb 23, 4:14 pm, YuviDroid yuvidr...@gmail.com wrote: This post might help you:http://groups.google.com/group/android-developers/browse_thread/threa... On Thu, Feb 23, 2012 at 11:09 PM, brian lee br...@brianlee.org wrote: I am trying to write what I think

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 18 Topics

2012-02-16 Thread Lee Hilt
-- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] 'OnActivityResult' Callback isn't invoked in fragment subclass. after compatibility pack rev 2.0

2012-01-30 Thread Doowoong Lee
Hi, I have problem with 'onActivityResult' method within Fragment class...i mean it(onActivityResult Callback) isn't called after activity finished with setting some result for its invoker... so i tried to search any relevant information or issues about this problemi've found some issues

[android-developers] OpenGL ES 2 translation

2011-12-17 Thread Stephen Lee
How does Matrix.translateM work? I'm trying to use it to translate a strip of triangles but it seems to be rotating the triangles in unexpected ways on my device. I've tried all possible matrix multiplications to make sure they are not the problem, and still it will not work. Is their anyway to

[android-developers] faster emulator with HW rendering and x86 support

2011-11-29 Thread Wayne Lee
Any update on HW rendering or x86 support in the emulator as mentioned at IO in May 2011 by Xavier Ducrohet? It's been more than at least a couple more months :) http://www.youtube.com/watch?v=Oq05KqjXTvs#t=42m38s Would love to see a faster emulator for development. Thanks, --Wayne -- You

[android-developers] OpenGL doesnt work- not even sample

2011-11-22 Thread Stephen Lee
When my emulator (API 14.0) is running, I can go through API Demos and select BasicGLSurfaceView (OpenGLES2), the app runs and a triangle spins. When I load the project into Eclipse and build, the same program stops working in the emulator as soon as I unlock the phone and let it load, or load it

[android-developers] Re: OpenGL doesnt work- not even sample

2011-11-22 Thread Stephen Lee
so that you can get a valid configuration, or do some investigation about what EGL settings the device does support. Cheers, Chris... On 11/23/2011 12:45 AM, Stephen Lee wrote: When my emulator (API 14.0) is running, I can go through API Demos and select BasicGLSurfaceView

[android-developers] Process has died when ran an app instrumented with emma

2011-11-08 Thread Tony Lee
I am working on an android program. Everything goes well without emma instrumented. But, after emma instruments the .class files, when I run the program, I got the following error: Process com.baidu.input (pid 16227) has died. And I got the stack infomation by the logcat: I/DEBUG ( 56): ***

[android-developers] Re: Android 4.0 Emma Code Coverage

2011-11-03 Thread Tony Lee
help me or offer some suggestion!:) On 11月2日, 上午6时57分, Xavier Ducrohet x...@android.com wrote: we changed the ant target names. Look athttp://developer.android.com/guide/developing/building/building-cmdli... On Tue, Nov 1, 2011 at 3:48 AM, Tony Lee phoenixlw...@gmail.com wrote: I used

[android-developers] Android 4.0 Emma Code Coverage

2011-11-01 Thread Tony Lee
I used the emma to generate the code coverage on the android phone. Everything goes well when I used the android sdk 3.0 and before. However, after I update the sdk to 4.0, the report can't be generated by running ant coverage. I have update the build.xml before I run the command! -- You

[android-developers] Using QR Code Open Facebook Application and Search Page

2011-10-24 Thread WinQi Lee
I create 1 QR Code, inside is 1 URL market://details? id=com.qrs.reader this URL is open your android market application(not browser) the question: now I create 1 QR Code, the URL is facebook:// then the URL is open my facebook application(not browser), so how I make it go to my page.

[android-developers] setText for a TextView sometimes produces FC

2011-10-16 Thread Ben Lee
(as in the issue report)--it don't have that much rows. So I guess this may happened in Android 3.0+, which we don't have access to the source code yet. Is it possible to find the bug? Thank you! -- Best Regards, Ben Lee -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Best approach for onConfiguratinChange()

2011-10-15 Thread Ben Lee
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Regards, Ben Lee -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: Vibrate Trigger on Android Device

2011-10-14 Thread Lee Farrell
That's perfect, exactly what I was looking for, thanks! regards, Lee Farrell On Fri, Oct 14, 2011 at 5:37 AM, Studio LFP studio@gmail.com wrote: Have you tried this out? http://developer.android.com/reference/android/webkit/WebView.html#addJavascriptInterface%28java.lang.Object

[android-developers] How do I develop a Eclipse plugin on top of google's ADT?

2011-09-29 Thread Carl Lee
I think it will be nice to modify or enhance google's ADT, since Eclipse's plugins are almost all written in Java and in Eclipse. For example, let DDMS's logcat support regular expression filter; open sqlite3 database directyly in eclipse by double clicking the db file in DDMS's file expolrer.

[android-developers] Android Emma Code Coverage

2011-08-24 Thread Tony Lee
I was trying to generate the Emma code coverage report. I used to use emma on the pc to generate the coverage report. On the PC, it's simple to generate the coverage report with emma. I just need to instrument classes produced by javac, build the application and run the application. I got the

[android-developers] Re: Bug in connectivityManager?

2011-08-22 Thread Lee
It would be nice if the documentation at least described that it can return null On Aug 16, 1:17 pm, darrinps darri...@gmail.com wrote: Does anyone know why when you advance your phone's date, say three months, into the future that the connectivityManager.getActiveNetworkInfo() returns null?

[android-developers] Android Debug Bridge hack

2011-08-17 Thread Carl Lee
http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=adb;h=9478be080872bd70b379c8d2b6beb78a535f3b2d;hb=HEAD I was reading these source code from android git, because I want to use a feature of Android Debug Bridge - screenshot. Most screenshot apps on market needs Root permission,

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
By the way, what I want is to get screenshot from the device without the help of a computer On Aug 17, 8:38 pm, Carl Lee ljbha...@gmail.com wrote: http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=ad... I was reading these source code from android git, because I want to use

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
-a-screenshot/. Thanks On Wed, Aug 17, 2011 at 6:08 PM, Carl Lee ljbha...@gmail.com wrote: http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=ad... I was reading these source code from android git, because I want to use a feature of Android Debug Bridge - screenshot. Most

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
On Wed, Aug 17, 2011 at 6:28 PM, Carl Lee ljbha...@gmail.com wrote: Thank you but that is not what I want, what I want is to get screenshot from the device without the help of a computer and without root permission On Aug 17, 8:47 pm, Appaholics raghavs...@appaholics.in wrote

[android-developers] Re: Android Debug Bridge hack

2011-08-17 Thread Carl Lee
I don't think this is a security flaw, because Android will prompt user when he/she enables USB Debug, Android will allow adbd to run only if user agrees to that prompt message. On Aug 17, 9:07 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Aug 17, 2011 at 8:43 AM, Carl Lee ljbha

[android-developers] Re: finish all running activities in the task above a particular activity.

2011-08-16 Thread Carl Lee
Try this: startActivity(new Intent(getApplicationContext(), Login.class).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)); On Aug 16, 5:32 pm, Riv ronnievie...@gmail.com wrote: How to finish all activities above the current activity in the task.? I have an application that has logout option. When i

[android-developers] Re: finish all running activities in the task above a particular activity.

2011-08-16 Thread Carl Lee
. On Aug 16, 2:38 am, Carl Lee ljbha...@gmail.com wrote: Try this: startActivity(new Intent(getApplicationContext(), Login.class).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)); On Aug 16, 5:32 pm, Riv ronnievie...@gmail.com wrote: How to finish all activities above the current

[android-developers] Re: Accessing PostGIS database from Android

2011-08-09 Thread Carl Lee
You may want to check the .jar file you included in you .classpath , make sure you have Driver.class in it, so the reflection method( that's Class.forname('org.postgresql.Driver'),which is obviously used in your ReportActivity somehow directly or indirectly) will work correctly in your code. On

[android-developers] Re: Project Ideas

2011-08-09 Thread Carl Lee
How about write a simple twitter client? It's a relatively difficult one for university students, but I'm sure you'll learn a lot from it and have fun, you may ask your friends to use it, and you'll be proud that you made it. Best regards. On Aug 9, 1:12 pm, Sahi cyber.hawk...@gmail.com wrote:

[android-developers] Re: Accessing PostGIS database from Android

2011-08-09 Thread Carl Lee
In the root folder? I think it should be in /org/postgresql/Driver.class, shouldn't it? On Aug 9, 7:09 pm, alexbruy alexander.b...@gmail.com wrote: On 9 авг, 12:00, Carl Lee ljbha...@gmail.com wrote: You may want to check the .jar file you included in you .classpath , make sure you have

Re: [android-developers] How to change the Android system beep sound(when you adjusting the volume by the + or - key) behavior [where is the code that control it]?

2011-08-04 Thread Carl Lee
Find it in the system partition and replace it, you must have Root permission to do that On Thu, Aug 4, 2011 at 5:05 PM, fei wang philip584...@gmail.com wrote: How to change the Android system beep sound(when you adjusting the volume by the + or - key) behavior [where is the code that control

Re: [android-developers] Re: Windows 7, emulator, and orientation changes

2011-07-27 Thread Lee Fisher
I don't see a telnet option to change orientation. Is there a shell command (e.g., an am subcommand) that can do it? I can probably do it via a monkeyrunner script if needed. The status bar of the WP emu's GUI has 2 buttons for orientation switching, that's what you are supposd to use.

[android-developers] where can i find the default permission's protectionlevel

2011-07-26 Thread Allen Lee
where can i find the default permission's protectionlevel. Is there any document about the congruent relationship between the permission and the protectionlevel? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to deal with the paste widget in android 3.0?

2011-07-13 Thread Ben Lee
what that small paste widget is? Which method should I override to do a my own paste? Thank you! -- Best Regards, Ben Lee -- 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: Force close in example taken from book Inflation Error

2011-06-13 Thread Bagatelle: David Lee Evans
My guess, is that you forgot to change the prefix package name in your xml file to match the new package name in your class. Maybe your new package name for your class is com.ragahvsood.listdroid-1 and in your xml file you still have com.ragahvsood.listdroid.ListDroidItemView instead of

[android-developers] Getting invalid region in onDraw callback

2011-06-03 Thread Lee
of the view. Is the getClipBounds function the correct way to get hold of the invalid region? Are there some special flags that need to be set on a view so that an invalid region actually is respected? Thanks Lee -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Problem Starting in Eclipse

2011-05-25 Thread Bagatelle: David Lee Evans
Need a little more to go on, but what does Eclipse problem view indicate. On May 23, 9:44 pm, Kyban kyban...@gmail.com wrote: I'm trying to start developing and have a fair amount of experience in Java and am working in Eclipse.  I tried to just get a sample working for starters so I made a

[android-developers] Android and JMX

2011-05-11 Thread brian lee
I am trying to write a simple app to monitor some mbeans of another java application running. How can I get android to import javax.management so I can create a connection to the jmx? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] I'm trying to build Library(libwebcore.so) that works on emulator and target(Nexus s).

2011-04-28 Thread JangRok LEe
Hi. I'm trying to build a library(customized libwebcore.so) which work on not only emulator but also target(Nexus s). If I build with lunch generic option it works on emulator but nexus s occur below linking error. 04-28 18:02:49.900: ERROR/AndroidRuntime(12194): Caused by:

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Lee Farrell
I know, but I am writing a web app that can be accessed by a bunch of mobile devices and wanted to host it on an android device. regards, Lee Farrell On Wed, Mar 30, 2011 at 10:41 PM, Dianne Hackborn hack...@android.comwrote: That is really not how you are supposed to write applications

[android-developers] Email To field not displaying

2011-03-24 Thread Bill Lee
I have the following code which when testing in the emulator takes me correctly to being able to send an email. However, the TO field isn't displaying the email(in this case t...@email.com). Is there something that I am missing Thanks. public boolean onTouch(View v, MotionEvent event) {

[android-developers] Problem of the SDK built from Android 2.3 source

2011-03-17 Thread lee dallas
Hi all, I am facing a strange problem while using the SDK built from Android 2.3 source code. When using ./android list targets, there was no targets shown. And I tested the SDK downloaded from official website, no problem at all. And I replaced the sdkmanager.jar and sdklib.jar in tools/lib/

[android-developers] No targets listed while using the SDK built from Android 2.3 source code

2011-03-14 Thread lee dallas
Hi all, I am facing a strange problem while using the SDK built from Android 2.3 source code. When using ./android list targets, there was no targets shown. And I tested the SDK downloaded from official website, no problem at all. And I replaced the sdkmanager.jar and sdklib.jar in tools/lib/

[android-developers] Is there any way to unsubscribe from https://review.source.android.com/?

2011-03-09 Thread Kyle Lee
I made a mistake of setting different username from my email id. So I cannot upload my source code to AOSP gerrit review system. Unfortunately, the gerrit review system does not allow to change username. I think the only solution is that I unsubscribe first and register again with correct

[android-developers] Re: MapActivity ClassNotFound Error

2011-02-22 Thread Bagatelle: David Lee Evans
Well, no much information to go on, but since you stated that this worked for you before, perhaps the problem that you are running into is that you forgot to set the uses-library tag in the Application Manifest file. Here is a link explaining maps

[android-developers] Re: Is it possible to integrate authorize.net gateway with Android app?

2011-02-15 Thread Howard R. Lee
I just posted an Android based app that uses Authorize.net in the Android marketplace. What are you trying to do exactly? On Jan 22, 7:09 pm, pawpaw17 georgefraz...@yahoo.com wrote: Guys, I'm working on an Android based shopping cart for an app. This is to sell items like groupon/ebay/amazon

[android-developers] Does the Google app store allow apps that target just 1 device?

2011-02-11 Thread Lee Leclair
If I have an app that will only run on the Samsung Galaxy S or HTC Hero, because it uses vendor proprietary SDKs, will the Google app store still accept my app? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Do you have any idea how to be able to recognize my voice through mic of laptop to the emulator?

2011-01-27 Thread Seung Yong Lee
Hi, All. I have sth problems. Do you have any idea how to be able to recognize my voice through mic of laptop to the emulator because of SIP demo test? It also need to API 9 version so I have to test in emulator. Anyone who has a good idea? -- You received this message because you are

[android-developers] How to test SIP Demo in emulator.

2011-01-26 Thread Seung Yong Lee
Hi, This is jimmy. I'm going to test SIP demo in emulator, but I could not test it using mic on laptop. How should I test ? Anyone who has a good idea or info? plz, help me the best way. thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] got java.util.zip.ZipException: duplicate entry: com/.copyarea.db error when build

2011-01-14 Thread Makson Lee
Hi All, for some reason we use IBM Rational ClearCase as our version control tool, and it put a system file named .copyarea.db into each directory of Android codebase, could someone tell me how to make Android build system to ingore this file to avoid the following build error? target thumb C:

[android-developers] Please help shape Emerging Communications 2011 by editing topic discussion document

2011-01-11 Thread Lee S Dryburgh
believe the eComm 2008 was the first conference to cover Android (thankyou to Google for their support) and was certainly the first to strongly promote it. eComm 2009 featured selected ADC winners. Regards, Lee S Dryburgh (Founder) Gmail: lee.dryburgh Twitter: leedryburgh Skype: leedryburgh LinkedIn

[android-developers] I`m want to control my android phone with remote computer.

2011-01-04 Thread Choohyoung Lee
I`m making a plan for developing a new app with android sdk 2.2, that is, make users can control their android phone with remote computer. For example, when you lose your android phone, (if you installed my app in your android phone) you can check the GPS location of your phone in remote

[android-developers] Change in behavior in X509TrustManager callback on Android 2.3

2010-12-15 Thread Lee
by the X509TrustManager is handled by the framework. I'm seeing a major change in the interaction between my application and the framework that I can reproduce using the Android browser. Thanks Lee -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: onSaveInstanceState problem while making oAuth request

2010-12-13 Thread Carl Lee
I haven't tried yet, but maybe you should see this: http://developer.android.com/guide/topics/resources/runtime-changes.html On Dec 12, 2:14 pm, bobetko bobe...@gmail.com wrote: In my app at some point I am making oAuth request to authorize user with Twitter. App opens WebView in which user

[android-developers] Re: Problems changing the drawable on a Button

2010-12-10 Thread Carl Lee
Maybe you should just simply use button.setBackgroundDrawable(R.drawable.something) In addition, you should also write a selector xml like this: ?xml version=1.0 encoding=UTF-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_pressed=true

[android-developers] inputType: numeric on SGS phones

2010-11-05 Thread Lee
Is the inputType:numeric treated differently on different phones? And will numberDecimal allow multiple decimal places? I have it configured for an editText, and can enter a period. However, there are two people which rated my app 1 star due to not being able to enter a period. One of which

[android-developers] Re: Widget Configure Activity Issue - ANRs on device, OK in debugger

2010-10-26 Thread Bagatelle: David Lee Evans
On Oct 26, 4:25 am, Alex maroeb...@gmail.com wrote: I have a Configure Activity for a simple widget. Everything works fine with the debugger attached, but when I run the app on a standalone device it ANRs when loading the Configure Activity view. It is proving difficult to debug, as with

Re: [android-developers] send events from Android device to PC

2010-10-15 Thread Lee Fisher
[...] Does anyone know about a (easy) way of messaging between android device and PC? This tool might do what you need. http://code.google.com/p/android-notifier/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] bitmap size exceeds VM budget

2010-10-06 Thread Amanda Lee
Hi all, I am a amateur for android development. There are some problems which might need your assistance. I intend to process plenty of pictures via SD card. With the attached code, it seems not to work smoothly via SD card. The systme will report bitmap size exceeds VM budget. Is there any

Re: [android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread lee dallas
How about try adb remount first? 2010/8/28 Anil anil.r...@gmail.com I had cd-ed to the directory. But anyway, I tried your suggestion and get 'permission denied'. $ adb pull /system/app/Youtube.apk adb pull /system/app/Youtube.apk adb: permission denied On Aug 27, 6:01 pm,

  1   2   3   >