cenrep 1.3.0 module python call log لاعطائك معلومات عن مدة المكالمة وكذلك التحكم بحجم الصوت
لاعطائك معلومات عن مدة المكالمة وكذلك التحكم بحجم الصوت
*عدد المكالمات الت لم يرد عليها
*مدة المكالمات الداخلة والخارجة بالثانية
*المدة الكلية للمكالمات المستقبلة بالثانية
*التحكم بحجم الصوت عند السماع بالاذن او بوضعية مكبرات الصوت
cenrep 1.3.0 module python call log duration and incall volume
Caution : this module replace activeprofile and allow more than it !
cenrep module allow you
to get and set value from activeprofile
and toggle some very useful values as bluetooth and network
Now you can have some useful call log values.
Code:
from cenrep import *
print new_missed_calls() # number of missed calls
print last_call_duration_lines() # line1 or line2 received or dialled calls in secs
print last_call_duration_line1() # in secs on line1
print last_call_duration_line2() # in sec on line2
print total_received_call_duration_line1() # in secs
print total_received_call_duration_line2()
print total_dialled_call_duration_line1()
print total_dialled_call_duration_line2()
print is_log_duration_enabled() # 1 True / 0 False
print is_call_duration_shown() # 1 True / 0 FalseAnd you can set incall volume during a phone call !
Code:
from cenrep import *
import envy # need envy 1.0.2 !
print incall_ear_volume()
print incall_loudspeaker_volume()
if envy.has_capabilities('unsigned'):
set_incall_ear_volume(9) # volume can be between 1 and 10
set_incall_loudspeaker_volume(9)A selfsigned is now available but works only for getting central repository values ! So the following functions are not included in this selfsigned version :
Code:
set_ap_ringing_type
set_ap_keypad_volume
set_ap_ringing_volume
set_ap_warning_tones
set_ap_message_alert
set_network_connection
set_vibra_profile
set_bt_powerstate