samsung
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
Samsung Manager YH-820 0.1
Samsung Manager YH-820 is a manager for the Samsung YH-820 digital audio player (an maybe others). more>>
Samsung Manager YH-820 is a manager for the Samsung YH-820 digital audio player (an maybe others).
Samsung Manager YH-820 manages song for the digital audio player from Samsung.
The program aims to be as more user friendly as possible, using HAL and Dbus for player detection and provides a gobject based library that, eventually, may be integrated with a music player (for example Rhythmbox).
In the spirit of "release early, release often", it lacks song removing. Please report any bug and backup your player, a new release will follow soon.
<<lessSamsung Manager YH-820 manages song for the digital audio player from Samsung.
The program aims to be as more user friendly as possible, using HAL and Dbus for player detection and provides a gobject based library that, eventually, may be integrated with a music player (for example Rhythmbox).
In the spirit of "release early, release often", it lacks song removing. Please report any bug and backup your player, a new release will follow soon.
Download (0.26MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
729 downloads
PWC-Config 0.8
PWC-Config is a graphical user interface for configuring all Web cameras supported by the PWC driver. more>>
PWC-Config is a graphical user interface for configuring all Web cameras supported by the PWC driver.
The following cameras are currently supported by this driver:
PCA645VC
PCA646VC
PCVC675K "Vesta"
PCVC680K "Vesta Pro"
PCVC690K "Vesta Scan"
PCVC720K/40 "ToUCam XS" (!)
PCVC730K "ToUCam Fun"
PCVC740K "ToUCam Pro"
PCVC750K "ToUCam Scan"
Askey VC010
Creative Labs Webcam 5
Creative Labs Webcam Pro Ex (soon)
Logitech QuickCam 3000 Pro
Logitech QuickCam 4000 Pro
Logitech QuickCam Notebook Pro
Logitech QuickCam Zoom
Samsung MPC-C10, MPC-C30
Sotec Afina Eye
Visionite VCS UM100, UC300
To install follow these steps:
First, as your normal user, type in the following:
./configure
make
Once that finishes, the program will be installed into the src directory.
Alternatively, by logging in as root you can install it into
/usr/local/bin/cam by typing:
make install
<<lessThe following cameras are currently supported by this driver:
PCA645VC
PCA646VC
PCVC675K "Vesta"
PCVC680K "Vesta Pro"
PCVC690K "Vesta Scan"
PCVC720K/40 "ToUCam XS" (!)
PCVC730K "ToUCam Fun"
PCVC740K "ToUCam Pro"
PCVC750K "ToUCam Scan"
Askey VC010
Creative Labs Webcam 5
Creative Labs Webcam Pro Ex (soon)
Logitech QuickCam 3000 Pro
Logitech QuickCam 4000 Pro
Logitech QuickCam Notebook Pro
Logitech QuickCam Zoom
Samsung MPC-C10, MPC-C30
Sotec Afina Eye
Visionite VCS UM100, UC300
To install follow these steps:
First, as your normal user, type in the following:
./configure
make
Once that finishes, the program will be installed into the src directory.
Alternatively, by logging in as root you can install it into
/usr/local/bin/cam by typing:
make install
Download (0.077MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
711 downloads
UFFS 1.1.0
UFFS is an ultra low cost flash file system for embedded system. more>>
UFFS is an ultra low cost flash file system for embedded system.
UFFS is a NAND flash file system designed for embedded system, it performs some unique and advanced features:
Low cost:
For NAND flash with 512 page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
128M | 8192 | 40/30 | 164K
32M | 2048 | 40/30 | 68K
16M | 1024 | 10/10 | 26K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(512) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
For NAND flash with 2K page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
512M | 8192 | 40/30 | 180K
128M | 512 | 40/30 | 70K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(2048) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
Fast booting
UFFS read only one spare area for each NAND flash block to build up the in-memory nodes tree. Typically, UFFS needs less then 1 second to mount a full loaded 128 Mbytes NAND flash.
Superb Reliability
Guaranteed integrity across unexpected power losses.
Bad-block tolerant, ECC enable and ware-leveling
Nothing new for flash file system, but UFFS implements these in a simple yet effective way.
No garbage collection needed for UFFS
UFFS collect the dirty blocks on the fly, no garbage collection needed.
Support direct flash interface, no operating system needed
UFFS can be build on top of direct flash interface,easy to port to any embedded system.
Fully tested
UFFS is fully tested on PC (via UFFS PC emulator). Moreover, UFFS is not just proof-of-concept but has been successfully used in real world product for tens of thousands of copies.
What UFFS "IS", "IS NOT" ?
UFFS is not a Linux kernel module.
UFFS is not running in a separated thread rather than application.
UFFS is a library to be linked with your embedded application.
UFFS should be used when JFFS/YAFFS cant be used (because of the insufficient of memory)
UFFS is not the substitute of JFFS or YAFFS.
Why UFFS ?
- Hardware resource is limited (typically 64~512K RAM), but need a reliable flash file system
- JFFS/JFFS2 sucks (useless without Linux/MTD, also memory monster)
- YAFFS/YAFFS2 is excellent, but still consumes too much memory
- Others ? ... not available... (open source of course)
Enhancements:
- Support large page size, e.g. 1K, 2K, support all Samsung NAND flash.
<<lessUFFS is a NAND flash file system designed for embedded system, it performs some unique and advanced features:
Low cost:
For NAND flash with 512 page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
128M | 8192 | 40/30 | 164K
32M | 2048 | 40/30 | 68K
16M | 1024 | 10/10 | 26K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(512) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
For NAND flash with 2K page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
512M | 8192 | 40/30 | 180K
128M | 512 | 40/30 | 70K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(2048) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
Fast booting
UFFS read only one spare area for each NAND flash block to build up the in-memory nodes tree. Typically, UFFS needs less then 1 second to mount a full loaded 128 Mbytes NAND flash.
Superb Reliability
Guaranteed integrity across unexpected power losses.
Bad-block tolerant, ECC enable and ware-leveling
Nothing new for flash file system, but UFFS implements these in a simple yet effective way.
No garbage collection needed for UFFS
UFFS collect the dirty blocks on the fly, no garbage collection needed.
Support direct flash interface, no operating system needed
UFFS can be build on top of direct flash interface,easy to port to any embedded system.
Fully tested
UFFS is fully tested on PC (via UFFS PC emulator). Moreover, UFFS is not just proof-of-concept but has been successfully used in real world product for tens of thousands of copies.
What UFFS "IS", "IS NOT" ?
UFFS is not a Linux kernel module.
UFFS is not running in a separated thread rather than application.
UFFS is a library to be linked with your embedded application.
UFFS should be used when JFFS/YAFFS cant be used (because of the insufficient of memory)
UFFS is not the substitute of JFFS or YAFFS.
Why UFFS ?
- Hardware resource is limited (typically 64~512K RAM), but need a reliable flash file system
- JFFS/JFFS2 sucks (useless without Linux/MTD, also memory monster)
- YAFFS/YAFFS2 is excellent, but still consumes too much memory
- Others ? ... not available... (open source of course)
Enhancements:
- Support large page size, e.g. 1K, 2K, support all Samsung NAND flash.
Download (1.2MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
503 downloads
Splix 0.0.2
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers. more>>
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers. If you have a such printer, you need to download and use SpliX. Moreover you will find documentations about this proprietary language.
Note that only SPL2 printers are currently supported! However we are looking for people who have a SPL printer to implement it as soon as possible.
Dont hesitate to leave us a message if necessary.
Enhancements:
- Several bugs have been fixed.
- It can be used with CUPS version 1.2 or later.
- The Makefile has been changed.
- The SRT mode is only available for specific printers.
- Splix on 64-bit architectures now works.
- The last band is now printed.
- Margins have been recalculated.
- New translations for German and Italian have been added.
<<lessNote that only SPL2 printers are currently supported! However we are looking for people who have a SPL printer to implement it as soon as possible.
Dont hesitate to leave us a message if necessary.
Enhancements:
- Several bugs have been fixed.
- It can be used with CUPS version 1.2 or later.
- The Makefile has been changed.
- The SRT mode is only available for specific printers.
- Splix on 64-bit architectures now works.
- The last band is now printed.
- Margins have been recalculated.
- New translations for German and Italian have been added.
Download (0.023MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1081 downloads
BitPim 1.0.1
BitPim is a program that allows you to view and manipulate data on many CDMA phones. more>>
BitPim is a program that allows you to view and manipulate data on many CDMA phones from LG, Samsung, Sanyo and other manufacturers.
BitPim includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and the Filesystem for most Qualcomm CDMA chipset based phones.
You need a cell phone that BitPim can talk to (details).
You will need a cable that plugs into your computer and into the cellphone. The page for your cell phone lists details of the cables.
If you use Windows, a driver is required for your cable. The driver should be supplied by the supplier/manufacturer of the cable. Drivers may also be available online from the manufacturer of the cable or the phone. The "section" of the help pages for your phone may have pointers to these drivers. Mac OS X and most recent Linux distributions include the drivers, if required.
BitPim is a Python-based app that allows you to view and manipulate data on LG VX4400/VX6000 as well as many Sanyo Sprint cell phones. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone), and the embedded Filesystem for most Qualcomm CDMA chipset-based phones (expert users).
Note: You should to use the test releases if you have any phone other than the LG VX4400, with the LG VX4400 you should use this version. Also, straight USB cables for the LG VX4400 phone WILL result in errors.
Supported phones:
- Audiovox CDM-8900
- LG-VX4400
- LG-VX4500
- LG-VX6000
- Sanyo SCP-4900
- Sanyo SCP-5300
- Sanyo SCP-5500
- Sanyo SCP-7200
- Other CDMA phones
<<lessBitPim includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and the Filesystem for most Qualcomm CDMA chipset based phones.
You need a cell phone that BitPim can talk to (details).
You will need a cable that plugs into your computer and into the cellphone. The page for your cell phone lists details of the cables.
If you use Windows, a driver is required for your cable. The driver should be supplied by the supplier/manufacturer of the cable. Drivers may also be available online from the manufacturer of the cable or the phone. The "section" of the help pages for your phone may have pointers to these drivers. Mac OS X and most recent Linux distributions include the drivers, if required.
BitPim is a Python-based app that allows you to view and manipulate data on LG VX4400/VX6000 as well as many Sanyo Sprint cell phones. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone), and the embedded Filesystem for most Qualcomm CDMA chipset-based phones (expert users).
Note: You should to use the test releases if you have any phone other than the LG VX4400, with the LG VX4400 you should use this version. Also, straight USB cables for the LG VX4400 phone WILL result in errors.
Supported phones:
- Audiovox CDM-8900
- LG-VX4400
- LG-VX4500
- LG-VX6000
- Sanyo SCP-4900
- Sanyo SCP-5300
- Sanyo SCP-5500
- Sanyo SCP-7200
- Other CDMA phones
Download (14.1MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
579 downloads
Cmos password recovery tools 4.8
Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP. more>>
Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP.
Works with the following BIOSes:
- ACER/IBM BIOS
- AMI BIOS
- AMI WinBIOS 2.5
- Award 4.5x/4.6x/6.0
- Compaq (1992)
- Compaq (New version)
- IBM (PS/2, Activa, Thinkpad)
- Packard Bell
- Phoenix 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, 4.06 rev 1.13.1107
- Phoenix 4 release 6 (User)
- Gateway Solo - Phoenix 4.0 release 6
- Toshiba
- Zenith AMI
With CmosPwd, you can also backup, restore and erase/kill cmos.
AWARD 4.50 have a backdoor, a generic password : AWARD_SW SOYO motherboard have "SY_MB" as master password for Award 4.51. CmosPwd give equivalent passwords for Award BIOS, not original one.
CmosPwd works and compiles under:
- Dos-Win9x,
- Windows NT/W2K/XP/2003,
- Linux,
- FreeBSD and NetBSD.
Enhancements:
- This version adds support for the VAIO EEPROM and Samsung P25 CMOS.
<<lessWorks with the following BIOSes:
- ACER/IBM BIOS
- AMI BIOS
- AMI WinBIOS 2.5
- Award 4.5x/4.6x/6.0
- Compaq (1992)
- Compaq (New version)
- IBM (PS/2, Activa, Thinkpad)
- Packard Bell
- Phoenix 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, 4.06 rev 1.13.1107
- Phoenix 4 release 6 (User)
- Gateway Solo - Phoenix 4.0 release 6
- Toshiba
- Zenith AMI
With CmosPwd, you can also backup, restore and erase/kill cmos.
AWARD 4.50 have a backdoor, a generic password : AWARD_SW SOYO motherboard have "SY_MB" as master password for Award 4.51. CmosPwd give equivalent passwords for Award BIOS, not original one.
CmosPwd works and compiles under:
- Dos-Win9x,
- Windows NT/W2K/XP/2003,
- Linux,
- FreeBSD and NetBSD.
Enhancements:
- This version adds support for the VAIO EEPROM and Samsung P25 CMOS.
Download (0.034MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1040 downloads
RT-Thread 0.2.2
RT-Thread is a real-time operating system. more>>
RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc.
RT-Thread project also provides a C-expression interpreter shell, from which a programmer can access kernel variables and invoke system functions.
Main features:
Kernel Object System
- There is a kernel object system, which can access and manage all of the kernel objects. Kernel objects include most of the facilities in the kernel, for example, thread, semaphore etc. Kernel objects can be static objects, whose memory is allocated in compiling. It can be dynamic objects as well, whose memory is allocated from system heaps in runtime. Through the kernel object system, RT-Thread operating system can be independent from the memory management system and greatly enhance the scalability of the system.
Multi-Task/Thread Scheduling
- RT-Thread operating system supports multi-task systems, which are based on thread scheduling. The scheduling algorithm used in RT-Thread operating system is a full preemptive priority-based scheduling algorithm. It supports 256 priority levels, in which 0 is the highest and 255 the lowest. The 255th priority is used for idle thread. The scheduling algorithm also supports threads running at same priority level. The shared time-slice round-robin scheduling is used for this case. The time of scheduler to determine the next highest ready thread is determinant. The number of threads in the system is unlimited, only related with RAM.
Synchronization Mechanisms
- RT-Thread operating system supports the traditional semaphore and mutex. Mutex objects use inherited priority to prevent priority reversion. The semaphore release action is safe for interrupt service routine. Moreover, the block queue for thread to obtain semaphore or mutex can be sorted by priority or FIFO.
Inter-Thread Communication
- RT-Thread operating systems supports event/fast event, mail box and message queue. The event mechanism is used to awake a thead by setting one or more corresponding bit of a binary number when an event ocurs. The fast event supports event thread queue. Once a one bit event occurs, the corresponding blocked thread can be found out timing accurately, then will be waked up. In mailbox, a mail length is fixed to 4 byte, which is more effective than message queue. The send action for communication facilities is also safe for interrupt service routine.
Clock and Timer
- In default, the system uses clock tick to implement shared time-slice scheduling. The timing sensitivity of thread is implemented by timers. The timer can be set as one-shot or periodic timeout.
Memory Management
- RT-Thread operating system supports two types memory management: static memory pool management and dynamic memory heap management. The time to allocate a memory block from the memory pool is determinant and when the memory pool is empty, the allocated thread can be blocked (or immediately return, or waiting for sometime to return, which are determined by a timeout parameter). When other thread releases memory blocks to this memory pool, the blocked thread is wake up.
Enhancements:
- More porting was done to Samsung S3C44b0 CPU, AMTEL AT91SAM7S64, Nintendo DS, and Intel i386.
<<lessRT-Thread project also provides a C-expression interpreter shell, from which a programmer can access kernel variables and invoke system functions.
Main features:
Kernel Object System
- There is a kernel object system, which can access and manage all of the kernel objects. Kernel objects include most of the facilities in the kernel, for example, thread, semaphore etc. Kernel objects can be static objects, whose memory is allocated in compiling. It can be dynamic objects as well, whose memory is allocated from system heaps in runtime. Through the kernel object system, RT-Thread operating system can be independent from the memory management system and greatly enhance the scalability of the system.
Multi-Task/Thread Scheduling
- RT-Thread operating system supports multi-task systems, which are based on thread scheduling. The scheduling algorithm used in RT-Thread operating system is a full preemptive priority-based scheduling algorithm. It supports 256 priority levels, in which 0 is the highest and 255 the lowest. The 255th priority is used for idle thread. The scheduling algorithm also supports threads running at same priority level. The shared time-slice round-robin scheduling is used for this case. The time of scheduler to determine the next highest ready thread is determinant. The number of threads in the system is unlimited, only related with RAM.
Synchronization Mechanisms
- RT-Thread operating system supports the traditional semaphore and mutex. Mutex objects use inherited priority to prevent priority reversion. The semaphore release action is safe for interrupt service routine. Moreover, the block queue for thread to obtain semaphore or mutex can be sorted by priority or FIFO.
Inter-Thread Communication
- RT-Thread operating systems supports event/fast event, mail box and message queue. The event mechanism is used to awake a thead by setting one or more corresponding bit of a binary number when an event ocurs. The fast event supports event thread queue. Once a one bit event occurs, the corresponding blocked thread can be found out timing accurately, then will be waked up. In mailbox, a mail length is fixed to 4 byte, which is more effective than message queue. The send action for communication facilities is also safe for interrupt service routine.
Clock and Timer
- In default, the system uses clock tick to implement shared time-slice scheduling. The timing sensitivity of thread is implemented by timers. The timer can be set as one-shot or periodic timeout.
Memory Management
- RT-Thread operating system supports two types memory management: static memory pool management and dynamic memory heap management. The time to allocate a memory block from the memory pool is determinant and when the memory pool is empty, the allocated thread can be blocked (or immediately return, or waiting for sometime to return, which are determined by a timeout parameter). When other thread releases memory blocks to this memory pool, the blocked thread is wake up.
Enhancements:
- More porting was done to Samsung S3C44b0 CPU, AMTEL AT91SAM7S64, Nintendo DS, and Intel i386.
Download (0.34MB)
Added: 2007-01-21 License: GPL (GNU General Public License) Price:
1009 downloads
PMPlib 0.14 Alpha
PMPlib (Portable Media Player library) is an open source project for the development of management software/library. more>>
PMPlib (Portable Media Player library) is an open source project for the development of management software/library for various portable media players. PMPlib project currently supports the following hardware:
- iRiver H100 series
- iRiver H300 series
- iRiver H10 UMS
- iRiver H10 MTP (with emergency connect mode)
- iRiver H10Jr. UMS
- iRiver U10 UMS
- MEDION MDJuke220
- MEDION MDJuke440
- Samsung YH-820
- Samsung YH-920
- Samsung YH-925
Enhancements:
- Implemented playlist conversion for iriver E10 (pmp_iriverplus3).
- Added the support for MSI MEGA PLAYER 540 in pmp_portalplayer1.
- Added the support of Ogg Vorbis for Samsung YH-920.
- On-the-fly playlist conversion from M3U/PLS playlist file located on the PC. Use -P (--playlist-source) option to configure the source directory.
- Configurable paths to music and playlist directories.
- Display supported firmware versions, audio codecs, and file extensions.
- Suppress flickering in the progress report.
- Report file names from which EasyPMP failed to obtain the media information.
- Report names of music files whose artist or album names are empty as they may be moved to "Unknown artist" or "Unkonwn album" section.
- Changed the default character encoding for non-unicode ID3v1/ID3v2 tags to ISO-8859-1.
- Fixed several bugs in reading/writing the database for iriver E10.
- Improved the routine for writing the iriver E10 database with the latest knowledge.
- Fixed a crash reported at the forum (thanks jonof).
- Fixed a bug in playlist conversion with -f (--find-missing) option on POSIX environments.
- Fixed a bug in database update for PortalPlayer devices on POSIX environments.
- Applied two patches for libid3tag for bug-fixes (Win32 version).
- Updated the JavaScript engine to SpiderMonkey 1.6 (Win32 version).
- Distribute RPM packages, pmplib, pmplib-tools, and pmplib-devel.
- Grand API restructuring and documentation.
- Install header files for the development to ${PREFIX}/include/pmplib
- Merged libucs2 (ucs2.dll) and libfilepath (filepath.dll) into libpmp (pmp.dll) for simplicity.
<<less- iRiver H100 series
- iRiver H300 series
- iRiver H10 UMS
- iRiver H10 MTP (with emergency connect mode)
- iRiver H10Jr. UMS
- iRiver U10 UMS
- MEDION MDJuke220
- MEDION MDJuke440
- Samsung YH-820
- Samsung YH-920
- Samsung YH-925
Enhancements:
- Implemented playlist conversion for iriver E10 (pmp_iriverplus3).
- Added the support for MSI MEGA PLAYER 540 in pmp_portalplayer1.
- Added the support of Ogg Vorbis for Samsung YH-920.
- On-the-fly playlist conversion from M3U/PLS playlist file located on the PC. Use -P (--playlist-source) option to configure the source directory.
- Configurable paths to music and playlist directories.
- Display supported firmware versions, audio codecs, and file extensions.
- Suppress flickering in the progress report.
- Report file names from which EasyPMP failed to obtain the media information.
- Report names of music files whose artist or album names are empty as they may be moved to "Unknown artist" or "Unkonwn album" section.
- Changed the default character encoding for non-unicode ID3v1/ID3v2 tags to ISO-8859-1.
- Fixed several bugs in reading/writing the database for iriver E10.
- Improved the routine for writing the iriver E10 database with the latest knowledge.
- Fixed a crash reported at the forum (thanks jonof).
- Fixed a bug in playlist conversion with -f (--find-missing) option on POSIX environments.
- Fixed a bug in database update for PortalPlayer devices on POSIX environments.
- Applied two patches for libid3tag for bug-fixes (Win32 version).
- Updated the JavaScript engine to SpiderMonkey 1.6 (Win32 version).
- Distribute RPM packages, pmplib, pmplib-tools, and pmplib-devel.
- Grand API restructuring and documentation.
- Install header files for the development to ${PREFIX}/include/pmplib
- Merged libucs2 (ucs2.dll) and libfilepath (filepath.dll) into libpmp (pmp.dll) for simplicity.
Download (0.80MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
584 downloads
Gratis Descarga 1.0.1
Descargue grátis, para celulares Nokia, Samsung, SonyEricsson, Sony Ericsson, Motorola, Benq, Philips, Siemens, Sharp, LG, Sanyo, Pantech, Panasonic, ... more>> <<less
Download (1KB)
Added: 2009-04-10 License: Freeware Price: Free
203 downloads
Xbox360 Controller Driver
Xbox360 Controller Driver package contains the diabolixs compiled Xbox360 controller driver for Linux on the PS3. more>>
Xbox360 Controller Driver package contains the diabolixs compiled Xbox360 controller driver for Linux on the PS3.
Its been tested with Fedora Core 5 (PPC distribution) using Snes9x and Doom.
The Xbox 360 is the successor to Microsofts Xbox video game console, developed in cooperation with IBM, ATI, Samsung and SiS. Information on the console first came through viral marketing campaigns and it was officially unveiled on MTV on May 12, 2005, with detailed launch and game information divulged later that month at the Electronic Entertainment Expo.
The Xbox 360 is the first console to have a near-simultaneous launch across the three major regions, and the first to provide wireless controller support at launch. The console sold out completely at release and by the end of 2006 had sold 10.4 million worldwide.
The Xbox 360 was the first home console to be released in the seventh generation of game consoles and competes against Sonys PlayStation 3 and Nintendos Wii. Its Xbox Live service allows players to compete online as well as download games and additional content.
<<lessIts been tested with Fedora Core 5 (PPC distribution) using Snes9x and Doom.
The Xbox 360 is the successor to Microsofts Xbox video game console, developed in cooperation with IBM, ATI, Samsung and SiS. Information on the console first came through viral marketing campaigns and it was officially unveiled on MTV on May 12, 2005, with detailed launch and game information divulged later that month at the Electronic Entertainment Expo.
The Xbox 360 is the first console to have a near-simultaneous launch across the three major regions, and the first to provide wireless controller support at launch. The console sold out completely at release and by the end of 2006 had sold 10.4 million worldwide.
The Xbox 360 was the first home console to be released in the seventh generation of game consoles and competes against Sonys PlayStation 3 and Nintendos Wii. Its Xbox Live service allows players to compete online as well as download games and additional content.
Download (0.071MB)
Added: 2007-01-09 License: Freeware Price:
640 downloads
Free60 Gentoo LiveCD Xenon Beta 2
Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. more>>
Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. It is based on the experimental gentoo liveCD that can be found here:
http://gentoo.mirrors.pair.com/experimental/ppc64/livecd/
It has a few changes to boot on the Xbox 360 (codename xenon).
How does it work ?
Burn gentoo-livecd-xenon-beta-v2.iso. Upload the cdreader binary via serial, or use the new king kong patcher with built-in readcd code, this will open the dvd tray. Put the gentoo-livecd-xenon-beta CD in the drive. cdreader will automatically start the xell bootloader located at lba 0x20 on this cd and boot the Linux Kernel.
Thanks to stonersmurf for the compilation of the liveCD.
Where to find more info on Linux for Xbox 360 :
http://www.free60.org/
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Microsoft, Xbox, Xbox360 (and probably some more) are registered trademarks by Microsoft Corp. No affiliation between the Free60 Project and Microsoft Corp. exists or is implied. All other trademarks and copyrights are property of their respective owners.
The new Live CD supports all Xbox 360 consoles with firmware versions 4532 and 4548 and can be run without affecting the consoles normal functionality. It contains the latest free60 patches against the Linux kernel 2.6.21 and ships with a full Gnome desktop environment, including applications like Firefox and Evolution. It also offers an entire 64-bit PowerPC compiler toolchain for developers.
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Enhancements:
- New 2.6.21 based kernel
- Improved networking support
- Improved framebuffer kernel level support
- Supports Toshiba-Samsung drives, now
<<lesshttp://gentoo.mirrors.pair.com/experimental/ppc64/livecd/
It has a few changes to boot on the Xbox 360 (codename xenon).
How does it work ?
Burn gentoo-livecd-xenon-beta-v2.iso. Upload the cdreader binary via serial, or use the new king kong patcher with built-in readcd code, this will open the dvd tray. Put the gentoo-livecd-xenon-beta CD in the drive. cdreader will automatically start the xell bootloader located at lba 0x20 on this cd and boot the Linux Kernel.
Thanks to stonersmurf for the compilation of the liveCD.
Where to find more info on Linux for Xbox 360 :
http://www.free60.org/
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Microsoft, Xbox, Xbox360 (and probably some more) are registered trademarks by Microsoft Corp. No affiliation between the Free60 Project and Microsoft Corp. exists or is implied. All other trademarks and copyrights are property of their respective owners.
The new Live CD supports all Xbox 360 consoles with firmware versions 4532 and 4548 and can be run without affecting the consoles normal functionality. It contains the latest free60 patches against the Linux kernel 2.6.21 and ships with a full Gnome desktop environment, including applications like Firefox and Evolution. It also offers an entire 64-bit PowerPC compiler toolchain for developers.
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Enhancements:
- New 2.6.21 based kernel
- Improved networking support
- Improved framebuffer kernel level support
- Supports Toshiba-Samsung drives, now
Download (621MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
878 downloads
foo2qpdl 02212007
foo2qpdl is a Linux printer driver for QPDL protocol. more>>
foo2qpdl is a Linux printer driver for QPDL protocol.
foo2qpdl is an open source printer driver for printers that use the QPDL wire protocol for their print data, such as the Samsung CLP-300 or the Samsung CLP-600. These printers are often erroneously referred to as winprinters or GDI printers. However, Microsoft GDI only mandates the API between an application and the printer driver, not the protocol on the wire between the printer driver and the printer. In fact, QPDL printers are raster printers which happen to use a very efficient wire protocol. QPDL is just one of many wire protocols that are in use today, such as Postscript, PCL, Epson, ZjStream, etc.
This driver uses Ghostscript to perform all of the heavy lifting (image processing). There are five major components to the foo2qpdl printer driver.
- foo2qpdl - the page image to protocol conversion engine of the driver.
- foo2qpdl-wrapper - a shell script (compatible with foomatic) which runs ghostscript and foo2qpdl in a pipeline.
- icc2ps - converts an ICM color profile to a Postscript CRD, which is then fed into Ghostscript before the users Postscript program.
- foomatic-db - foomatic database entries which describe the supported printers and their options so that printer spoolers know how to access the printer using foo2qpdl-wrapper.
- qpdldecode - a tool for developers to inspect QPDL streams.
Installation:
Click the link, or cut and paste the whole command line below to download the driver.
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Now unpack it:
Unpack:
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
Now compile and install it. The INSTALL file contains more detailed instructions; please read it now.
Compile:
$ make
Install driver, foomatic XML files, and extra files:
$ su OR $ sudo make install
# make install
(Optional) If you use CUPS, restart the spooler:
# make cups OR $ sudo make cups
Now create printer entries for your spooler. Create at least one queue for monochrome, and another queue for color printing. Create the queues first, then edit them and set the device options as desired. See your operating system documentation for further details on creating a printer queue. Click any hyperlinks below for sample screenshots.
For Redhat 7.2/7.3/8.0/9.0 and Fedora Core 1-5 users:
# printconf-gui
For Fedora Core 6 users:
# system-config-printer
For Mandrake/Manrivia users:
# printerdrake
For Suse 10.0 users:
# yast2 printer
For Ubuntu 5.10/6.06/6.10 users:
$ sudo gnome-cups-manager
$ sudo make cups
For a networked Konica Minolta magicolor 2530 DL, I used a "Queue Type" "HP JetDirect" and set "Host:" to the IP address of the printer and "Port:" to 9100.
For low level testing, you can also create a "raw queue", which will accept QPDL files as-is and send them directly to the printer.
Enhancements:
- Samsung CLP-300, Samsung CLP-600, and Samsung CLX-3160 printers are supported.
- Only JBIG (type 0x13) compression is implemented and it is alpha quality.
<<lessfoo2qpdl is an open source printer driver for printers that use the QPDL wire protocol for their print data, such as the Samsung CLP-300 or the Samsung CLP-600. These printers are often erroneously referred to as winprinters or GDI printers. However, Microsoft GDI only mandates the API between an application and the printer driver, not the protocol on the wire between the printer driver and the printer. In fact, QPDL printers are raster printers which happen to use a very efficient wire protocol. QPDL is just one of many wire protocols that are in use today, such as Postscript, PCL, Epson, ZjStream, etc.
This driver uses Ghostscript to perform all of the heavy lifting (image processing). There are five major components to the foo2qpdl printer driver.
- foo2qpdl - the page image to protocol conversion engine of the driver.
- foo2qpdl-wrapper - a shell script (compatible with foomatic) which runs ghostscript and foo2qpdl in a pipeline.
- icc2ps - converts an ICM color profile to a Postscript CRD, which is then fed into Ghostscript before the users Postscript program.
- foomatic-db - foomatic database entries which describe the supported printers and their options so that printer spoolers know how to access the printer using foo2qpdl-wrapper.
- qpdldecode - a tool for developers to inspect QPDL streams.
Installation:
Click the link, or cut and paste the whole command line below to download the driver.
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Now unpack it:
Unpack:
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
Now compile and install it. The INSTALL file contains more detailed instructions; please read it now.
Compile:
$ make
Install driver, foomatic XML files, and extra files:
$ su OR $ sudo make install
# make install
(Optional) If you use CUPS, restart the spooler:
# make cups OR $ sudo make cups
Now create printer entries for your spooler. Create at least one queue for monochrome, and another queue for color printing. Create the queues first, then edit them and set the device options as desired. See your operating system documentation for further details on creating a printer queue. Click any hyperlinks below for sample screenshots.
For Redhat 7.2/7.3/8.0/9.0 and Fedora Core 1-5 users:
# printconf-gui
For Fedora Core 6 users:
# system-config-printer
For Mandrake/Manrivia users:
# printerdrake
For Suse 10.0 users:
# yast2 printer
For Ubuntu 5.10/6.06/6.10 users:
$ sudo gnome-cups-manager
$ sudo make cups
For a networked Konica Minolta magicolor 2530 DL, I used a "Queue Type" "HP JetDirect" and set "Host:" to the IP address of the printer and "Port:" to 9100.
For low level testing, you can also create a "raw queue", which will accept QPDL files as-is and send them directly to the printer.
Enhancements:
- Samsung CLP-300, Samsung CLP-600, and Samsung CLX-3160 printers are supported.
- Only JBIG (type 0x13) compression is implemented and it is alpha quality.
Download (1.1MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
596 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above samsung search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed