avete paura che vi finiscono i cd? https://www.ebay.com/itm/403325559891 con 15k li potete produrre voi
eBay
Singulus Skyline CD Replication unit + Ferromatik moulding machine and mold
Horizonte de Singulus en buen estado de funcionamiento. Incluye máquina de moldeo por inyección Ferromatik y molde Axxicon Ci CD.
🔥2
ma se mi comprassi tipo un Desk/2500 e ci facessi girare Symbian con qualche exploit strano? In realtà girerebbe anche su quelli Telium
NON È CHE UN FORMATO DI CONFIG PUOI SALVARLO COME HEX. DUMP DI UNA STRUCT
PERCHÉ DEVE ESSERE COSI DIFFICILE APRIRE UN FILE DALLA SDCARD CON IL DIALOGO DI BASE
--
Intent I = new Intent().setType("*/*").setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(I, "AA", 1000);
----
@Override
public void onActivityResult(int rq, int res, Intent inte)
{
super.onActivityResult(rq,res,inte);
if (rq == 1000 && res == RESULT_OK && inte != null)
{
Uri p = inte.getData();
if (p == null)
return;
InputStream in;
try
{
in = getContentManager ().openInputStream(p);
}
catch (FileNotFoundException ex) {
ex.printStackTrace();
}
----
Intent I = new Intent().setType("*/*").setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(I, "AA", 1000);
----
@Override
public void onActivityResult(int rq, int res, Intent inte)
{
super.onActivityResult(rq,res,inte);
if (rq == 1000 && res == RESULT_OK && inte != null)
{
Uri p = inte.getData();
if (p == null)
return;
InputStream in;
try
{
in = getContentManager ().openInputStream(p);
}
catch (FileNotFoundException ex) {
ex.printStackTrace();
}
----
grazie ettore
è effettivamente una rotazione in un punto diverso dall'originel
è effettivamente una rotazione in un punto diverso dall'originel
Mi immagino che vado lì
Salve vorrei pagare
E presento una carta tutta bianca con un pennarello con scritto Bancomat
(Non le accettano perché i terminali di debug hanno chiavi diverse per le carte retail)
Salve vorrei pagare
E presento una carta tutta bianca con un pennarello con scritto Bancomat
(Non le accettano perché i terminali di debug hanno chiavi diverse per le carte retail)
🔥2
Non mi sarei mai aspettato di dover aggiungere un commento che dice
"mitigation for broken implementation on their GT side" nel mio codice
"mitigation for broken implementation on their GT side" nel mio codice