hi,
what's difference between following 2 situation? it looks you use .sh to run it both.
1)The code you gave works flawlessly if I compile and ssh it across to the device and then run it from...
Type: Posts; User: funpig; Keyword(s):
hi,
what's difference between following 2 situation? it looks you use .sh to run it both.
1)The code you gave works flawlessly if I compile and ssh it across to the device and then run it from...
Hi,
there are code that i had modification on maemo-example if you want some simple UI. that code could add/delete contact also.
/**
* This file is part of maemo-examples package
*
...
这个工具主要用来抓取设备上的调试信息。当你将手机和carbide连接成功(carbide上有个remote connection),你的程序里面用RDebug::Print打印的信息,会打印到traceviewer窗口。这个工具没有太多分析的功能。仅仅是提供抓取log的功能,对真机调试很有帮助。
Test my information
好文啊!支持+定+收藏!!
thank you reply very much!
我在MANIFEST.MF里用了中文字符的话,j2me程序能顺利安装,可怎么也运行不了,一点反应没有.
我在MANIFEST.MF里全用英文字符程序就一点问题都没有.
请问有人遇到过同样的问题吗?
try follow function:
dis.readUTF();
s60 emulator don't support display chinese font
我有以下代码,但不知道怎么继续下去?
const CContactIdArray* groupids = iDatabase->GetGroupIdListL();
const TInt nc = groupids->Count();
for (TInt i=0;i<nc;i++)
{
CContactItem* contactitem =
...