Author Topic: Measy FULL HD 1080P Player  (Read 251140 times)

0 Members and 6 Guests are viewing this topic.

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #930 on: Jul 29, 2011 at 10:03 AM »
I did realize that when you set the time into the device it gets out dated. so i decided to install a NTP agent to auto synchronize with a time server.

This "hack" can be done only with Firmware 6.23 or equivalent that the firmware lets you modify the files.

telnet to the device (user: root pass:it dose not ask for a password)

CODE:
-----
cd /tmp
wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/ntpclient_2007_365-1_mipsel.ipk
ipkg install ntpclient_2007_365-1_mipsel.ipk

----
This install the ntp client on the device.

Now we are going to update the update time / date every hour.

CODE:
---------
echo "0 * * * * root /opt/bin/ntpclient -h pool.ntp.org -s &>/dev/null" >/opt/etc/cron.d/ntpclient
------

note: if you want to update every 5 minutes you can run the following line (test usage)
echo "*/5 * * * * root /opt/bin/ntpclient -h pool.ntp.org -s &>/dev/null" >/opt/etc/cron.d/ntpclient  


now you have to set your time zone.

code:
------

vi /etc/profile

search TZ using the "/" key

replace export TZ=CST+0:00:00 With your time zone. my time zone is GMT -3 so i edited the file and i put.

export TZ=GMT+03:00:00


--------------
Example: profile should look some thing like this in the bottom.
....
...
..
#export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
export PATH HOSTNAME HISTSIZE TERM

#for i in /etc/profile.d/*.sh ; do
#    if [ -r "$i" ]; then
#       . $i
#    fi
#done

#unset i
unset pathmunge
export TZ=GMT+03:00:00

alias open="eject /dev/cdroms/cdrom0"
alias close="eject -t /dev/cdroms/cdrom0"

-------

log off and reboot the device if you want. then wait 1 hour and you will see date updated. For testing usage use the 5 minute example.  

run: date
and you will see the date on the system. or check the time on the tv.
« Last Edit: Jul 29, 2011 at 10:16 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #931 on: Jul 29, 2011 at 10:23 AM »
note: this can only be don with firmware 6.23 or any that file system is read write.

this hack makes ls be in colors

telent to the device (user: root pass: it does not ask for password)

code: paste following line
echo "alias ls=\"ls --color\"" >> /etc/profile

log off the device then log in again and you will see the ls in colors.



« Last Edit: Jul 29, 2011 at 10:24 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #932 on: Jul 29, 2011 at 11:30 AM »
I have installed transmition on the device i will be testing then i will be providing a tutorial.  for the 10 minutes that now im testing is incredibly faster that btpd. it like utorrent. also support DHT and Utorrnet protocol


...
« Last Edit: Jul 29, 2011 at 11:39 AM by tatubias »

Offline hansel0517

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 9
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #933 on: Jul 29, 2011 at 12:58 PM »
hi tatubias,

when you are able to make newly repacked 6.23 available for download?

thanks.

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #934 on: Jul 29, 2011 at 07:28 PM »
I have installed transmition on the device i will be testing then i will be providing a tutorial.  for the 10 minutes that now im testing is incredibly faster that btpd. it like utorrent. also support DHT and Utorrnet protocol


...


i have tested last night for me transmission i downloaded 3 files.

file 1 700 mb
file 2 1400 mb
file 3 1350 mb

all that in 7 hs.

it seems it does download very fast. what im testing now it seems that transmision consumes more resources that BTPD, and when you want to play a movie you have so wait some seconds to start.

now im testing 720 mkv file and it plays smoothly while im downloading with transmission.

you can access to a web interface http://ip_mediaplayer:9091 it has all that you need.
also you can install a windows client that looks like utorrent and it is very good..

Reference tutorial:
log in into the device using telnet:

run the following commands. this will install transmission software and the dependencies that it needs to work.

cd /tmp
wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/libcurl_7.21.7-1_mipsel.ipk
ipkg install libcurl_7.21.7-1_mipsel.ipk
rm libcurl_7.21.7-1_mipsel.ipk

wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/libevent_2.0.11-1_mipsel.ipk
ipkg install libevent_2.0.11-1_mipsel.ipk
rm libevent_2.0.11-1_mipsel.ipk

wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/transmission_2.32-1_mipsel.ipk
ipkg install transmission_2.32-1_mipsel.ipk
rm transmission_2.32-1_mipsel.ipk
mkdir /tmp/hdd/volumes/HDD1/BT_Transmision


note:  /tmp/hdd/volumes/HDD1/BT_Transmision is the location of a folder to put all the download files. in my case it is on the hard drive.

NOTE: it seems tha the package provided is not longer supported it is a new version of it. so che the name on: http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ and replace the link

run: this will create the configuration file.
#/opt/bin/transmission-daemon

kill transmition son you can edit configuration file

#killall transmission-daemon

for avoiding you device file system get fulfilled you will need to  move all configuration files into your HDD.
(i had did this because when the file system get full the device cant start )

mkdir /tmp/hdd/volumes/HDD1/BT_Transmision/config
mv -R /.config  /tmp/hdd/volumes/HDD1/BT_Transmision/config
ln /tmp/hdd/volumes/HDD1/BT_Transmision/config /.config


now you need to edit the configuration file, i have marked in bold my changes.

# vi /.config/transmission-daemon/settings.json
{
    "alt-speed-down": 100,
    "alt-speed-enabled": true,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 62,
    "alt-speed-time-enabled": true,
    "alt-speed-time-end": 1200,
    "alt-speed-up": 10,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": true,
    "blocklist-url": "http://list.iblocklist.com/f/tnneblxnzccayjevjrsr/bt_level1.txt",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "//tmp/hdd/volumes/HDD1/completed",
    "encryption": 2,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "//tmp/hdd/volumes/HDD1/BT_Transmision/downloads",
    "incomplete-dir-enabled": true,
    "lpd-enabled": true,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 65157,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": true,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": true,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "test",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "test",
    "rpc-whitelist": "127.0.0.1,192.168.0.*",
    "rpc-whitelist-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "speed-limit-down": 250,
    "speed-limit-down-enabled": true,
    "speed-limit-up": 10,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
}

Please read the following web page if you want to set different parameter like download speed or upload etc.

https://trac.transmissionbt.com/wiki/EditConfigFiles

My personal configuration shown up. Basicaly has configured the speed for up load and download. also it has enable the schedule for slower downloads from monday to friday from 9am to 8pm. it only accepts connection from encrypted peers. ask you for password. its is selected were to download the incomplete files and then move the complete to other part. it does block "spammers ip". Play around with the configuration. please read the url Up to understand what does it do each variable.

NOTE: EDIT settings.json only when the transmission-daemon is stoped. then start it and check how it does it goes.

Here are some samples of the soft downloading

This is the Web Interface:


This is the Windows GUI:


Windows GUI can be downloaded from:
http://transmisson-remote-gui.googlecode.com/files/transgui-3.1-setup.exe

to start the daemon
/opt/bin/transmission-daemon

to stop
killall transmission-daemon

to make Transmission boots inte start. run:

echo "sleep 5" >>/usr/bin/myinit.sh
echo "/opt/bin/transmission-daemon"  >>/usr/bin/myinit.sh
« Last Edit: Aug 03, 2011 at 03:26 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #935 on: Jul 29, 2011 at 08:05 PM »
Due i did not know how much cpu was using transmission i did install an aplication that let you know how much of CPU and memory is being used in real time. the application is htop


tutorial:
telnet the device
run:
cd /tmp
ipkg install http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/htop_0.8.3-2_mipsel.ipk

rm htop_0.8.3-2_mipsel.ipk

this will download all the dependencies too.

run the app.
htop


you will get a screen like this. what were the findings. i have realize that each instance of tranmission does not consume much CPU.




This screen shot shows how the cpu is used when playing 720mkv file and downloading with transmission.


