Moto Hell - The Motorola Modding Community

Motorola Phone Models => Motorola ROKR E8 => Topic started by: arctu on September 14, 2008, 08:39:58 am



Title: [Release] show* Binaries
Post by: arctu on September 14, 2008, 08:39:58 am
Remember the show* binaries on E2? Now they're on E8! (These are rokrRevival show binaries; they are really powerful). I've released the source too. Didn't have the time to test all the binaries. I only know that showNotify doesn't work. Feel free to test the binaries or even fix it. Just share back to the community. (:

As usual, feel free to mirror, just need link back to my website. (: Enjoy!

Details here: http://www.aktaeon.com/2008/09/14/show-binaries-for-e8-source/


Title: Re: [Release] show* Binaries
Post by: arctu on September 14, 2008, 03:43:35 pm
Updated. Please redownload. Every show* binaries working now! (:


Title: Re: [Release] show* Binaries
Post by: AV3LaR on September 14, 2008, 08:21:27 pm
Hope you make ROKR E8 rock!!! even better than you did with E2


Title: Re: [Release] show* Binaries
Post by: Exploited on September 16, 2008, 01:13:05 am
No... I don't have enough ++ for you :) I don't have healty nerves to get my hands over E8!

Mirror: Show* Binaries for Motorola ROKR E8 (http://www.e2mod.com/e8/index.php/phone-software/31-show-binaries-with-source-code.html)


Title: Re: [Release] show* Binaries
Post by: MPL on November 15, 2008, 03:01:19 pm
nice but nothing is working on my phone...


on telnet:

# ./showList
./showList: 1: Syntax error: "(" unexpected
# ./showFileBrowse
./showFileBrowse: 1: ELF????idget6metricEiidget10showNormalEvERK7QStringîÔ?¸??Çá
: not found
# ./listCmd
./listCmd: 1: ELF???10array_data?îÔ$¨?Õ$?ƒÕ: not found
# ./showQ
./showQ: 1: ELF???cation4TypeE?ÙpshowQ: not found
./showQ: 3: Switches:: not found
./showQ: 4: t: not found
./showQ: 5: c: not found
./showQ: 6: Syntax error: "(" unexpected
# sh showQ
showQ: 1: ELF???cation4TypeE?ÙpshowQ: not found
showQ: 3: Switches:: not found
showQ: 4: t: not found
showQ: 5: c: not found
showQ: 6: Syntax error: "(" unexpected


i dont know whats the problem the files are in: /mmc/mmca1/mobile and have chmod 777

can somebody help me? transfered via filezilla



Title: Re: [Release] show* Binaries
Post by: NestorM on November 15, 2008, 04:36:26 pm
You need to call it. just a simple script.

#!/bin/bash

${0%/*}/showQ -t "Alo" -c "preview message" -p 2



Title: Re: [Release] show* Binaries
Post by: ilove3d on November 15, 2008, 11:22:57 pm
MPL your files are corrupt


Title: Re: [Release] show* Binaries
Post by: Negor on November 16, 2008, 02:48:08 pm
Could somebody post here all functions that are in show* binaries and discribe it? Or link to read about


Title: Re: [Release] show* Binaries
Post by: keaglez on November 16, 2008, 03:17:23 pm
Use --help argument for each show* binaries... ;)

For example:
showList --help


Title: Re: [Release] show* Binaries
Post by: MPL on November 17, 2008, 10:01:11 am
okay fine it works now but...


Code:
# ./showQ
Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $
QTDIR set correctly?
# ./showList
Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $
QTDIR set correctly?
# ./showQ -t "Alo" -c "preview message" -p 2
Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $
QTDIR set correctly?

hm something is missing?


Title: Re: [Release] show* Binaries
Post by: arctu on November 17, 2008, 10:51:55 pm
No. You must first load ezxenvr variable. I forgot where the script.


Title: Re: [Release] show* Binaries
Post by: MPL on November 18, 2008, 05:49:31 am
can you search it plz ?


Title: Re: [Release] show* Binaries
Post by: keaglez on November 18, 2008, 06:01:21 am
maybe it is /etc/init.d/ezxenvr.sh? Sorry, it is for E2...but who knows its the same....

If it is, then before calling show* binaries, you should do:
. /etc/init.d/ezxenvr.sh
showQ "Hello world" "It works!" 2


Title: Re: [Release] show* Binaries
Post by: arctu on November 18, 2008, 08:52:43 am
nope. in E8, they changed the name. i forgot. hehs.



Title: Re: [Release] show* Binaries
Post by: MPL on November 18, 2008, 12:29:22 pm
hmmmmmmm

Code:
# /etc/initservices/services/ezxenv.sh
# ls
bin          ezxlocal     mmc          root         sys          version.txt
dev          home         mnt          sbin         tmp          vibsound
etc          lib          opprof       skin         usr
ezx_user     linuxrc      proc         spef         var
# cd m
mmc/  mnt/
# cd mmc/m
mmc/mmca1/      mmc/movinand1/
# cd mmc/mmca1/
# ./showQ
Cannot find font definition file /usr/language/fonts/lib/fonts/fontdir - is $QTD
IR set correctly?
# export QTDIR=/usr/lib/ezx/
# ./showQ
iType API error: FS_add_font 102
Failed set font. Error code: 301
Segmentation fault
# ./showQ "Hello world" "It works!" 2
iType API error: FS_add_font 102
Failed set font. Error code: 301
Segmentation fault
#
#

have it found ... executed but now a new error



Title: Re: [Release] show* Binaries
Post by: arctu on November 18, 2008, 05:29:17 pm
. /etc/initservices/services/ezxenv.sh
./showQ


Title: Re: [Release] show* Binaries
Post by: MPL on December 06, 2008, 02:27:53 am
# cd /
# ./etc/initservices/services/ezxenv.sh
# ./mmc/mmca1/showQ
Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $
QTDIR set correctly?


done ... and not working =(


Title: Re: [Release] show* Binaries
Post by: keaglez on December 06, 2008, 02:29:50 am
# cd /
# ./etc/initservices/services/ezxenv.sh
# ./mmc/mmca1/showQ
Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $
QTDIR set correctly?


done ... and not working =(
remember the space after dot on the second line.

not
# ./etc/initservices/services/ezxenv.sh

but
# . /etc/initservices/services/ezxenv.sh


Title: Re: [Release] show* Binaries
Post by: NestorM on December 06, 2008, 09:39:40 am
without ' # '

 just...
. /etc/initservices/services/ezxenv.sh
./showQ


Title: Re: [Release] show* Binaries
Post by: MPL on December 08, 2008, 11:31:21 am
no the # is only copy & paste from telnet

but it works now thx =)


Title: Re: [Release] show* Binaries
Post by: fich on February 07, 2009, 04:10:54 am
I've got error like MPL first post
i've already run ezxenv
use show* from arctu n ilove3d gave same error
what im missing?
I use 0207R stock. n reflashed with magicx by ilove3d


Title: Re: [Release] show* Binaries
Post by: fich on February 13, 2009, 08:54:50 pm
How to get return code 0 or cancel from showlist?
If I press right softkey (Cancel) it always return selection id


Title: Re: [Release] show* Binaries
Post by: KINGDOM on February 15, 2009, 02:17:05 pm
err..what ?


Title: Re: [Release] show* Binaries
Post by: ilove3d on February 15, 2009, 08:55:03 pm
hey arctu, I've solved the ZKbMainWidget and ZSoftkey problem

no need use any SetCSTWidget or SetSoftkey, use only ZSetLayout will make it shown