Thursday, December 26, 2013

Avaya : Group Ringing

Ever wander that you want to make a group of extension ring at once without having to have the call do a round-robin forwarding ?

At your ASA look for an unused extension ( you can do so by at ASA -> General -> Find Unused Extension)

Go to GEDI ( ctrl+e on ASA )

1) Type in " add term-ext-group next"


2) Fill up to 4 extension and the group Extension just enter the unused extension number :)

3) Now at each station change the call forwarding to the group when there is incoming call.
     type in "change station XXX"  press next till you see the page where you can set the call forwarding.


4) Now when ever you call to Ext A it will forward the call to the term-ext-group which you have just set and all the phone in the group will ring !

Thursday, October 24, 2013

return to stock - galaxy ace (S5830)

was helping a friend to flash back stock rom to the phone (galaxy ace / S5830)

as always i do on my galaxy tab i thought will be just 

1) start in download mode 
2) start odin & flash with the firmware from http://www.sammobile.com/
3) done !

and I was so wrong :) 

I always getting the connection error / setup fail .. i've tried using various version of odin v1.85 - 4.38
And I first thought that it could be the usb driver is having issue or there is anti-virus blocking it !

After all it need is just the Cooper_v1.0.ops to be loaded and it work like charm :)

** For those who struggling to get Odin to work on your ACE / S5830 , please do download the ops file and load at the OPS section



Thursday, October 17, 2013

how to : psexec command line

have you ever wandered how do i pass command with spaces via psexec tool ?

just use the space :P

for e.g

psexec.exe \\ip-address cmd /c "C:\Program Files (x86)\Kaspersky Lab\NetworkAgent\klmover.exe" -address SERVER

i run this command to have the remote pc to run the klmover.exe and point the current admin server to the new server

Wednesday, May 15, 2013

Google I/O 2013

It is the time of year again !

For those who cant make it as usual Google have it stream live us for us :D , do checkout the link for more info.

https://developers.google.com/events/io/

Thursday, February 28, 2013

Rebuilding Performance Index

Recently I having issue with the pslist tools, It would ask for please run the exctrlst tool from microsoft to reset performance index.


I've downloaded the tool and I've check the PrefOS & PerfProc are enable but I'm still return with the same error message that told me to reset the performance counter.

A quick search up google and it return me with this command lodctr.exe /R  (i run it at cmd, admin mode)
the file should be located c:\windows\system32 ; it took a while to complete and it is all good and I able to run pslist as usual :)