it seems that the CPU load varies when the move has more action or not.

example: when te movie did not have much action the cpu remaing in 30% but when it did had explosions fast camera movements it goes into 80% 90%.
so it seems transmition does not overload the CPU device.

update: basicaly if transmission is not downloading the interfaces is like 2 o 3 time faster. but does not afect on the playing of hd movies.
« Last Edit: Aug 16, 2011 at 07:36 PM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #936 on: Jul 29, 2011 at 08:12 PM »
hi tatubias,

when you are able to make newly repacked 6.23 available for download?

thanks.

I dont know how to doit. i will need to study a lot to learn how to doit.

also there are some thinks that i need to fix before like:

btpd should configured not be running. im trying to understand where it is added to start when the devide boot.

« Last Edit: Aug 02, 2011 at 12:47 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #937 on: Aug 03, 2011 at 03:47 AM »
playin around with IMS content i was able to add the following on the firmware 6.23





Inside did not have much interesting information. so i deleted them.

Nothing different that was find on the ims content provided. the only big difference was Movie Jukebox. but i was not interested in configuring it.



if you want to play around you have to down load this firmware:

http://www.4shared.com/file/_YgMRCqf/P05-IMS-DEMO__BC16_megaYT4opt.html (did not tested if worked on this device y ripped of the ims content)

un tar the install.img

then go to package2 and unjaffs jafss1_1.img

