Root my chinese S3 ALPS.GB2.MP.V2.8 - Android Q&A, Help & Troubleshooting

I try many others softwares and instructions that found on WEB, but no success.
This is my SRS log:
---------------------------------------------------------------------------------------------
---= SRS One-Click-Root v4.6 =---
11:24:25 - Starting ADB Server..
11:24:31 - Manufacturer: alps
11:24:31 - Model: S3
11:24:31 - Android Version: 4.0.1
11:24:32 - Build ID: ALPS.GB2.MP.V2.8
11:24:32 - Board ID: gaophone15_6628_gb2
11:24:32 - Chipset Platform:
11:24:32 - Getting OffSets.. : Not found
11:24:34 - Query Server for Best Method.. Found Rootkit: 4
----= Start Rooting Process.. Please Wait =----
11:24:34 [+] Testing exploit: root4 (please wait..)
11:24:37 [+] Device Reboot #1 (Wait till it's started)
11:26:50 [+] Executing root4 exploit Failed.
11:26:50 [+] Testing exploit: root4b (please wait..)
11:26:58 [+] Device Reboot #1 (Wait till it's started)
11:29:26 [+] Device Reboot #2 (Wait till it's started)
11:32:53 [+] Testing exploit: root5 (please wait..)
11:32:54 [+] Unlock your device screen, it should bring up restore mode.
11:34:36 [+] Press RESTORE button on device NOW! then wait...
11:35:08 [+] Device Reboot #1 (Wait till it's started)
11:36:38 [+] Executing root5 exploit Failed.
11:36:38 Auto Root Failed on this device.
11:36:38 Rebooting Device and try again...
---------------------------------------------------------------------------------------------
You can see that in time
11:32:54 [+] Unlock your device screen, it should bring up restore mode.
11:34:36 [+] Press RESTORE button on device NOW! then wait...
But my phone not automatic in RESTORE mode as waited.
Someone can help me? (sorry for my bad english)
Thanks

Try this one..
No need computer..
http://forum.xda-developers.com/showthread.php?t=833953
Sent from my Phone

Related

problem with root access

hi,
when i try to see root access with flashtools i see that :
26/051/2011 12:51:23 - INFO - Device connected with USB debugging on
26/051/2011 12:51:26 - INFO - Connected device : E10
26/051/2011 12:51:26 - INFO - Installed version of busybox : BusyBox v1.19.3-Stericson (2011-11-01 20:22:18 CDT) multi-call binary.
26/051/2011 12:51:26 - INFO - Android version : 2.1-update1 / kernel version : 2.6.29
26/051/2011 12:51:32 - WARN - Please check your Phone and 'ALLOW' Superuseraccess!
26/051/2011 12:51:33 - ERROR - Please Accept root permissions on the phone
26/052/2011 12:52:15 - WARN - Please check your Phone and 'ALLOW' Superuseraccess!
26/052/2011 12:52:17 - ERROR - Please Accept root permissions on the phone
26/052/2011 12:52:29 - WARN - Please check your Phone and 'ALLOW' Superuseraccess!
26/052/2011 12:52:31 - ERROR - Please Accept root permissions on the phone
what is the problem ? what can i do ?
It s dot it after i try to flash my x10 mini and have errors. After, i reboot my phone all is ok but not with flashtools
I need to be root to flash stock kernel with flashtools? i need what to to do it ?
thanks
Which android version do you have
Download this if you have android version 2.1 when you connect your phone touch the charge phone and then press root
Press the thanks button if helped you
hi thanks it s help but i don't understand why flashtools do that...

[Q] Flashtools SIN header verification failed in Ubuntu

