Moto Hell - The Motorola Modding Community
November 23, 2024, 04:12:42 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The forum is no longer active and registration is disabled; however you can still fetch everything as guest.
 
   Home   Help Facebook Search Calendar Login Register  
Poll
Question: Who wants the messaging bug fix?
I want it badly!!! =DD - 8 (53.3%)
It would be nice if you release it... (: - 5 (33.3%)
No thanks. I do not face the problem. (: - 2 (13.3%)
I hate the e2Revival Project. <.< - 0 (0%)
Total Voters: 2

Pages: 1 ... 10 11 [12] 13 14 ... 23   Go Down
  Print  
Author Topic: [BETA] e2Revival Firmware  (Read 118733 times)
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #165 on: February 08, 2008, 06:51:55 am »

Ah... Finally autorun finished... Smiley To make me easier, i will use the autorun for the add/remove in Autorun Manager... Smiley

@arctu, i will send you the script once everything ready, from the autorun, Autorun Manager and all of the autorun script... Grin
Logged

Best regards,
Jeffri H.

Taurnil
Guest
« Reply #166 on: February 08, 2008, 08:18:44 am »

hey, why does the autorun manager uses underscores instead of whitespaces to show the startup options? :S
How to do it? I generate the list from autorun script and showMultiSelect  regconize the whitespace as different function... I try to use quotes but cant work... Sad

Yo, keaglez, I forgot to give ya the solution to your whitespaces issue... here's how I could list the apmd files in /ezxlocal/.system/apmd, even if the files have whitespaces on its names (i'll fix hidefolders soon with this code)

Quote
   alias ls='ls' # removes colors and symbols
   ls -1 /ezxlocal/.system/apmd/|sed s:.apmd$::g > /tmp/apmd.lst
   lista='showRadio "APMD List" "Choose an APMD:" '
   n=1;
   # Creates apmd list Wink   WHITESPACESPROOF!!!! XD
   while [ "`sed -n "$n"p /tmp/apmd.lst`" ]; do
   {
      lista=$lista" \"`sed -n "$n"p /tmp/apmd.lst`\" ";
      n=$[n+1];
   }
   done

piece of cake B)
« Last Edit: February 08, 2008, 12:33:34 pm by Taurnil » Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #167 on: February 08, 2008, 08:47:57 am »

