Uncategorized

Firmware r4824 of acryan Woxter playonhd iCube supports MKV 750

At last I found a firmware-based acryan SDK3 work in our beloved Woxter :) I guess I also work on Emtec N200 and similar players :)
Here is the download link: http://www.megaupload.com/?d=AOBQQCR8
You know unzip the file, insert the USB install.img and has an update.
The news that brings this firmware are mentioned in this PD , but this also brings support for hd youtube!

Thanks to shizzle acryan forum

{Lang: 'en'}

Uncategorized

Comments (12)

Permalink

How to win a eurillos receiving SMS on the mobile with Qustodian

By XatakaMovil I heard that there is a service we pay to receive advertising and Spanish and is a serious service :) Do not get your hopes you shall not wealthy unless invitéis galore of people, but eurillos earn a month if it is possible :)

Need a mobile phone iPhone, Android, Blackberry, Symbian or other mobile internet you can earn a few eurillos by Qustodian
The process is simple, register, install the app on the phone and advertising for each ad you see win 0.09 cents. Also for every person you invite will earn 0.04 cents per ad viewed, and this person now have even a promotion whereby you get € 6 if you get to invite two people who register. A point in favor of Qustodian is that SMS not received any other message, but appear only in the app dnetro Qustodian , so it does not bother to disturb anything

Once you reach the 10 € you can receive by bank transfer or paypal. The service is serious, if you also fjáis crappy advertisers are not Americans but advertisers nisu known here. I invite you to try clicking on the following image (and helping me to have a referral more)

flashvars = "clickTag = http://es.qustodian.com/campaign/affiliate/unhoi_"
type = "application / x-shockwave-flash" pluginspage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

{Lang: 'en'}

Uncategorized

Comments (0)

Permalink

My players have died realtek accept donations ...

Realtek had two players with whom I did my testing. The Eminent Em7080 who died of unknown causes and the iCube Woxter 750 MKV is dead because I was so foolish as universal plug adapter without noticing power.

Now obviously I can not do tests, a pity because I had everything about ready to get php firmware included with support for xVoD, a program developed by maicros these players, with a little help from cosmona and mine with that cinetube can watch movies, watchnewfilms, myvod.tv and many more in the very near future.

So, it sounds to beg accept donations. Do not know if I receive any even though I often receive visits from people asking for things and that but good. If donations go putting the amount and when I reached enough money to buy a 750 icube WOXTER mkv or any other clone playon! Hd even second hand, it will close the post.

{Lang: 'en'}

Uncategorized

Comments (6)

Permalink

Download custom firmware for the Asus O! Play

Although the published instructions for modifying the firmware and create a custom firmware for Realtek chip media players seemed that nobody was going to encourage an official firmware change.
At the end of a colleague (peliculas7) is lively and has released a new firmware, but in this case is not for the Playon! Hd, WOXTER or Emtec, but for the player Asus O! Play HDP-R1:

  • Based on official firmware 1.28P.
  • Metafeeds added several feeds in Spanish and Xtreamer Live 9!

Download Link

It is seen that users of this player almost completely unaware of the possibility of modifcar part of firmware and the issue is succeeding.

{Lang: 'en'}

Uncategorized

Comments (3)

Permalink

How to view all World Cup games on your TV with multimedia hard drive

Want to see the 64 World Cup matches live via your media player?
Want to see them free, completely legal and without having to use sites like justin.tv or p2p software such as sopcast?
If you have one of the following media players hard disk realtek chip you can:
Eminent EM7080, Asus O! Play, AC! Ryan Playon! HD, Emtec N200, Xtreamer, Woxter iCube MKV 750 and realtek chip models.

Just write a comment, tell me and I will create a player using firmware so you can see on your device all parties football World Cup 2010 which begins tomorrow in South Africa.

{Lang: 'en'}

Uncategorized

Comments (6)

Permalink

How to modify the firmware realtek chip players: Part 2

PART 2: Modify the install.img and yaffs2_1.img

I repeat: On my computer my username is tito, so by following the steps on your computer for your tito replace username.

When you open the firmware file (install.img) in ubuntu file manager or terminal-untar with tar, you can see all files that are within the install.img.

There you will see a folder called Package2 which in turn is inside a file called yaffs2_1.img. The file contains several important things yaffs2_1.img firmware and that often the simple changes that I have drawn so far.

Explain how to decompress the file yaffs2_1.img, remember that you must have installed the files I mentioned in Part 1

1-Open the terminal and enter the folder where the yaffs2_1.img (in my case / home / tito / yaffs_modificado /):
cd / home / tito / yaffs_modificado /

Unzip the file 2-yaffs2_1.img writing in terminal:
yaffs2_1.img unyaffs

Now we will see in / home / tito / yaffs_modificado (or folder that you have used) is the yaffs2_1.img along with all the files that I had inside.
The Linux that you know will know what each thing, that things can change and that things might not play. Anyway I will comment that in / usr / local / bin / scripts or / usr / local / bin / IMS_Modules rss files are in charge of the issue of Internet services, IMS or Internet Feeds.Del you rest and you encargáis . That if, whatever you do, being careful about what might happen ...