Hey,
I downloaded and extracted Flashtools 0.9.1.0 in my Ubuntu 12.04 LTS. here is my uname:
Code:
$ uname -a
Linux danial-HP 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Then I installed both architectures packages of libusb-1.0-0
Code:
$ sudo apt-get install libusb-1.0-0 libusb-1.0-0:i386
[sudo] password for danialbehzadi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libusb-1.0-0 is already the newest version.
libusb-1.0-0:i386 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Then I made the udev rule for usb flasher
Code:
$ cat /etc/udev/rules.d/Flashtool.rules
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"
When I run the Flashtool/Flashtoolconsole as my own user there is no permission:
Code:
$ ./FlashToolConsole --action=flash --file=/home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf --kernel=yes --system=yes
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
02/016/2012 16:16:55 - INFO - <- This level is successfully initialized
02/016/2012 16:16:55 - INFO - Flashtool Version 0.9.1.0 built on 2012-08-31 00:17:29
02/016/2012 16:16:55 - INFO - Choosed /home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf
02/016/2012 16:16:55 - INFO - Preparing files for flashing
02/016/2012 16:16:55 - INFO - Please connect your phone in flash mode
02/017/2012 16:17:02 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:03 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:08 - ERROR - No permission on device. Add valid udev rules
.
.
.
And when i run them as root here is the output:
Code:
$ sudo ./FlashToolConsole --action=flash --file=/home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf --kernel=yes --system=yes
[sudo] password for danialbehzadi:
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
02/056/2012 15:56:48 - INFO - <- This level is successfully initialized
02/056/2012 15:56:48 - INFO - Flashtool Version 0.9.1.0 built on 2012-08-31 00:17:29
02/056/2012 15:56:48 - INFO - Choosed /home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf
02/056/2012 15:56:48 - INFO - Preparing files for flashing
02/056/2012 15:56:48 - INFO - Please connect your phone in flash mode
02/056/2012 15:56:56 - INFO - Opening device for R/W
02/056/2012 15:56:56 - INFO - Reading device information
[=> ] 2%
02/056/2012 15:56:56 - INFO - Phone ready for flashmode operations.
[==> ] 5%
02/056/2012 15:56:56 - INFO - Start Flashing
02/056/2012 15:56:56 - INFO - Processing loader
02/056/2012 15:56:56 - INFO - Checking header
[=====> ] 10% flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.Command.send(Command.java:129)
at flashsystem.X10flash.processHeader(X10flash.java:168)
at flashsystem.X10flash.uploadImage(X10flash.java:183)
at flashsystem.X10flash.sendLoader(X10flash.java:203)
at flashsystem.X10flash.flashDevice(X10flash.java:321)
at flashsystem.FlasherConsole.doFlash(FlasherConsole.java:201)
at gui.FlasherGUI.main(FlasherGUI.java:187)
flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.X10flash.uploadImage(X10flash.java:193)
at flashsystem.X10flash.sendLoader(X10flash.java:203)
at flashsystem.X10flash.flashDevice(X10flash.java:321)
at flashsystem.FlasherConsole.doFlash(FlasherConsole.java:201)
at gui.FlasherGUI.main(FlasherGUI.java:187)
02/056/2012 15:56:56 - INFO - Ending flash session
[======> ] 13%
02/056/2012 15:56:56 - ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
02/056/2012 15:56:56 - ERROR - Error flashing. Aborted
02/056/2012 15:56:56 - INFO - Log written to /home/danialbehzadi/Downloads/Programs/FlashTool/flashtool_2012-09-02_03-56-48.log
And this is the Log file /home/danialbehzadi/Downloads/Programs/FlashTool/flashtool_2012-09-02_03-56-48.log:
Code:
$ cat ~/Downloads/Programs/FlashTool/flashtool_2012-09-02_03-56-48.log
02/056/2012 15:56:48 - INFO - <- This level is successfully initialized
02/056/2012 15:56:48 - INFO - Flashtool Version 0.9.1.0 built on 2012-08-31 00:17:29
02/056/2012 15:56:48 - INFO - Choosed /home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf
02/056/2012 15:56:48 - INFO - Preparing files for flashing
02/056/2012 15:56:48 - INFO - Please connect your phone in flash mode
02/056/2012 15:56:56 - INFO - Opening device for R/W
02/056/2012 15:56:56 - INFO - Reading device information
02/056/2012 15:56:56 - INFO - Phone ready for flashmode operations.
02/056/2012 15:56:56 - INFO - Start Flashing
02/056/2012 15:56:56 - INFO - Processing loader
02/056/2012 15:56:56 - INFO - Checking header
02/056/2012 15:56:56 - INFO - Ending flash session
02/056/2012 15:56:56 - ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
02/056/2012 15:56:56 - ERROR - Error flashing. Aborted
I just searched for that and couldn't find suitable solution for this situation. In most of the cases the handset was bricked and they couldn't access the phone. but in my case, I'm using my phone without any problem, so I don't believe in un-bricking as a good solution.
My handset details are:
Code:
Model number:
X10mini
Android version:
2.3.4
Baseband version:
M76XX-TSNCJOLYM-53404015
kERNEL VERSION:
2.6.29
[email protected] #1
Mod version:
MiniCM7-2.0.2
Recovery version:
ClockworkMod v3.2.0.0.-r3 x10mini
Build number:
GRJ22
Any idea?
danialbehzadi said:
Hey,
I downloaded and extracted Flashtools 0.9.1.0 in my Ubuntu 12.04 LTS. here is my uname:
...
Any idea?
Click to expand...
Click to collapse
Did you unlock your bootloader?
SmG67 said:
Did you unlock your bootloader?
Click to expand...
Click to collapse
I don't know. Is here a way to find out that?
I'm on Minicm7 and I have ClockworkMod Recovery. Is that mean my bootloader is unlocked? If not how can I unlock that via Ubuntu?
No, you're on the stock kernel, and you have an old version of MiniCM7, from 2.1 onwards they were built on top of the nAa-gb kernel.
You can unlock your bootloader with flashtool, in the plugins section, but you have to check whether it's safe to do:
If you take the back-cover of your phone off, there's a sticker with info about your phone-model on it. It should have a timestamp on it, saying something like 10w49. the first number is the manufacturing year, the second one the manufacturing week. If it's lower than 11w29, it should be ok.
Secondly: You have to check your sim-lock certificate with S1tool, by clicking the 'identify' button in that program and following the instructions.
If at the bottom of the info-screen it says: SEMC Simlock Certificate you should be all ok. If it says Certificate not recognised, you might end up with a brick if you try the unlock.
Good luck
Tick no final verification box before flashing using flashtool
Sent from my R800i using xda premium
SmG67 said:
No, you're on the stock kernel, and you have an old version of MiniCM7, from 2.1 onwards they were built on top of the nAa-gb kernel.
You can unlock your bootloader with flashtool, in the plugins section, but you have to check whether it's safe to do:
If you take the back-cover of your phone off, there's a sticker with info about your phone-model on it. It should have a timestamp on it, saying something like 10w49. the first number is the manufacturing year, the second one the manufacturing week. If it's lower than 11w29, it should be ok.
Secondly: You have to check your sim-lock certificate with S1tool, by clicking the 'identify' button in that program and following the instructions.
If at the bottom of the info-screen it says: SEMC Simlock Certificate you should be all ok. If it says Certificate not recognised, you might end up with a brick if you try the unlock.
Good luck
Click to expand...
Click to collapse
Thanks dude
My handset's timestamp was 10w50 and it was OK, but I couldn't find S1tool for Ubuntu to check your sim-lock certificate, So I risked my phone and unlocked bootloader via the plugins menu of Flashtool Everything worked fine and I flashed the kernel and then the MiniCM7-2.2.1 ROM without any problem.
But there is sth I wonder about that. After I upgraded the ROM, When I connect the handset to my computer with USB, The Flashtool says:
07/012/2012 04:12:52 - INFO - Device connected with USB debugging off
07/012/2012 04:12:52 - INFO - For 2011 devices line, be sure you are not in MTP mode
Click to expand...
Click to collapse
But I am sure USB debugging is checked on the phone. I tried my sister's phone (Xperia mini without any changes) and it gave me the same message.
How can I fix that?
add your user group in udev rules
Then I made the udev rule for usb flasher
Code:
$ cat /etc/udev/rules.d/Flashtool.rules
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"
When I run the Flashtool/Flashtoolconsole as my own user there is no permission:
Code:
$ ./FlashToolConsole --action=flash --file=/home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf --kernel=yes --system=yes
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
02/016/2012 16:16:55 - INFO - <- This level is successfully initialized
02/016/2012 16:16:55 - INFO - Flashtool Version 0.9.1.0 built on 2012-08-31 00:17:29
02/016/2012 16:16:55 - INFO - Choosed /home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf
02/016/2012 16:16:55 - INFO - Preparing files for flashing
02/016/2012 16:16:55 - INFO - Please connect your phone in flash mode
02/017/2012 16:17:02 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:03 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:08 - ERROR - No permission on device. Add valid udev rules
Any idea? :confused
Hi, try to add your user group in your udev rules file in :/etc/udev/rules.d/"your usb here is=Flashtool.rules ".rules
should be like this : ", GROUP="your username"
Code:
$ sudo gedit /etc/udev/rules.d/Flashtool.rules
# USB device 0x0fce:0x* (usb) Sony Ericsson devices
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce",SYSFS{idProduct}=="*", MODE="0777", GROUP="your username"
Then restart udev:
Code:
$: sudo service udev restart
udev stop/waiting
udev start/running, process 30009
that should fix it, have a try, sory for my english
Regards.
problems with bootloader and flashtool
SmG67 said:
No, you're on the stock kernel, and you have an old version of MiniCM7, from 2.1 onwards they were built on top of the nAa-gb kernel.
You can unlock your bootloader with flashtool, in the plugins section, but you have to check whether it's safe to do:
If you take the back-cover of your phone off, there's a sticker with info about your phone-model on it. It should have a timestamp on it, saying something like 10w49. the first number is the manufacturing year, the second one the manufacturing week. If it's lower than 11w29, it should be ok.
Secondly: You have to check your sim-lock certificate with S1tool, by clicking the 'identify' button in that program and following the instructions.
If at the bottom of the info-screen it says: SEMC Simlock Certificate you should be all ok. If it says Certificate not recognised, you might end up with a brick if you try the unlock.
Good luck
Click to expand...
Click to collapse
Hi i have read your explanation about the solution to that problem and i have some problems ( i wanna your help, if you can,plz) with flash other kernel and verify if i have unblocked may bootloader.
First, i have used the flashtool and received tha Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed. When i search in the net i find that is probably because the bootloader was blocked,
Then i tried the method that you post: 1 - Verify if was possibly the unblock with the S1 tool, Result: It was.... 2 - i utilize the msm 7227, but the error was something like: acess root denied: unable to gain acess root, inapropiate mask. And my phone is root and all functional, xrecovery installed, etc...
After this i have use the method official of SE and when i use the flashtool to complete the process, my phone aparently was unblocked because it was retorned to the factory settings. But, when i tried to flash another kernel or change the rom (with pre installed kernel e baseband) i got the same message form before:
Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed.
What i do? I am desesperatly...............
Thanks anyway
felpsi said:
Hi i have read your explanation about the solution to that problem and i have some problems ( i wanna your help, if you can,plz) with flash other kernel and verify if i have unblocked may bootloader.
First, i have used the flashtool and received tha Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed. When i search in the net i find that is probably because the bootloader was blocked,
Then i tried the method that you post: 1 - Verify if was possibly the unblock with the S1 tool, Result: It was.... 2 - i utilize the msm 7227, but the error was something like: acess root denied: unable to gain acess root, inapropiate mask. And my phone is root and all functional, xrecovery installed, etc...
After this i have use the method official of SE and when i use the flashtool to complete the process, my phone aparently was unblocked because it was retorned to the factory settings. But, when i tried to flash another kernel or change the rom (with pre installed kernel e baseband) i got the same message form before:
Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed.
What i do? I am desesperatly...............
Thanks anyway
Click to expand...
Click to collapse
The original SE firmware will always go through ok because it doesn't need to change the kernel-loader. Try to do everything using flashtool... Root it ( flashtool will do all the needed steps for you with appropriate instructions if needed ), after that, unlock your bootloader using the method in the plugins-menu... You should be able to flash a custom kernel after these steps.
felpsi said:
Hi i have read your explanation about the solution to that problem and i have some problems ( i wanna your help, if you can,plz) with flash other kernel and verify if i have unblocked may bootloader.
First, i have used the flashtool and received tha Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed. When i search in the net i find that is probably because the bootloader was blocked,
Then i tried the method that you post: 1 - Verify if was possibly the unblock with the S1 tool, Result: It was.... 2 - i utilize the msm 7227, but the error was something like: acess root denied: unable to gain acess root, inapropiate mask. And my phone is root and all functional, xrecovery installed, etc...
After this i have use the method official of SE and when i use the flashtool to complete the process, my phone aparently was unblocked because it was retorned to the factory settings. But, when i tried to flash another kernel or change the rom (with pre installed kernel e baseband) i got the same message form before:
Error: ERROR - ERR_SEVERITY="MAJOR"ERR_CLASS="SECURITY_CLASS"ERR_DYNAMIC="SIN header verification failed.
What i do? I am desesperatly...............
Thanks anyway
Click to expand...
Click to collapse
For anyone who has the same problem:
Put the logging in flashtool to Debug mode. This might help to tackle the real problem instead of getting the "there is a @#$%^error!".
This extended error states that the phone isnt unlocked properly. I had the same problem, and found that you cannot unlock it unless you first install a rooted kernel afer the initial rooting. (just use the "wrench" kernelinstaller in flashtool, and pick the FS Doomlord kernel)
(Else the unlocking wont give a error in the normal logging mode, but wont work either. When in debug it says its done, but failed to unlock due to the unrooted kernel. Even when the phone is rooted.)
Good luck.
Pantera88 said:
For anyone who has the same problem:
Put the logging in flashtool to Debug mode. This might help to tackle the real problem instead of getting the "there is a @#$%^error!".
This extended error states that the phone isnt unlocked properly. I had the same problem, and found that you cannot unlock it unless you first install a rooted kernel afer the initial rooting. (just use the "wrench" kernelinstaller in flashtool, and pick the FS Doomlord kernel)
(Else the unlocking wont give a error in the normal logging mode, but wont work either. When in debug it says its done, but failed to unlock due to the unrooted kernel. Even when the phone is rooted.)
Good luck.
Click to expand...
Click to collapse
Nope... in any case, there is no doomlord kernel for our phones What he did was trying to unlock the bootloader manually, without allowing his pc root access... Doing it all in flashtool should have done the trick.
I successfully managed using flashtool in ubuntu 12.04
RodJahLa said:
Then I made the udev rule for usb flasher
Code:
$ cat /etc/udev/rules.d/Flashtool.rules
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"
When I run the Flashtool/Flashtoolconsole as my own user there is no permission:
Code:
$ ./FlashToolConsole --action=flash --file=/home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf --kernel=yes --system=yes
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64
02/016/2012 16:16:55 - INFO - <- This level is successfully initialized
02/016/2012 16:16:55 - INFO - Flashtool Version 0.9.1.0 built on 2012-08-31 00:17:29
02/016/2012 16:16:55 - INFO - Choosed /home/danialbehzadi/Downloads/E10_nAa-14_2.6.29.6-nAa-14.ftf
02/016/2012 16:16:55 - INFO - Preparing files for flashing
02/016/2012 16:16:55 - INFO - Please connect your phone in flash mode
02/017/2012 16:17:02 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:03 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:04 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:05 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:06 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:07 - ERROR - No permission on device. Add valid udev rules
02/017/2012 16:17:08 - ERROR - No permission on device. Add valid udev rules
Any idea? :confused
Hi, try to add your user group in your udev rules file in :/etc/udev/rules.d/"your usb here is=Flashtool.rules ".rules
should be like this : ", GROUP="your username"
Code:
$ sudo gedit /etc/udev/rules.d/Flashtool.rules
# USB device 0x0fce:0x* (usb) Sony Ericsson devices
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce",SYSFS{idProduct}=="*", MODE="0777", GROUP="your username"
Then restart udev:
Code:
$: sudo service udev restart
udev stop/waiting
udev start/running, process 30009
that should fix it, have a try, sory for my english
Regards.
Click to expand...
Click to collapse
Hi I used the syntax in flashtool site for udev device specification
I have added the folowing line
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="*", MODE="0777"
to the end of this file
/etc/udev/rules.d/70-persistent-net.rules
hey you do not need to change these parameters indicated in green to anything else, 0fce is general I guess and * is a widechar for any device then do not change these!!!
you should use
sudo gedit /etc/udev/rules.d/70-persistent-net.rules
to be able to edit the file
then issue the following command
sudo restart udev
and its done you will be able to connect usb in flash mode
Solution is Relock bootloader. My problem is solved.
1-) Download: http://www.mediafire.com/file/g1b5j7...bootloader.ftf
2-) Flash "Xperia_Relock_bootloader.ftf" with FlashTool.
That's it.
Related link; http://forum.xda-developers.com/showthread.php?t=1134335

[Q] rooting failure? st25i GB unlocked

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>cd android-sdk
C:\android-sdk>cd tools
C:\android-sdk\tools>fastboot.exe -i 0x0fce oem unlock 0xFF6C0B6CABAA77A3
... INFOUnlock phone requested
FAILED (remote: Phone is already unlocked!)
C:\android-sdk\tools>
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (13.10.2012) v15 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
@x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
1869 KB/s (119636 bytes in 0.062s)
remote object '/system/bin/ric' does not exist
.
Found Sony Backup-Restore.apk
LT26,LT22 etc. mode enabled!
.
Pushing busybox....
2338 KB/s (1085140 bytes in 0.453s)
Pushing su binary ....
2874 KB/s (91980 bytes in 0.031s)
Pushing Superuser app
2491 KB/s (996704 bytes in 0.390s)
Making busybox runable ...
.
Pushing fake Backup
2304 KB/s (73728 bytes in 0.031s)
Extracting fakebackup on device ...
Watch now your device. Select the backup named RootMe and restore it!
Starting: Intent { act=android.intent.action.VIEW dat=com.sonyericsson.vendor.ba
ckuprestore/.ui.BackupActivity }
Error: Activity not started, unable to resolve Intent { act=android.intent.actio
n.VIEW dat=com.sonyericsson.vendor.backuprestore/.ui.BackupActivity flg=0x100000
00 }
If all is successful i will tell you, if not this shell will run forever.
Running ......
05/040/2012 07:40:56 - INFO - <- This level is successfully initialized
05/040/2012 07:40:56 - INFO - Flashtool Version 0.9.8.0 built on 2012-10-01 19:35:32
05/040/2012 07:40:56 - INFO - You can drag and drop ftf files here to start flashing them
05/040/2012 07:40:58 - INFO - Device connected with USB debugging on
05/040/2012 07:40:59 - INFO - Connected device : ST25
05/040/2012 07:40:59 - INFO - Installed version of busybox : N/A
05/040/2012 07:40:59 - INFO - Android version : 2.3.7 / kernel version : 2.6.35.7+ / Build number : 6.0.B.3.184
05/041/2012 07:41:02 - INFO - Decrypting C:\Flashtool\custom\root\ZergRush\zergrush.tar.uue.enc to C:\Flashtool\custom\root\ZergRush\zergrush.tar.uue
05/041/2012 07:41:06 - INFO - Pushing C:\Flashtool\custom\root\ZergRush\zergrush.tar.uue to /data/local/tmp
05/041/2012 07:41:06 - INFO - Pushing C:\Flashtool\.\devices\ST25\busybox\1.19.0\busybox to /data/local/tmp/busybox
05/041/2012 07:41:06 - INFO - Pushing C:\Flashtool\custom\root\subin\Superuser\su to /data/local/tmp/su
05/041/2012 07:41:07 - INFO - Pushing C:\Flashtool\custom\root\subin\Superuser\Superuser.apk to /data/local/tmp/Superuser.apk
05/041/2012 07:41:07 - INFO - Running part1 of Root Exploit, please wait
05/041/2012 07:41:26 - INFO - Waiting for device. After 60secs, stop waiting will be forced
05/042/2012 07:42:30 - INFO - Forced stop waiting.
05/042/2012 07:42:30 - ERROR - The part1 exploit did not work
05/042/2012 07:42:30 - INFO - Cleaning files
I want to root my phone mainly to clean **** like facebook and other which eat ram in stock rom. After that all i dont have any icons from supersu/superuser in list. In bin4ry script nothing happen but its supposed to show backup and restore window i think.
The method works only on ICS
Tapatalked !
Ok problem solved i uploaded rooted kernel for gb. And now all works fine. Topic can be closed or go to trash, thanks for reply.