(program: for windows:http://www.box.net/shared/1eighqsh4s)


there look for a folder named linked. and copy it into your hard drive.

in the box go to /usr/local/bin

mv IMS_Modules IMS_Modules_ORIGINAL
mv scripts scripts_ORIGINAL
mv image image_ORIGINAL


then do ln -s to the directories on the file system to this location

example:
ln -s /tmp/hdd/volumes/HDD1/linked/IMS_Content IMS_Content
ln -s /tmp/hdd/volumes/HDD1/linked/image image
ln -s /tmp/hdd/volumes/HDD1/linked/image image

then go into your tv to IMS and you will see the new menu.

NOTE:
Metafeeds: go to metafeeds.com, create an account (note user name). telnet to the box and remount / as rw. Edit /usr/local/bin/scripts/menu.rss and replace the "username" in the "fav_username" inside the menu.rss with your metafeeds.com account name, or use the following sed command
Code:

# sed -i "s/fav_username/YourUserName/g" /usr/local/bin/scripts/menu.rss

RSS-Jukebox: To get this jukebox running get the TViXiE2Playon!HD. And the file you will want to edit to add your jukebox path to is in "/usr/local/bin/scripts/Movie_Jukebox/Movie_Jukebox.rss" or in "/usr/local/etc/dvdplayer/savedrss/scripts/Movie_Jukebox/Movie_Jukebox.rss", you will need to remount / as rw when you are editing it as well. For more info about configuring a network based jukebox read here.

TViXiE2Playon!HD: http://www.acryan.com/forums/viewtopic.php?p=45544#p45544
TViXiE2Playon how use it VIDEO:http://www.youtube.com/watch?v=u1JTt1ZBPMU


ref: http://www.patriotmemory.com/forums/showthread.php?4428-Moddable-P05-IMS-Demo-for-BC16&s=63673a40f19f5eb48ddc0b68c75bfa38

Really it is not good. so it is not worthy.

i did try to do the same with IMS found on FQ9,06 but only part of it worked. and were not the most important so i deleted them.

« Last Edit: Aug 03, 2011 at 04:12 AM by tatubias »

Offline kompressor

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 30
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #938 on: Aug 04, 2011 at 09:00 AM »
Installed 9.06 and is stable both in samba and bt, can play some files not running @ 6.23. Looks like I'll stick to this for the meantime.

Found out that I can login and search using its youtube client but am unable to play anything. Same experience guys? Yahoo weather also ain't working.

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #939 on: Aug 04, 2011 at 07:16 PM »
i have figured out some things.... Related: FW6.23

1 -  the internal clock of my device is not working when you set into 1 hour it remind in the same until  you update it.

2 - CRON (task sheduler) is not working you will need to install from ipkg ( you dont have enoguh space to install it) you will need to remove or move the IMS content to an other partition. (may be i will be testing that)

3 - transmission to schedule the speed downloads takes time from the hardware clock so it does never update the turtle status or gets out from it. ( i will be investigating if this can be moddify or i will need to do a script to auto update the hardware clock. ( by the way this client is incredibly fast)


Offline hansel0517

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 9
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #940 on: Aug 04, 2011 at 10:15 PM »
i was able to install transmission bt based on tutorial from tatubias. thanks tatubias! now i have the option to download from bt/samba or from transmission...

one work around to make some mkv files be played at 6.23 is to use mkvtoolnix. Run the app, and under "Tracks chapter and tags" section select your video track. Then in the section below, in "Extra options" tab choose "no compression" in the compression options. in the newer FW's, there is no need to convert files.

9.06 looks promising. but for the fan of transmission bt, you may want to use Flavo or Measy's 9.05.
 

Offline koncee020

  • Trade Count: (+1)
  • Apprentice
  • *
  • Posts: 5
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #941 on: Aug 05, 2011 at 01:10 AM »
nagloko adoptor ng e8hd ko, dinala ko unit and  adoptor kay sir gary kahapon. ok na daw sabi ni sir gary. makukuha ko na bakas. salamat sir gary

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #942 on: Aug 06, 2011 at 03:37 AM »
i was able to install transmission bt based on tutorial from tatubias. thanks tatubias! now i have the option to download from bt/samba or from transmission...

one work around to make some mkv files be played at 6.23 is to use mkvtoolnix. Run the app, and under "Tracks chapter and tags" section select your video track. Then in the section below, in "Extra options" tab choose "no compression" in the compression options. in the newer FW's, there is no need to convert files.

9.06 looks promising. but for the fan of transmission bt, you may want to use Flavo or Measy's 9.05.
 

Excelent....
canyou make me a favor.
can you log into the device and run hwclock command, wait 2 or 5 seconds and see if the time changes? due my decives it seems that the hardware clock is not working.

Offline hansel0517

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 9
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #943 on: Aug 06, 2011 at 06:34 AM »
Excelent....
canyou make me a favor.
can you log into the device and run hwclock command, wait 2 or 5 seconds and see if the time changes? due my decives it seems that the hardware clock is not working.

when i run "date" i get an updated time and date, but when i run "hwclock", i get jan 1, 2000 all the time...

i'm not seeing a battery at the motherboard - is this the reason?


Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #944 on: Aug 07, 2011 at 12:10 AM »
when i run "date" i get an updated time and date, but when i run "hwclock", i get jan 1, 2000 all the time...

i'm not seeing a battery at the motherboard - is this the reason?



it doesnot matter much. it seems the hardware clock is not working.

Offline bogart.2006

  • Trade Count: (+59)
  • DVD Addict
  • ***
  • Posts: 604
  • Liked:
  • Likes Given: 1895
Re: Measy FULL HD 1080P Player
« Reply #945 on: Aug 09, 2011 at 10:57 PM »
Installed 9.06 and is stable both in samba and bt, can play some files not running @ 6.23. Looks like I'll stick to this for the meantime.

Found out that I can login and search using its youtube client but am unable to play anything. Same experience guys? Yahoo weather also ain't working.

Same problem here with youtube on 9.06

Offline d1towatchout4

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 25
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #946 on: Aug 11, 2011 at 11:03 PM »
guys, I'm using 9.06.. how do you safely eject your usb? the button in the control doesn't seem to work in this fw version..

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #947 on: Aug 14, 2011 at 12:04 PM »
finaly i was able to install IMS from firmware 9.06 on firmware 6.25.

findings:
a lot of the things does not work

rrs  works
mms works
youtube not work
last fm not work (get login but never connects)
pandora (does not work in my country due ip filtering)
pps ( i read in somwere that you cant access outher china or thomsing link that)
fliker works
picasa works
video pod (ex Xlive) works
bt ( viewer app dont undestand how it is called its in chinesee :P)
stocks "works"
wheather "works

this are the basics how to make this works. if some is realy interested let me know an di will write a tutorial.

1 - download firmware 9.06
2 - un tar
3 - unquash squashfs1.img
4 - acces unsuqshfs
5 - copy from \usr\local\bin images scripts IMS_modules into yout hard drive of e8hd.
6 - log into the e8hd goto \usr\local\bin
7 - rename images to images.ORIGINAL - scriyps to scripts.ORIGINAL - IMS_modules IMS_modules.ORIGINAL
8 - make a link from those direcotries that are in the hard drive into the directory (mages scripts IMS_modules)
9 - enter scripts
10 - copy menu.rss to menu.rss.ORIGINAL  (back up)
11 - copy menu.rss menu.rss.test (file to be doing the changes)
12 - edit menu.rss.test
13 - find != null replace in all places to == null
14 - Save quit
15 - rename menu.rss.test to menu.rss
15 - Reboot the device
16 - there it is your new ims menu.
« Last Edit: Aug 14, 2011 at 12:16 PM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #948 on: Aug 14, 2011 at 12:06 PM »
Same problem here with youtube on 9.06


i have the same issue when "hacking" my firmware and installed the ims fro 9.06 youtube does not work.

i will be playing during this week, i think that i will be installing youtube app form firmware 8.95 and put it into 6.25.
later i will let you know how did it worked :P or not :P
« Last Edit: Aug 14, 2011 at 12:20 PM by tatubias »

Offline hansel0517

  • Trade Count: (0)
  • Apprentice
  • *
  • Posts: 9
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #949 on: Aug 16, 2011 at 12:01 PM »
tatubias,

please send me a tutorial on copying ims of 9.06 to 6.23. thanks

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #950 on: Aug 17, 2011 at 03:03 AM »
tatubias,

please send me a tutorial on copying ims of 9.06 to 6.23. thanks

Download IMS.zip from Megaupload
Link: http://www.megaupload.com/?d=M605OVYK

copy IMS.zip into the e8hd harddrive to the root

log in into the e8hd

cd /tmp/hdd/volumes/HDD1/
unzip IMS.zip


When decompressing the file you will see a new directory called IMS, there it is all the IMS content of 9.06 firmware.(it is already modified the /scripts/menu.rss to work with this fw 6.23)

Lets backup original IMS Content
cd /usr/local/bin
mv IMS_Modules IMS_Modules.ORIGINAL
mv image image.ORIGINAL
mv scripts scripts.ORIGINAL


Directory should look like this:
------------------------------------

/usr/local/bin # ls
DVD                  image.ORIGINAL        opreport
Dtv                   ipkg-cl               oprofiled
DvdPlayer             objdump               readme.txt
IMS_Modules.ORIGINAL  opannotate            rtksmb
Resource              oparchive             scripts.ORIGINAL
RootApp               opcontrol             wpa_cli
UTF8-pinyin.map       opgprof               wpa_supplicant
UTF8-pinyinSCH.map    ophelp
gadget                opimport
/usr/local/bin #

---------------------

ln -s /tmp/IMSMETA/IMS/IMS_Modules/
ln -s /tmp/IMSMETA/IMS/scripts/
ln -s /tmp/IMSMETA/IMS/image/


Directory should look like this:
-------------

/usr/local/bin # ls
DVD                   image                 opreport
Dtv                   image.ORIGINAL        oprofiled
DvdPlayer             ipkg-cl               readme.txt
IMS_Modules           objdump               rtksmb
IMS_Modules.ORIGINAL  opannotate            scripts
Resource              oparchive             scripts.ORIGINAL
RootApp               opcontrol             wpa_cli
UTF8-pinyin.map       opgprof               wpa_supplicant
UTF8-pinyinSCH.map    ophelp
gadget                opimport
/usr/local/bin #

--------------

turn off and on the E8hd and the goto the IMS content in the tv there it is the new internet content. some of the content does not work. bit you can play around.


how to tune the menu:

The principal file is /scripts/menu.rss (its already edited by me) this is the one that has the menu structure. if you want to add or remove more thing this file sholud be edited.

NOTE: Before editing Always do a backup of the file and edit the copy dont work on this file. and always have a BACKUP of it too.
menu.rss.ORIGINAL is a backup that i did with the original one with no modifications


If you want some things not to be shown in the menu edit the following i will do show an example with youtube

cp menu.rss menu.rss.BCK
cp menu.rss menu.rss.editing
vi menu.rss.editing

Search "if (serviceEnabled("youtube") == null)"  (it is more oless in the midde of the file)

modify to "if (serviceEnabled("youtube") != null)" and then save exit

cp menu.rss.editing menu.rss

reboot the device.
changes will not be seen if you dont reboot the device.

Here it is a crapy video from my cel-

http://www.youtube.com/watch?v=rv3rcDhyYz0
« Last Edit: Aug 17, 2011 at 03:28 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #951 on: Aug 17, 2011 at 03:18 AM »
I was also able to install the followin IMS content but most of things does not work due lack of software intalled in the device. it seems that the one that we have to install will full fill the device memory and cant be installed in a NTFS partition so i will need to figure out how to modify all the image of the tar file to add the new stuff.

Here you can see a demo of the menu:
http://playon.unixstorm.org/ims.php
IMS content: http://www.mediafire.com/?mslb2jw9m1ps2za



basicaly what you have to do is: (note: this tutorial is done by memory so somethings may change)

downlaod the ims content
copy into the hard drive

access into the e8hd

Lets backup original IMS Content
cd /usr/local/bin
mv IMS_Modules IMS_Modules.ORIGINAL
mv image image.ORIGINAL
mv scripts scripts.ORIGINAL

cd /tmp/IMSMETA/
unzip scripts.zip
a new folder will appear it is called scripts
cd \
mkdir home
cd home
ln -s /tmp/IMSMETA/scripts
cd /usr/local/bin
ln -s /tmp/IMSMETA/scripts

reboot the device.



« Last Edit: Aug 17, 2011 at 03:47 AM by tatubias »

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #952 on: Aug 17, 2011 at 04:52 AM »
how to install Xlive10



download xlive from: http://eboda-hd-for-all-500.googlecode.com/files/xLive10.zip

copy xlive10.zip into the hard drive

log into the device

cd /tmp/hdd/volumes/HDD1/
unzip xLive10.zip

cd /
ln -s /tmp/hdd/volumes/HDD1/IMS/xLive

cd /usr/local/bin
mv scripts scripts.ORIGINAL
ln -s /xLive scripts

done, as usual a lot of content does not work :P

A crapy video from me the menu:
http://www.youtube.com/watch?v=EZL8eMrPZMg





Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #953 on: Aug 17, 2011 at 10:31 AM »
Terminator? Garfield?

Does some know how much space does have the FLASH inside e8hd?

firmware 6.23 has configured 193MB as primary partition

- <image type="yaffs2">
  <fileName>package2/yaffs2_1.img</fileName>
  <mountPoint>/</mountPoint>
  <sizeBytesMin>0xC100000</sizeBytesMin>

i did change it to 246mb but it did not went ok as it should. i need about 246 free space to add software.

i dont want to squash it. but if i dont find a way i will finish doing squash to the fs

Note: i was able to rip some content. (obviously did not work the mediaplayer software but the device start and i was able to log into it.) I was able to UNYAFFS the file system a create a new one whit new content.  it is very simple if you have basic knoleages of linux / Unix.

if some one is interested let me know i will publish the basics.
« Last Edit: Aug 17, 2011 at 07:03 PM by tatubias »

Offline beginner

  • Trade Count: (+33)
  • DVD Addict
  • ***
  • Posts: 580
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #954 on: Aug 17, 2011 at 02:33 PM »
So many tweaks... buti na lang I only use it to watch movies...  ;D

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #955 on: Aug 17, 2011 at 06:35 PM »
So many tweaks... buti na lang I only use it to watch movies...  ;D

this tweeks makes as an example you can download 4 movies in a night. with transition bt client.

the internet content provides you the ability to see more tv programs or movies, internet radio, youtube etc.

note: my device does not work with 9.xx firmwares so im playing around with the firmware and pushing it further more that the supplier gives me. It is also very good four your mind make "reverse engineering" its a very good gymnastic for your mind.

This is the same as the guys that tune their cars, the want more than the fabric gives to them.

This kind of tweeks makes you open your mind and realize all the possibilities that has a device not only for was originally sold.

« Last Edit: Aug 17, 2011 at 07:01 PM by tatubias »

Offline jcads

  • Trade Count: (+1)
  • Collector
  • **
  • Posts: 72
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #956 on: Aug 17, 2011 at 08:31 PM »
So many tweaks... buti na lang I only use it to watch movies...  ;D

Isa ito sa NMT na pinag pipilian ko eh, kasi nga mura lang kung ikukumpara sa ibang brand ng NMT. More or less gagamitin ko lang din for watching movies dito sa dorm. Medyo naguguluhan lang ako sa mga recent post dito sa thread na ito kasi everyone sounds too alien for me (no offense), hindi ko lang talaga maintindihan yung mga nakalagay na information. Tanong lang po, overall okay na ba ang NMT na ito out of the box? meaning it will already play its main purpose? basically para saan po ba yan mga tweaks na naka post dito?

Salamat!

Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #957 on: Aug 18, 2011 at 07:25 AM »
hi guys if you want to change the buttons of the fw6.25 you can run the following commands

In order to use custom graphics on E8HD or rlt players you have to remember about following rules:
1) Only 16-bit RGB565 bitmaps are supported, so you have to convert them using Gimp, Photoshop or simple utility called PlayRGB (22 kB)
Download: http://playon.unixstorm.org/download/playrgb.exe


PlayRGB screenshot


Just drag & drop bitmap to edit field (or use button to open it). Bitmap will be automatically converted and saved with the same filename, but with .565 extension instead.

2) Transparent background can be made by using special color:

    SDK v7.0.6: Red = 8, Green = 8, Blue = 16
    SDK v7.3.4: Red = 248, Green = 0, Blue = 248


