Help i cant root my evo at all - Sprint HTC EVO 4G LTE

all i get is a error like this
"---------------------------------------------------------------
One-Click Root ToolKit For Evo 4G LTE!
Script by Max Lee from OneXRoot.com
Credits go to XDA users sparkym3 and Dan Rosenburg for exploit.
---------------------------------------------------------------
[*] This script will:
(1) root your Evo 4G LTE on ICS
(2) install Busybox
(3) install SU files
[*] Before u begin:
(4) Make sure to read full instructions at HTCEvoHacks.com!
---------------------------------------------------------------
CONFIRM ALL THE ABOVE THEN
Please hit Enter when ready.
Press any key to continue . . .
Rooting...
* daemon not running. starting it now *
* daemon started successfully *
Start Rooting...
failed on '/data/local/tmp' - Permission denied
link failed File exists
reboot #1 - DO NOT DISCONNECT YOUR DEVICE!
/system/bin/sh: cannot create /data/local.prop: Permission denied
reboot #2 - DO NOT DISCONNECT YOUR DEVICE!
remount failed: Operation not permitted
failed to copy 'su' to '/system/bin/su': Read-only file system
Unable to chmod /system/bin/su: No such file or directory
Unable to chmod /system/bin/su: No such file or directory
rm failed for /system/xbin/su, No such file or directory
link failed Read-only file system
failed to copy 'Superuser.apk' to '/system/app/./Superuser.apk': Read-only file
system
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
5384 KB/s (1075144 bytes in 0.195s)
mount: permission denied (are you root?)
/system/xbin/busybox: cannot open for write: Read-only file system
Unable to chmod /system/xbin/busybox: No such file or directory
Unable to chmod /system/xbin/busybox: No such file or directory
/system/bin/sh: /system/xbin/busybox: not found
rebooting
All Done rooting Evo 4G LTE, check out OneXRoot.com for more cool stuff like ROM
s, hacks, tips, and more!
Press any key to continue . . ."
can any body help ?

Use regawmod...or if your on 1.13 use lazy panda
Sent from the depths of hell

wileout said:
Use regawmod...or if your on 1.13 use lazy panda
Sent from the depths of hell
Click to expand...
Click to collapse
whast lazy panda ?

One, this should have been posted in the q&a thread.
Two, lazy panda is a method to achieve s-off. Make sure your not on hboot 1.15. If you are, just kick it for a bit.
You can also unlock it through HTC dev, load a custom Rom that's already rooted (I like meanrom), and wait further development for hboot 1.15
Sent from my EVO using xda premium

foobz said:
One, this should have been posted in the q&a thread.
Two, lazy panda is a method to achieve s-off. Make sure your not on hboot 1.15. If you are, just kick it for a bit.
You can also unlock it through HTC dev, load a custom Rom that's already rooted (I like meanrom), and wait further development for hboot 1.15
Sent from my EVO using xda premium
Click to expand...
Click to collapse
how can i root my phone and get super user to get roms on my phone is thier any way i can get help ?

read read read read!!!!!!!

evo401 said:
read read read read!!!!!!!
Click to expand...
Click to collapse
ok how can i root my phone ?

slagle96 said:
how can i root my phone and get super user to get roms on my phone is thier any way i can get help ?
Click to expand...
Click to collapse
Look in this thread. There's no need to panic
http://forum.xda-developers.com/showthread.php?t=1690919

volk9029 said:
Look in this thread. There's no need to panic
http://forum.xda-developers.com/showthread.php?t=1690919
Click to expand...
Click to collapse
when i did that way of rooting i all i get is that it switches from login good then signs out real quick like 50 times

slagle96 said:
ok how can i root my phone ?
Click to expand...
Click to collapse
By reading and researching and posting in the correct section.

uninstall htc sync

Related

[HowTo] Make temp-root permanent