[root] colors x factor shine rooting done (x50)

Code:
---= SRS One-Click-Root v4.2 =---
11:30:23 AM - Starting ADB Server..
11:30:29 AM - Manufacturer: MALATA
11:30:29 AM - Model: X50
11:30:29 AM - Android Version: 4.0.4
11:30:29 AM - Build ID: COLORS_X50V1.0.6
11:30:29 AM - Board ID: X50
11:30:29 AM - Chipset Platform:
11:30:29 AM - Getting OffSets.. : 0x8003 0xad33 (False)
----= Start Rooting Process.. Please Wait =----
11:30:30 AM [+] Testing exploit: root1 (Please wait some minutes)....
11:30:30 AM [+] Executing root1 exploit Failed, Proceed next...
11:30:30 AM [+] Testing exploit: root2a (Please wait it can take some minutes)....
11:30:33 AM [+] Executing root2a exploit Failed, Proceed next...
11:30:33 AM [+] Testing exploit: root4 (please wait..)
11:30:35 AM [+] Device Reboot #1 (Wait till it's started)
11:31:59 AM [+] Device Reboot #2 (Wait till it's started)
11:33:20 AM [+] Executing root4 exploit Failed. (Root Error: 0)
11:33:20 AM [+] Testing exploit: root4b (please wait..)
11:33:26 AM [+] Device Reboot #1 (Wait till it's started)
11:35:31 AM [+] Device Reboot #2 (Wait till it's started)
11:36:30 AM [+] Testing exploit: root5 (please wait..)
11:36:31 AM [+] Unlock your device screen, it should bring up restore mode.
11:36:51 AM [+] Press RESTORE button on device NOW! then wait...
11:37:28 AM [+] Device Reboot #1 (Wait till it's started)
11:38:46 AM [+] Remounting /system Filesystem as R/W..
11:38:47 AM [+] Installing SU Binary...
11:38:47 AM [+] Installing SuperUser APK...
11:38:52 AM [+] Remounting /system Filesystem as R/O..
11:38:57 AM [+] Rooting Complete !
www dot srsroot dot com
can u help me with flashing recovery in this phone

