Visualizzazione stampabile
-
Hi Tony,
thanks for the quick reply.
I also tried Titanium and it said it can't access root. I actually paid for the full version of Titanium but Ican't access it now because another new problem is that google play store has stopped functioning.
I uninstalled and installed it again but it's still the same.
I didn't backup before trying to root so I'm stuck with a semi brick at the moment without google play store functioning.
Is there a way to get the rom for the 860s2 so that I can do a full factory reset from recovery?
Any suggestions that might help?
Thanks again
-
Tutto a posto con il tablet........root eseguito perfettamente.........grazie a tutti
Harley
-
1 allegato(i)
Scusate, sono poco esperto, ma dove esattamente va posizionato il file "Root_MD860S2.bat"? Qui:"C:\Program Files (x86)\Android\android-sdk"? Perché a me non va. L'ho messo in "C:\Program Files (x86)\Android\android-sdk\platform-tools" dove si trova anche adb.exe e parte qualcosa, ma va molto lento e mi da sempre erroreAllegato 25665
-
1 allegato(i)
ottimo ragazzi, sembra esser andato tutto a buon fine:
Allegato 25667
titanium backup installato, ora finalmente posso aggiornare l'app di youtube rimuovendo la vetusta 2.0.qualcosa...
grazie!!!
/edit:
non mi si installa l'app perchè il play store mi da 'aggiornamento non compatibile' ;__;
/edit2:
tutto a posto è bastato cancellare la cache dello store
-
1 allegato(i)
Quote:
Originariamente inviato da
capacchiuovo
Scusate, sono poco esperto, ma dove esattamente va posizionato il file "Root_MD860S2.bat"? Qui:"C:\Program Files (x86)\Android\android-sdk"? Perché a me non va. L'ho messo in "C:\Program Files (x86)\Android\android-sdk\platform-tools" dove si trova anche adb.exe e parte qualcosa, ma va molto lento e mi da sempre errore
Allegato 25665
Allegato 25670
...e va avanti così. Qualcuno può illuminarmi. Grazie infinite! Ovviamente ho installato adb e i driver
-
2 allegato(i)
Quote:
Originariamente inviato da
DelfinoFurioso
ottimo ragazzi, sembra esser andato tutto a buon fine:
Allegato 25667
titanium backup installato, ora finalmente posso aggiornare l'app di youtube rimuovendo la vetusta 2.0.qualcosa...
grazie!!!
/edit:
non mi si installa l'app perchè il play store mi da 'aggiornamento non compatibile' ;__;
/edit2:
tutto a posto è bastato cancellare la cache dello store
Scusami, potresti dirmi se hai incontrato problemi e dove? A me non va, sembra non vedere il tablet, anche se i driver sono installati Allegato 25700Allegato 25701
-
Risolto, credo. Non so come, ma riavviando e smanettando , aprendo cmd come amministratore (in realtà il mio utente è amministratore, ma si vede che a W7 non basta... insomma alla fine è andata. Grazie
-
Quote:
Originariamente inviato da digidirt
Hi Tony,
thanks for the quick reply.
I also tried Titanium and it said it can't access root. I actually paid for the full version of Titanium but Ican't access it now because another new problem is that google play store has stopped functioning.
I uninstalled and installed it again but it's still the same.
I didn't backup before trying to root so I'm stuck with a semi brick at the moment without google play store functioning.
Is there a way to get the rom for the 860s2 so that I can do a full factory reset from recovery?
Any suggestions that might help?
Thanks again
Dear digidirt, did you solved your issue with the play store? I read somewhere in this forum about people that restored their device after a half-brick without the original rom (which is still not available).
Let me know and I'll look for the topic might help you.
Ciao,
Tony
Inviato dal mio M-MP860S2 usando Androidiani App
-
Hello Tony,
sadly I haven't been able to solve the problem but I suspect it might be related to the SuperUser app.
I recently updated to version 3.13 and many people seem to have problems with rooting and play store with this version of Superuser.
Unfortunately it seems impossible to uninstall this version of Superuser.
When I try to root, the message says that system/bin and sytem/xbin do not exist or can't be accessed and also that permission is denied
But I know they exist because I can see them with Android Commander software from the PC. Also Root Check Pro verifies that BusyBox is installed. I would definitely appreciate any help. I've spent the whole day searching on google for a solution with no success :(
Thanks and ciao for now
-
Quote:
Originariamente inviato da
digidirt
Ciao Tutti,
.....
C:\SDK\platform-tools>adb shell "busybox chmod 755 /data/local/tmp/script.sh"
/system/bin/sh: busybox: not found
C:\SDK\platform-tools>adb shell "busybox chmod 755 /data/local/tmp/script2.sh"
/system/bin/sh: busybox: not found
C:\SDK\platform-tools>adb shell "/data/local/tmp/script.sh"
/system/bin/sh: /data/local/tmp/script.sh: cannot execute - Permission denied
Your problem is that you don't have pushed on yuor /data/local/tmp Busybox, as you can see from first message quoted.
Il problema è che sul dispositivo nella data/local/tmp manca Busybox, come si intuisce dal primo messaggio quotato.
Then the other error message was the result of first.
Gli altri messaggi di errore, sono una conseguenza.
Find busybox, put it in C:\SDK\platform-tools, then at commad prompt "adb push busybox /data/local/tmp/."
Cerca busybox e mettilo in C:\SDK\platform-tools, quindi al prompt dei comandi: "adb push busybox /data/local/tmp/."
Then retry and let us know
Quindi riprova e facci sapere.