• DCEmu Homebrew Emulation & Theme Park News

    The DCEmu the Homebrew Gaming and Theme Park Network is your best site to find Hacking, Emulation, Homebrew and Theme Park News and also Beers Wines and Spirit Reviews and Finally Marvel Cinematic Universe News. If you would like us to do reviews or wish to advertise/write/post articles in any way at DCEmu then use our Contact Page for more information. DCEMU Gaming is mainly about video games -

    If you are searching for a no deposit bonus, then casino-bonus.com/uk has an excellent list of UK casino sites with sorting functionality. For new online casinos. Visit New Casino and learn how to find the best options for UK players. Good luck! - Explore the possibilities with non UK casinos not on Gamstop at BestUK.Casino or read more about the best non UK sites at NewsBTC.
  • wraggster

    by Published on August 26th, 2008 12:12

    "SpaceTime 3.0 by SpaceTime Mathematics is a revolution in mathematics software with 2D, 3D, and time graphing with MobileCAS® for algebra and calculus. With features only available in Mathematica and MATLAB, SpaceTime is the most powerful cross-platform mathematics software ever developed for computers and mobile devices."

    We're back with more copies of SpaceTime 3.0 to give away! Just like the contest that was held in May, we have one all-platforms license and two platform-specific licenses up for grabs. And, as always, the rules are simple. We've adopted a back-to-school theme for this contest, so to be in the running, simply make a post in this thread telling us how you'd use SpaceTime in an educational setting (or a commercial setting, if you're not a student or academic), and also the answer to "cos (0 degrees)", because we know you love number crunching.

    You have until 11:59am (GMT) on Monday, September 1, 2008 to get your entries in. Winners will be announced the following week. Good luck!

    http://www.pocketpcthoughts.com/news...-giveaway.html ...
    by Published on August 26th, 2008 12:10

    "Kinoma Play ($29.99) is the new media player we've been hinting at in our series of media player reviews this past week. It's essentially a super-charged media player that aims to make media you find on the internet as easy to find, play, and interact with as the media stored locally on your memory card. Those of you familiar with Kinoma Player EX on the Palm OS are going to be pleased to hear that all the functionality of the PalmOS's player is here and then some."

    I've seen a lot of software come and go on the Windows Mobile platform, but watching this video and reading about Kinoma leaves me with the impression that this is one of the most impressive media players I've ever seen. The functionality, and the blending of local and online content, is extremely impressive. From an audio playback standpoint, it's a shame so many device makers use miniUSB or 2.5mm headphone jacks - I hate having to use adaptors. Check out Kinoma's Web site for a trial download.

    One thing that Kinoma doesn't seem to have a good grasp on though is getting the software onto the devices. Kinoma Play isn't available in any of our software stores at MobiHand or Handango, and when I downloaded the software directly from their Web site it was only a CAB file - normally I wouldn't mind a CAB file, but when I tried to install it I received an error on my Blackjack II: "Installation was unsuccessful. The program or setting cannot be installed because it does not have sufficient system permissions." I've installed two other programs via CAB files today, so I'm not sure why Kinoma Play won't install. Hopefully you'll have better luck than I did!

    http://www.pocketpcthoughts.com/news...ws-mobile.html ...
    by Published on August 26th, 2008 11:53

    To help all users who visit our Sites we are asking for the DCEmu Public to help us gather as many links for each console and a little bit of info about the site in question.

    It Should start like this, for example heres our site that covers J2ME

    Url = http://ngage.dcemu.co.uk

    Description - DCEmus Site that covers all things J2ME such as Emulators, Homebrew, Development, Hacking, Gaming and Hardware News with discussion forums too.

    Please add as many J2ME sites to the list as you know ...
    by Published on August 26th, 2008 11:48

    News from Android Developers:

    Earlier this week, we released a beta of the Android SDK. In the accompanying post, I mentioned that we had to remove some APIs from the platform for Android 1.0, and as a result they don't appear in the 0.9 beta SDK, and won't appear in 1.0-compatible SDKs. Today, I want to take a few minutes to explain why.

    GTalkService
    We were all really excited when the "XMPPService" (as it was called, at first) was included in the first early-look SDK. Once we brought in our security review team to examine Android, however, they soon realized that, as exciting as it is, the GTalkService has some fundamental security problems. Rich Cannings is one of our security researchers, and here's his explanation of the issues:

    When I first read about GTalkService, I was both excited and scared. As a developer, I was interested in a feature that provided a simple interface to send messages between two Google Talk friends. The messages would appear on the receiving device as a standard Intent that was easy to handle. How simple and beautiful is that? Unfortunately, when I put my tin foil hat on, I recognized that things are a little more complicated than that.
    We decided to postpone GTalkService's data-messaging functionality for the following reasons:

    "Repurposing" Google Talk Friends
    Google Talk friends are intended for a different purpose than that envisioned by the GTalkService. Your Google Talk friends can contact you at any time via IM. They can see your email address and often can see your real name. However, the idea of a Google Talk friend does not always line up with the types of people who may want to interact with via an Android application. For example, imagine a really cool mobile Massively Multiplayer Online Roleplaying Game using GTalkService. You would have to add all the players to your Google Talk friends list in order to play with them. Next time you log in to Google Talk from your desktop or on the web, you would notice that you have many new "friends". You may not want to chat with these friends -- and perhaps worse, you may not want them to know what your real name or email is. We do realize that Android users will want to interact with other Android users anonymously and for short periods of time, especially in gaming scenarios. Unfortunately, it turns out that using Instant Messaging is not really a good way to do that.
    Verifying Remote Intent Senders
    Intents were designed to send messages within the device. The Intent subsystem can conclusively determine who sent Intents only when the Intents originate from the same device that services the Intent. When Intents come from other devices, the Intent subsystem cannot determine what application sent the Intent. This can lead to a variety of problems. At first, remote applications could send arbitrary Intents, meaning that your Google Talk friends had almost the same control of your device as you did. Even once that issue was resolved, we recognized that we could not trust the identity of the application who sent the request. We could only trust the identity of the user. So a "bad" application on your friend's device could send a message to a "good" application on your device which would negatively affect the good application. In the end, we determined that the Intent system, as designed for local use, did not lend itself well to being the vehicle for a Remote Procedure Call (RPC).
    Placing Too Much Security Burden on Developers
    As originally designed, the GTalkService placed a significant burden on the application developer to avoid security flaws and perform user and relationship management. An Android application using GTalkService would be reachable from all of the user's Google Talk friends, and a flaw in that application could pose an inviting target to a malicious "friend" or automated malware. There are automated mechanisms that could be used to help protect vulnerable applications or stop the spread of malware, but the deployment of these technologies was not possible in time for the launch of the first Android handsets.
    Although we would have loved to ship this service, in the end, the Android team decided to pull the API instead of exposing users to risk and breaking compatibility with a future, more secure version of the feature. We think it's obvious that this kind of functionality would be incredibly useful, and would open lots of new doors for developers. One of our top priorities after the first devices ship is to develop a device-to-device (and possibly device-to-server) RPC mechanism that is fast, reliable, and protective of developers and users alike.

    As a final note, I want to point out that since the GTalkService was always a Google "value-added" service anyway, it was never guaranteed that it would be present on every Android device. That is, GTalkService was never part of core Android. As a result this change actually allows us the potential to build a new system that is part of the core of a future version of Android.

    Bluetooth API
    The 1.0 version of Android and the first devices
    ...
    by Published on August 26th, 2008 11:45

    News from Android Developers:

    I'm pretty happy today, for two reasons. First, I'm happy because I get to let everyone know that we're releasing a beta SDK. You can read about the new Android 0.9 SDK beta at the Android Developers' Site, or if you want to get straight to the bits, you can visit the download page. Once you've got it, be sure to visit our Developer Forum if you have any questions.

    Back in November, we made some SDK builds available that we referred to as "early look" SDKs. The goal was to give developers insight into the platform as early on as possible, and to get some initial feedback. Since then, we've been working with our Open Handset Alliance partners to incorporate much of that feedback, and finish the first devices. Since those devices are shipping in the fourth quarter, the platform is now converging on a final "Android 1.0" version.

    The beta SDK that we're releasing today is the first big step on the SDK's road to compatibility with 1.0. Since this is a beta release, applications developed with it may not quite be compatible with devices running the final Android 1.0. However, the APIs are now pretty stable and we don't expect any major changes. If you're one of the many developers who were waiting for something a bit more mature, this might be a good time to take another look.

    Since we're now moving quickly toward 1.0, it may also help to know which direction we're headed. To help out, we've also prepared a development roadmap. This will be a living document, and we'll keep it up to date as the Android landscape evolves. Currently it covers the next few months, roughly through the end of the year and a bit into next year. We'll update it with additional detail as we are able to, but even right now it can help give you a picture of how things will play out as the first phones draw near.

    Enough of that though -- you're probably wondering what's actually new in the SDK. Well, you should read the Release Notes, the Change Overview and the API Delta Report for all the details, but here are a few highlights:

    First and most obviously, the new Home screen is included, along with a ton of UI changes for 1.0.
    Some new applications are included: an Alarm Clock, Calculator, Camera, Music player, Picture viewer, and Messaging (for SMS/MMS conversations.)
    Several new development tools were added, such as a graphical preview for XML layouts for users of Eclipse, and a tool for constructing 9-patch images.
    Since we've got a new Home screen application now, we thought the now-obsolete version from the M5 early-look SDK might be helpful to developers, so its source is included as a sample.
    A number of new APIs are fleshed out and improved, and others are now close to their final forms for 1.0.
    Tons of bugs were fixed, of course. (If you had problems with the MediaPlayer, try it now!)
    There are a lot of changes -- the ones in the list above are just my personal favorites, so you should check out the links above for the full story. Not all the changes are additions, though: I'm sorry to say that we had to remove a few things, such as the GTalkService (for security reasons), and the Bluetooth API. There's a bit more detail in the links above, and we'll follow up on those in particular here in this blog to give you the scoop. In fact, we've got a little list of topics we want to talk about here, so stay tuned.

    At the top of this post I said I was happy for two reasons, and now you know one of them -- but what about the other? Well, the second reason is because now that this is out I can finally go get some sleep!

    http://android-developers.blogspot.c...droid-sdk.html ...
    by Published on August 26th, 2008 11:37

    New for PocketPC:

    SASHIMI is first and foremost an installer. Its main function is to install CAB, .REG., .XML, .EXE, and .MSCR files that can be used when setting up your device. It can be run in Manual Mode, Automated Mode, or in Manual+Auto mode. SASHIMI can also perform backups of your important files and registry entries and allow for easy restore during installation. It would be impossible to describe all the additional things that SASHIMI can do....well actually, not impossible, just lengthy...so read the documentation or check out the series of video tutorials!

    http://forum.xda-developers.com/showthread.php?t=396559 ...
    by Published on August 26th, 2008 11:35

    New for PocketPC:

    Makisu is a Mortscript-based utility to create and provision XML files. Specifically, it creates XML files to set up e-mail and wireless accounts based on the settings you provide. For more information please read the documentation or check out the video tutorial!

    http://forum.xda-developers.com/showthread.php?t=415542 ...
    by Published on August 26th, 2008 11:34

    New for PocketPC:

    Launch Manager 1.29 Beta Version now Available!

    To download:
    http://www.fantasticbytes.com/lmbetas.php

    Highlights:

    * One-Tap Adding and Editing of Shortcuts.
    * Control Panel Settings Shortcuts.
    * Launch Manager Button Shortcut.
    * Backup and restore shortcuts.
    * Shortcut Parameters.
    * New Device Shortcuts: Bluetooth On/Off/Discoverable, Sound On/Off/Vibrate, Rotate Left and Right, New Note, New Appointment, New SMS, Suspend, Show Today Screen.
    * 1.26 Bug Fix: Start Menu and IE Favorites are now displayed when browsing, on non English devices.
    * 1.27 Change Shortcut Icons (Edit Shortcut, Icon Tab, may slow down on startup if loading big images, opens .ico, .bmp and .jpg and can use the icon of any other file).
    * 1.27 Cut, Copy, Paste and Delete shortcuts (Tap and hold a shortcut while in Edit Mode).
    * 1.27 Added support for specific tabs in Control Panel and Settings Shortcuts (E.g. Edit "launch.hlcx" file in a Text Editor and replace Param="1" with Param="1,1").
    * 1.28 Fixed Cut and Paste bug, when cutting, adding new page and pasting.
    * 1.28 Fixed Icon and Parameter Bug, If icon added, replaced parameter.
    * 1.28 Added parameter tab when editing shortcut. (Use to pass parameters to an .exe or to specify a tab number for setting shortcut starting at 0)
    * 1.28 Fixed Icon bug, loads all images now.
    * 1.29 Added new skin files and new icons (Edit Settings Icons, click ok, to load the correct Icons).

    Description:
    Tired of wasting time looking for programs or contacts in Windows Mobile?

    Launch Manager is the fastest way to launch hundreds of applications and call or sms contacts, quickly, effortlessly and in style on your Windows Mobile Device!

    http://forum.xda-developers.com/showthread.php?t=336844 ...
    by Published on August 26th, 2008 11:31

    New for PocketPC:

    Scroll Launcher is a Diamond styled Launcher for WM Devices.

    Scroll Launcher looks inside the windows start menu folder for all files, and then adds them to a modified KListControl from here

    http://forum.xda-developers.com/showthread.php?t=405008 ...
    by Published on August 26th, 2008 11:30

    New for PocketPC:

    Hi
    This app was created a few months ago and lived in the UC thread created by Sleuth255. I said if there was enough interest I would move the post to the it's own thread. I'm now on 0v03 so I am starting a new thread for this.

    xcopyce v0-03
    This is an application idea l3v5y came up with and somehow convinced me into writing .

    Purpose
    To copy folders as part of the UC process.

    http://forum.xda-developers.com/showthread.php?t=418417 ...
  • Search DCEmu

  • Advert 3