3) In selected areas: if you don't want white color to be treated as transparent, change it to very similar (like Red = 248, Green = 248 and Blue = 248)

4) Most of the bitmaps can be found in /usr/local/bin/Resource/bmp

Screensaver image

File named IMAGE_SCREENSAVER_LOGO.bmp is the image used by screensaver. Original size is 350 x 50 pixels, you can  trie with larger graphics, without any problem.It means that the only thing you have to care about is to save it as RGB565.

Buttons
Here are some stylish buttons:

Aqua
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Aqua.zip && unzip -o Aqua.zip && rm -f Aqua.zip
Asus
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Asus.zip && unzip -o Asus.zip && rm -f Asus.zip
Black
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Black.zip && unzip -o Black.zip && rm -f Black.zip
Blue[tdcd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Blue.zip && unzip -o Blue.zip && rm -f Blue.zip]
Eminent
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Eminent.zip && unzip -o Eminent.zip && rm -f Eminent.zip
GUI2mod
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/GUI2mod.zip && unzip -o GUI2mod.zip && rm -f GUI2mod.zip
Mede8er
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Mede8er.zip && unzip -o Mede8er.zip && rm -f Mede8er.zip
Silver
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Silver.zip && unzip -o Silver.zip && rm -f Silver.zip
Sky
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Sky.zip && unzip -o Sky.zip && rm -f Sky.zip
Xtreamer
cd /usr/local/bin/Resource/bmp/ && mount -o,remount,rw / && wget http://playon.unixstorm.org/download/bmp2/Xtreamer.zip && unzip -o Xtreamer.zip && rm -f Xtreamer.zip

