[android-developers] Re: Galaxy Note + ADK

2012-01-30 Thread taikoo kid
I meet the same problem.
I can't upload apk to my note or download from market.



-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Is there animation sample ?

2010-07-12 Thread Kid
Hi

I want to implement some app to play demo animation , can Android
achieve it , is there some good sample ?

Thank you .

-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Is there some tree view sample ?

2010-07-12 Thread Kid
Hi

I want to implement some app which has tree view like file manager ,
can Android achieve it , is there some good sample ?

Thank you .

-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How does forceStopPackage work in Android 2.2 (Froyo)?

2010-07-09 Thread Kid
forceStopPackage is equal to the restartPackage in Android 2.1

but in 2.2 you need
android.Manifest.permission.FORCE_STOP_PACKAGES,  a system-
permission

so this method is not available to third party applications

On Jun 25, 10:04 pm, Happy C. taiwanhappin...@gmail.com wrote:
 Thanks Dianne's reply.

 What is the main difference between killBackgroundProcesses and
 forceStopPackage?

 or forceStopPackage is equal to the restartPackage in Android 2.1?

 Thanks again.

 On 6月25日, 上午8時26分, Dianne Hackborn hack...@android.com wrote:



  Yes it is an internal API.

  On Thu, Jun 24, 2010 at 4:13 PM, Happy C. taiwanhappin...@gmail.com wrote:
   How does forceStopPackage work in Android 2.2 (Froyo)?

   Thanks Google released 2.2 source code.

   In this code-InstalledAppDetails.java

   It shows how android 2.2 do the force close function.

  private void forceStopPackage(String pkgName) {
  ActivityManager am = (ActivityManager)getSystemService(
  Context.ACTIVITY_SERVICE);
  am.forceStopPackage(pkgName);
  checkForceStop();
  }

   However forceStopPackage method is not in ActivityManager class.
  http://developer.android.com/reference/android/app/ActivityManager.html

   Is it a interneal API? Many Thanks.

   --
   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.comandroid-developers%2Bunsubs
-cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer them.- 隱藏被引用文字 -

  - 顯示被引用文字 -

-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Android Lap top connection

2009-08-07 Thread The Kid

Hello Folks, I was wondering if it was possible to connect the lap top
with the T.M G1 phone to get internet connection.

--~--~-~--~~~---~--~~
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 this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] App folder and JNI privilege

2009-03-10 Thread Kid

Hi

I found Java apk can only create and write file in /data/data/app
folder, can I mkdir in other folder ?

Can I write a JNI to write a driver , or I can do read operation
only ?

I have tried to read /dev/random to generate some random number, but I
am not sure if I can control a
device as well , I want write my app from Java -- JNI -- Android
device driver.

Should I have a root privilege, how can I get root privilege in
Android ?


Thank for your teaching .


--~--~-~--~~~---~--~~
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 this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---