0

Nokia

  • July 30th, 2008
  • Posted in Uncategorized

Network Games Rumor: Xbox To Playstation and Live Port To Looking Arcade Ngage Nokia
Count me interested!

Sponsored By: FoneGrabber Check the lowest prices on the latest phones.

Related Post

A developer told him however that “Microsoft is cautious when it comes to Xbox Live Arcade games being played in real-time against players on other platforms.”

Since no official announcements have arisen, we should label this as a rumor. He said they are looking into “concepts where we use the same assets for Xbox Live Arcade or PlayStation Online.” This is interesting because it could mean that I can play a game on my phone, save my stats, then continue playing on the Xbox when I get home.

Stuart Dredge from PocketGamer was at the conference and have been reporting what’s happening at Develop Mobile.

Aki Jarvilehto from Nokia told a panel at Develop Mobile 2008 conference that they are looking to expand their Ngage games into other platforms.

and Working DevNet 3 article: Adobe video Lite Media Flash with Flash Server

There’s a new article at the Adobe DevNet: Working with Flash Lite 3 and Flash Media Server video

The writer is Nick/Adobe

Tags:Mortgage Rates

LT North American Back Using Nokia How Smoother On To: To FontRouter Fonts Change N95 The 8GB
If you’re still curious, you have to access and edit the e:\data\fonts\fontrouter.ini with a file explorer like X-plore.

Sponsored By: FoneGrabber Check the lowest prices on the latest phones.

Related PostTip: Faster Multiple Selection Of Images And Videos In GalleryHow To: Change ‘0′ Shortcut to Bluetooth On/Off On Nseries

The setting that forces anti-aliasing is:

More Comparisons

Anti-Alias ON

Anti-Alias OFF

With anti-alias on, texts are more pleasing to read.

This tip also works for other phones with anti-aliasing turned off, but I don’t know which exact models those are.

After the upgrading to the latest firmware v20.2.005 for the North American Nokia N95 8GB, you probably noticed the rougher fonts due to anti-aliasing getting tuned off.

There’s no icon to access the FontRouter application and there’s no need to change anything. I’m confused why the Nokia N95 8GB’s fonts got altered after the firmware upgrade since I’m sure people like anti-aliasing turned on by default. Others use FontRouter to change the font type on their phones, but I’ll save that for another post. Reboot and you’re done. There’s no option or settings in our phone for us to change it back, but I’ll show you how to turn it back on by simply installing FontRouter LT.

Anti-aliasing OFF vs ON

All you need to do is install FontRouter LT (I suggest to your memory card). Reboot after making any changes.

Video: Anything Open Product Q&A Manager Nokia Session To With
What’s Merlin? He talks about S60 feature packs, Nokia Download, OTA updates, iPhone price, and more. Check it out.

Highlights He talks about Merlin on S60 feature pack 2 on 0:42.

Nokia Product Manager Chanse Arrington answers some questions sent in during the Open To Anything LA. Go to S60 feature wishes to recommend features on S60. Go to Nokia Discussion Forums to report Firmware bugs.

Sponsored By: FoneGrabber Check the lowest prices on the latest phones.

Related PostHow To: Change ‘0′ Shortcut to Bluetooth On/Off On NseriesTip: Faster Multiple Selection Of Images And Videos In Gallery

Nseries On Change How Bluetooth On/Off Shortcut to To: ‘0?
Note: The code’s formatting might not appear properly on RSS readers.

All I did was change the code so that the bluetooth menu opens. Then, swap bytes to little-indian to get xxDIUxxx. ; With this patch, you can open any other application. In other words: 0×12345678 becomes 78563412 ; For example: ; FExplorer UID = 0xE00012DF therefore xxDIUxxx=DF1200E0 ; Calculator UID = 0×10005902 therefore xxDIUxxx=02590010 ; OperaMini UID = 0×101D3166 therefore xxDIUxxx=66311D10 In this case, be aware that it takes some time (5 seconds) to open. Continue reading below to change it to bluetooth instead. You can change it to anything you want as long as you know the application’s UID code. Since the The UID for bluetooth menu is 10005951, convert it to little-endian which results in 51590010. By hacking your Nseries S60 phone, there’s a patch that lets you change the ‘0′ shortcut that usually opens the web browser. ; ; then, the patch becomes: ; SnR:sys\bin\phone.exe:398D00100000000000000000:xxDIUxxx0000000000000000 ; SnR:sys\bin\phone.exe:398D00100100000035000000:xxDIUxxx0100000035000000 ; As far as I know, nothing is broken. By turning on bluetooth only when you need it, you can save battery life and prevent unwanted file transfers.

Prerequsites

The first thing you need is a hacked Nokia S60 phone. I’ve changed it to open the bluetooth menu on my Nokia N95 8GB. Create it if it is not already there. Enable it on ROMPatcher (see: How to Hack S60 phones) and set it to autorun so you won’t need to reactivate it after reboot.

Sponsored By: FoneGrabber Check the lowest prices on the latest phones.

Related Post

Enjoy ; end of ChangeBrowserOnKey0 SnR:sys\bin\phone.exe:398D00100000000000000000:66311D100000000000000000 SnR:sys\bin\phone.exe:398D00100100000035000000:66311D100100000035000000 Modified Code For Bluetooth

Below is the code for bluetooth shortcut. This shortcut is not available on the Nseries phones. You can find out how to do this by reading How To Hack Your S60 Phone guide.

The instructions below include editing the original ChangeBrowserOnKey.rmp patch by FCA00000 and uploading it to your phone. Unmodified, pressing 0 will open Opera Mini if you have that installed. If you don’t want to read about the modification, just scroll all the way down for the end result. ; You need to know its UID. See how the conversion is done? Transfer it over to the E:/patches folder. You convert ABCDEFGH to GHEFCDAB. The only modifications done are in the last two lines of the original code.

; *** Change Browser On Key '0' to Bluetooth *** SnR:sys\bin\phone.exe:398D00100000000000000000:515900100000000000000000 SnR:sys\bin\phone.exe:398D00100100000035000000:515900100100000035000000 Copy and paste this code to a new text file and make sure to save it with a .rmp extension.

Bluetooth can be turned on/off by pressing the * key on some Eseries devices like the Nokia E66 and Nokia E71. Might work on preFP1+FP1 ; ; When phone is in the StandBy screen, pressing key '0' opens the default browser. ; Anyway, here it is. Notice that lines starting with ‘;’ are comments.

; *** ChangeBrowserOnKey0 1.0 *** ; *** Change Browser On Key '0' *** ; Author: fca00000 , fca00000-at-yahoo-dot-es ; Date: 2008.06.01 ; Firmware: tested on N80 v 5.0719.02 . The modified code is then shown afterwards for the bluetooth shortcut. But I decline all responsability, of course.

Original Code by FCA0000

Below is the original code from FCA00000.

Leave a Reply