Re: [android-developers] installing APK without eclipse/android SDK

2012-02-13 Thread fei ji
Store this apk to sd card. Then using some apps like EsExplore to open it then android will install it automatically. On Mon, Feb 13, 2012 at 2:30 AM, John Goche johngoch...@googlemail.comwrote: Hello, I would like to send my APK to someone by email so that they may install it using WIndows

Re: [android-developers] Re: Layout

2012-02-13 Thread fei ji
Maybe it's me not understand your meaning. Here is the linkhttps://developer.android.com/training/multiscreen/index.htmlto explain my meaning. On Mon, Feb 13, 2012 at 3:20 PM, mark2011 androidmark2...@gmail.com wrote: Dear fei ji : I had tried. But the result isn't what I want. Maybe I

Re: [android-developers] building workspace lockup in eclipse

2012-02-13 Thread fei ji
Eclipse always have lots of problem. You can't stop switching the version both of eclipse and sdk to make it work property. I remember my best choice is helio and r10. 在 2012-2-13 下午7:52,vivek elangovan elangovan.vi...@gmail.com写道: hi members, * I have two Android projects in

Re: [android-developers] Re: how to create .apk file from my .apk file

2012-02-13 Thread fei ji
Do you mean the auto-build function in eclipse? On Mon, Feb 13, 2012 at 4:46 PM, Kirupa answerofandr...@gmail.com wrote: I think you run your application when it will create .apk(in bin directory) file automatically. On Feb 13, 11:02 am, rathod kantilal rathod3...@gmail.com wrote: I want

Re: [android-developers] debuggable=false

2012-02-12 Thread fei ji
There are a property called debugable of Avd. You can print by adb shell get prop. I don't if it is the cause of your problem. 在 2012-2-12 下午1:36,Walid Aly walm...@gmail.com写道: I set the debuggable attribute to false but still I can debug using eclipse android:debuggable=false so

Re: [android-developers] Monkey on Android 4.0 (UI/Application Execrciser monkey)

2012-02-12 Thread fei ji
I think you should post the log or the appearance then others can help you. 在 2012-2-12 下午1:36,Android Tester xswq...@gmail.com写道: Hi Has anyone tried to run the monkey tool on Android Ice Cream Sandwich? I am having trouble running the tool. I am new to Android and would like to know the

Re: [android-developers] how can i import or export the contacts phone into txt file

2012-02-12 Thread fei ji
I think it's not very hard. Just read the content from ContactsProvider and write to file using xml lib. On Fri, Feb 10, 2012 at 2:57 PM, Ketin Febrina ketin.febr...@gmail.comwrote: im actually trying to develope import export contacts phone ... can you teach us and bring the source code about

Re: [android-developers] 找工作

2012-02-12 Thread fei ji
为什么找得到工作 2012/2/13 ttgdz ttgdztu...@gmail.com android学了半年,没工作经验,本人在深圳,为什么找不到工作?悲苦啊 -- 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

Re: [android-developers] Layout

2012-02-12 Thread fei ji
Using dip instead of px, then the size will change according the dpi value of specific device. then put your image files in drawable-mdpi -hdpi -ldpi, Then android will get the most suitable image when needed. Then layout is the same as image. On Mon, Feb 13, 2012 at 12:48 PM, mark2011

Re: [android-developers] Tools for creating themes.

2012-02-11 Thread fei ji
Quite good question Nathan. I am also modifying themes.XML recently. The inconsistency after modification quite annoying me and make UI designer understood how to design following android pattern is not an easy job. I use API demo to test my modification since you can almost find every usage of

Re: [android-developers] Image button Issue

2012-02-10 Thread fei ji
Did you use dip when setting height and width of ImageButton? On Fri, Feb 10, 2012 at 7:19 PM, mark2011 androidmark2...@gmail.com wrote: Dear All : I set up the background image, it will automatically adjust to match the diffent screens of different devices. But the image set for the

Re: [android-developers] best way for automation?

2012-02-09 Thread ji fei
and there is another tool called roboletric. it uses mocks to emulate ui widget. you can try it. i think all of the automatic testing tools are far from fast. 在 2012-2-9 下午6:28,Hitendrasinh Gohil hitendrasin...@gmail.com写道: Hi, I need to do kind of automation testing in android app.There are

Re: [android-developers] Re: error in import android.support.v4.app.FragmentActivity;

