18
06
2008
private byte[] data;
data = JCSystem.makeTransientByteArray((short),JCSystem.CLEAR_ON_DESELECT);
ProactiveHandler proHdlr = ProactiveHandlerSystem.getTheHandler();
if(data[0]=='a')
{
data[0]='x';
data[1]='y';
}
else
{
data[0]='a';
data[1]='b';
}
proHdlr.initDisplayText((byte) 0x00, DCS_8_BIT_DATA, data, (short) 0, (short) 2);
proHdlr.send();
Comments : No Comments »
Categories : Smart Card
3
06
2008
Here is a code snippet for reading your ICCID on USIM Card
FileView uiccView;
byte[] data = new byte[10];
ProactiveHandler proHdlr = ProactiveHandlerSystem.getTheHandler();
uiccView.select((short)USIMConstants.FID_MF);
uiccView.select((short)0x2FE2);
uiccView.readBinary((short)0,data,(short)0,(short)10);
proHdlr.initDisplayText((byte) 0x00, DCS_8_BIT_DATA, data, (short) 0,(short) 10);
proHdlr.send();
Comments : No Comments »
Categories : Smart Card
21
05
2008
Did you still remember my poster research ? Luckily , I got announcement that it is accepted in GHC 2008. Alhamdulillah. I am so excited anyway. There would be a lot of Women geeks at there !
Next week, I gotta go Hong Kong to organize N^2Women event. It would be wonderful time … I will meet researcher women who are leading in networking field. During that time I will write up my GSoC 2007 project for ICTS conference. In addition I HAVE TO start writing my thesis (JSCWS). Hey hey What’s up with you Aini ? You should take it as vacation. Naaah . I wish that I have much time but I won’t waste my time anymore
, Let’s say I will love doing window shopping in Hong Kong for several hours
Not long of the day
!!
Opps Masya Allah I forgot my GSoC student. He will participate his GSoC project in Triplify Challenge. Sure, I will write some briefly information some J! extension that are related with J! Content.
Back to my thesis now, finding the best security for my app.
Comments : No Comments »
Categories : Mobile Ad Hoc, Joomla
17
05
2008
N^2WOMEN MEETING MOBIHOC HONG KONG 2008
Keynote Speaker: Prof. Yingshu Li
Dr. Li is currently an Assistant Professor in the Department of Computer Science at Georgia State University. Her research interests include Optimization in Networks, Wireless Sensor Networks, Wireless Networking and Mobile Computing, Approximation Algorithm Design and Computational Biology. Her research has been supporting by the National Science Foundation (NSF) of US, the National Science Foundation of China (NSFC),the Electronics and Telecommunications Research Institute (ETRI) of Korea, and GSU internal grants. Dr. Li is the recipient of an NSF CAREER Award.
Date and time : May 28th, 2008, Lunch Time ( 12.00 – 13.30 pm)
Place : Renaissance Kowloon Hotel 22 Salisbury Road, Tsim Shat Sui, Hong Kong
RSVP : online or n2womenmobihoc@gmail.com
Please come and join us in this meeting. It would be a great opportunity to connect with other female networking researchers. There are about 17 female researchers which their paper are accepted in Mobihoc 2008
Networking Networking Women (N^2 Women) is a disciplinespecific community for researchers in the communications and networking research fields. The main goal of N^2 Women is to foster connections among the underrepresented women in computer networking and related research fields. N^2Women is an ACM SIGMOBILE program. The funding for this meeting has been provided by Microsoft Research. (http://www.comsoc.org/n2women/index.html)
Organizer Committee:
Prof. Jianping Wang(City University of Hong Kong, China)
Prof. Susan Cheng(The George Washington University, USA)
Nur Aini Rakhmawati(Sepuluh Nopember Institute Of Technology, Indonesia)
More information :
http://nuraini.net/n2women/index.html http://nuraini.net/n2women/n2womenmobihoc.pdf
Comments : No Comments »
Categories : N2Women, Women