The Motorola Development Community


Go Back   MotorolaFans.com Forums > Motorola EZX Phones > A1200 General Chat > A1200 Applications
Notices

A1200 Applications A1200 complied application

Reply

MotoFans XPRT

Join Date: Oct 2007
Posts: 253
Thanks: 8
Thanked 15 Times in 15 Posts
Location: Portland, OR

Quote  
#11
11-11-2008
Default

Works for me(FW see my sig)

I could not find an "nm" command on my phone to list library symbols so I did a grep of my EZX lib and it shows several apps using the symbol. I suspect libezappbase defines the symbol. I think everyone must have these libraries, but the versions must be different.

Code:
root@(none):/$ grep -l _ZN14ZMultiLineEditC1EP7QWidgetbiPKcb /usr/lib/ezx/lib/*0.0
/usr/lib/ezx/lib/libezxaddrbk.so.1.0.0
/usr/lib/ezx/lib/libezxappbase.so.1.0.0
/usr/lib/ezx/lib/libezxcalendarui.so.1.0.0
/usr/lib/ezx/lib/libezxcamera.so.1.0.0
/usr/lib/ezx/lib/libezxprintmgr.so.1.0.0
/usr/lib/ezx/lib/libezxtaskengine.so.1.0.0
Reply With Quote


User Information
Current Phone: A1200r
Firmware: 32P-OENT "XP Windows" monsterpack
Location: Portland, OR

PaulF is offlineReport Post
The Following User Says Thank You to PaulF For This Useful Post:
Dark Avenger (11-11-2008)
MotoFans JUNR

Dark Avenger's Avatar

Join Date: Sep 2008
Posts: 66
Thanks: 43
Thanked 20 Times in 7 Posts
Location: Colombia, Medellín

Quote  
#12
11-11-2008
Default

Quote:
Originally Posted by PaulF View Post
Works for me(FW see my sig)

I could not find an "nm" command on my phone to list library symbols so I did a grep of my EZX lib and it shows several apps using the symbol. I suspect libezappbase defines the symbol. I think everyone must have these libraries, but the versions must be different.

Code:
root@(none):/$ grep -l _ZN14ZMultiLineEditC1EP7QWidgetbiPKcb /usr/lib/ezx/lib/*0.0
/usr/lib/ezx/lib/libezxaddrbk.so.1.0.0
/usr/lib/ezx/lib/libezxappbase.so.1.0.0
/usr/lib/ezx/lib/libezxcalendarui.so.1.0.0
/usr/lib/ezx/lib/libezxcamera.so.1.0.0
/usr/lib/ezx/lib/libezxprintmgr.so.1.0.0
/usr/lib/ezx/lib/libezxtaskengine.so.1.0.0
Excellent¡ i did my own test and here is the result:

mount --bind /mmc/mmca1/libezxappbase.so.1.0.0 /usr/lib/ezx/lib/libezxappbase.so.1.0.0
mount --bind /mmc/mmca1/libezxmystuff-play.so.1.0.0 /usr/lib/ezx/lib/libezxmystuff-play.so.1.0.0

i've used a libraries from amin extreme elite c2

And the app worked (well...it does, but when i hit "save as... segmentation fault), in fact, all apps that didn`t work in this fw, worked with this method, BUT original fw apps didnt worked (such file admin)

Again... conclusion: the apps need to be written for each firmware?
Reply With Quote


User Information
Current Phone: a1200r
Firmware: Custom mixed f/w
Location: Colombia, Medellín

Dark Avenger is online nowReport Post
MotoFans XPRT

Join Date: Oct 2007
Posts: 253
Thanks: 8
Thanked 15 Times in 15 Posts
Location: Portland, OR

Quote  
#13
11-11-2008
Default

Quote:
Originally Posted by Dark Avenger View Post
Excellent¡ i did my own test and here is the result:

mount --bind /mmc/mmca1/libezxappbase.so.1.0.0 /usr/lib/ezx/lib/libezxappbase.so.1.0.0
mount --bind /mmc/mmca1/libezxmystuff-play.so.1.0.0 /usr/lib/ezx/lib/libezxmystuff-play.so.1.0.0

i've used a libraries from amin extreme elite c2

And the app worked (well...it does, but when i hit "save as... segmentation fault), in fact, all apps that didn`t work in this fw, worked with this method, BUT original fw apps didnt worked (such file admin)

Again... conclusion: the apps need to be written for each firmware?
Can you put the lib file in a different directory of the lib search path so it doesn't overwrite your FW lib file? Maybe try /mmc/mmca1/local/lib

My search path:
Code:
LD_LIBRARY_PATH=/usr/lib/ezx/lib:/usr/language/vui/english/lib:/usr/language/vui/mandarin/lib:/usr/language/vui/common/lib:/usr/language/vui/vp/lib:/usr/data_resource/lib:/mmc/mmca1/local/lib 
Reply With Quote


User Information
Current Phone: A1200r
Firmware: 32P-OENT "XP Windows" monsterpack
Location: Portland, OR

PaulF is offlineReport Post
The Following User Says Thank You to PaulF For This Useful Post:
Dark Avenger (11-12-2008)
MotoFans JUNR

Dark Avenger's Avatar

Join Date: Sep 2008
Posts: 66
Thanks: 43
Thanked 20 Times in 7 Posts
Location: Colombia, Medellín

Quote  
#14
11-11-2008
Talking

Quote:
Originally Posted by PaulF View Post
Can you put the lib file in a different directory of the lib search path so it doesn't overwrite your FW lib file? Maybe try /mmc/mmca1/local/lib

My search path:
Code:
LD_LIBRARY_PATH=/usr/lib/ezx/lib:/usr/language/vui/english/lib:/usr/language/vui/mandarin/lib:/usr/language/vui/common/lib:/usr/language/vui/vp/lib:/usr/data_resource/lib:/mmc/mmca1/local/lib 
hehehe... you anticipate me... i'll post results later
Reply With Quote


User Information
Current Phone: a1200r
Firmware: Custom mixed f/w
Location: Colombia, Medellín

Dark Avenger is online nowReport Post
MotoFans JUNR

Dark Avenger's Avatar

Join Date: Sep 2008
Posts: 66
Thanks: 43
Thanked 20 Times in 7 Posts
Location: Colombia, Medellín

Quote  
#15
11-11-2008
Default

./editor: error while loading shared libraries: /mmc/mmca1/lib/libqte-mt.so.2: file too short

Reply With Quote


User Information
Current Phone: a1200r
Firmware: Custom mixed f/w
Location: Colombia, Medellín

Dark Avenger is online nowReport Post
MotoFans JUNR

Dark Avenger's Avatar

Join Date: Sep 2008
Posts: 66
Thanks: 43
Thanked 20 Times in 7 Posts
Location: Colombia, Medellín

Quote  
#16
11-11-2008
Cool

well...finally i did it, it worked, all apps that didn't work, are working now BUT this libs occupy 26 mb of space in tf

What i did:
"export QTDIR=/mmc/mmca1/.sistema/lib/ezx
export LD_LIBRARY_PATH=/mmc/mmca1/.sistema/lib/ezx:/mmc/mmca1/.sistema/lib:/lib" added to program script

(i had to rename all libs from *.0.0.1 to *.1 and put in /mmc/mmca1/.sistema/lib)

libs taken from amin ee1

Q: how can i get all libs dependecies of a program?
Reply With Quote


User Information
Current Phone: a1200r
Firmware: Custom mixed f/w
Location: Colombia, Medellín

Dark Avenger is online nowReport Post
MotoFans MODR

fsjon's Avatar

Join Date: Sep 2008
Posts: 115
Thanks: 13
Thanked 3 Times in 3 Posts
Location: London, Ontario, Canada

Send a message via MSN to fsjon
Quote  
#17
11-16-2008
Default

Same here, it didn't work once I switched over to captivus C2 firmware. Reinstall it using Lina2 AFTER renaming .pkg to .mpkg, but still didn't work. Is there a easier way to make this program work? I used to do so much editing using this program, cause I don't need to have an access to a computer if I want to edit my startup1.txt(well now autorun.txt)
Reply With Quote


User Information
Current Phone: Motorola a1200
Firmware: Amin EE
Location: London, Ontario, Canada

fsjon is online nowReport Post
MotoFans JUNR

Dark Avenger's Avatar

Join Date: Sep 2008
Posts: 66
Thanks: 43
Thanked 20 Times in 7 Posts
Location: Colombia, Medellín

Quote  
#18
11-16-2008
Default

Quote:
Originally Posted by fsjon View Post
Same here, it didn't work once I switched over to captivus C2 firmware. Reinstall it using Lina2 AFTER renaming .pkg to .mpkg, but still didn't work. Is there a easier way to make this program work? I used to do so much editing using this program, cause I don't need to have an access to a computer if I want to edit my startup1.txt(well now autorun.txt)
You don't have to rename nothing, just, download this version, remove the .zip & extract, and open the .pkg file in your phone with lina, or mpkg...etc
Reply With Quote


User Information
Current Phone: a1200r
Firmware: Custom mixed f/w
Location: Colombia, Medellín

Dark Avenger is online nowReport Post
MotoFans NWBE

Join Date: Sep 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Quote  
#19
11-17-2008
Smile

Traduzido e Editado para funcionar em todas as firmwares, a versão antiga sem mod so funciona na C2 Elite e H2 59Xp

Tradução e Edição: Robert Ferraz
Comentários e Sugestões: robertfsousa@yahoo.com.br

Importante na hora de instalar

1º Instale o aplicativo normal

2º Abra o CardRegistry com o Wordpad (ñ use Bloco de Notas)
Caminho: mmc/mmca1/java/CardRegistry
Aperte Crtl+F para procurar a palavra "mediaeditor1", desça um pouco e mude usrezx = ezx para usrezx = root
Pronto, esta pronto para ser usado

Vantagens:
- Abre arquivo de tamanho ilimitados, o editor normal só abre arquivos menores que 17 kb, ótimo para guadar textos grandes e editar arquivos do sistema.
- Abre e edita arquivos do sistema, podendo fazer modificações no celular mesmo, por exemplo cfg, lin, sh
- Tem as melhores e novas codificaçoes padrões
- Tem sistema de Visualização, podendo variar o tamanho das letras.
- Pode-se salvar o arquivos em outros formatos diferentes de txt.

Totalmente traduzido por mim

LINK: Notepad by Robert.rar
Reply With Quote


User Information
Current Phone: a1200
robertfsousa is offlineReport Post
MotoFans NWBE

Join Date: Sep 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Quote  
#20
11-17-2008
Default

Para colocar na linguagem INGLÊS é facil substitua o arquivo editor.conf da pasta mmc/mmca1/QTdownload/mediaeditor1 pela da versão antiga e normal que está em inglês.
Reply With Quote


User Information
Current Phone: a1200
robertfsousa is offlineReport Post
Reply

Tags
editor, notepad, replacement

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
notepad for ROKR E6 sambusm ROKR E2 0 01-05-2008 06:54 AM
Notepad 4 E6 ROKR E6 General Chat 1 09-26-2007 03:41 PM
Stylus Replacement jlagoon E6 General Chat 2 05-09-2007 06:37 PM
notepad.... how to open it with a file passed as argument??? leopardus2 E680 General Chat 3 04-04-2005 02:26 PM
notepad bug? crazyboi E680 General Chat 5 02-16-2005 05:05 PM


All times are GMT. The time now is 04:37 AM. Search Engine Friendly URLs by vBSEO 3.2.0 Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. VBulletin Skin by ForumMonkeys.