2012-02-09 Thread ji fei
You can download the correspond jar file in AVD manager. Then inlcude this jar package as a library of your project. On Wed, Feb 8, 2012 at 7:09 PM, Mike Wolfson mwolf...@gmail.com wrote: You need to include the additional Support library in your project (search for v4 support library). But

Re: [android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-02-09 Thread ji fei
Seems that hardware acceleration will cost some ram. About 8m per app. On Fri, Feb 10, 2012 at 9:19 AM, bradgog gogat...@gmail.com wrote: They do say developer options and it is a developer phone so I would hope they never get removed from the Galaxy Nexus firmware. -- You received this

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread ji fei
Do you use the clean in ant clean debug install to fix the bug of the newest sdk? It's quit a good idea. On Thu, Feb 9, 2012 at 6:51 AM, Sanjay Mishra smit...@gmail.com wrote: This sample code compiles, installs and runs fine : Steps : *WiFiDirectDemo$ android update project --path . --target

Re: [android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread ji fei
If you means for how to find the installed apk in devcies, you can use adb shell pm list packages -f On Thu, Feb 9, 2012 at 4:54 AM, TreKing treking...@gmail.com wrote: On Wed, Feb 8, 2012 at 9:41 AM, TurboMan yusufce...@gmail.com wrote: Where can I find these files to rebuild for myself?

Re: [android-developers] accessing android mobiles remotely

2012-02-08 Thread ji fei
https://www.evernote.com/shard/s55/sh/55d472b9-6dfb-4ecf-a1e2-7c92ee273e17/c74135709c6ab6687cd988922032dd27 https://www.evernote.com/shard/s55/sh/334a4160-e94c-4dc2-a89e-01d94e3606bb/50af45a4320555d806400d2dafa0a495 On Wed, Feb 8, 2012 at 10:58 PM, James Black planiturth...@gmail.comwrote: If

Re: [android-developers] How to debug android project under command line?

2012-02-07 Thread ji fei
Thanks for your link, It's really useful. I have already got 2G ram, but my eclipse got to no response always. It's no double that eclipse is great ide, i thought it's must caused by myself. I still don't know why google just provider script for emacs, why not provider some script for vim. On

Re: [android-developers] android fullscreen issue

2012-02-07 Thread ji fei
Try to add follow code to AndroidManifest.xml. Maybe works. uses-sdk android:minSdkVersion=9/ On Tue, Feb 7, 2012 at 4:56 PM, mark2011 androidmark2...@gmail.com wrote: Dear All : I had written the below command at my project AndroidMainfest.xml.

Re: [android-developers] android fullscreen issue

2012-02-07 Thread ji fei
Try to set sdkVertion to 7. Because i have meet similar issue before, i just modify like this to solve it. But my android version is gingerbread. On Tue, Feb 7, 2012 at 9:38 PM, Mark Murphy mmur...@commonsware.com wrote: What is the specific make/model of the device that is not honoring your

Re: [android-developers] How to add e new element to public.xml?

2012-02-07 Thread ji fei
So it just can be modify by hand. Thanks On Wed, Feb 8, 2012 at 10:50 AM, Dianne Hackborn hack...@android.comwrote: By making it public you are declaring a final resource ID for it that can not change. You should not be doing this unless you are building the next API level of the platform.

Re: [android-developers] Starting Android

2012-02-07 Thread ji fei
developer.android.com On Wed, Feb 8, 2012 at 10:46 AM, Murali Kryshna Pendyala pmural...@gmail.com wrote: Hi, I am very much interested in learning Android Apps development. Can you please share some docs or links useful to start with . Thanks in advance -- You received this message

Re: [android-developers] no warnings, no errors, and yet, no apk after build

2012-02-06 Thread ji fei
Try to replace the eclipse workspace. On Tue, Feb 7, 2012 at 6:22 AM, Jim Graham spooky1...@gmail.com wrote: I've already read the workaround, using Run As--Android Application, but why doesn't the normal build process, which used to generate an apk, do so now? Everything looks fine---no

Re: [android-developers] no warnings, no errors, and yet, no apk after build

2012-02-06 Thread ji fei
I am not sure this will work. On Tue, Feb 7, 2012 at 9:06 AM, ji fei ufo22940...@gmail.com wrote: Try to replace the eclipse workspace. On Tue, Feb 7, 2012 at 6:22 AM, Jim Graham spooky1...@gmail.com wrote: I've already read the workaround, using Run As--Android Application, but why

[android-developers] Android @ Home development project

2012-01-02 Thread Sang-Woo Ji
hey buddys, I am seeking the Android @ home development stuff in the site. But I could not find anthing more, their detailed information a lot. I am worrying about their development so frustrating like the Android App Inventor. The project has modified in a stratnge format to MIT school. I am

[android-developers] Cannot use Lucene3.3 with Android!!

2011-09-27 Thread JI LI
Hello, I want Lucene procedures in Android running on the platform , but i use eclipse the establishment of a android lucene procedures before the projects to be replicated to android projects in operation , resulting in the java virtual machine collapse . I do not know why this is . I saw on

Re: [android-developers] Spinner , truncate text instead of wrap text

2011-09-08 Thread JI
it does work thank you for your help -- 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] Spinner , truncate text instead of wrap text

2011-09-07 Thread JI
Hi all, the text displayed in spinner will be wrap when it is too long, but I expect it will truncate the text instead of wrap it. Is it possible??? Thx everyone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: OMX_GetExtensionIndex failed Message

2011-07-12 Thread Ji
Hi, Thanks for replying: Can you suggest me what I may be doig wrong below? After onCreate() I call playVideo() when surface is created and then start the playback when onPrepared is called. After finishing playback I release the player. Can you suggest if we need to explicitly release

[android-developers] requestBuffer(0, 0, 0, 4, 00000200) Issue

2011-07-04 Thread Ji
Hi, I developed an android app in which one flow is to loop between Activity A - Home Screen - Activity B. Activity A being the video and Activity B is GLSurface view. App works ohkay for some time but keep app running for longer period of time it stalls on homescreen and when I see logs I

[android-developers] setPreviewCallbackWithBuffer issue

2011-04-09 Thread chen ji
[size.width * size.height * 3 / 2 + 1]; ; mCamera.setPreviewCallbackWithBuffer(mPreviewCallback); // if I use mCamera.setPreviewCallback(mPreviewCallback); it works well mCamera.addCallbackBuffer(callbackBuffer1); mCamera.addCallbackBuffer(callbackBuffer2); Thanks, Ji -- You received this message

[android-developers] Re: how can I change icon in MenuItem after Menu hidden??

2011-02-03 Thread JI
, 2011 at 10:16 PM, JI jacky1...@gmail.com wrote: I need to change icon in MenuItem after clicking on the menu, I used setIcon to update the icon, but it updated the icon before menu is hidden. After clicking on the item it's hidden, so why do you need to update it after it's hidden

[android-developers] Re: how can I change icon in MenuItem after Menu hidden??

2011-02-03 Thread JI
hiddenMaybe you think that I am perfectism...hehe.. On 2月4日, 上午1時05分, TreKing treking...@gmail.com wrote: On Thu, Feb 3, 2011 at 10:54 AM, JI jacky1...@gmail.com wrote: Can you help ...??? Can you explain why you need to change the icon when it's being closed

[android-developers] Re: how can I change icon in MenuItem after Menu hidden??

2011-02-03 Thread JI
onPrepareOptionsMenu, it works, Thank you very much! On 2月4日, 上午1時30分, TreKing treking...@gmail.com wrote: On Thu, Feb 3, 2011 at 11:24 AM, JI jacky1...@gmail.com wrote: So the icon first will display as start and the icon will change to stop... http://developer.android.com/reference

[android-developers] how can I change icon in MenuItem after Menu hidden??

2011-02-02 Thread JI
I need to change icon in MenuItem after clicking on the menu, I used setIcon to update the icon, but it updated the icon before menu is hidden. -- 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] CenterOverlay