Oh...nice script...but i have got a simplier one before by arctu...using eval... Like this:
Quote
declare -a script_file
declare -a script_title
a=0
list_script=""
for script in /ezxlocal/.system/autorun/*.lin
do
let "a++"
script=`basename $script`
script_file[$a]="$script"
script_title[$a]=`cat /ezxlocal/.system/autorun/${script}|grep 'title='|sed 's/title=//'|sed 's/\"//g'`
list_script="$list_script \"${script_title[a]}\""
done
menu="showRadio \"Delete\" \"Select autorun to delete:\" $list_script"
menu=`eval "$menu"`
Above is the delete list from my Autorun Manager... Smiley

Btw thanks a lot... Grin
Logged

Best regards,
Jeffri H.

arctu
Guest
« Reply #168 on: February 08, 2008, 08:48:18 am »

@keaglez, taurnil
Take your time.. (but not so much please.. =p)

I'm working on other issues and doing bug fixing with the current softwares that have been developed.. Waiting for keaglez's autorun cmd line to complete the softwares that needed integration with autorun.

btw, I've made new showMultiSelect that tells you if the dialog is canceled and made new showEntry(showSingleCapture) which enables you to preinput text and select all automatically.. (:

phew.. i'm tired now.. nites..
Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #169 on: February 08, 2008, 09:08:11 am »

Nice... Gimme the multi select please, arctu... Grin
Logged

Best regards,
Jeffri H.

Taurnil
Guest
« Reply #170 on: February 08, 2008, 12:24:47 pm »

I want it too... so bad >.<'
Hey, there's a "showFileBrowser" @ it168. check the links I gave some posts ago Wink
But I won't go offtopic. I'll open a thread on phone software section Smiley
« Last Edit: February 08, 2008, 01:42:39 pm by Taurnil » Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #171 on: February 08, 2008, 03:25:11 pm »

Trying to make this cool... Smiley Is it cool?

Oh...the picture compressed to jpg...not cool huh? Then, lets move to next.

Same as before but whitespace rule here...

What am i doing?

Yeah, new one here. A tricky multi line... Grin Hehe...


Nothing special there... Smiley

I took a few hours to complete this... Uhm...slow huh? Grin
Btw the 3rd and 4th are under the "Create New Autorun" option, and 5th and 6 are "Delete Autorun"...

@arctu i will PM you asap...
Logged

Best regards,
Jeffri H.

arctu
Guest
« Reply #172 on: February 08, 2008, 04:20:11 pm »

@keaglez
Woah, its working great and clean... I love it.. Great job.. Let's hope that the people out there will love it too.. hehe

As for the new show* binaries, I'll release them to you and Taurnil for testing when I have confirmed that its ready for use.. (;
Logged
Taurnil
Guest
« Reply #173 on: February 08, 2008, 04:20:38 pm »

@keaglez
you're my hero, man! lol j/k
it looks great.

@arctu
I'll be waiting (^^)

Added:
Here's the timeouts script I talk'd to you before.  Feel free to test it through file manager Wink
« Last Edit: February 08, 2008, 04:26:25 pm by Taurnil » Logged
arctu
Guest
« Reply #174 on: February 08, 2008, 04:26:31 pm »

@Taurnil
Nice one.. but.. maybe make an english one too? Hehe..
Logged
Taurnil
Guest
« Reply #175 on: February 08, 2008, 04:27:18 pm »

LOL I'm sorry.... i'll translate it asap

Added: ok, here goes nothing...
« Last Edit: February 08, 2008, 04:49:39 pm by Taurnil » Logged
zjole
Guest
« Reply #176 on: February 08, 2008, 10:59:21 pm »

Hi,arctu.
kaleidoscope replaced am,phone and some related libs(libezxam.so.1.0.0,libezxrichedit.so.1.0.0,libezxappbase.so.1.0.0,libezxaid.so.1.0.0).ilove3d figured this out by md5sum compares.

There should be enough space in cg34 for qplayer and rockbox.I'll remove a lot of the ringtones and pics.

The One takes every piece of space available.The font is very small and there's much space left in cg41.So whitemoto put the 7z binary(it's a little large) there.

I'll make another firmware myself,intergrating rockbox and qplayer to see if there's enough space.Smiley

@Taurnil & Keaglez
Nice jobs.Don't working too hard.Wink
« Last Edit: February 08, 2008, 11:02:53 pm by zjole » Logged
keaglez
Indonesian Motolover
PHD modder
***

Karma: 61
Offline Offline

Posts: 2562


http://jeffri.net


View Profile WWW
« Reply #177 on: February 09, 2008, 01:53:56 am »

@arctu, Taurnil, glad you like it... Grin
@zlole, well...not so hard... Smiley
@arctu, waiting for your new show* binnaries... Grin
Logged

Best regards,
Jeffri H.

Taurnil
Guest
« Reply #178 on: February 09, 2008, 09:01:38 am »

K guys, I've been thinkin'bout apmd switcher and this is the main idea I've got:

*If you open the applications without arguments (menu)*
   Main Menu:
   * View APMD list         
       List of APMD files in /ezxlocal/.system/apmds
       If you choose any of the apmd listed:
          Main function:
             - Test APMD  (mount apmd and apply the changes. That's all)
             - Use permanently
                       copy apmd file to /ezxlocal/.system/apmd (mounted during boottime thanks to keaglez Smiley)
                       mount apmd and apply the changes

   * Disable custom APMD
      - Switch to stock APMD temporally
      - Disable custom APMD and come back to stock APMD....

*If you click an .apmd file from file manager:*
          Main function:
             - Test APMD  (...)
             - Use permanently
                (...)
                Additional Question: ¿Do you want to add this apmd to your apmd list?
                        If yes, -> copy the apmd file to /ezxlocal/.system/apmds
                            showQ ¿Do you want to rename it?
                            If yes -> showTextEntry..., mv

Still I'm fighting against the brightness bug when you restart apmd daemon....
This way I can divide the app into small functions... what do you think?
« Last Edit: February 09, 2008, 09:05:43 am by Taurnil » Logged
arctu
Guest
« Reply #179 on: February 09, 2008, 09:07:27 am »

@zjole
Can you provide me the original unmodifed binaries that kaleidoscope replaces? (I mean, the one in the original firmware before kaleid replace)

@keaglez
Please wait... Currently, I'm trying to integrate a regex checker in it so it will be faster to check validity of input compare to using just scripts and running the showSingleCapture again after script validates it..

@Taurnil
I will give you the link keaglez's autorun manager just for this purpose. But please do not leak it.. (;
Your idea is good and just what I needed in e2Revival. (;
As for the brightness bug, what exactly is the problem? If it is just about brightness too bright and display won't timeout, I think I can create a fix in C++... As in, after it apmd restarts, sleep for 1s or 2s then run the fix.. You think that would do it?
Logged
Pages: 1 ... 10 11 [12] 13 14 ... 23   Go Up
  Print  
 
Jump to:  

Design By Forum Hosting
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines