Visualizzazione stampabile
-
Quote:
Originariamente inviato da
Sigm
Buonasera a tutti!
Mi ritrovo a scrivere nel forum perchè ho avuto un problema con un alcatel onetouch s'pop 4030d.
Cercherò di essere breve; :)
Premetto che il telefono in questione è stato rootato (grazie alle preziose info dell'utente TheSolutor,che ringrazio nuovamente),tutto è andato a buon fine, infatti il telefono è stato utilizzato per due settimane senza nessun problema; oggi mi è apparso un aggiornamento dell'app es file explorer file manager ,quando sono andato ad eseguire l'aggiornamento, si è collegato al google play store ed apparso il messaggio "l'applicazione google play store si è bloccata",da qui in poi disastro,ovvero è stato impossibile ripristinare il funzionamento della stessa.
Si, capita. Su questo telefono e altrove
Quote:
Ho disinstallato l'app pensando di poterla reinstallare ma nulla
Che intendi per "disinstallare" ? L'hai cancellata usando i permessi di root ? Normalmente non è disinstallabile.
Quote:
, reinstallando anche google play store il problema persisteva. In modalità recovery ho eseguito un restore di un backup (che avevo appunto eseguito prima di rootare il telefono)
Backup di cosa, e fatto con cosa ?
Quote:
eseguendo prima i wipe etc... ma, una volta avviato il telefono non mi compariva da nessuna parte l'icona google play store. Mi domando ma come è possibile che effettuando restore di un precedente backup, non compare questa app ?
Se il tuo backup è completo (fatto con TWRP) il ripristino è completo, basta andare in /custpack e vedere se phonesky.apk sta al suo posto
Quote:
Eppure quando ho eseguito il backup non avevo ancora messo mano su android cioè modificato nulla,avevo appena installato la TWRP. Ultimissima cosa,oramai sono trascorse 5 ore e più da quando ho lanciato alcatel one touch upgrade s (sperando che mi possa installare la rom originale) ma ha scaricato (nella cartella downloaded del software) poco più di 1gb e l'avanzamento del download del software è al 72%...In questo caso cosa si potrebbe fare per poter ripristinare il telefono alle sue funzioni? Cioè esiste la possibilità di scaricare la sua rom originale ?
La possibilità è quella che stai seguendo e parere personale non ne hai bisogno.
Uploadare la rom intera x altra via vuol dire uppare 1GB di rom
-
Grazie per la risposta!
-per disinstallare intendo eliminare con permessi di root.
-per backup intendo del telefono (di preciso dalla recovery TWRP ho eseguito il backup delle cartelle system,boot,data,recoverysu uSD esterna),ciò nonostante ho ripristinato il backup ma il problema mi si ripresentava.
Ho comunque risolto nel seguente modo: ho installato la versione di alcatel one touch upgrade S versione 2.8.0 la quale a differenza della precedente versione , in circa 30 minuti ha ripristinato il telefono come appena acquistato rimettendo anche la stock recovery. Dopo fatto questo, ho potuto nuovamente utilizzare il servizio google play store...
e il telefono è nuovamente funzionante.
Saluti. ;)
-
Quote:
Grazie per la risposta!
-per disinstallare intendo eliminare con permessi di root.
-per backup intendo del telefono (di preciso dalla recovery TWRP ho eseguito il backup delle cartelle
di preciso dalla recovery TWRP ho eseguito il backup delle cartelle system,boot,data,recoverysu uSD esterna)
Eh, infatti. sul nostro telefono le google apps stanno in /custpack
Ho uploadato giusto ieri l'intera cartella qui
https://www.androidiani.com/forum/al...ot-6010-a.html
-
Hello everybody! I managed to soft brick my 2 days old 6030X (branded as Orange San Remo by Orange..). Long story short is as follows: bought the phone, rooted it immediately (unfortunately the first custom recovery I found was CWM), made a backup (I noticed to late than the custpack has not been backed up by cwm) removed the bloatware from it and then tried to see if One Touch Upgrade tool works... and it didn't. Checked in build.prop and the model was with _orange at the end... I deleted orange after I made a backup of build prop then I tried to reboot (relaxed, knowing that I had a full backup.. :) ).. Of course, it got stuck on Alcatel logo. The backup did not help since the custpack was not included... The phone boots in recovery, it's seen by the MTK tools and ADB (I tried to pull build.prop so I modify it and push it back but was impossible). I really need help as this is my first Alcatel (had only Samsung so far) and since it's a new model I could not find many infos on the internet. Thanks in advance for your support. Sorry for using english but even if I do speak Italian well, I am not ready to write in a 100% correct manner. Grazzie a tutti.
-
Hi.
Just use One touch upgrade S
https://www.androidiani.com/forum/al...-progress.html
Then you have to root it again
-
Thanks a lot for your quick reply! The only answer I get from the One Touch Upgade S tool is (and was the reason for trying to modify the build.prop): "There is no greater software version available to upgrade your phone, actual version of your phone is the latest"
Might be because of Orange , as they added their name in build prop, so no update coming straight from Alcatel remove the custom launcher/lockscreen/apps and so on. Is there any other way to write a full clean rom or at least to pull the build.prop from the phone in order to edit it? Saluti.
-
I believe you can format the /data and /system /partitions.
You have the backup of them, isn't it ? If you haven't just do it before format them, then use One touch Upgrade. Should be enough to convince it you have not the latest sw.
To edit anything on the phone just use ADB (is plenty of links in English about the use of ADB)
You can do (from a windows command prompt)
adb pull /path/filename to get the file
or adb shell, to gain phone's own command prompt
Then
cp /pathtofile/filename /sdcard to copy anything on the SD
Btw remember that build.prop is not the file present in /system.
The real file is in /custpack (which is both a directory and a partition) /system/build.prop is just a link to the real file (an this fools many sw, and many users, me included :D )
Here you can find the build.prop from a 6010X, maybe is enoug to boot the phone. (its safe, even suggested to delete the link from /system and copy the real file there).
P.S. per gli utenti italiani interessati ma scarsi in inglese, scusate ma non ho nessuna voglia di ritradurre in italiano.
Usate google traslate, grazie. :D
-
Tried the trick with data/system formatted but I get the same answer from One Touch Upgrade. I can get adb shell, but maybe I do not know the exact path so still cannot pull build.prop. And please answer in italian. I have no problem in reading/understanding. I don't want to make mistakes in writing, that's why I use english. Thanks again. :)
-
Ok in italian then.
/system/build.prop questo è il percorso standard.
Sugli alcatel è solo un link. Il file reale è in /custpack/build.prop
Ma ricorda la partizione /custpack viene montata automaticamente solo dalla TWRP.
Quindi puoi montarla tu a mano dalla shell di ADB o puoi flashare la TWRP ed averla montata automaticamente, oltre ad avere un file manager che ti permette di copiarlo sulla sd card (e viceversa).
In ogni caso puoi provare a rimuovere il link da /system e copiare il file che ti ho linkato e vedere se il telefono bootta.
-
Quote:
Originariamente inviato da
TheSolutor
io questo l'ho trovato in /system/app e apparte questa modifica, rimane solo la ricerca vocale ma sparisce la possibilità di parlare invece che scrivere tramite tastiera