2010-12-21 Thread JI
I set a CenterOverlay in mapview, after some actions, I want to point/ animateTo the point in CenterOverlay again, I can't get the geopoint from the CenterOverlay, there's no method to do. So I need to store the center point separately, do I misunderstand something??? Thank you~ -- You received

[android-developers] How to add some button dynamicly after setContentView

2010-02-03 Thread chen ji
it? Thanks very much' Ji -- 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

[android-developers] Re: How to add some button dynamicly aftersetContentView

2010-02-03 Thread chen ji
Haric 心峰, Thanks very much. I have used your advice and solve the issue. Ji On 2月4日, 上午11时17分, kyowxf2003 kyowxf2...@gmail.com wrote: U can use id in xml, use findViewById method to find the layout in your activity, then add a new button in layout with code. 2010-02-04 王心锋 Senior

[android-developers] Simple Video enhance demo

2010-01-25 Thread chen ji
to create a simple media play enhance demo quickly? Thanks, Ji -- 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

[android-developers] Re: Bluetooth Developers Guide and Bluetooth Sample Code

2009-12-21 Thread chen ji
It is good. I just want to find such example. Thanks. On 12月19日, 上午6时12分, Nick Pelly npe...@google.com wrote: Hi Bluetooth Developers, We have just published an Android Bluetooth Developers Guide, and a Sample Application. See links

