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