Sunday, November 11, 2007

XMouse360

XMouse360 is a freeware utility that lets you control your Windows Xp/Vista PC using your XBOX360 Controller. It turns your XBOX 360 Controller into a Mouse and Keyboard. 

Someone found a bug in the previous version so I updated it a little:


This is in beta I take no responsibility for anything this program does and it comes with no guarantees whatsoever, it will probably be updated in future. It works but it is far from perfect.


Note: For Windows XP you need the XBOX 360 Drivers for PC available from Microsoft and an XBOX 360 Controller.


For Vista you may need DirectX 9 installed.


· A Button = Click
· X Button = Right Click
· B Button = Enter
· Y Button = MS On-Screen KeyBoard
· Left Thumb Stick = Mouse Move
· Right Thumb Stick = Mouse Scroll
· D-Pad = Keyboard Directional Keys
· Right Shoulder = Tab
· Start = Start Button
· Back = Escape


Version 0.1 (2007/11/10)


-Rewrite from "XBOX 360 Controller To Mouse" program.
-Shrunk size from 400k to 33k.
-Changed Icon.
-Faster.
-Added about box.
-Added exit in pop up menu in system tray.
-Removed vibrating.


Download from:
http://fantasticbytes.com/fun.html

Tuesday, October 9, 2007

Introducing fantasticbytes.com and Launch Manager



It has been a while since I have posted, but I have been hard at work.

Check out my new Windows Mobile site

http://www.fantasticbytes.com

And my new application: Launch Manager!

I will be giving ChARMeD some much needed attention soon...

Thanks for being patient.
Take Care
-Carolos

  • What does launch manager do:

Like speed? Tired of how many taps it takes to launch a program in Windows Mobile?

Launch Manager let's you manage and launch hundreds of applications, contacts and other files, quickly, easily and in style on your Windows Mobile Device!

Those constantly searching for contacts, applications or files, or just want a simpler way to launch what they need, greatly benefit from using Launch Manager.


Wednesday, May 23, 2007

ChARMeD for Pocket PC Beta 0.30

As the first person to test Charmed beta 3, I am impressed if I do say so myself...

For those who don't know, Charmed is a Pocket PC disassembler that runs on a Pocket PC and regular PC. The Pocket PC version is only 57.5k (unzipped!).

A feature you have all been waiting for is finally available, Charmed finally displays all lines of disassembly, among other things...

Please donate, I would really appreciate any amount for a donation, the reason I wasn't able to release a beta in the last two months is because I am struggling financially.








Anyway hope you enjoy this release,



Release Notes
==> Known Issues Beta 0.30 2007-05-23 ==>
(=>) Direction Keys dont work for main disassembler.
(=>) Same instruction set supported as old ChARMeD.
(=>) Assembler feature disabled for now.
(=>) Search and Goto features disabled for now.
(=>) Export feature disabled for now.
(=>) No About Box! :P
==> Changes ==>
(=>) No more 25 line limitation!
(=>) Looks more like PC Charmed, Changed font back.
(=>) Supports screen rotation on 320x240 devices.
(=>) file size +-3 times smaller, 57.5k!
(=>) Better Performance and Memory Handling.
(=>) Can open a file again.
(=>) Very Stable.


(Please note that the desktop version lets you edit the disassembly and lets you type in replacement assembly instructions, it also has search and upload features)

Download BETA 0.3 NOW!

Rapidshare Mirror

Download PC Version of ChARMeD Pocket PC Disassembler

Friday, April 27, 2007

Charmed News

Due to personal reasons I have not been able to make a new beta release of charmed this month, Check again May 20th.

I try to release charmed around 20th-23rd of the month.

Sorry to those eager for a new version, it's coming soon.

Saturday, March 24, 2007

ChARMeD Disassembler BETA 0.2 for POCKET PC and Windows Mobile



Charmed for Pocket PC has been totally rewritten
It is now stable, fast and small :)
And has an open dialog ;)
Works on Pocket PC 2003 and up

Fixed some looks related issues from yesterday

It is very useful if you want to look at PE/MZ header information, DLL imports, and Sections information,
The disassembler only disassembles the first 29 lines (part of the pretty problem will be fixed soon)

Thank you for your patience

-Please leave your comments no registration required.
-If you like it please consider donating some money to me, not doing very well financially -thnx
(Please note that the desktop version lets you edit the disassembly and lets you type in replacement assembly instructions, it also has search and upload features)

Release Notes

Download BETA 0.2 NOW!

Rapidshare Mirror

Download PC Version of ChARMeD Pocket PC Disassembler

Bookmarking links

add to Furl Furl - add to del.icio.us del.icio.us - add to technorati Technorati -
add to Blinklist BlinkList -add to Digg Digg - add to Google Google -
add to stumbleupon StumbleUpon - add to My Yahoo My Yahoo - add to reddit reddit

Tuesday, March 13, 2007

ibapplet-kde.sh fix

The script to check the signal strength that comes with standard ibdriver 1.3.2 (iBurst Wireless Internet Modem Driver) sometimes doesn't work. Error about invalid arguments etc.

This is my modified version of ibapplet-kde.sh
added: level=`echo "scale=0; $level / 1" | bc -l`

============= myib.sh ===============
#!/bin/sh