[android-developers] How to stabiliz my APP's the CPU's usage

2009-10-23 Thread chen ji
process at same time and I think my programs's cpu usage is fluctuant. How to stabiliz my APP's the CPU's usage ? Or how to advance my code's PRI to try to get more CPU's resource? Thanks so much, Ji --~--~-~--~~~---~--~~ You received this message because you

[android-developers] SD card's write authority in Android 1.6

2009-10-15 Thread chen ji
in the shell but it is still useless. It is known in the Android 1.5 or befor, it should be OK. Is it a new feature of 1.6 or it is just my emulator's issue? If it is a new feature, can someone figure out how to write the data into SD card? Thanks, Ji Chen

[android-developers] Re: SD card's write authority in Android 1.6

2009-10-15 Thread chen ji
I have tried the below skill and it works. The problem is closed. uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/ On 10月16日, 下午1时42分, chen ji chenjihz...@gmail.com wrote: Hi, Current I just use Android 1.6 emulator. I am writing a simple code which needs write one

[android-developers] Can we change the status Bar's background?

2009-10-09 Thread chen ji
Hi All, We can add some icons in the status Bar but I can not find the way to modify the status Bar's background. E.G. I want to use one image to replace its current white background. Can anyone provide some advices? Thanks a lot. B. R. Ji

[android-developers] How to simple custome Home (launch) screen without use own lauch APP

2009-10-08 Thread chen ji
the the way to update, Menu key's background or the Launch screen's background (which contains all the APPs buttons and now it is black) and the other things. Can anyone provide some advices to me? Thanks a lot. B. R. Ji --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Triggering an application on a special gesture / event

2009-09-18 Thread chen ji
Can you try service app which has no UI? The service can support to gesture detection and run your real APP. Just for you reference. On Aug 31, 12:41 pm, Dinesh dinesh.a.jo...@gmail.com wrote: hi, The App I'm trying to work on requires that when a special combination of keys are pressed (

[android-developers] Re: Triggering an application on a special gesture / event

2009-09-18 Thread chen ji
I have a just idea about it. Can you auto run a service in the background which has no UI. This service support gestures detection and can run your really APP. Just for your reference. On Sep 2, 8:41 am, Dianne Hackborn hack...@android.com wrote: If you want to modify the system (that is are

[android-developers] Re: Eclipse Plug-in Site down?

2008-11-16 Thread Hong Ji
Thanks. It works now. The doc at http://code.google.com/android/intro/installing.html#installingplugin is still wrong. On Nov 15, 8:02 pm, Matt Schmulen [EMAIL PROTECTED] wrote: Just remove the s and get it http// instead of https// On Nov 15, 2008 3:57 PM, Hong Ji [EMAIL PROTECTED] wrote

[android-developers] Re: Eclipse Plug-in Site down?

2008-11-16 Thread Hong Ji
Thanks. It works now. The doc at http://code.google.com/android/intro/installing.html#installingplugin is still wrong. On Nov 15, 8:02 pm, Matt Schmulen [EMAIL PROTECTED] wrote: Just remove the s and get it http// instead of https// On Nov 15, 2008 3:57 PM, Hong Ji [EMAIL PROTECTED] wrote

[android-developers] Re: Eclipse Plug-in Site down?

2008-11-15 Thread Hong Ji
Same problem. The Eclipse says No repository found at https://dl-ssl.google.com/android/eclipse/.; On Nov 14, 1:25 pm, Steve918 [EMAIL PROTECTED] wrote: I'm getting a 404 when I try to install the eclipse plugin from: https://dl-ssl.google.com/android/eclipse/

<    1   2   3   4