Posts with the tag 'Symbian'

FingerPrint V2.6 released!

Just check out the new graphics ;-)

 

 

 

Download here:
http://thinkchange.cn/products/index/fingerprint/31

Popularity: 6% [?]

Add comment 02月 3rd, 2010

nUnLock V5 released

We released nUnLock-V5 today, What is NEW:
1, hide everything in the homescreen except the slider — to get a clear background, see attatched screenshots.
2, option to enable/disable the unlock beep sound — many user requested us to disable the beep sound.
car-allinfo  car-hide

Download the app HERE

Popularity: 8% [?]

Add comment 01月 18th, 2010

Best Compass app for N97/mini

  
Two fantastic compass styles to choose from.

CompassStar CompassWatch
You can have a compass icon always showing on your phone screen! The size and display area can be easily configured.

CompassHome compasssetting.jpg
note: You need to Calibrate the Sensor Compass first: Rotating your phone around all axes in a continuous movement.

CompassCalibrate

Here is the youtube video:
http://www.youtube.com/watch?v=wkw6oYmEjkk

Download the app on ThinkChange

For updated versions and new apps, Follow us on Twitter 

Popularity: 11% [?]

Add comment 12月 28th, 2009

XMasAvatar — Santa Claus walking on your screen!

The Christmas holiday is over now, why not have a cute santa claus playing around on your phone screen?

You can set the size of Santa Claus and the refresh rates. You can also set walking only on HomeScreen or always on screen.

 

Download the app on ThinkChange

For updated versions, follow us on Twitter

Popularity: 10% [?]

Add comment 12月 28th, 2009

FingerPrint V2 released

To make to trick look more real, we add an option to block all key press when the FingerPrint screen is on top ;-)

When you are playing the trick with your friend and give them the phone to unlock with their own fingerprint, they can’t easily press menu or red key to exit the FingerPrint screen ;-)

 fingerprint screen  fingerprint setting

For more info about FingerPrint: http://thinkchange.cn

tongren

Popularity: 18% [?]

Add comment 09月 7th, 2009

New app to show off your phone — FingerPrint!

You can play a trick with your friend to use your fingerprint to unlock your phone.

When the FingerPrint screen pops up, you need to touch your finger to the screen to be “scanned” for your identity, there will be vibration and beep sounds during the scan. You phone will be unlocked only under special conditions!

main screen setting 

Don’t believe? Watch the YouTube Video yourself here: http://www.youtube.com/watch?v=QyXyt-Ui5AM

Currently, it works only on Nokia 5800 and N97 with touch UI.
 For more info, please visit: http://thinkchange.cn

Popularity: 18% [?]

Add comment 06月 25th, 2009

AutoInstaller updates to V1.02

For those who have not used AutoInstaller before:

AutoInstaller makes it easy for you to install multiple apps with just one click, you just need to copy all the installation packages (sis, sisx, jar etc) to E:\ThinkChange\C or E:\ThinkChange\E ~

Several main updates:
1, supports 5800, no error msg during installtion.
2, show all the apps with sucess or fail notes
3, if failed, a detailed reason will be shown to the user.
4, several other bug fixes.

 Download it here: http://thinkchange.cn

Screenshots:

s60-3rd-install.jpg
(S60 3rd phones - installing)

s60-5th-installed.jpg
(S60 5th phones - all installed)

Popularity: 13% [?]

Add comment 06月 4th, 2009

New App: MobiCamera, Invited Beta testing ;-)

Hi, Dear Friends

Thanks for using my apps: FlipSilent, ShakeSMS, VibrateCall, AutoInstaller etc…

Today I would like to invite you for a new app: MobiCamera. It enables you to monitor your camera anytime, everywhere on your mobile phone! (should support all S60 3rd phones)

   

To use this service, you need first register your IMEI with your email address here:
http://www.mobicamera.cn/member/reg.php  (your imei might be already registered)

As it is still in Beta testing phase, there might be problems, please let us know by login to the BBS and make suggestions for improvements ;-)

Thanks and have a nice day!

br,
tongren
www.mobicamera.cn

Popularity: 14% [?]

Add comment 03月 25th, 2009

Problem fix for SDK/IDE installation

I changed my laptop to IBM T400, and during my installation of the SDK/IDEs, I encountered several small problems, I posted here hope that would help if you encounter the same problem.

I installed S60 3rd FP1, S60 5th SDK, Carbide.c++ v1.3, and the problems are listed here:

1, “Call to RegDBQueryKey failed” when installing the SDK — you can ignore it

2, Add the following path to the Environment path Variable:
C:\Program Files\CSL Arm Toolchain\libexec\gcc\arm-none-symbianelf\3.4.3;C:\Program Files\CSL Arm Toolchain\arm-none-symbianelf\bin;C:\Program Files\CSL Arm Toolchain\bin;

3, The S60 5th SDK project template won’t appear when creating a new symbian project in Carbide.C++ v1.3, download TouchUI-Project Template , and copy the S60-TouchUIApplication directory to the following directory on your hard driver:
” C:\Program Files\Nokia\Carbide.c++ v1.3\plugins\com.nokia.cdt.templates_1.3.0.023\templates\com\nokia\cdt\templates\projecttemplates”
And replace the “plugin.properties” and “plugin.xml” at: “C:\Program Files\Nokia\Carbide.c++ v1.3\plugins\com.nokia.cdt.templates_1.3.0.023″

Popularity: 24% [?]

Add comment 12月 3rd, 2008

How to detect a device has internal GPS hardware

Using the following code you can detect that if a phone device has an internal GPS hardware.

You have to #include <lbs.h> and link against lbs.lib.
————————————————————
   RPositionServer server;
   TPositionModuleInfo modInfo;

   User::LeaveIfError(server.Connect());
   CleanupClosePushL(server);

   TUint numModules;
   User::LeaveIfError(server.GetNumModules(numModules));

   for (TInt i = 0; i < numModules; i++)
    {
    User::LeaveIfError(server.GetModuleInfoByIndex(i, modInfo));
    if ((modInfo.TechnologyType()
      == TPositionModuleInfo::ETechnologyTerminal )
      && (modInfo.DeviceLocation()
        == TPositionModuleInfo::EDeviceInternal ))
     {
     User::InfoPrint(_L(”Internal GPS Detected!”));
     }
    }
   CleanupStack::PopAndDestroy(&server);
—————————————————————————

Popularity: 24% [?]

Add comment 11月 12th, 2008

Older Posts


标签

Calendar

03月 2010
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Posts by Month

Posts by Category