original post: http://playon.unixstorm.org/graphics.php
« Last Edit: Aug 18, 2011 at 07:35 AM by tatubias »

Offline garfield03

  • Trade Count: (+83)
  • DVD Addict
  • ***
  • Posts: 929
  • CCF
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #958 on: Aug 18, 2011 at 08:01 AM »
Isa ito sa NMT na pinag pipilian ko eh, kasi nga mura lang kung ikukumpara sa ibang brand ng NMT. More or less gagamitin ko lang din for watching movies dito sa dorm. Medyo naguguluhan lang ako sa mga recent post dito sa thread na ito kasi everyone sounds too alien for me (no offense), hindi ko lang talaga maintindihan yung mga nakalagay na information. Tanong lang po, overall okay na ba ang NMT na ito out of the box? meaning it will already play its main purpose? basically para saan po ba yan mga tweaks na naka post dito?

Salamat!

YES..you can watch/play as in out of the box palang. Si tatubias kc techkie programmer. Pinaglalaruan lang niya firmware ng unit. Challenge kc sa kanya yun.


Offline tatubias

  • Trade Count: (+3)
  • Collector
  • **
  • Posts: 296
  • Liked:
  • Likes Given: 0
Re: Measy FULL HD 1080P Player
« Reply #959 on: Aug 18, 2011 at 08:32 AM »
here is a little trick to free some space. FW 6.25

