Bombsight Posted November 25, 2008 Report Share Posted November 25, 2008 Hola, tengo el jadmadker pero el problema es que no encrunetro el arcuvo jar?? donde esta??? Link to comment Share on other sites More sharing options...
MαrcøLiO Posted November 25, 2008 Report Share Posted November 25, 2008 Movido a Soporte Celulares Allá será mas útil ;) Saluos Link to comment Share on other sites More sharing options...
Marrano Posted November 30, 2008 Report Share Posted November 30, 2008 gracias boy aprobarlo Link to comment Share on other sites More sharing options...
pepe_grillo Posted November 30, 2008 Report Share Posted November 30, 2008 vale wn te pasaste funco de maravilla =D Link to comment Share on other sites More sharing options...
albocruzado Posted December 3, 2008 Report Share Posted December 3, 2008 hola.. gracias!!! alguien sabe de donde bajar un tema pa sacarle el morado que trae por default? Saludos Link to comment Share on other sites More sharing options...
cigar Posted December 6, 2008 Report Share Posted December 6, 2008 (edited) yo uso linux y es recorta solo se hace un script y se ejecuta asi ./jad nombrearchivo.jar el script en este caso se llama jad, puede ser cualquier nombre lo guardan en un archivo.sh (jad.sh) aca el codigo #!/bin/bash # # Given a J2ME midlet jarball, create a JAD for it # Usage: ./jadmaker.sh <filename> # safety check 1 FILE=$1 if [ ! -f "${FILE}" ]; then echo "Input file '${FILE}' missing, exiting." exit 1 fi # safety check 2 JAD="${FILE%.*}.jad" if [ -f "${JAD}" ]; then echo "${JAD} already exists, overwrite? (y/N)" read tmpans answer=$(echo "$tmpans" | tr '[:upper:]' '[:lower:]') if [ "$answer" != "y" ] && [ "$answer" != "yes" ]; then echo "Not overwriting ${JAD}, exiting." exit 1 else rm -f "${JAD}" fi fi # unzip the internal manifest, changing line endings to our local OS # the sed action removes blank lines, with or without spaces/tabs unzip -aa -j -p ${FILE} "META-INF/MANIFEST.MF" | sed -e '/^[ \t]*$/d' > "${JAD}" # generic variables echo "MIDlet-Jar-URL: ${FILE}" >> "${JAD}" echo "MIDlet-Info-URL: http://" >> "${JAD}" # actual jarball size FILESIZE=$(stat -c%s "${FILE}") echo "MIDlet-Jar-Size: ${FILESIZE}" >> "${JAD}" # weee echo "Created ${JAD}." exit 0 Edited December 6, 2008 by cigar Link to comment Share on other sites More sharing options...
tritaytres Posted December 17, 2008 Report Share Posted December 17, 2008 (edited) yo qero ponerle a mi sam f 275 ej real footbal 09, ese q se puede jugar por blutho pero una vez instalado cuando lo estoi ejecutando me sale error de JAVA con otros juegos los puedo abbrir lo mas bien pero ese no... espero q me ayuden T.T Edited December 17, 2008 by tritaytres Link to comment Share on other sites More sharing options...
link ast Posted December 25, 2008 Report Share Posted December 25, 2008 gracias hermano, !!! Link to comment Share on other sites More sharing options...
xas-k Posted January 16, 2009 Report Share Posted January 16, 2009 wena wena funciona perfect!!! tengo un j700 y ta de perilla este program saludos te pasaste!!! Link to comment Share on other sites More sharing options...
lour Posted January 27, 2009 Report Share Posted January 27, 2009 oYE Y TU SABES COMO HACER PARA CAMBIARLE EL TEMA VISUAL MORADO AL CELU? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now