<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LAZIOMATICA - Guida allo Sviluppo Software</title>
	<atom:link href="http://www.laziomatica.com/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laziomatica.com/web</link>
	<description>La nuova forma del software su misura...</description>
	<lastBuildDate>Tue, 21 Feb 2012 20:26:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OSX Lion &#8211; Remove/Unistall Xcode 4</title>
		<link>http://www.laziomatica.com/web/archives/272?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=osx-lion-removeunistall-xcode-4</link>
		<comments>http://www.laziomatica.com/web/archives/272#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:16:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Senza categoria]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=272</guid>
		<description><![CDATA[To unistall XCode 4.x from OSX Lion you have to digit this command from a terminal: sudo /Library/Developer/Shared/uninstall-devtools -mode=all]]></description>
			<content:encoded><![CDATA[<p>To unistall XCode 4.x from OSX Lion you have to digit this command from a terminal:</p>
<p><em>sudo /Library/Developer/Shared/uninstall-devtools -mode=all</em></p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO &#8211; Configurare OpenVpn su Samsung Galaxy S I9000 Android 2.2 FROYO.RSJP5 con certificati e dhcp.</title>
		<link>http://www.laziomatica.com/web/archives/261?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configurare-openvpn-su-samsung-galaxy-s-i9000-android-2-2-froyo-rsjp5-con-certificati-e-dhcp</link>
		<comments>http://www.laziomatica.com/web/archives/261#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:58:36 +0000</pubDate>
		<dc:creator>mezzetto</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MOBILE]]></category>
		<category><![CDATA[Open VPN]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Android 2.2]]></category>
		<category><![CDATA[OpenVpn]]></category>
		<category><![CDATA[Samsung Galaxy S 9000]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=261</guid>
		<description><![CDATA[Fare un backup del firmware e dei dati del cellulare. Studiare il funzionamento dello strumento ADB. Studiare la sintassi dei più semplici comandi Linux: SU, CP, MOUNT, MKDIR, RM, CHMOD, LS, CD, DF. Attrezzi necessari all&#8217;intervento Piattaforma di sviluppo per android installata sul nostro PC con i driver usb per il nostro dispositivo e ADB. [...]]]></description>
			<content:encoded><![CDATA[<p>Fare un backup del firmware e dei dati del cellulare.<br />
Studiare il funzionamento dello strumento ADB.<br />
Studiare la sintassi dei più semplici comandi Linux: SU, CP, MOUNT, MKDIR, RM, CHMOD, LS, CD, DF.</p>
<p>Attrezzi necessari all&#8217;intervento</p>
<p>Piattaforma di sviluppo per android installata sul nostro PC con i driver usb per il nostro dispositivo e ADB.<br />
Cavo usb di connessione PC telefono.<br />
Attivare modalità Debug USB sul cellulare (dalla home selezionare Menu, Applicazioni, Sviluppo: in sviluppo spuntare le voci Debug USB e Resta attivo).<br />
Scaricare dal market:<br />
Z4Root di Ryanza (contiene già il pacchetto BusyBox) necessario per ottenere l&#8217;accesso root del telefono<br />
Openvpn installer<br />
Openvpn settings<br />
Scaricare il driver interfaccia tunneling chiamato <a href="http://www.laziomatica.com/web/wp-content/uploads/2011/02/tun-I9000-JPK.zip">tun-I9000-JPK</a>.zip scompattarlo e copiarlo su una cartella facilmente raggiungibile ad esempio (per windows) C:\scambio\<br />
Copiare in C:\scambio\ i file di configurazione della nostra openvpn e le chiavi: miavpn.conf, ca.crt, miocert.crt, miakey.key, ta.key</p>
<p>Si può scaricare il pacchetto Busybox ed effettuare il root del telefono in altri modi, ma per il nostro esperimento abbiamo utilizzato Z4Root.<br />
A questo punto abbiamo tutto il necessario.</p>
<p>Partiamo con l&#8217;istallazione di Z4Root al termine del processo eseguiamo l&#8217;applicazione; a questo punto ci vengono proposte due modalità di root:<br />
root temporaneo<br />
root definitivo<br />
Noi abbiamo utilizzato il root temporaneo; i contro di questa scelta sono che ogni volta che riavviamo il cellulare dobbiamo nuovamente procedere con l&#8217;operazione di root se vogliamo che Openvpn funzioni, ma è sicuramente meno impattante del root definitivo; sta a voi decidere.<br />
Per prima cosa colleghiamo il cellulare al nostro PC ed eseguiamo il comando ADB SHELL:<br />
una volta aperta la console, digitiamo il comando SU per ottenere l&#8217;accesso come root; se tutto funziona correttamente, il cellulare ci avviserà che l&#8217;utente &#8220;uknown&#8221; ha ottenuto diritti di root;<br />
a questo punto dobbiamo lanciare il comando seguente: mount -o rw,remount /dev/block/mtdblock3 /system<br />
Questo comando rende la cartella /system del nostro cellulare scrivibile.<br />
Fin qui non si dovrebbero incontrare difficoltà; se ci fossero problemi con il comando &#8220;mount&#8221; da console, possiamo ottenere lo stesso risultato aprendo una seconda finestra terminale (mac) o prompt msdos (windows) e digitando il comando ADB REMOUNT che effettuerà la modifica per noi.<br />
Ora prepariamo le cartelle necessarie per Openvpn installer:</p>
<p>anciamo il comando: &#8220;/system/xbin/mkdir /system/xbin/bb&#8221; (crea la cartella bb in /system/xbin)<br />
lanciamo il comando: &#8220;/system/xbin/mkdir /mnt/sdcard/openvpn&#8221;  (crea la cartella openvpn in /mnt/sdcard/)<br />
lanciamo il comando: &#8220;ln -s /system/bin/busybox /system/xbin/bb/ifconfig&#8221;<br />
lanciamo il comando: &#8220;ln -s /system/bin/busybox /system/xbin/bb/route&#8221;</p>
<p>Una volta ottenuto l&#8217;accesso root, eseguiamo Openvpn installer con le seguenti opzioni di installazione che ci verranno chieste durante il processo:<br />
Directory di installazione del binario: /system/xbin<br />
directory per i comandi ifconfig e route: /system/xbin/bb (non chiudete la finestra di report dell&#8217;istallazione)</p>
<p>Esaminiamo i log dell&#8217;installer (reperibili premendo il tasto menu e show log) cercando di individuare eventuali errori nell&#8217;istallazione, se è tutto ok andiamo avanti.<br />
Installiamo &#8220;openvpn settings&#8221;</p>
<p>Apriamo una seconda finestra terminale da cui lanciare i seguenti comandi per inviare files al nostro dispositivo:</p>
<p>ADB PUSH C:\scambio\tun.ko (o la nostra cartella locale/tun.ko) /mnt/sdcard/openvpn     (con questo comando piazziamo il file tun.ko precedentemente scaricato nella cartella openvpn creata in precedenza)</p>
<p>ripetiamo il tutto per i file di configurazione e le chiavi:</p>
<p>ADB PUSH C:\scambio\miavpn.conf /mnt/sdcard/openvpn<br />
ADB PUSH C:\scambio\miakey.key /mnt/sdcard/openvpn<br />
ADB PUSH C:\scambio\miocert.crt /mnt/sdcard/openvpn<br />
ADB PUSH C:\scambio\ca.crt /mnt/sdcard/openvpn<br />
ADB PUSH C:\scambio\ta.key /mnt/sdcard/openvpn</p>
<p>riportiamo la cartella /system in sola lettura con il comando:  mount -o ro,remount /dev/block/mtdblock3 /system</p>
<p>Lanciamo openvpn settings e configuriamo:</p>
<p>Il percorso dei files di configurazione e dei certificati che nel nostro caso è /mnt/sdcard/openvpn</p>
<p>alla voce &#8220;load tun kernel module&#8221; configuriamo: il percorso del driver tun.ko che nel nostro caso è /mnt/sdcard/openvpn<br />
alla voce &#8220;tun module settings&#8221; configuriamo: &#8220;load tun using&#8221; con &#8220;insmod&#8221; e path to tun module &#8220;mnt/sdcard/openvpn/tun.ko&#8221;<br />
In openvpn configurations ci troviamo il miavpn.conf già visibile: a questo punto se tutto è andato bene, in openvpn settings spuntiamo la voce &#8221; openVPN&#8221; e poi &#8220;miavpn.conf&#8221;.<br />
Il dispositivo cercherà ora di attivare il tunnel vpn e se tutto è configurato correttamente apparirà nella barra delle notifiche: &#8220;VPN connecting&#8221;, mentre sulla linguetta identificativa &#8220;miavpn.con&#8221; in sequenza: resolve, Auth, getconfig ed infine connected to &#8220;ipserverVPN&#8221; as &#8220;ipdispositivo&#8221; e la chiavetta nella barra<br />
delle notifiche apparirà illuminata, ad indicare che la connessione è correttamente stabilita.</p>
<p>Possibili errori:</p>
<p>Errore 1<br />
&#8220;openvpn cannot allocate the device TUN/TAP dynamically&#8221; &#8211; il modulo tun non è caricato o è caricato un modulo non compatible con il dispositivo.</p>
<p>Soluzione 1: verificare la correttezza dei settari per il caricamento del modulo tun ed in particolare che venga utilizzato il metodo insmod<br />
Soluzione 2: scaricare un modulo compatibile</p>
<p>Errore 2<br />
Qualsiasi cosa clicchiamo in openvpn settings non accade nulla o l&#8217;app si chiude &#8211; istallazione del binario openvpn non riuscita o binario corrotto. La maggior parte delle volte si è commesso un errore nella fase di istallazione.</p>
<p>Soluzione 1: verificare la correttezza dell&#8217;istallazione ripeterla partendo dal root del telefono e seguire passo passo tutti i comandi così come indicato sopra.<br />
Soluzione 2: scaricare un binario funzionante</p>
<p>Errore 3<br />
La vpn sembra partire arriva a &#8220;connected to &#8220;ipserverVPN&#8221; as&#8221; ma non viene indicato l&#8217;ip del dispositivo dopo la voce &#8220;as&#8221; e la vpn non sembra funzionare. La maggior parte delle volte l&#8217;errore è nel file conf e nelle voci relative al push della configurazione ip da parte del server VPN;<br />
ciò è dovuto al fatto che il modulo tun non supporta le opzioni pull o pus.</p>
<p>Soluzione: verificare il file con e modificarlo nelle voci relative alla richiesta della configurazione di rete, commentando i comandi pull o pus per verificare che funzioni il resto.</p>
<p>Errore 4<br />
&#8220;cannot execute command ifconfig&#8221;. Ciò è dovuto ad un&#8217;errata configurazione o errata creazione dei link simbolici ai file ifconfig e ruote; nello specifico, stiamo utilizzando i file del ns dispositivo che però non sono compatibili con openvpn e che si trovano in /system/bin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change windows 7 Product key with command line</title>
		<link>http://www.laziomatica.com/web/archives/254?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-windows-7-product-key-with-command-line</link>
		<comments>http://www.laziomatica.com/web/archives/254#comments</comments>
		<pubDate>Tue, 22 Feb 2011 11:28:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=254</guid>
		<description><![CDATA[1 &#8211; Open command line program with administrator privilegies 2 &#8211; navigate to c:\windows\system32 3 &#8211; now you ready to install the new Product Key with this command slmgr.vbs -ipk "insert your new product key here"/code> 4 - wait for a popup that indicate result operation 5 - after you can activate your product with [...]]]></description>
			<content:encoded><![CDATA[<p>1 &#8211; Open command line program with administrator privilegies<br />
2 &#8211; navigate to c:\windows\system32<br />
3 &#8211; now you ready to install the new Product Key with this command<br />
     <code>slmgr.vbs -ipk "insert your new product key here"/code><br />
4 - wait for a popup that indicate result operation<br />
5 - after you can activate your product with this command<br />
    <code>slmgr.vbs -ato</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/254/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOS iPhone/iPad &#8211; check call service capability of the device</title>
		<link>http://www.laziomatica.com/web/archives/248?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ios-iphoneipad-check-capability-of-the-device</link>
		<comments>http://www.laziomatica.com/web/archives/248#comments</comments>
		<pubDate>Fri, 18 Feb 2011 06:49:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sviluppo iPad/iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=248</guid>
		<description><![CDATA[sometimes you need to check the type of device that will use our application in order to identify whether the device is an iphone, ipod or iPad. To check this we can read the [UIDevice currentDevice].model such you are essentially comparing the device name with a hard-coded value. Example if(![[UIDevice currentDevice].model isEqualToString:@"iPhone"]) { UIAlertView *alertView [...]]]></description>
			<content:encoded><![CDATA[<p>sometimes you need to check the type of device that will use our application in order to identify whether the device is an iphone, ipod or iPad. To check this we can  read the [UIDevice currentDevice].model such  you are essentially comparing the device name with a hard-coded value. Example<br />
<code><br />
if(![[UIDevice currentDevice].model isEqualToString:@"iPhone"])<br />
{<br />
UIAlertView *alertView = [UIAlertView alloc] initWithTitle:@"Error"<br />
message:@"Call service not avalible on this device"<br />
delegate:self<br />
cancelButtonTitle:@"close"<br />
otherButtonTitles: nil];<br />
[alertView show];<br />
[alertView release];<br />
}<br />
</code></p>
<p>as alternative we can add a control if the device can openURL &#8220;tel:xxx-xxxx-xxxx&#8221; which is the protocol used to make a call on an iPhone device:<br />
<code><br />
[[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:RISTOSTREGA_PHONE]]<br />
</code></p>
<p>more in deep we ca use to know exactly the generation of device the class UIDeviceHardware:<br />
<code></p>
<p>UIDeviceHardware *h=[[UIDeviceHardware alloc] init];<br />
[self setDeviceModel:[h platformString]];<br />
[h release];<br />
</code></p>
<p>the class UIDeviceHardware.h:<br />
<code><br />
@interface UIDeviceHardware : NSObject<br />
- (NSString *) platform;<br />
- (NSString *) platformString;<br />
@end<br />
</code></p>
<p>in the implementation file UIDeviceHardware.m:<br />
<code><br />
#include <sys/types.h><br />
#include <sys/sysctl.h></p>
<p>@implementation UIDeviceHardware</p>
<p>- (NSString *) platform{<br />
    size_t size;<br />
    sysctlbyname("hw.machine", NULL, &#038;size, NULL, 0);<br />
    char *machine = malloc(size);<br />
    sysctlbyname("hw.machine", machine, &#038;size, NULL, 0);<br />
    NSString *platform = [NSString stringWithCString:machine];<br />
    free(machine);<br />
    return platform;<br />
}</p>
<p>- (NSString *) platformString{<br />
    NSString *platform = [self platform];<br />
    if ([platform isEqualToString:@"iPhone1,1"]) return @"iPhone 1G";<br />
    if ([platform isEqualToString:@"iPhone1,2"]) return @"iPhone 3G";<br />
    if ([platform isEqualToString:@"iPhone2,1"]) return @"iPhone 3GS";<br />
    if ([platform isEqualToString:@"iPod1,1"])   return @"iPod Touch 1G";<br />
    if ([platform isEqualToString:@"iPod2,1"])   return @"iPod Touch 2G";<br />
    if ([platform isEqualToString:@"iPod3,1"])   return @"iPod Touch 4G";<br />
    if ([platform isEqualToString:@"i386"])   return @"iPhone Simulator";<br />
    return platform;<br />
}</p>
<p>@end<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Endian Firewall Community and issues with the proxy: Connection reset by peer error 104</title>
		<link>http://www.laziomatica.com/web/archives/246?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=endian-firewall-community-and-issues-with-the-proxy-connection-reset-by-peer-error-104</link>
		<comments>http://www.laziomatica.com/web/archives/246#comments</comments>
		<pubDate>Sat, 12 Feb 2011 09:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Endian Firewall]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=246</guid>
		<description><![CDATA[If your users behind Endian FW Proxy are getting &#8220;read error (104) connection reset by peer&#8221; when loading content, try to check if your proxy work fine browsing https://google.com ( works fine with ssl), but you get the 104 error otherwise, you have to update your blacklist for dansguardian because one of the blacklists updated [...]]]></description>
			<content:encoded><![CDATA[<p>If your users behind Endian FW Proxy are getting &#8220;read error (104) connection reset by peer&#8221; when loading content, try to check if your proxy work fine browsing https://google.com ( works fine with ssl), but you get the 104 error otherwise, you have to update your blacklist for dansguardian because one of the blacklists updated on 10 feb 2011 is totally invalid.<br />
Check for updates,  fix manually or you can disable to content filter until you have a chance to update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCode Error launching remote program: failed to get the task for process xxx</title>
		<link>http://www.laziomatica.com/web/archives/244?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xcode-error-launching-remote-program-failed-to-get-the-task-for-process-xxx</link>
		<comments>http://www.laziomatica.com/web/archives/244#comments</comments>
		<pubDate>Wed, 09 Feb 2011 08:54:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[MAC OSX]]></category>
		<category><![CDATA[Sviluppo iPad/iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=244</guid>
		<description><![CDATA[Problem: Hi i get this error when try to debug my app inside connected device. The app was launched regularly but i lost the connection to the debugger. Solution: There was an issue of certificates. In effetc i was using an adHoc Certificate that doesn&#8217;t support the debugger on device.]]></description>
			<content:encoded><![CDATA[<p>Problem:<br />
Hi i get this error when try to debug my app inside connected device. The app was launched regularly  but i lost the connection to the debugger.<br />
Solution:<br />
There was an issue of certificates. In effetc i was using an adHoc Certificate that doesn&#8217;t support the debugger on device. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build an Apple Push Notification provider server</title>
		<link>http://www.laziomatica.com/web/archives/242?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-build-an-apple-push-notification-provider-server</link>
		<comments>http://www.laziomatica.com/web/archives/242#comments</comments>
		<pubDate>Mon, 07 Feb 2011 11:19:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sviluppo iPad/iPhone]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=242</guid>
		<description><![CDATA[here a good implementation of a fully work example of APN service integration inside your App. http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial]]></description>
			<content:encoded><![CDATA[<p>here a good implementation of a fully work example of APN service integration inside your App.<br />
<code>http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to use iPhone/iPad iOS MapKit Framework</title>
		<link>http://www.laziomatica.com/web/archives/240?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introduction-to-use-iphoneipad-ios-mapkit-framework</link>
		<comments>http://www.laziomatica.com/web/archives/240#comments</comments>
		<pubDate>Mon, 07 Feb 2011 09:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sviluppo iPad/iPhone]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=240</guid>
		<description><![CDATA[Looking around internet i found this interesting article about mapkit http://icodeblog.com/2009/12/21/introduction-to-mapkit-in-iphone-os-3-0/.]]></description>
			<content:encoded><![CDATA[<p>Looking around internet i found this interesting article about mapkit <code>http://icodeblog.com/2009/12/21/introduction-to-mapkit-in-iphone-os-3-0/</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/240/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate the three20 library into your iOS project in 3 steps without error Can&#8217;t find #import &#8220;Three20/Three20.h&#8221;</title>
		<link>http://www.laziomatica.com/web/archives/238?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=integrate-the-three20-library-into-your-ios-project-in-3-steps-without-error-cant-find-import-three20three20-h</link>
		<comments>http://www.laziomatica.com/web/archives/238#comments</comments>
		<pubDate>Thu, 03 Feb 2011 07:38:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Sviluppo iPad/iPhone]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=238</guid>
		<description><![CDATA[Download three20 library with this command git clone git://github.com/facebook/three20.git 1) Copy the three20 folder into your iphone project: goto in [YourProjectsFolders]/[iOSProjectName] and copy three20 folder here 2) from console locate the three20 folder and run this python command python src/scripts/ttmodule.py -p ../[iOSProjectName].xcodeproj Three20 -c Debug -c Release 3) now go to XCode and build. If [...]]]></description>
			<content:encoded><![CDATA[<p>Download three20 library with this command <code> git clone git://github.com/facebook/three20.git</code></p>
<p>1) Copy the three20 folder into your iphone project: goto in  [YourProjectsFolders]/[iOSProjectName] and copy three20 folder here<br />
2) from console locate the three20 folder and run this python command<br />
python src/scripts/ttmodule.py -p ../[iOSProjectName].xcodeproj Three20 -c Debug -c Release<br />
3) now go to XCode and build. If yet opened reload project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/238/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows OS &#8211; run a .bat file in a silent mode &#8211;  without opening a console window</title>
		<link>http://www.laziomatica.com/web/archives/236?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-os-run-a-bat-file-in-a-silent-mode-without-opening-a-console-window</link>
		<comments>http://www.laziomatica.com/web/archives/236#comments</comments>
		<pubDate>Mon, 10 Jan 2011 19:04:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.laziomatica.com/web/?p=236</guid>
		<description><![CDATA[After i seek around the web i have a definitive solution to run a batch file in a silent way, that is a vb script, lanched on a task system (example on startup), like this: Set WshShell = CreateObject("WScript.Shell") cmds=WshShell.RUN("c:\my_batch_file.bat", 0, True) Set WshShell = Nothing Setting intWindowStyle to 0, in the second line, will [...]]]></description>
			<content:encoded><![CDATA[<p>After i seek around the web i have a definitive solution to run a batch file in a silent way, that is a vb script, lanched on a task system (example on startup), like this:<br />
<code><br />
Set WshShell = CreateObject("WScript.Shell")<br />
cmds=WshShell.RUN("c:\my_batch_file.bat", 0, True)<br />
Set WshShell = Nothing<br />
</code></p>
<p>Setting intWindowStyle to 0, in the second line, will hide the output window.<br />
Save this as script.vbs file and run it when you need. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.laziomatica.com/web/archives/236/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