ifname=${1:-ib0}
dcopref=`kdialog --title "ibApplet" --progressbar "iBurst Signal Strength" 100`
prev=""
while true ; do
if [ `dcop $dcopref wasCancelled` = "true" ] ; then
break
fi
curr=`cat /proc/net/wireless`
if [ "$curr" != "$prev" ] ; then
prev=$curr
level=`echo "$curr" | awk "/$ifname:/ {print \\$4}"`
level=`echo "scale=0; $level / 1" | bc -l`
dcop $dcopref setProgress $level
fi
sleep 1
done
dcop $dcopref close

============= end ===============

ChARMeD Disassembler BETA 0.1 for POCKET PC mistake in readme

To disassemble a file dont put the test.exe file in the same directory as charmed
put it in your devices root i.e. \test.exe

Friday, March 2, 2007

News for next betas of ChARMeD

It looks like ChARMeD stirred up some interest :)
So I will be developing it further

along with a few other projects for Windows Mobile! :)

I have a significantly large amount of code to write for charmed to work on more devices, but I have already begun the process, just a bit busy at the moment.

Thank you for your patience and interest :)

Post back soon

Sunday, February 25, 2007

ChARMeD Disassembler BETA 0.1 for POCKET PC and Windows Mobile



Charmed for Pocket PC has been totally rewritten
It is now stable, fast and small :)
And has an open dialog ;)
Works on Pocket PC 2003 and up

Doesn't look as pretty as it used to though, but working on that ;)

It is very useful if you want to look at PE/MZ header information, DLL imports, and Sections information,
The disassembler only disassembles the first 29 lines (part of the pretty problem will be fixed soon)

Thank you for your patience

Release Notes

Download BETA 0.2 NOW!

Download PC Version of ChARMeD Pocket PC Disassembler

Bookmarking links

add to Furl Furl - add to del.icio.us del.icio.us - add to technorati Technorati -
add to Blinklist BlinkList -add to Digg Digg - add to Google Google -
add to stumbleupon StumbleUpon - add to My Yahoo My Yahoo - add to reddit reddit

Friday, February 16, 2007

People Still Use ChARMeD Disassembler? and OllyDbg 2.0 coming out?

It seems people still use my Pocket PC / ARM Disassembler: ChARMeD...
If you are one of those people please leave a comment or e-mail me and
Let me know what you use ChARMeD for,
If you would like ChARMeD to be developed again...
And what you would like to see in ChARMeD :)

And it looks like OllyDbg 2.0 may come out soon!!!
http://www.ollydbg.de/


Digg!

Tuesday, February 13, 2007

Problems Internet Connection Sharing using PCLinuxOS and I-Burst

Symptoms:
The Windows client machines will have limited connectivity,
i.e. MSN won't work, and some sites will time out (Usually HTTPS sites),
Some machines may even connect perfectly

Solution:
Download TCP Optimizer from http://www.speedguide.net/downloads.php
and set the MTU to that advised by your iburst service provider (I use 1321 or 1392) for every machine

(Alternatively there is a way to recompile the kernel so that this problem doesn't occur, but forgot Embarrassed )

Friday, February 9, 2007

BitTorrent Slow Using PCLinuxOS Internet Connection Sharing

If you are using BitTorrent and your downloads seems slow,
And you are using PCLinuxOS to share your internet connection
edit your /etc/shorewall/rules

and add the following rule...
DNAT net loc:ipaddress_of_machine_running_bittorrent tcp bittorrent_port


e.g.:
DNAT net loc:192.168.1.220 tcp 51234

Thursday, February 1, 2007

Free PC Stuff For Your XBOX 360 Controller :)

XBOX 360 PC Driver
Version 1.1 Lets you use the X button and checks for Driver Updates

Project64 - Nintendo 64 Emulator
pSX emulator - PlayStation One Emulator

Cavestory - Brilliant PC side-scrolling platformer game
Torus Trooper - Fun 3D "Tunnel" Game

TrackMania Nations - Free Commercial Quality Stunt Racer

Please leave comments for other stuff that works well with the XBOX 360 Controller

XBOX 360 Controller To Mouse

Requirements: Windows 98,Me,2000,XP
Size: 246kb
Description:

ABOUT:
Turns your XBOX 360 controller into a mouse and keyboard.
This program is in beta I take no responsibility for anything this program does and it comes with no guarantees whatsoever, will probably be updated in future.
It works but far from perfect.

To exit ctrl + alt + del and end xbox360test.exe task :)

Note: You need the XBOX 360 Drivers for PC available from microsoft and an XBOX 360 Controller. Download Driver

FEATURES:

· A Button = Click
· X Button = Right Click + Vibrate
· B Button = Enter
· Y Button = MS On-Screen KeyBoard
· Left Thumb Stick = Mouse Move
· Right Thumb Stick = Mouse Scroll
· D-Pad = Keyboard Directional Keys
· Right Shoulder = Tab
· Start = Start Button
· Back = Escape

Leave Comments If there are features you would like, and i will eventually get around to adding them.

DOWNLOAD:
Download XBOX 360 Controller to Mouse



Welcome to the sites blog :)

Hi,

http://carolos.za.net has a new blog :)

Added XBOX 360 Controller To Mouse Test