Moto Hell - The Motorola Modding Community

Motorola Phone Models => Software (Phone) => Topic started by: arctu on December 14, 2008, 01:28:23 am



Title: [Z6] zLauncher ENGLISH + Minor tweak
Post by: arctu on December 14, 2008, 01:28:23 am
So I had sometime this weekend. Decided to play around with my Z6. Ended up with WKTools 2.8+PEManager. ;)
Anyway, zLauncher is quite useful but I don't understand Russian. :P So I went on to translate and recompile it.

The new zLauncher executable is attached. Completely English translated and added the use of the "C" button to go up one directory. :D

P.S. I'm trying to commit my changes but encountered an error about time. I'm a noob at svn. Any help?
P.S.S Why can't I recompile PEManager correctly? It won't run properly on phone if I compile it from SVN. (Removed the PE checks)


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: c_ro87 on December 14, 2008, 10:06:41 am
hi arctu...

if you want add files to the svn of darktech, you need an acount, then in your console tip:

svn mkdir https://ezx.darktech.org/svn/trunk/projects/zLauncher2 for example...

and then
svn co https://ezx.darktech.org/svn/trunk/projects/zLauncher2

and then copy to the directary that was created your files, and then

svn add . --force

svn commit -m "description that you wish"

about the other question, i remove the PE checks and try in LinuxMod SP1 RC2 and works fine, i don't know why in WK Tools didn't... may you miss something ;)...



Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: arctu on December 15, 2008, 05:47:29 am
yeah, i have an account already. but i can't commit.
and.. the problem i encounter is when i recompile PEManager, it won't work on my z6. Tested on both WK Tools and PE. What revision are u on? Try updating your svn and recompiling see if it still works?


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: c_ro87 on December 15, 2008, 08:29:59 am
i have the last update and i can compile it and works ok in SP2... but i don't delete the restrictions, i just modify to work in LinuxMOd SP1 RC2, try that, change the values for the ones in WK tools...


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: arctu on December 15, 2008, 09:08:12 am
Tried. :P
I already tried everything I can think of. Like I said, the default PEManager I 'took' from PE fw works fine currently.


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: Exploited on December 15, 2008, 09:40:50 am
good job arctu (as usual)


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: c_ro87 on December 15, 2008, 11:50:59 am
i was thinking... may your trouble is inestability, wen i put the first version of PE in mi mod the app didnt works fine... i have to put it in menu and works ok... may you can try that...


Title: Re: [Z6] zLauncher ENGLISH + Minor tweak
Post by: arctu on December 15, 2008, 06:37:52 pm
my PEManager is already registered as an application. :P
It's already in the menu. Hehs. Like I said, the problem is with using my DIY compiled version; doesn't run. Nvm. Thanks anyway. ^^

EDIT:
I tried co svn again and recompiling fresh. Still doesn't work.
Anyway, as for the SVN problem I encounter, the problem lies in I'm running SVN on a COFS mounted directory. SVN-ing on a non-COFS mounted directory should work fine.