Archive for the ‘Samsung’ Category:
Video: Samsung Galaxy Tab 7″ from inside out (dissected)
This video from jkkmobile.com shows the insides Samsung Galaxy Tab 7″ when it was dissected
German courts Lift ban against Samsung Galaxy Tab 10.1 in European Union
It seems that the German court has lifted Samsung Galaxy Tab 10.1″ bans from European Union after it was discovered that the evidence presented by Apple Lawyers are flawed, specifically the aspect ratio of Samsung Galaxy Tab 10.1″ image was mistakenly represented as closer to Apple’s Ipad 2, which violates Apple Intellectual Property rights.

The flawed evidence has given Samsung the rights to market Samsung Galaxy Tab 10.1″ in European Union, except in Germany, where the court over there would hear a full hearing to that matter beginning on 25 August 2011.
My thoughts: Apple has all the rights to protect its intellectual property, including protecting its interests from imitation. However, the use of patents to curb competition can be seen as unhealthy as it could adversely affect innovation and consumer choice.
Tags: apple, eu, europian union, intelectual property, ip, ipad, ipad2, patents, samsung, samsung galaxy, samsung galaxy tab, tab
How to get Phone IMEI number with J2ME / JavaME
International Mobile Equipment Identity (IMEI) is used to identify valid devices connected to GSM and UMTS network. This number can be accessed from a mobile phone by dialing *#06# on the keypad. IMEI is commonly use by software developers as part of software protection scheme to prevent it from being pirated.
JavaME developers however suffers from a drawback because MIDP/CLDC specification does not include an API to obtain IMEI from mobile devices. However there are few phone manufacturers included this functionality through System.getPropery() calls.
Here’s how to get IMEI number from mobile devices of different manufacturers
Nokia
System.getProperty("phone.imei");
System.getProperty("com.nokia.IMEI");
Note ; Requires signed midlet. S60 3rd edition device does not requires signing for this to work.
Sony-Ericsson
System.getProperty("com.sonyericsson.imei");
Note ; might not work on all model, YMMV
Motorola
System.getProperty("IMEI");
System.getProperty("com.motorola.IMEI");
Samsung
System.getProperty("com.samsung.imei");
System.getProperty("com.siemens.imei");
Hopefully this information can aid you in your J2ME programming projects.
Quick Tip :
It’s quite hard to determine the phone model/manufacturer well ahead beforehand. For a more robust solution, I suggest that you combine the above call with System.getProperty(“microedition.platform”).
[tags]j2me,javame,mobile,opensource,imei,nokia,sony ericsson,samsung,motorola[/tags]
Share files between mobile phone and Windows Workgroup with SymSMB 2.0
SymSMB is a cool Symbian S60 3rd edition application that allows you to access Microsoft Windows file-sharing network without any additional software or hardware on the computer. After installation, your phone will be able to communicate with Microsoft Windows computer that enables file-sharing and you can begin to exchange files almost immediately.
Advantages of SymSMB
Unlike Bluetooth, SymSMB allows you to transfer files to/from computer without additional software/hardware. All you need is a WiFi connection and you are able to connect to *ALL* computer that enables Windows file sharing.
Another advantage is, SymSMB is significantly faster than Bluetooth connection which often relies on bluetooth receiver/dongle and additional software on the host computer.
Supported by all Symbian S60 3rd edition phone, SymSMB is indeed a must have application for your mobile phone, best of all it is FREE.
Simplify your file sharing experience, download SymSMB 2.0 now.
[tags]symbian,nokia,windows,vista,winxp,mobile,phone,s60,series60,,samsung,gadgets[/tags]
Makes your WordPress Pocket PC PDA-friendly
Good news to those who wants to make their WordPress blog PDA friendly. Now you can do just that without relying on 3rd party services. All you need to do is download this remarkable plugin WordPress PDA and activate it on your WordPress installation.
Your blog will be PDA/smartphone friendly as it will display a appropriate page when a mobile device accesses it. The plugin is smart enough to autodetect popular PDA/handheld device in to determine which page it should serve the clients.
Among popular handheld devices supported by WordPress PDA are :
- Motorola, Nokia, Samsung, Sony Ericsson, Symbian-OS phone
- Sony PSP, Palm, Handspring,Pocket PC
- …and browsers containing WAP in their using agents
I’ve already installed WordPress PDA for this blog, give it a try :)
[tags]mobile,palm, microsoft, smartphone, handhelds, ipod, windows, cellphones, treo, wordpress, symbian, nokia, sonyericsson,motorola,pocket pc[/tags]
Easy way to format your Series 60 (S60) Phone
If for some reason you need to format your series 60 phone, then you might find this guide useful to you :
- Turn off your phone
- Hold down the Green/Call, * button, and ’3′ button
- While holding these buttons, press the power button and switch on the phone
- Release all button when you see the message “Formatting” on the screen
Note : Please make sure that you phone has enough battery to perform this operation, any interruption may render unpredictable results. Good Luck