I've rooted my HTC Amaze. The rootedness persists across reboot. Here's how I did it.
1. Copy the zergRush temp root to the phone. I put it in /data/local
2. Run zergRush on the phone via adb shell.
One you have temp root do this (from the PC)
1. adb remount
2. adb push su /system/bin/
3. adb shell chmod 04755 /system/bin/su
Then you can install superuser.apk and reboot. After rebooting you should be able to adb shell and type su. This should prompt you (on the phone) to allow su. Once you allow it then any apps that need root should begin working.
You can find the zip file that contains the su binary here
NOTE: the adb daemon will not be running as root so, when you adb shell to the device you will not have root. You just run su and then you have root.
Questions? Just ask. I'll do my best to help. But, remember, you do this all at your own risk.
-xdadevelopers-user
I had some weirdness when allowing a second root app in superuser. It would consistently FC. The first root app was fine and continued to work but I couldn't get another root app to be authorized.
It turns out it's related to the permissions on the superuser databases. To fix my problem I went to home>menu>settings>applications>manage applications>superuser>clear data. Then run superuser and dismiss the startup dialog. Now adb shell and run su. It will prompt on the device and you should allow it. You should now have the root prompt in your adb shell session. From there type
Code:
chmod 666 /data/data/com.noshufou.android.su/databases/*
Now you can run more root apps without superuser FCing.
-xdadevelopers-user
Very nice work, I will probably wait until we have recovery to actually do it. This is a great start though, hopefully this works with no problems as I saw that some were "bricking" their devices using the Zerg method for temp root.
This is still temproot , it won't allow u to go into /system to delete bloat or edit framework .
Sent from my HTC_Amaze_4G using XDA Premium App
Revolution said:
This is still temproot , it won't allow u to go into /system to delete bloat or edit framework .
Sent from my HTC_Amaze_4G using XDA Premium App
Click to expand...
Click to collapse
Yes, it will. In fact, that's basically all it does. Of course if you want to change /system/ you'll need to su to root first, then remount it RW. From there you can make any changes you want. The changes you make will persist across a reboot. To test this I deleted teeter.apk and teeter.odex from /system/app and rebooted. Teeter is now gone from my phone.
So, unless I'm misunderstanding what you mean, this is permanent root.
-xdadevelopers-user
Alright , i mean like will it let you add edit file's in /system such as editing framework ?
xdadevelopers-user said:
Yes, it will. In fact, that's basically all it does. Of course if you want to change /system/ you'll need to su to root first, then remount it RW. From there you can make any changes you want. The changes you make will persist across a reboot. To test this I deleted teeter.apk and teeter.odex from /system/app and rebooted. Teeter is now gone from my phone.
So, unless I'm misunderstanding what you mean, this is permanent root.
-xdadevelopers-user
Click to expand...
Click to collapse
Revolution said:
Alright , i mean like will it let you add edit file's in /system such as editing framework ?
Click to expand...
Click to collapse
For the record yes it dose, but your a dev next time try it b4 you post saying it don't work because u make yourself seem like you don't know what your talking about
Sent from my HTC_Amaze_4G using xda premium
I asked a question , i could speak and ask question's. kk .
Jaywan said:
For the record yes it dose, but your a dev next time try it b4 you post saying it don't work because u make yourself seem like you don't know what your talking about
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
Revolution said:
Alright , i mean like will it let you add edit file's in /system such as editing framework ?
Click to expand...
Click to collapse
Yes, you can make changes (add/edit/delete) to the files in /system.
I added:
/system/bin/su
/system/app/TitaniumBackup.apk
and deleted:
/system/app/teeter.apk
/system/app/teeter.odex
I did not edit anything in /system but I could if I had a reason to.
-xdadevelopers-user
for what it's worth...
I used the UOT kitchen to modify the battery to include percent. Since we don't have recovery yet I manually pushed the framework-res.apk and SystemUI.apk and then manually deleted the dalvik-cache. Now my status bar has the modified battery. Woohoo!
I was going to build a recovery today but android.git.kernel.org is STILL DOWN. Since the instructions I have require it I guess I'll wait for someone who already has the sources or until android.git.kernel.org comes back (I'm starting to wonder if it ever will).
-xdadevelopers-user
This is ****ing GENIUS work! Good job man. Pioneering for our amaze!
Not sure what I might be doing wrong but my su disappears after a reboot.
Try pushing to both xbin and bin
Sent from my HTC Sensation Z710e using xda premium
I did... No dice.
can you guys tell me what phone says when rebooting into hboot when its searching for a .zip, .nbh etc
its something like this
Example Sensation): PG58IMG.zip
It's not working for me.
C:\Users\Administrator\Desktop>adb push zergRush /data/local/
20 KB/s (21215 bytes in 1.000s)
C:\Users\Administrator\Desktop>adb shell
$ chmod 755 /data/local/zergRush
chmod 755 /data/local/zergRush
$ /data/local/zergRush
/data/local/zergRush
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.
[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
[-] Cannot copy boomsh.: Permission denied
$
Click to expand...
Click to collapse
EDIT
I removed the files in the tmp directory and it worked!
BUT
It's not consistent. When I reboot the su file disappears.
I've unlocked my bootloader. This may be required. Can anyone confirm that this works/fails on a locked bootloader?
-xdadevelopers-user
Finally, you sir are a genius
Sent from my HTC_Amaze_4G using Tapatalk
xdadevelopers-user said:
I've unlocked my bootloader. This may be required. Can anyone confirm that this works/fails on a locked bootloader?
-xdadevelopers-user
Click to expand...
Click to collapse
I'm on a locked bootloader. It doesn't work.
cmenard said:
I'm on a locked bootloader. It doesn't work.
Click to expand...
Click to collapse
Confirmed, same result for me on a locked bootloader. On reboot, it all goes away (or comes back).

[Q] Rooting not successful

I have pretty much read through the entirety of the Bootloader thread in Dev and while I found similar questions I didn't find an answer so I am hoping someone can point me in the right direction. This is my second Rezound, I was able to root the first but it died (Thank goodness I got their warranty) so on to number two. I got it unlocked and I am running the one click. I was making the normal mistakes of not getting rid of sync, alternate adb etc. but I have cleared all that and now I get the following:
Code:
Press any key to continue . . .
--- WAITING FOR DEVICE ---
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
--- Device Connected ---
Checking for previous attempts...
Pushing Zergrush...
481 KB/s (23060 bytes in 0.046s)
Setting Permissions...
Gaining Perm Root (Aka running zergrush)...
[**] Zerg rush - Android 2.2/2.3 local root
[**] (C) 2011 Revolutionary. All rights reserved.
[**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
[+] Found a GingerBread ! 0x00000118
[*] Scooting ...
[*] Sending 149 zerglings ...
[*] Sending 189 zerglings ...
[-] Hellions with BLUE flames !
--- WAITING FOR DEVICE ---
--- Device Connected ---
Pushing Busybox
1529 KB/s (1075144 bytes in 0.686s)
Setting Permissions...
Remounting System...
mount: permission denied (are you root?)
Coping Busybox to /system/xbin/...
/system/xbin/busybox: cannot open for write: Read-only file system
Installing Busybox...
Unable to chmod /system/xbin/busybox: No such file or directory
Unable to chmod /system/xbin/busybox: No such file or directory
/system/xbin/busybox: not found
Installing Superuser...
failed to copy 'tools\su' to '/system/bin/su': Read-only file system
Unable to chmod /system/bin/su: No such file or directory
Unable to chmod /system/bin/su: No such file or directory
rm failed for /system/xbin/su, Read-only file system
link failed Read-only file system
failed to copy 'tools\Superuser.apk' to '/system/app/./Superuser.apk': Read-only
file system
Removing tools That Was Pushed To Data...
Congrats You Are Now Perm Rooted...
Press any key to continue . . .
Perm rooted? No sir. For whatever reason it looks like it's choking on installing busybox. What have I over looked? Thank you!
Follow the link in my sig... One click won't work anymore with the OTA firmware.
i think i can help
hold down the -volume button and hold the power down get into hboot push pwer once and go to recovery (note hit the power button to select ) now in blue screen go to devopment menu hit power now go to install su&superuser now reboot and you are rooted. i spent hours trying to root and nowhere does it say to do this but it worked for me now check for root from basic root checker if it works hit the thanks button
You have to gain root through recovery now as far as I know.
Sent from my ADR6425LVW
Con,
I want to use CWM since I paid for it with my last phone. You reference the OTA update version of the CWMPH98IMG.zip where might I find that?
You have to use amon ra to get root. Afterwards you can reinstall cwm. I don't have an ota package of cwm because at this point amon ra is better for this phone and I still don't reccomend using cwm. If you want it, get it from rom manager after you root.
Sent from my ADR6425LVW using XDA App
Understood. I know that Koush did release a recovery for the Rezound. At least it shows up in ROM Manager. Out of curiosity is it possible to use Rom Manager with Amon Ra's Recovery?
redjak said:
Understood. I know that Koush did release a recovery for the Rezound. At least it shows up in ROM Manager. Out of curiosity is it possible to use Rom Manager with Amon Ra's Recovery?
Click to expand...
Click to collapse
No, you can use reboot to recovery with amon ra , but nothing else will work with it.
Bummer. Okay I downloaded OTAUPDATEAmonRaPH98IMG.zip and followed the directions in Con's guide and got to step 8 where the green text scrolled through but I did not get a prompt it popped me back to the HBOOT menu at which point I wasn't sure what to do. I rebooted and ran Root check but no root and I'm not sure what it is I'm going wrong.
Did you install SU from the developer menu in Amon RA?
EmerikL said:
Did you install SU from the developer menu in Amon RA?
Click to expand...
Click to collapse
I never got to Amon RA, after the text ran through it took me back to the HBOOT menu.
con247 said:
Follow the link in my sig... One click won't work anymore with the OTA firmware.
Click to expand...
Click to collapse
nevermind. I had to fix my board settings
fluidj said:
For some reason I can't see your sig.....
Click to expand...
Click to collapse
Here it is fluid http://forum.xda-developers.com/showthread.php?t=1418653
redjak said:
Here it is fluid http://forum.xda-developers.com/showthread.php?t=1418653
Click to expand...
Click to collapse
Did you ever install the ICS leak as a PH98IMG.zip?
Like everyone else says, use Aman Ra to get root.
con247 said:
Did you ever install the ICS leak as a PH98IMG.zip?
Click to expand...
Click to collapse
Not that I'm aware of. Unlocked via HTC Dev then ran the OneClick. After that failed I posted this thread. I did download the CWM version but did not flash it. The rest is in the thread.
Sent from my ADR6425LVW using XDA App
Did you put the amon ra image in the same directory as fastboot and run the fastboot command from the cmd line? I just updated mine today to the newest version.
Sent from my ADR6425LVW using xda premium
EmerikL said:
Did you put the amon ra image in the same directory as fastboot and run the fastboot command from the cmd line? I just updated mine today to the newest version.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Cons directions said to do it from the phone. So I'm not sure what you're suggesting. I've never used fastboot from the command line except to follow HTC Dev directions.
Okay so here's a new twist I tried running the bootloader again on the phone and was able to catch that the green text said no image. It went so fast I wasn't able to be sure. I'm going to try downloading and flashing again.
Ok let me see if I can set this up for you. Its pretty easy.
Download this file.
Place it in the same folder that you setup for the HTCdev unlock.
Rename it to "recovery."
Go to the command prompt and type in this command: cd c:\nameoffolder (mine is c:\Android for example)
Boot into Hboot
Select Fastboot
Connect to PC
Then type this exactly : fastboot flash recovery recovery.img
That should get you loaded with Amon Ra.

help with xperia neo v rooting

Hi, currently am using.. kernel number- 2.6.32.9-perf
build number- 4.1b.0.431
when i run the root xperia i get this
link failed File exists
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key. (2 more left)
Press any key to continue . . .
/system/bin/sh: cannot create /data/local.prop: Permission denied
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key. (1 more left)
Press any key to continue . . .
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009
(mount),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet),300
6(net_bw_stats)
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key.
Press any key to continue . . .
remount failed: Operation not permitted
failed to copy 'files\su' to '/system/xbin/su': Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
Removing changes except ROOT
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
failed to copy 'files\superuser.apk' to '/system/app/superuser.apk': Read-only f
ile system
Press any key to exit and have fun with your rooted phone.
Press any key to continue . . .
Use night-elf kernel... And flash rootxperia.zip via cwm
Sent from my neo using XDA
?? why?
sorry but why?
and where can i fidn these two and what do they do?
thx for your help!
clementandre said:
Hi, currently am using.. kernel number- 2.6.32.9-perf
build number- 4.1b.0.431
when i run the root xperia i get this
link failed File exists
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key. (2 more left)
Press any key to continue . . .
/system/bin/sh: cannot create /data/local.prop: Permission denied
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key. (1 more left)
Press any key to continue . . .
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009
(mount),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet),300
6(net_bw_stats)
Wait until reboot is fully complete and when phone asks for sim lock
password, press any key.
Press any key to continue . . .
remount failed: Operation not permitted
failed to copy 'files\su' to '/system/xbin/su': Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
Removing changes except ROOT
rm failed for /data/local.prop, No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
failed to copy 'files\superuser.apk' to '/system/app/superuser.apk': Read-only f
ile system
Press any key to exit and have fun with your rooted phone.
Press any key to continue . . .
Click to expand...
Click to collapse
here is the rooting procedure for locked bootloaders
http://forum.xda-developers.com/showpost.php?p=26798415&postcount=141
Sent from my MT15i using Tapatalk 2
thx but links not working
thx but the loinks in rpaidshare and all are not workign anymore.
is there any other way to root?
clementandre said:
thx but the loinks in rpaidshare and all are not workign anymore.
is there any other way to root?
Click to expand...
Click to collapse
what thread/post are you looking man?
in post#141 which valetto linked to there is no rapidshare link. Only one rapid share link is in that thread, in first post, and that's for Neo, which again, works fine.
For Neo V, there is no rapidshare links..
This below means what?
ROOT for LOCKED bootloaders
1)Flash 4.0.4(4.1.B.0.431) ICS and boot phone (links are in post#1)
2)Flash kernel from 4.0.3(4.1.A.0.562) ICS and boot phone. Flash only kernel, don't wipe anything!
i got the first link to 4.0.4
now i have to find the link to 4.0.3 also?
have you checked links in that post#141?
im alrady running on the 4.0.4 - 4.1.8.0.431
i dont understand if i must get the 4.0.3 version and flash that too?
clementandre said:
im alrady running on the 4.0.4 - 4.1.8.0.431
i dont understand if i must get the 4.0.3 version and flash that too?
Click to expand...
Click to collapse
which part of this you don't understand?
clementandre said:
ROOT for LOCKED bootloaders
1)Flash 4.0.4(4.1.B.0.431) ICS and boot phone (links are in post#1)
2)Flash kernel from 4.0.3(4.1.A.0.562) ICS and boot phone. Flash only kernel, don't wipe anything!
Click to expand...
Click to collapse
Hi Madfysh.How is this way for rooting :http://talk.sonymobile.com/thread/35239?start=0&tstart=0
I think this way very easy.
sefadrin said:
Hi Madfysh.How is this way for rooting :http://talk.sonymobile.com/thread/35239?start=0&tstart=0
I think this way very easy.
Click to expand...
Click to collapse
Are you joking? It's the same way as in my thread, lol
To be more precise, they wrote that tutorial, AFTER we at XDA figured how to root it on locked bl..
As I can see, they even use our ftf links
Sorry
sefadrin said:
Sorry
Click to expand...
Click to collapse
Didn't want to sound so harsh.
Nice from you that you try to help, just, next time, throw your eye on the matter before just so you don't confuse someone
rooted my neo - v but cannt install rom
hi guys.,
ive managed to root my fone./
'now it is
4.0.3
4.1.a.0.562
i have rooted my fone.
what i did next was placing the rom in my sd card. and then i installed rom manager fromthe android market.
i rebooted my phone and went to the recovery console and chose to install the rom,
did it. restarted the phone and it hung at the sony logo.
clementandre said:
hi guys.,
ive managed to root my fone./
'now it is
4.0.3
4.1.a.0.562
i have rooted my fone.
what i did next was placing the rom in my sd card. and then i installed rom manager fromthe android market.
i rebooted my phone and went to the recovery console and chose to install the rom,
did it. restarted the phone and it hung at the sony logo.
Click to expand...
Click to collapse
if u didnt unlock bootloader try this rom http://forum.xda-developers.com/showthread.php?t=1673489 with cwm.

HELP! PADFONE OTA Disaster(ROOT IS DIE)

The night In 2012/07/23.One Notice is OTA updata in 9.20.1.22.
I forget the need to first install the root "Voodoo OTA RootKeeper", and therefore can no longer root.
Please...help
Have you tried the below rooting method?
http://forum.xda-developers.com/showthread.php?t=1706588
kokopuphz said:
Have you tried the below rooting method?
http://forum.xda-developers.com/showthread.php?t=1706588
Click to expand...
Click to collapse
That is my first.Is Failure........
Can you post the output from the debugfs script? Is your ADB working properly?
kokopuphz said:
Can you post the output from the debugfs script? Is your ADB working properly?
Click to expand...
Click to collapse
show time!
the command show
Waiting for device to be detected...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Step 1 - Pushing files...
failed to copy 'debugfs' to '/data/local//debugfs': Permission denied
failed to copy 'su' to '/data/local//su': Permission denied
failed to copy 'debugfsinput' to '/data/local//debugfsinput': Permission denied
failed on '/data/local/tmp' - Permission denied
link failed File exists
Rebooting...
Step 2 - Rooting...
Unable to chmod /data/local/debugfs: No such file or directory
/system/bin/sh: cannot open /data/local/debugfsinput: No such file or directory
rm failed for /data/local/tmp, Permission denied
failed on '/data/local/tmp.bak' - No such file or directory
rm failed for /data/local/su, No such file or directory
rm failed for /data/local/debugfs, No such file or directory
rm failed for /data/local/debugfsinput, No such file or directory
Rebooting...
Testing superuser...
/system/bin/sh: /system/xbin/su: not found
Do not update
I had the CHT 9.18 too, I had Rootkeeper backup but cannot restore root after updated.
DO NOT update to 9.20 if you want too stay rooted!
I have to flash back old firmware and factory reset to start from scrach again but I had Titanium backup on MicroSD.
Don't try it till there is root method for CHT 9.20
Thanks for the log.
From your log, it appears the /data/local permissions have been changed in the latest update, thus the Debugfs method as it is currently will no longer work.
Your only possible options would be to downgrade the firmware, reapply the root, run OTA rootkeeper, and try the OTA again... however as your device is the padfone, I'm not exactly sure in what ways you need to go about doing this.
There's some discussion on the subject in the below thread around page 221ish, however there's no new root solution given as of yet.
http://forum.xda-developers.com/showthread.php?t=1106545&highlight=root
Sorry, I couldnt be of more help.
hoyin007 said:
I had the CHT 9.18 too, I had Rootkeeper backup but cannot restore root after updated.
DO NOT update to 9.20 if you want too stay rooted!
I have to flash back old firmware and factory reset to start from scrach again but I had Titanium backup on MicroSD.
Don't try it till there is root method for CHT 9.20
Click to expand...
Click to collapse
Just out of interest, did you apply the OTA or did you download the 500MB file from the ASUS support site and install that from the SD card?
Does anyone have the ~146MB OTA file? And if not, does anyone have the exact file name?
Thanks.

Fujitsu Arrows X F-02E

Any simple method to root this device? if any one already rooted "Fujitsu Arrowa X F02E" Please help. Thanks
hifi.madness said:
Any simple method to root this device? if any one already rooted "Fujitsu Arrowa X F02E" Please help. Thanks
Click to expand...
Click to collapse
Hello! There is a simple method to root the Fujitsu Arrow F02E. I also own one and rooted OK!
- First, install its ADB USB Driver here: http://spf.fmworld.net/oss/driver/f-02e/data/download.html
If youre using windows8, it may block installing unsigned driver, then just restart with troubleshooting option and "Disable Driver Signature Enforcement". You'll be able to install the driver normally
- Download this: http://www.mediafire.com/download/3o5bdwl64lz6r66
It may contain Japanese characters in file name, you should rename it to something easier to understand. Unzip it, then plug in your F02E, run the file "runme.bat". If you install ADB driver correctly, runme.bat will find your device and starts to root it. All you have to do is press any key when it requires. (about 2 times) Goodluck! :good:
Thanks mate, I really appreciate your effort. It works and I have done on my handset. I also like to ask if anyone install custom ROM on Fujitsu Arrows X F-02E?:good:
hifi.madness said:
Thanks mate, I really appreciate your effort. It works and I have done on my handset. I also like to ask if anyone install custom ROM on Fujitsu Arrows X F-02E?:good:
Click to expand...
Click to collapse
As far as I know, currently no one created custom Recovery or ROM for this phone yet.
System Apps F-02E
Hi!
I have already mount system as RW but deleted to many system apps. May somebody make a backup a /system/app and upload it?
Thanks!
sorry, i didn't get it
rtx101 said:
As far as I know, currently no one created custom Recovery or ROM for this phone yet.
Click to expand...
Click to collapse
is what's the difference between arrowa f-02e and arrows f-02e....i thought it's just a mis-type
is the root for arrows f-02e ???
i would
maxrusakoff said:
Hi!
I have already mount system as RW but deleted to many system apps. May somebody make a backup a /system/app and upload it?
Thanks!
Click to expand...
Click to collapse
i'm supposed to get it (airmail) in a couple of weeks. how do you want me to do that? using Titanium backup or just copying everything from the main SD ?
i lost system/app's backup... and missdelete some important file.
so someone upload system/app/ folder's zip file?
thanks.:crying:
Does anyone knows how to change default dialer on this device? And how to disable International dial assist?!? It drives me crazy ...
error
rtx101 said:
Hello! There is a simple method to root the Fujitsu Arrow F02E. I also own one and rooted OK!
- First, install its ADB USB Driver here:
If youre using windows8, it may block installing unsigned driver, then just restart with troubleshooting option and "Disable Driver Signature Enforcement". You'll be able to install the driver normally
- Download this:
It may contain Japanese characters in file name, you should rename it to something easier to understand. Unzip it, then plug in your F02E, run the file "runme.bat". If you install ADB driver correctly, runme.bat will find your device and starts to root it. All you have to do is press any key when it requires. (about 2 times) Goodluck! :good:
Click to expand...
Click to collapse
hello, I try this method after starting the operation rooting stop
this is what i get
-- F-02E ╥╗╝ⁿroot╣ñ╛▀ --
▒╛╚φ╝■└┤╫╘2ch┬█╠│íú└╢╔½dnxwj╝≥╥╫║║╗»íú
!! ╛»╕µ !!
1íóroot╓«║≤╜½╩º╚Ñ▒ú╨▐ú¼dnxwj║═╫≈╒▀╢╘┐╔─▄▓·╔·╬╩╠Γ▓╗╕║╚╬║╬╘≡╚╬íú
2íó┐¬╩╝root╘≥╩╙╬¬─π═¼╥Γ╫╘╨╨│╨╡ú╖τ╧╒íú
╟δ╫╘╨╨╫÷║├root╟░╫╝▒╕íú
PSú║╚⌠─·▓╗╧δrootú¼╟δ╓▒╜╙╣╪╡⌠╒Γ╕÷┤░┐┌íú
Press any key to continue . . .
╒²╘┌╕┤╓╞SuperUser...
╒²╘┌╚í╡├┴┘╩▒root...
1192 KB/s (1283460 bytes in 1.051s)
1118 KB/s (146652 bytes in 0.128s)
1163 KB/s (366952 bytes in 0.308s)
1161 KB/s (1578585 bytes in 1.327s)
[+] This may take a few minutes.
[-] Failure.
╒²╘┌╜Γ│²LSM...
Mapping kernel memory...
Detected kernel physical address at 0x80008000 form iomem
Attempt fb_mem_exploit...
OK.
Finding kallsyms address in memory...
Segmentation fault (core dumped)
╒²╘┌╣╥╘┌/system╕─╬¬rw...
mount: Operation not permitted
╒²╘┌╠ß╔²SuperUser╚¿╧▐...
/system/xbin/su: cannot open for write: Read-only file system
Unable to chown /system/xbin/su: No such file or directory
Unable to chmod /system/xbin/su: No such file or directory
╒²╘┌╓╪╨┬╣╥╘┌/system╬¬rw...
mount: Operation not permitted
╒²╘┌░▓╫░Superuser...
1161 KB/s (1578585 bytes in 1.327s)
pkg: /data/local/tmp/Superuser.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
╣º╧▓─·ú¼─·╡─F-02E╥╤╛¡│╔╣ªroot┴╦íú
Press any key to continue . . .
if you pres any key : close

Categories

Resources