大家好! 我公司想成为诺基亚论坛PRO成员。但这个需要Nokia论坛发出邀请,才能申请的。
各位大侠,有人知道如何才能让Nokia论坛发出邀请呀?
在被邀请前,申请公司要做什么工作?
Nokia论坛有没有对外公开的渠道,让大家能对该问题进行咨询? 如果有?能不能告诉有下?或者发邮件告知也行?我的邮箱:zhu.chunpeng@nationz.com.cn
Type: Posts; User: zhuchunpengdanny; Keyword(s):
大家好! 我公司想成为诺基亚论坛PRO成员。但这个需要Nokia论坛发出邀请,才能申请的。
各位大侠,有人知道如何才能让Nokia论坛发出邀请呀?
在被邀请前,申请公司要做什么工作?
Nokia论坛有没有对外公开的渠道,让大家能对该问题进行咨询? 如果有?能不能告诉有下?或者发邮件告知也行?我的邮箱:zhu.chunpeng@nationz.com.cn
Hello everyone,
My company want to know how to become a Forum PRO affiliate.
The web said that it is an invitation-only program with annual fee about RMB 43000/Year. But it didn't explain about...
Thank you very much, petrib.
Our company need to develop the software in the S60 platform(S60_v2, S60_v3 and S60V5), Nokia Company can provide this tools? Or can we buy it from the nokia...
Our company need to develop the software in the S60 platform mobile phones, which can read and write SMS on the SIM card. I can read and delete SMS from the SIM card by public API now; but I can’t...
谢谢您的回复,我去英文讨论区发一下
岗位职责
1. 负责Symbian平台下的底层驱动开发;
2. 根据项目的需求说明或模块的设计文档,完成软件的编程、调试和模块测试工作;
3. 总结和编写相关的开发文档;
岗位要求
1. 计算机或相关专业本科以上学历;
2. 熟悉c/c++,2年以上 Symbian平台开发经验;
3. 熟悉Symbian平台框架及一个应用程序的启动到退出的执行流程;
3....
我公司要做SIM Card上面的驱动开发,需要SIM Application Toolkit。该驱动要适配S60_v2、S60_v3和S60_v5版本的。我从Symibian基金会网站上,下载到Symbian3(S60_v5)对应的SIM...
I can read and delete SMS from the SIM card now; but now I can’t find ways to write SMS to the SIM card. How can I do?
Can U show your *.pkg file, I can't install in the phone. Thanks You!
Yes, vibrations can cause the cable to be disconnected. That can work on Nokia N80
Copy etelbgsm.h to "\Symbian\7.0s\SERIES60_V21\Epoc32\include"
Copy gsmbas.lib to "\Symbian\7.0s\SERIES60_V21\Epoc32\release\armi"
you can find etelbgsm.h and gsmbas.lib in Nokia_9200_Communicator_Series_SDK_1_2
First: add this function to your class
void CHandleMobileId::GetNetWorkInfoL(TInt& aMcc, TInt& aMnc, TInt& aLocation, TInt& aCellId)
{
// TInt Ret, enumphone = 1;
TInt enumphone = 1;
...