Daniel Garcia-Gil wrote:Antonio
tomado del post... lo que hice fueOK might have a solution. For those people still unable to SSH into their phones.
Open a terminal console on the iPhone using your favourite terminal emulator.
You may need to be root to remove the following directories.
cd /etc
rm -r ssh
rm -r ssl
now reinstall openssh and openssl through cydia. Finally reboot phone. This worked for me after the other stuff didn't.
Noticed that when I removed openssh it couldn't remove the /etc/ssh directory.
veremos los resultados
mastintin wrote:He subido al repositorio un nuevo directorio que llame fivephone sintax .
Dentro tenemos dos ficheros que son los que definen los colores que tomará un archivo prg cuando se abra con xcode ...
Para instalar vamos a : /Users/xxxx/Library/Application\ Support/Developer/Shared/Xcode/Specifications ( crear este ultimo si no lo tenemos ) y dejamos los 2 archivos en este directorio .
Reiniciamos xcode si esta abierto y listo .
Es un primer paso y esta basado en unos archivos de pov-ray ( nada que ver ) por ello seguro que tenemos erratas que tendremos que correguir pero es un primer paso .
Saludos.
Antonio Linares wrote:
Ahora si consiguieramos llamar a Harbour desde el xcode...
Antonio Linares wrote:Manuel,
xcode tiene una consola en donde el sistema reporta errores. Ahi podemos ver cual es el error que se produce
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-256-52
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
run
Running…
Error launching remote program: failed to get the task for process 3700.
Error launching remote program: failed to get the task for process 3700.
The program being debugged is not being run.
The program being debugged is not being run.
Daniel Garcia-Gil wrote:Manuel
has subido algun codigo?? es para no repetir informacion porque tenia los tab funcionando
Error launching remote program: failed to get the task for process 3700
Antonio Linares wrote:Manuel,Error launching remote program: failed to get the task for process 3700
Parece que ni siquiera llega a cargar...
Habria que ir añadiendo módulos, poco a poco, hasta ver cuando comienza ese problema.
Ando haciendo pruebas con el xcode directamente, para afianzar más conceptos.
Function dummy()
Return nil
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
// Add the view controller's view to the window and display.
[window addSubview:viewController.view];
[window makeKeyAndVisible];
HB_FUN_DUMMY() ;
return YES;
}
void dummy()
{
if( symFPH == NULL )
symFPH = hb_dynsymSymbol( hb_dynsymFindName( "DUMMY" ) );
// hb_vmPushSymbol( symFPH );
// hb_vmPushNil();
// hb_vmDo( 0 );
MsgInfo(@"no");
}
void dummy( void )
{
// hb_cmdargInit( argc, argv );
hb_vmInit( HB_TRUE ); // inicializa la maquina virtual de Harbour
if( symFPH == NULL )
symFPH = hb_dynsymSymbol( hb_dynsymFindName( "DUMMY" ) );
hb_vmPushSymbol( symFPH );
hb_vmPushNil();
hb_vmDo( 0 );
MsgInfo(@"no");
hb_vmQuit(); // termina la maquina virtual de Harbour
}
Return to FiveMac / FivePhone (iPhone, iPad)
Users browsing this forum: No registered users and 3 guests