Help. First of all, my power button doesnt work so i use the USB cable trick to turn it on every time. The problem is myy phone is having a boot loop after i did some font change. I want to do a full wipe but the power button is dead so i cannot access the recovery menu from fastboot.
ADB command is not working with the phone.. Anyone know any other way?
nevermind, figured out the solution, if anyone need help do this:
- boot to fastboot (Hold trackball when phone powering on via USB)
- Place a copy of your recovery image in your sdk tools folder, connect via fastboot and type:
fastboot boot name-of-recovery.img
(use the real name of your recovery image)
- phone will restart in recovery mode. Run wipe
I have been struggling around a lot with my Xperia T
One thing that struck my attention is that every howto on how to get into flash or fastboot mode states that you just push up or down and plug in the USB to get into Fastboot resp. Flash mode.
On my phone that does not work and never did.
How to get into Fastboot mode
- switch off phone
- push vol up
- plug in USB
- now push on/off too until phone vibrates
- release on/off button first and off you go into Fastboot (blue led)
How to get into Flash mode
- switch off phone
- push vol down
- plug in USB
- now push on/off too until phone vibrates
- release on/off button first and off you go into Flash mode (green led)
Hope with this I can save some people a lot of time searching how to get the damned thing into the good mood (mode)
I want to add some information for people like me who don't have a steep learning curve.
What you need to obtain for yor Xperia T:
- Flashtool (very handy to flash a custom Sony Xperia Rom when you're stuck somewhere) http://www.flashtool.net/download.php
- minimal adb and fastboot to be able to flash a boot.img of your choice http://forum.xda-developers.com/showthread.php?p=42407269
- ftf files to flash to your phone with Flashtool http://xperiafirmware.com/8-firmware/18-sony-xperia-t-lt30
- a decent boot.img http://teamw.in/project/twrp2/143 (I prefer TWRP over CWM)
the files ar on http://techerrata.com/browse/twrp2/mint the page is a bit confusing. To get your hands on the desired file just tick on F5 to reload the page, it helps. I used openrecovery-twrp-2.7.0.1-LT30p.img
- A 4.3 ROM http://forum.xda-developers.com/showthread.php?t=2681208 or http://forum.xda-developers.com/showthread.php?t=2677235
Put the zip files on your micro sd card in the phone
I used LT30p_unsigned_031414_094356.zip and UPDATE-SuperSU-v1.89.zip
First: if anything goes realy wrong, don't blame me, it's your own risk.
Install Flashtool and Minimal ADB and Fastboot
-Practice a few times how to get your phone into fastboot and flash mode, so you don't have to panic in case everything goes wrong.
- Always start with a full battery.
Practice a little with adb and fastboot.
- go to the command prompt in Windows get your phone into fastboot mode and issue the command: 'fastboot devices'
There are plenty howtos on adb and fastboot, see for yourself
I suggest to start realy simple by flashing one of many ftf files to your phone.
Why? Flashing an ftf file is the easy recovery to restore your phone.
Download any ftf file (for Xperia T of course) and put it in c:\flashtool\firmwares directory
Start Flashtool, click on the flash on the left, choose a file and start flashing.
Don't adapt any settings, just flash straightforward.
Halfway in the proces Flashtool asks to put your phone into flashmode again; don't ask why, just do it.
After a few minutes you have flashed your first stock rom.
Next step is to install a 4.3 zip file you downloaded from XDA.
Put a TWRP image into the adb and fastboot directory of your computer.
(as I said, I prefer TWRP over CWM and it works, don't ask me how or why, it works)
Go to the command prompt in the adb and fastboot directory
Attach your phone in fastboot mode.
issue the command : fastboot devices to be shure you're connected.
Search your img file
type fastboot flash boot openrecovery-twrp-2.7.0.1-LT30p.img
If it doesn't work issue a ctrl-c, disconnect your phone, connect it again into fastboot mode, control the connection by asking fastboot devices and again issue the command: fastboot flash boot example-filename.img
It will work.
And when it works you'll end up with a rooted device.
As you have already put your zipfiles on the micro sd card you can go ahead right away.
TWRP is easy to use.
Again my phone refused to react properly in the first place, but I tried a few times, wiped everything I could wipe, in my case I even erased the internal SD card.
TWRP warned me not to reboot because there was no operating system present.
So I installed LT30p_unsigned_031414_094356.zip again and it worked.
After that install UPDATE-SuperSU-v1.89.zip
Reboot your phone and everything is set.
If afterwards you want to install TWRP again on your phone, just go to Google Play and install it.
It's easy as that.
And remember, if everything goes wrong, try to get into flash mode (you did practice how to do it, didn't you), flash an ftf file and your phone is restored.
Hein
I have done this a number of times, but after a few weeks I tend to forget the steps and what items are needed. Therefore, your write-up is very useful indeed.
Especially those advisory threads which include a number links to other threads for the subject which I want to learn about, these are really a bad habbit at XDA.
hello,
I buyed a moto g, it's my first smarthphone...
I followed this tuturial http://forum.xda-developers.com/moto-g-2014/development/guide-root-moto-g-2nd-gen-2014-t2874245,
I get to unlock the bootloader, but when I get to this point
4. Flash Recovery through fastboot mode/bootloader mode
and Go into your adb+fastboot folder and Type in CMD prompt
Command :
Code: fastboot flash recovery TWRP2801-titan-motog-2014.img
can't get the moto g in flash recovery mode, it appear a dead android with a RED ! TRIANGLE...
any idea to resolve this...
RastaFATian said:
hello,
I buyed a moto g, it's my first smarthphone...
I followed this tuturial http://forum.xda-developers.com/moto-g-2014/development/guide-root-moto-g-2nd-gen-2014-t2874245,
I get to unlock the bootloader, but when I get to this point
4. Flash Recovery through fastboot mode/bootloader mode
and Go into your adb+fastboot folder and Type in CMD prompt
Command :
Code: fastboot flash recovery TWRP2801-titan-motog-2014.img
can't get the moto g in flash recovery mode, it appear a dead android with a RED ! TRIANGLE...
any idea to resolve this...
Click to expand...
Click to collapse
#If U Successfully unlocked ur Bootloader then,
place the recovery image in the same directory as fastboot.
Open a terminal on your PC and reboot the device into fastboot mode by typing
adb reboot bootloader
or by using the hardware key combination
(press & hold Volume down and power button When phone is off)
#Once the device is in fastboot mode, verify your PC sees the device by typing
fastboot devices
If you don't see your device serial number, and instead see "<waiting for device>", fastboot is not configured properly on your machine.
#Flash recovery onto your device by entering the following command:
fastboot flash recovery your_recovery_image.img
where the latter part is the filename of the recovery image.
Once the flash completes successfully, reboot the device into recovery to verify the installation. Boot to recovery instructions: Hold Volume Down & Power simultaneously. On the next screen use Volume Down to scroll to recovery and then use Volume Up to select.
I successfully installed twrp recovery system but I can't do any backup, the system reboot in the process...
flash the recovery again and try...
jbanti said:
flash the recovery again and try...
Click to expand...
Click to collapse
It's not my fault.... seems a bug of twrp
XT 1068 UK
TWRP 2.8.0.1 Back up fails to both internal and external SD.
When external selected, backup starts but after 10 to 30 seconds it reboots the device. It starts to back up files and then just reboots. If I don't select compress backup, then it starts to backup more files before it reboots. Seems to be time related. Also tried unplugging while backing up and same issue.
Folders get created in all cases for external SD but data files. Not sure where the log files would get stored. Suspect they don't get created as the system reboots during the backup
Guys I cannot factory reset my phone at all! By going to settings>backup and reset>Factory data rest the phone just restarts and doesn't reset.?
By going to bootloader and into recovery mode>wipe data/factory reset says complete but when I try to wipe cache the phone reboots?
I have tried http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657 to restore stock 4.4.4 but I get message
Failed to Vaildate System Image"
in Phone "Invalid PIV signed image file"
When I reboot it is still not factory reset?
Can anyone help?
I have the same problem as found in this thread on Moto G 2013 http://forum.xda-developers.com/showthread.php?t=2770611&page=3#post58057658
Nobody? Nobody at all?
Christopher.J.M said:
Guys I cannot factory reset my phone at all! By going to settings>backup and reset>Factory data rest the phone just restarts and doesn't reset.?
By going to bootloader and into recovery mode>wipe data/factory reset says complete but when I try to wipe cache the phone reboots?
I have tried http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657 to restore stock 4.4.4 but I get message
Failed to Vaildate System Image"
in Phone "Invalid PIV signed image file"
When I reboot it is still not factory reset?
Can anyone help?
I have the same problem as found in this thread on Moto G 2013 http://forum.xda-developers.com/showthread.php?t=2770611&page=3#post58057658
Click to expand...
Click to collapse
the message is because your boot loader is locked - hence why you cant flash the stock image via adb
can you confirm you can get into bootloader mode?
My bootloader is unlocked. Bootloader reads 'state unlocked' 'status code 3'.
Install other recovery twrp with rash flasher apk
Christopher.J.M said:
My bootloader is unlocked. Bootloader reads 'state unlocked' 'status code 3'.
Click to expand...
Click to collapse
probably a corrupt download what model xt106x have you? (i.e xt1068?)
http://forum.xda-developers.com/moto-g-2014/development/recovery-images-install-recovery-images-t2987246/post57907275#post57907275 no install and flashable Custom recoveries
I can't get to the play store because of all the force closes popping up such as 'acore process' and 'google play services'. When I click okay it pops back up making it impossible to do anything.
Christopher.J.M said:
I can't get to the play store because of all the force closes popping up such as 'acore process' and 'google play services'. When I click okay it pops back up making it impossible to do anything.
Click to expand...
Click to collapse
find attached a zip (extract this to desktop)Inside is a automated bat script to reset (clear) userdata and cache via adb
must have usb debugging enabled and the Authorised (rsa key allowed) plug in usb cable with phone on normally
reefuge said:
find attached a zip (extract this to desktop)Inside is a automated bat script to reset (clear) userdata and cache via adb
must have usb debugging enabled and the Authorised (rsa key allowed) plug in usb cable with phone on normally
Click to expand...
Click to collapse
Error: Device not found. USB debugging is enabled but I got no RSA key authorization request?
Christopher.J.M said:
Error: Device not found. USB debugging is enabled but I got no RSA key authorization request?
Click to expand...
Click to collapse
Make sure USB debugging on in developer options > unlocked screen ( disable key lock) run script > if you get error look at phone screen and see if asks about rsa key? tick ok if not ticked - if not try this
disable and re- enable usb debugging > should get prompt about RSA Key, tick OK, (usb cable plugged in before you start)
OR, close command prompt. unplug cable and make sure phone screen alive (not locked) you should get a prompt when you plug cable in about allowing rsa key authorisation, tick box and ok it
re run script
or if you can get to bootloader manually I will alter script to work from bootloader
Christopher.J.M said:
Error: Device not found. USB debugging is enabled but I got no RSA key authorization request?
Click to expand...
Click to collapse
That's probably because your adb is outdated
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installtion or the desktop shortcut you choose to create and selecting "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ZX1D225X69fastboot
now extract your stock rom into the directory where your command window is open and start flashing
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
reboot device
Now you should be back to stock KitKat.
Christopher.J.M said:
Guys I cannot factory reset my phone at all! By going to settings>backup and reset>Factory data rest the phone just restarts and doesn't reset.?
By going to bootloader and into recovery mode>wipe data/factory reset says complete but when I try to wipe cache the phone reboots?
I have tried http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657 to restore stock 4.4.4 but I get message
Failed to Vaildate System Image"
in Phone "Invalid PIV signed image file"
When I reboot it is still not factory reset?
Can anyone help?
I have the same problem as found in this thread on Moto G 2013 http://forum.xda-developers.com/showthread.php?t=2770611&page=3#post58057658
Click to expand...
Click to collapse
External Reset
If you are unable to access the phone's menu to perform the standard reset you can attempt an external factory reset.
Notes:
When using this feature; everything is deleted from the device.
Reset will require a minimum battery level of 25%. If you are unable to perform a reset, please charge for 20-30 minutes and try reset again.
1. With the phone powered off, press the VOL DOWN KEY for 2-3 seconds then POWER key then release.
2. The device will display different BOOT OPTIONS
3. Use the VOL DOWN Key to SCROLL to Recovery and VOL UP Key to select
Tip: If the device reboots, you may have waited to long to make a selection, you will need to begin the process again.
4. The device will display the Motorola logo and then the Android in distress ( logo with Exclamation mark)
5. Press and hold the VOL UP key for 10-15 seconds. While still holding the VOL UP key tap and release the POWER key
Tip: You can try this step, holding the phone in landscape. If you are stuck on step 6, try a force reboot by pressing the Power key and Vol Down key, and start the process again.
6. The device will display additional menu options (Text will appear in BLUE)
7. Use the VOL DOWN Key to scroll to Wipe data / factory reset and the POWER Key to select this option
8. Use the VOL DOWN key again to select YES - delete all user data and press the POWER key to CONFIRM
9. Once the Formatting is complete, press the POWER key to confirm a REBOOT
10. The device will reboot and start the normal power up sequence
---------- Post added at 11:32 PM ---------- Previous post was at 11:29 PM ----------
Christopher.J.M said:
Guys I cannot factory reset my phone at all! By going to settings>backup and reset>Factory data rest the phone just restarts and doesn't reset.?
By going to bootloader and into recovery mode>wipe data/factory reset says complete but when I try to wipe cache the phone reboots?
I have tried http://forum.xda-developers.com/moto-g-2014/general/restore-to-stock-t2873657 to restore stock 4.4.4 but I get message
Failed to Vaildate System Image"
in Phone "Invalid PIV signed image file"
When I reboot it is still not factory reset?
Can anyone help?
I have the same problem as found in this thread on Moto G 2013 http://forum.xda-developers.com/showthread.php?t=2770611&page=3#post58057658
Click to expand...
Click to collapse
http://forum.xda-developers.com/moto-g-2014/development/windows-tool-moto-g-2014-xt1068-dual-t2983295 try this version for XT1068 Dual SIM
reefuge said:
External Reset
If you are unable to access the phone's menu to perform the standard reset you can attempt an external factory reset.
Notes:
When using this feature; everything is deleted from the device.
Reset will require a minimum battery level of 25%. If you are unable to perform a reset, please charge for 20-30 minutes and try reset again.
1. With the phone powered off, press the VOL DOWN KEY for 2-3 seconds then POWER key then release.
2. The device will display different BOOT OPTIONS
3. Use the VOL DOWN Key to SCROLL to Recovery and VOL UP Key to select
Tip: If the device reboots, you may have waited to long to make a selection, you will need to begin the process again.
4. The device will display the Motorola logo and then the Android in distress ( logo with Exclamation mark)
5. Press and hold the VOL UP key for 10-15 seconds. While still holding the VOL UP key tap and release the POWER key
Tip: You can try this step, holding the phone in landscape. If you are stuck on step 6, try a force reboot by pressing the Power key and Vol Down key, and start the process again.
6. The device will display additional menu options (Text will appear in BLUE)
7. Use the VOL DOWN Key to scroll to Wipe data / factory reset and the POWER Key to select this option
8. Use the VOL DOWN key again to select YES - delete all user data and press the POWER key to CONFIRM
9. Once the Formatting is complete, press the POWER key to confirm a REBOOT
10. The device will reboot and start the normal power up sequence
---------- Post added at 11:32 PM ---------- Previous post was at 11:29 PM ----------
http://forum.xda-developers.com/moto-g-2014/development/windows-tool-moto-g-2014-xt1068-dual-t2983295 try this version for XT1068 Dual SIM
Click to expand...
Click to collapse
Tried this method but it still boots up as normal. I will try this dual sim tool method now.
When I tick USB debugging, exit settings and go back in it is unticked!? :/
reefuge said:
Make sure USB debugging on in developer options > unlocked screen ( disable key lock) run script > if you get error look at phone screen and see if asks about rsa key? tick ok if not ticked - if not try this
disable and re- enable usb debugging > should get prompt about RSA Key, tick OK, (usb cable plugged in before you start)
OR, close command prompt. unplug cable and make sure phone screen alive (not locked) you should get a prompt when you plug cable in about allowing rsa key authorisation, tick box and ok it
re run script
or if you can get to bootloader manually I will alter script to work from bootloader
Click to expand...
Click to collapse
When I tick USB debugging, exit settings and go back in, it is unticked!? :/
doppelhelix said:
That's probably because your adb is outdated
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installtion or the desktop shortcut you choose to create and selecting "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ZX1D225X69fastboot
now extract your stock rom into the directory where your command window is open and start flashing
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
reboot device
Now you should be back to stock KitKat.
Click to expand...
Click to collapse
Fails on first code:
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot devices
ZX1D226KRZ fastboot
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: -0.000s
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot devices
ZX1D226KRZ fastboot
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: 0.016s
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>
Any setting I change is reset after boot. E.g if I remove screen passcode, passcode is still present after boot. Or if I turn brightness up it is returned after boot.
reefuge said:
http://forum.xda-developers.com/moto-g-2014/development/windows-tool-moto-g-2014-xt1068-dual-t2983295 try this version for XT1068 Dual SIM
Click to expand...
Click to collapse
This is the closest I have got. No fails showed up on the bat file nor on the phone, but when it reboots it is still not reset.
Christopher.J.M said:
Fails on first code:
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot devices
ZX1D226KRZ fastboot
C:\Users\Johann\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: -0.000s
Click to expand...
Click to collapse
Hmm. Is your battery low?
The Fastboot screen shows the battery status. If its low, fastboot refuses to do anything.
doppelhelix said:
Hmm. Is your battery low?
The Fastboot screen shows the battery status. If its low, fastboot refuses to do anything.
Click to expand...
Click to collapse
Nope, battery is 75%.
Hey all.
This is my first Post.
I have registered myself because I've got a problem.
Last week i rooted my phone [ Sony Xperia E1 ]
I used Kingoroot for it.
i was reading some stuff about tweaking in the BuildProp file in the System folder.
i wanted to disable the boot animation on boot up.
So i Copied the BuildProp File to my Re moveable SDcard as backup and Added in
the original BuildProp file the line debug.sf.nobootanimation=1 .
I Added it right under the last line with debug.sf.
instead of debug.sf.nobootanimation = 1 i added debug.sf.nobootanimation=1 .
it worked - there was no boot animation but i noticed my phone was doing a kind of funny [slow,lacks,randomly reboot].
so i decided to recover my phone by copying the BuildProp file from the re moveable SDcard and Pasted it in System.
when it asked to overwrite the original file i said Yes.
So i thought the BuildProp File in System was back to normal.
I Rebooted my phone and then it happened.
It shows "Sony" and when it want to go to the boot animation the screen flashes 1 time with some lagging "Sony" and shutdown.
If i want to reboot it again it will not boot up and no lights turn on.
it drains my battery while it looks like the phone is off.
I can not reboot my phone until i remove the battery and when i do the problem keeps happening.
i tried to boot in recovery mode [Volume Up , Power Button] but nothing happen only it shows "Sony" and then the ERROR with the shutdown.
i Tried to boot [Volume Down, Power Button] but if do this the phone does not do anything at all and after this i cant boot the phone until i remove the battery.
USB Debugging is on.
When i connect my phone by USB to my Computer and at the same time [Volume Up] the light becomes Blue and the phone does not Boot.
Then i start ADB in CMD [adb devices -l] but it say's there is no device.
But if i give the command to Reboot [adb reboot recovery] it say's no device.
same with [adb reboot boatloader]
if i plug in pc without [Volume Up] and use [adb devices -i] it say's " The Serial - Not authorized"
But if i give the command to Reboot [adb reboot recovery] it say's Not authorized
same with [adb reboot boatloader]
if i Fastboot in CMD it connects to my phone [fastboot devices] is gives the serial number.
if i give the command to Reboot [fastboot reboot], my phone reboots but gives the same problem.
fastboot erase userdata - Command not Allowed
fastboot erase cache - Command not Allowed
fastboot reboot-boatloader - Command not Allowed.
it looks like i,m not be able to reboot my phone in Recovery Mode or To Reset my Phone to Factory Settings.
If i connect my phone by USB to my PC and the phone light turns blue my PC shows the program Sony PC Companion.
But if i start this program it shows my phone is not connected.
It keeps doing every 25 seconds.
Also i can not open any map by PC in my phone.
I dont know what to do, is there any solution or solutions for this.
I did not Flashed any Custom Roms or Kernels so it is the Stock ROM and Kernel.
Sorry for my bad English.
I tried to describe my problem so good as i can but my English is not very good.
Can anybody Help me?
ArakisRico said:
Hey all.
This is my first Post.
I have registered myself because I've got a problem.
Last week i rooted my phone [ Sony Xperia E1 ]
I used Kingoroot for it.
i was reading some stuff about tweaking in the BuildProp file in the System folder.
i wanted to disable the boot animation on boot up.
So i Copied the BuildProp File to my Re moveable SDcard as backup and Added in
the original BuildProp file the line debug.sf.nobootanimation=1 .
I Added it right under the last line with debug.sf.
instead of debug.sf.nobootanimation = 1 i added debug.sf.nobootanimation=1 .
it worked - there was no boot animation but i noticed my phone was doing a kind of funny [slow,lacks,randomly reboot].
so i decided to recover my phone by copying the BuildProp file from the re moveable SDcard and Pasted it in System.
when it asked to overwrite the original file i said Yes.
So i thought the BuildProp File in System was back to normal.
I Rebooted my phone and then it happened.
It shows "Sony" and when it want to go to the boot animation the screen flashes 1 time with some lagging "Sony" and shutdown.
If i want to reboot it again it will not boot up and no lights turn on.
it drains my battery while it looks like the phone is off.
I can not reboot my phone until i remove the battery and when i do the problem keeps happening.
i tried to boot in recovery mode [Volume Up , Power Button] but nothing happen only it shows "Sony" and then the ERROR with the shutdown.
i Tried to boot [Volume Down, Power Button] but if do this the phone does not do anything at all and after this i cant boot the phone until i remove the battery.
USB Debugging is on.
When i connect my phone by USB to my Computer and at the same time [Volume Up] the light becomes Blue and the phone does not Boot.
Then i start ADB in CMD [adb devices -l] but it say's there is no device.
But if i give the command to Reboot [adb reboot recovery] it say's no device.
same with [adb reboot boatloader]
if i plug in pc without [Volume Up] and use [adb devices -i] it say's " The Serial - Not authorized"
But if i give the command to Reboot [adb reboot recovery] it say's Not authorized
same with [adb reboot boatloader]
if i Fastboot in CMD it connects to my phone [fastboot devices] is gives the serial number.
if i give the command to Reboot [fastboot reboot], my phone reboots but gives the same problem.
fastboot erase userdata - Command not Allowed
fastboot erase cache - Command not Allowed
fastboot reboot-boatloader - Command not Allowed.
it looks like i,m not be able to reboot my phone in Recovery Mode or To Reset my Phone to Factory Settings.
If i connect my phone by USB to my PC and the phone light turns blue my PC shows the program Sony PC Companion.
But if i start this program it shows my phone is not connected.
It keeps doing every 25 seconds.
Also i can not open any map by PC in my phone.
I dont know what to do, is there any solution or solutions for this.
I did not Flashed any Custom Roms or Kernels so it is the Stock ROM and Kernel.
Sorry for my bad English.
I tried to describe my problem so good as i can but my English is not very good.
Can anybody Help me?
Click to expand...
Click to collapse
Do a Google search for:
"Return to stock (your model number)"
Sent from my SM-S903VL using Tapatalk