3-Once you have cast the necessary modifications. Yaffs2_1.img delete the file that is in / home / tito / yaffs_modificado / and open a new terminal window in which you will write the following:
mkyaffs2image '/ home / tito / yaffs_modificado /' yaffs2_1.img

You will see that in / home / tito / has created a new file yaffs2_1.img

4-Now you just have to replace that file that is in the folder of isntall.img Package2. This step can do this either with the file manager or through terminal with tar.

That's it! I hope that you share things you do as many things that work for one player to another so will almost certainly.

{Lang: 'en'}

Uncategorized

Comments (11)

Permalink

How to modify the firmware realtek chip players: Part 1

PART 1: Install and mkyaffs2image unyaffs

You must use a Linux based on Debian, I used Ubuntu. If you use a debian system than you may have to use other commands to install packages.
On my computer my username is tito, so by following the steps on your computer for your tito replace username.

1-Follow the steps to the letter, but replacing tito for your username.
2-Open the terminal and type the following:
sudo apt-get install subversion cvs
3-When you finish writing the following in the terminal:
svn checkout http://unyaffs.googlecode.com/svn/trunk/ unyaffs-read-only
4-We get into the folder-read-only unyaffs:
cd / home / tito / unyaffs-read-only
5-in terminal write the following to compile unyaffs:
gcc-o unyaffs unyaffs.c
6-Now we put the yaffs file on your site:
sudo cp-R '/ home / tito / unyaffs-read-only / unyaffs' '/ usr / local / sbin'
7-Write in terminal the following:
sudo apt-get install mtd-utils
Write on terminal 8-following (two lines):
export CVSROOT =: pserver: anonymous@cvs.aleph1.co.uk: / cvs logon home/aleph1/cvs
cvs checkout yaffs2
8-Now write the following in the terminal (two lines):
cd '/ home/tito/unyaffs-read-only/yaffs2/utils'
sudo make
9-Copy and mkyaffs2image mkyaffs2image files to your site (it's only one line):
sudo cp-R '/ home/tito/unyaffs-read-only/yaffs2/utils/mkyaffs2image' '/ home/tito/unyaffs-read-only/yaffs2/utils/mkyaffsimage' '/ usr / local / sbin'

Unyaffs is already installed (required to decompress files or yaffs2_2.img yaffs2_1.img) and mkyaffs2image (necessary to recreate files, and after having unzipped yaffs2 and modified).

In the second part will explain how to modify the firmware and a very very basic concepts that you may know that you will find within the firmware.

{Lang: 'en'}

Uncategorized

Comments (5)

Permalink

RIP Guru

Guru, mc Boston native and former member of Gang Starr, has died. He wore two months in the hospital for reasons unknown and somewhat rumored much of that period was spent in a coma.

Today is a sad day for his family and the Hip Hop in general. Dj Premier Guru with GangStarr that was formed and is one of the best groups in rap history. Both his work as a solo Gang Starr (Jazzmataz) are considered classics and mandatory listening for any fan of hip hop.

We will be eternally grateful to Guru for his music. Rest in Peace Guru.

{Lang: 'en'}

Uncategorized

Comments (2)

Permalink

Vimeo feeds on Playon! HD, MKV and 750 iCube Woxter rest of realtek players

Yesterday Zane helped me to Have a vimeo downloader realtek working on our player-through telnet. Which Means That We Were Able to download vimeo video to our pohd-through telnet.
The thing is That I wanted to go one step further in order to use vimeo feeds and play videos on my HDD Their Player. Fortunately I did it thanks to Some php tricks. :)

Have only feeds for Vimeo channels, users uploads and tags (They Do not Have Unfortunately for searchs feeds), so if you want to watch on vimeo channel, or a concrete user uploads video from vimeo player realtek on yor You have two options:

  1. Obvious: Download the video and copy it to your player.
  2. Use one of metafeeds and add urls to metafeeds the Following:
    http://estosesale.com/vimeo_user.php?user=USERNAME (feeds of the videos uploaded by a concrete user)
    http://estosesale.com/vimeo_channel.php?channel=CHANNELNAME (feeds of videos from a concrete channelname)
    http://estosesale.com/vimeo_downloader.php?id=VIDEOID (link to one single video)
    http://estosesale.com/vimeo_tag.php?tag=TAG (That video feeds of the match the tag uyou wrote. It Work with only one word so it's not too much Useful)

Enjoy it and feel free to ask if you Have Any Questions!

{Lang: 'en'}

Uncategorized

Comments (7)

Permalink

Amended by R2901 Firmware v2 titooo Playon! HD: Youtube HD support

If you take a few days ago a modified firmware for MKV 750 Woxter iCube supports Youtube videos in high definition, now I have done the same for the ACRyan Playon! HD.

This firmware is compatible with the iCube Woxter 750 MKV, I believe it is compatible with the Emtec N200 and the new features included on the firmware I got in his day for POHD are:

-Fixed support for Youtube
-Support for Youtube HD videos are played at 720p if the video is in that capacity, but the high quality of Youtube, and if the vidoe you are not in HD
-Added Metafeeds.
Video-performance equal to r2388 firmware.
-It brings the feed of weather information

Download Link: http://estosesale.com/r2901_hacked_by_titooo_v2.zip

{Lang: 'en'}

Uncategorized

Comments (10)

Permalink