Note: if you apply this trick cwheib.ttf cwyen.ttf gkai00mp.ttf turkey.ttf wont show as it should. if you are using any of this font dont do this trick.

Before applying this trick.

/usr/local/bin/Resource # df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root               187.3M    177.0M     10.3M  95% /
/dev/mtdblock/2           8.0M      2.8M      5.2M  35% /usr/local/etc
/dev/rd/0                40.0k     40.0k         0 100% /mnt/rd
/dev/scsi/host0/bus0/target0/lun0/part1      1.8T    271.9G      1.6T  15% /tmp/hdd/volumes/HDD1
/dev/scsi/host0/bus0/target0/lun0/part3    525.0M     26.3M    472.1M   5% /tmp/hdd/root
/dev/scsi/host2/bus0/target0/lun0/part1      1.9G    525.3M      1.4G  26% /tmp/usbmounts/sdb1
/dev/scsi/host0/bus0/target0/lun0/part1      1.8T    271.9G      1.6T  15% /tmp/usbmounts/hdd
/usr/local/bin/Resource #

After APLYING trick.
/usr/local/bin/Resource # cp /usr/local/bin/Resource/arial.ttf /usr/local/bin/Resource/AR_EGBJK.ttf
/usr/local/bin/Resource # df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root               187.3M    168.4M     18.8M  90% /
/dev/mtdblock/2           8.0M      2.8M      5.2M  35% /usr/local/etc
/dev/rd/0                40.0k     40.0k         0 100% /mnt/rd
/dev/scsi/host0/bus0/target0/lun0/part1      1.8T    271.9G      1.6T  15% /tmp/hdd/volumes/HDD1
/dev/scsi/host0/bus0/target0/lun0/part3    525.0M     26.3M    472.1M   5% /tmp/hdd/root
/dev/scsi/host2/bus0/target0/lun0/part1      1.9G    525.3M      1.4G  26% /tmp/usbmounts/sdb1
/dev/scsi/host0/bus0/target0/lun0/part1      1.8T    271.9G      1.6T  15% /tmp/usbmounts/hdd
/usr/local/bin/Resource #

Steps:
---------------------
log in to the device

Backup font
cp /usr/local/bin/Resource/AR_EGBJK.ttf /tmp/IMSMETA

Replace AR_EGBJK.tt with arial.ttf
cp /usr/local/bin/Resource/arial.ttf /usr/local/bin/Resource/AR_EGBJK.ttf

« Last Edit: Aug 18, 2011 at 08:46 PM by tatubias »