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.

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 False

And you can set incall volume during a phone call !

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

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

Download :

cenrep_3rd_1_3_0_unsigned.rar (9 KB)

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Live
  • Ma.gnolia
  • MyShare
  • Reddit
  • Socialogs
  • SphereIt
  • Spurl
  • StumbleUpon
  • Technorati
  • YahooMyWeb
Related posts :
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...