[android-developers] Eclipse , CerTool and Keystore not exist in android.jar, help!

2009-12-22 Thread zz zt1082
Hi, all I write a android1.6 application in eclipse. there is a question about CerTool, Keystore. Please , respond me. import android.security.CertTool; import android.security.Keystore; Why not exist these two classes in android-sdk-linux_x86-1.6_r4 which is down from google's release ? --

Re: [android-developers] Re: When call mWifiManager.isWifiEnabled , it crash. thanks in advance.

2009-12-17 Thread zz zt1082
ooh~ , It 's true . No permission that : uses-permission android:name=android.permission.ACCESS_WIFI_STATE/uses-permission uses-permission android:name=android.permission.UPDATE_DEVICE_STATS/uses-permission uses-permission

Re: [android-developers] Re: How do I navigate to the program data with adb shell

2009-12-17 Thread zz zt1082
maybe type it: adb pull Remote file Local path -- 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] When call mWifiManager.isWifiEnabled , it crash. thanks in advance.

2009-12-16 Thread zz zt1082
When I call mWifiManager.isWifiEnabled() , program is crash. my Code is: - import android.app.Activity; import android.net.wifi.ScanResult; import android.net.wifi.WifiManager; import android.os.Bundle; import android.util.Log; public class HelloWIFI

[android-developers] Using android.app.ActivityManagerNative and android.app.IActivityManager

2009-12-11 Thread zz zt1082
I need to configure the Setting through IActivityManager. But after adding import android.app.ActivityManagerNative; and import android.app.IActivityManager in eclipse, errors still exist that ActivityManagerNative cannot be resolved BackupManager cannot be resolved IActivityManager cannot be