[Q] SRS One click root v4.7

---= SRS One-Click-Root v4.7 =---
12:09:38 - Starting ADB Server..
12:09:44 - Manufacturer: alps
12:09:45 - Model: e1901_v77_jbla668_fwvga
12:09:45 - Android Version: 4.1.1
12:09:45 - Build ID: e1901_v77_jbla668_fwvga_20130116
12:09:45 - Board ID: e1901_v77_jbla668_fwvga
12:09:45 - Chipset Platform:
12:09:45 - Getting OffSets.. : 0x8003 0x8005 (False)
12:09:47 - Query Server for Best Method.. Found Rootkit: 4
----= Start Rooting Process.. Please Wait =----
12:09:47 [+] Testing exploit: root4 (please wait..)
12:09:51 [+] Device Reboot #1 (Wait till it's started)
12:10:39 [+] Device Reboot #2 (Wait till it's started)
12:13:44 [+] Executing root4 exploit Failed.
12:13:44 [+] Testing exploit: root4b (please wait..)
12:13:44 [+] Executing root4b exploit Failed. (mount not found)
12:13:44 [+] Testing exploit: root5 (please wait..)
12:13:45 [+] Unlock your device screen, it should bring up restore mode.
12:13:54 [+] Press RESTORE button on device NOW! then wait...
12:14:05 [+] Device Reboot #1 (Wait till it's started)
12:14:17 [+] Remounting /system Filesystem as R/W..
12:14:18 Error: Failed to remount filesystem

Categories

Resources