• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. C

    Apps how to check out this open source using git

    how to checkout this source as shown below using git clone?I don't know where the path is? 218.211.38.204 Git - android-ctc/platform/packages/apps/Settings.git/summary
  2. C

    Apps WiFi network connection android platform

    i know android platform support turn on/off wifi APIs and scan wifi network result APIs... Do you think that android platform support "connect wifi network APIs"??
  3. C

    Apps wifi password location

    may i know where the location wifi password key file is ? izzit here /data/misc/wifi/wpa_supplicant.conf ? i can't find it?
  4. C

    Apps RTSP/RTS audio player

    any tutorial for RTSP(real time streaming protocol)/RTP(real time transport protocol) audio player? thx....
  5. C

    Apps local NTP server in android

    I hava done ntp client in android.May i know how to create ntp server in android and let ntp client in android to communicate with each others? any configuration?
  6. C

    Apps Application for different android SDKs

    I'm beginner.Any suggestion/idea to develop only one application for different android SDKs that users are using?? There are many different android SDKs. Thx.
  7. C

    Apps Accelerometer Sensor Calibration

    May I know how to develop accelerometer sensor calibration ? Thx.
  8. C

    Apps How to get real time battery voltage & battery temperature

    How to get real time battery voltage & battery temperature? i used BatteryManager.EXTRA_VOLTAGE & BatteryManager.EXTRA_TEMPERATURE. Still getting zero values
  9. C

    Apps Turn off vibrator

    I turn the vibrator on [vibrator.vibrate(20000);] Then, I want to immediately turn off vibrator [vibrator.cancel();] during the period of 20s, BUT, the vibrator can't be off immediately. The response is very slow.