Android OS - University of Cincinnati

android aims to put system to sleep, apps can prevent this with a WAKE_LOCK - device drivers – camera, bluetooth, wi-fi, audio, video ... /system/apps – location of apps as apk or odex files /system/framework – application framework files (jar) /storage/sdcard – accessible outside of the phone (rw) /data – applications data (rw) ................
................