I deleted wrong file in system/app, and now I stuck on Configuring phone, tried adb in recovey, dosent work phone isn't recognizable.
Gapkobob said:
I deleted wrong file in system/app, and now I stuck on Configuring phone, tried adb in recovey, dosent work phone isn't recognizable.
Click to expand...
Click to collapse
I have the System/app folder do you have the System/etc folder?
I have 2 of this phones, so I can get any file that I need. How can i flash it?? Is there away to allow usb debugging without going to settings, etc..
The only way I know how to set USB Debugging is threw settings. Also there isn't a way to flash it but you could root it and install some Custom Modules and a launcher.
Related
I am about to replace some system files that I created. I have no ide if they are created properly, so just in case everything goes wrong I need to figure out a way to get the original system files in place.
Can this be done if the phone wont boot properly? If it get into a boot loop or something, can I still access system files and replace the broken files and make it work again?
You can use adb if you have usb debugging enabled
Wrong section.
If you are unfamiliar with ADB, you can also just boot into download mode and flash your original ROM again using ODIN.
I have never testet ADB. But if it will let me replace the files without having to wipe my phone I will take a look at it.
So if my phone is in debugging mode before I replace the system files I can connect using odin and flash the original stock rom again and everything will be back to normal? Not sure, but I think I read somewhere that by flashing with stock rom it wont affect the files in the system folder. I guess thats wrong since there are many files in the system folder that are changed during an update.
If I choose to re-flash, will my phone be wiped then, or will my programs and settings till be in place?
I have the ef27 and I have tried and tried to do the kms.zip but won't reboot my phone. Here is a picture of what happens when I run prevailtoexistence.bat file. Need help rooting, I have a samsung driver installed, i extracted the kms.zip file, my debugging is enable on my phone, i unmount the sd card, and run the bat file and its successful but my phone wont reboot.
gdawson said:
I have the ef27 and I have tried and tried to do the kms.zip but won't reboot my phone. Here is a picture of what happens when I run prevailtoexistence.bat file. Need help rooting, I have a samsung driver installed, i extracted the kms.zip file, my debugging is enable on my phone, i unmount the sd card, and run the bat file and its successful but my phone wont reboot.
Click to expand...
Click to collapse
same here. except mine turns off, but doesnt turn back on by itself.and when i turn it on myself, no root
Hi
I have a Prestigio PAP4322 and yesterday i decided to root it.After rooting I deleted the settings.apk (accidentally touched that) and now my phone is kinda useless.I dont have a backup.
I searched for a backup and found one.Extracted the settings.apk but that didnt solve anything since it couldnt be installed.Than i tried to install the rom manager to restore the backup that i found,but my device isnt supported clockworkmod and i cant boot into clockworkmod recovery to restore that backup.
Than i found somoene that told me to put the setting.apk file in the system/app folder and than restart the phone.After restarting the phone,he stuck in the loading screen.Tried a lot of times and he still stuck at loading screen.
So i decided to boot into system recovery and wipe data/factory reset.
And now my phone is unrooted,cant access play store (after selecting to log in with an excisting account the app crashes),settings.apk is still missing and i cant turn on usb debuging(since settings.apk is missing).
Pls help
dark3578 said:
Pls help
Click to expand...
Click to collapse
it's kind of difficult
but, if you can rooted it again, maybe you. can try to push the system.apk to system/app folder again, but don't forget to give the same PERMISSION like the others Apk in that folder, then reboot your phone
if it's still doesn't working, use adb to push the system.apk into system folder
nasheich said:
it's kind of difficult
but, if you can rooted it again, maybe you. can try to push the system.apk to system/app folder again, but don't forget to give the same PERMISSION like the others Apk in that folder, then reboot your phone
if it's still doesn't working, use adb to push the system.apk into system folder
Click to expand...
Click to collapse
I know how to root it,but cant turn on usb debugging.If you can help me to turn on usb debugging...
dark3578 said:
I know how to root it,but cant turn on usb debugging.If you can help me to turn on usb debugging...
Click to expand...
Click to collapse
make sure to instal USB driver first and Android SDK on your computer, then you can doing debugging
use Android Commander Software to get Easley pushing to the system
so guys i have this problem where i cant Any File from file manager
when i try to delete it , it says file deleted but stills its there
and i cant open my gallery it says you dont have any space left delete something EVEN tho i have half of my storage left
and ive even tried deleting via PC which fails to read my phone it says USB DEVICE not recognised
my brother has the same phone (s2) and his phone works fine with the PC and he can connect it
any help guys im rooted too
any help
Try to change rom. Maybe glitch.
syedbilal093 said:
Try to change rom. Maybe glitch.
Click to expand...
Click to collapse
i tried but everytime i try to install a new rom , it fails
Why .... error ?
Seems like permissions problem. Try going to recovery and go to advanced, then select fix permissions. If that doesn't work, modify the permissions via a file manager and make sure read and write is enabled for the sd cards. Please ensure that storage (or phone) encryption is disabled.
Hello,
Does anyone know how create a very simple "updater.zip" file that does nothing except run the "set_perm_recursive" function and set the "/storage/sdcard0/DCIM" folder and all files/folders under it to 777?
I recently screwed up my wife's phone trying to install an app, and didn't have a backup. Now it is stuck on the bootup image screen and won't finish booting up. I am trying to download her photos.
I connected using ADB pull, but since I don't have root on the phone... I don't have permissions to access the /storage/sdcard0/DCIM folder.
So I thought it might be possible to create a simple "updater.zip" script that I can run from the recovery screen, which would give world read/write permissions to the /storage/sdcard0/DCIM folder. Then I can use ADB pull to get a copy of all her pictures to my computer.
Thanks for any help!