root S3 without using computer - Galaxy S III Q&A, Help & Troubleshooting

I want to root my device but now I don have my pc here so any process of rooting galaxy s3 without pc (adb/odin)
I want flashable zip file for rooting is there any way....?
I want root access only for some apps like chainfire .firewall.....

If you already have a custom recovery, then yes. You can. Usually, when you get out from the recovery, and you are not rooted, it will ask you to root. You select yes and it will root for you
It you are running custom recovery, I think it will be a bit harder.
Anyway, this thread had to be moved to Q&A.
Sent from my GT-I9300 using XDA Premium 4 mobile app

with custom recovery flash this
https://www.dropbox.com/s/hrnpvcrys3tkpuy/UPDATE-SuperSU-v1.93.zip
Sent from my GT-I9300 using XDA Premium 4 mobile app

_moelle said:
with custom recovery flash this
https://www.dropbox.com/s/hrnpvcrys3tkpuy/UPDATE-SuperSU-v1.93.zip
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Flashing this file root my device completely. ?
Or I have to do anything else. .?

sam.jaat said:
Flashing this file root my device completely. ?
Or I have to do anything else. .?
Click to expand...
Click to collapse
just flashet

Does this file work if I flash it through stock recovery?

No I tried it on stock recovery nd it doesn't work. ..
I think first we need to install custom recovery on it ......
1 Que:-can ww install a custom recovery without pc..?

i already said CUSTOM recovery. - dunno if you could install custom recovery without pc
Sent from my GT-I9300 using XDA Premium 4 mobile app

_moelle said:
i already said CUSTOM recovery. - dunno if you could install custom recovery without pc
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You can find your answer in this link
http://forum.xda-developers.com/showthread.php?t=2364018
The best answer to my questions was provided by BCSC, THANKS! Worked great!
Follow these steps exactly and you will have the latest Recovery running. You do not need a PC for this method.
1) Download correct Clockworkmod ot TWRP (touch or regular as you wish) for your device
2) Rename it to recovery.IMG and place it at the root of your internal sdcard
3) Download and install terminal emulator from the Play Store
4) Run the terminal and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
Be sure that you have typed the above code correctly. You will not see a confirmation. It is done almost instantly.
5) Reboot into recovery and enjoy
Click to expand...
Click to collapse
And this OP should be moved to Q&A

This won't work since su command won't run successfully coz there is no supersu app.
_____________
Sent from my GT-I9300 powered by Temasek Rom & Kernel
Fueled by 7000mAh ZeroLemon Battery

Solution already available.
The only working and tested method is:
http://forum.xda-developers.com/showpost.php?p=43305707&postcount=1
All other methods will not work.
RESOLVED !!! (Every solution is available in the forum, just require a query for search).

Is there any way to install customod recovery without pc
Using rooted s3
I tried terminal emulator but some error came up

Custom recovery
sam.jaat said:
Is there any way to install customod recovery without pc
Using rooted s3
I tried terminal emulator but some error came up
Click to expand...
Click to collapse
If it is rooted you can use mobile odin and flash tar recovery file.You can even root it without computer using rooting app.Tested.

vietkao said:
You can find your answer in this link
And this OP should be moved to Q&A
Click to expand...
Click to collapse
sam.jaat said:
Is there any way to install customod recovery without pc
Using rooted s3
I tried terminal emulator but some error came up
Click to expand...
Click to collapse
hi,
in i9300 gs3 -recovery partition is 6 not 18
"/dev/block/mmcblk0p6

Related

[Q]Can I flash recovery from the phone?

I used to flash recovery via terminal app on Nexus One, using command "flash_image". But it seems this command doesn't exist on Atrix 4G. Is it able to do this on Atrix 4G & how?
I think you have to use fastboot via USB from pc... Google it
However once you have CWM you can update via zip files within CWM
Sent from my Sony Tablet S using Tapatalk
wintermute000 said:
I think you have to use fastboot via USB from pc... Google it
However once you have CWM you can update via zip files within CWM
Sent from my Sony Tablet S using Tapatalk
Click to expand...
Click to collapse
Thanks any way.
There is an app called MOTOA4 Bootstrap that can install a CWM Recovery shipped with the app. Maybe ROM Manager would also do (not tested yet). So it's possible to change recovery within Android system (rooted). What I'm looking for is just an command line utility to flash any recovery I want.
amraamz said:
I used to flash recovery via terminal app on Nexus One, using command "flash_image". But it seems this command doesn't exist on Atrix 4G. Is it able to do this on Atrix 4G & how?
Click to expand...
Click to collapse
i think that is possible only with a recovery yet installed, to upgrade or something else
amraamz said:
Thanks any way.
There is an app called MOTOA4 Bootstrap that can install a CWM Recovery shipped with the app. Maybe ROM Manager would also do (not tested yet). So it's possible to change recovery within Android system (rooted). What I'm looking for is just an command line utility to flash any recovery I want.
Click to expand...
Click to collapse
you can flash latest cwm recovery with rom manager

[Q] Download/recovery with non-working home button

Hi
*Sorry, I just noticed someone asked this same question earlier, but it seems I can't delete my post*
I have a non-rooted GT-i9300 with a faulty home button. Is it possible to root or get into download/recovery mode?
Many thanks
stromnessian said:
Hi
*Sorry, I just noticed someone asked this same question earlier, but it seems I can't delete my post*
I have a non-rooted GT-i9300 with a faulty home button. Is it possible to root or get into download/recovery mode?
Many thanks
Click to expand...
Click to collapse
(Use your pc install android sdk) and
Fom adb
adb reboot recovery
And
adb reboot download
U must have usb debugging on
Sent From My Galaxy S III Using XDA Premium 4
Ver3go said:
(Use your pc install android sdk) and
Fom adb
adb reboot recovery
And
adb reboot download
U must have usb debugging on
Sent From My Galaxy S III Using XDA Premium 4
Click to expand...
Click to collapse
This is of course assuming the phone boots.
Can also be done from terminal Emulator in Android...
su
reboot recovery
So you could also use script manager, and have that as a script and have a shortcut on a homescreen to reboot recovery too.
rootSU said:
This is of course assuming the phone boots.
Can also be done from terminal Emulator in Android...
su
reboot recovery
So you could also use script manager, and have that as a script and have a shortcut on a homescreen to reboot recovery too.
Click to expand...
Click to collapse
Hes on stock with no root so only adb will do it without root
Sent From My Galaxy S III Using XDA Premium 4
Ver3go said:
Hes on stock with no root so only adb will do it without root
Sent From My Galaxy S III Using XDA Premium 4
Click to expand...
Click to collapse
Didn't notice that. Does he not need a custom Kernel for ADB to work? Insecure kernel?
rootSU said:
Didn't notice that. Does he not need a custom Kernel for ADB to work? Insecure kernel?
Click to expand...
Click to collapse
Just enable usb debuging i think and even if he needs its easy
Framaroot
Install terminal emulator and hit comands
Sent From My Galaxy S III Using XDA Premium 4
Thanks!
Great, will give that a go. Many thanks!

[Q] Custom ROM for karbonn titanium s1 plus

Dear
Is there any custom rom kitkat based for karbonn titanium s1 plus?
How we remove the apps from custom rom and how we rebuild it.
thanks in ad
ClockWorkMod Recovery 6.0.4.9 - Download
Terminal Emulator - Download
Place it in /sdcard and rename the file recovery.img
Run the terminal emulator and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
CyanogenMod 11 [Kitkat 4.4.4] - Download
Password: fxpj
Download This package
Extract it to sd card
Boot into Recovery by Powering on while holding power and vol+ Button.you'll see a green screen...Keep holding untill the screen turns red.
Goto Mounts and storage and format /Cache and /Data. Format /SYSTEM if installing new rom.
Goto Advanced and format Dalvik Cache
Select Apply Zip from SD Card
Select Cyanogenmod 11 zip file of rom to install and wait.
Dear
thanks for reply
I have not rooted the phone. Can i flash CyanogenMod 11 [Kitkat 4.4.4] and ClockWorkMod Recovery 6.0.4.9,
Terminal Emulator without rooting the phone?
If i rooted the phone and flash CWM and ROM Manager then Terminal Emulator is necessary to install.
please explain.
thanks
Rooting?
desiboyz said:
Dear
thanks for reply
I have not rooted the phone. Can i flash CyanogenMod 11 [Kitkat 4.4.4] and ClockWorkMod Recovery 6.0.4.9,
Terminal Emulator without rooting the phone?
If i rooted the phone and flash CWM and ROM Manager then Terminal Emulator is necessary to install.
please explain.
thanks
Click to expand...
Click to collapse
Did you managed to root the phone? how?
Hey im just rooted my device successfully. Can i upgrade my rom using built in system updater? There is option to upgrade from sd card.
Sent from my Titanium S1 Plus using XDA Free mobile app
nanachitang420 said:
Did you managed to root the phone? how?
Click to expand...
Click to collapse
hii just download the android kingo rom google any root any phone :laugh::laugh::laugh::laugh:
Sippay said:
ClockWorkMod Recovery 6.0.4.9 - Download
Terminal Emulator - Download
Place it in /sdcard and rename the file recovery.img
Run the terminal emulator and
type: su (press enter)
Then type: dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18 (press enter)
CyanogenMod 11 [Kitkat 4.4.4] - Download
Password: fxpj
Download This package
Extract it to sd card
Boot into Recovery by Powering on while holding power and vol+ Button.you'll see a green screen...Keep holding untill the screen turns red.
Goto Mounts and storage and format /Cache and /Data. Format /SYSTEM if installing new rom.
Goto Advanced and format Dalvik Cache
Select Apply Zip from SD Card
Select Cyanogenmod 11 zip file of rom to install and wait.
Click to expand...
Click to collapse
error no space left on device
Same problem
spice mi 270 said:
error no space left on device
Click to expand...
Click to collapse
I'm also having this problem on my device pls give me a working cwm for titanium s1 plus
THANKS IN ADVANCE
spice mi 270 said:
error no space left on device
Click to expand...
Click to collapse
Are you rooted? Can you extract stock recovery for S1 plus and upload here?
Thanks in advance.
yes i am rooted
nanachitang420 said:
Are you rooted? Can you extract stock recovery for S1 plus and upload here?
Thanks in advance.
Click to expand...
Click to collapse
Yes I have rooted mobile and after flashing cwm from terminal emulator I lost my original recovery and even not got the cwm not working..... please help me...
thanks in advance
Try to extract boot.img..
mkmandar123 said:
Yes I have rooted mobile and after flashing cwm from terminal emulator I lost my original recovery and even not got the cwm not working..... please help me...
thanks in advance
Click to expand...
Click to collapse
Me not rooted but flashed CWM S1 with Fastboot and worst tried to insert files to system.img and even overwrite that partition, in turn the phone is just booting only upto boot logo, If you are in position to extract boot.img then please try and upload here. That can be used to build CWM working for our device. If any body gets flash files for S1 plus from service centre then best. We can easily build CWM.
nanachitang420 said:
Me not rooted but flashed CWM S1 with Fastboot and worst tried to insert files to system.img and even overwrite that partition, in turn the phone is just booting only upto boot logo, If you are in position to extract boot.img then please try and upload here. That can be used to build CWM working for our device. If any body gets flash files for S1 plus from service centre then best. We can easily build CWM.
Click to expand...
Click to collapse
How to go in fastboot mode??
mkmandar123 said:
How to go in fastboot mode??
Click to expand...
Click to collapse
Please check you message box. Have given you the details.
Two ways:
1. ADB way. Start adb after connecting phone to PC and type adb devices. If device is shown Titanium then type in cmd "adb reboot bootloader" phone will reboot in fastboot mode.
2. Key combinations: switch off the phone. Press power button and volume up button simultaneously till you see boot logo. connect to PC and see in device manager, you will see a device called Karbonn bootloader interface under title: Karbonn devices.
Try to extract boot.img as per the method given in message box .
mkmandar123 said:
Yes I have rooted mobile and after flashing cwm from terminal emulator I lost my original recovery and even not got the cwm not working..... please help me...
thanks in advance
Click to expand...
Click to collapse
how did u managed to flash cwm,can u plz explain the steps bcoz m getting error that no space left on device and yup m rooted need cwm recovery any how...plz anyone help
---------- Post added at 11:48 AM ---------- Previous post was at 11:42 AM ----------
nanachitang420 said:
Are you rooted? Can you extract stock recovery for S1 plus and upload here?
Thanks in advance.
Click to expand...
Click to collapse
Yes m rooted but dont know how to extract stock recovery,tell me steps I will surely upload it
Got recovery.img and boot.img for S1 plus
I got boot.img and recovery.img for S1 plus now need only cwm or twrp developer...hoping for best..anyone reply asap
Sent from my Titanium S1 Plus using XDA Premium 4 mobile app
titanum s1 plus
spice mi 270 said:
I got boot.img and recovery.img for S1 plus now need only cwm or twrp developer...hoping for best..anyone reply asap
Sent from my Titanium S1 Plus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
hii i need a stock recovery image.
because iam earese it from my phone when flashing another cwm which is not for titanium s1 plus
thanks
shivkiran9 said:
hii i need a stock recovery image.
because iam earese it from my phone when flashing another cwm which is not for titanium s1 plus
thanks
Click to expand...
Click to collapse
Download from here. Contains both, stock boot.img and stock recovery.img. Thanks to Spice mi for providing them!!
Bro its my old phone name spice mi 270,my name is Shivam
Sent from my Titanium S1 Plus using XDA Premium 4 mobile app
Hiii...
Is there any 1 custom rom for s1 plus???
I tried with cynogenmod 11 which provided in previous messages in this forum but it gives some errors..
Sent from my Titanium S1 Plus using XDA Free mobile app
akshykhade said:
Hiii...
Is there any 1 custom rom for s1 plus???
I tried with cynogenmod 11 which provided in previous messages in this forum but it gives some errors..
Sent from my Titanium S1 Plus using XDA Free mobile app
Click to expand...
Click to collapse
For rom we need recovery frst
Sent from my C6603 using XDA Premium 4 mobile app
---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------
For rom we need recovery frst
Sent from my C6603 using XDA Premium 4 mobile app

[Q] rooting 5.0.1

Hello..i just got my nexus 9 recently and the version is 5.0.1..im thinking of rooting it but does the method of rooting is the same as 5.0?
Hope to root it asap.thank u
mijiey said:
Hello..i just got my nexus 9 recently and the version is 5.0.1..im thinking of rooting it but does the method of rooting is the same as 5.0?
Hope to root it asap.thank u
Click to expand...
Click to collapse
Flash twrp on using fastboot. Then flash supersu 2.4 in twrp.
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Flash twrp on using fastboot. Then flash supersu 2.4 in twrp.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Are there any link or instruction that i can be direct to? Thank you
mijiey said:
Are there any link or instruction that i can be direct to? Thank you
Click to expand...
Click to collapse
Google 15 second adb install xda. That'll setup adb and fastboot on your pc.
Download the twrp image file from here
http://techerrata.com/browse/twrp2/volantis
Download supersu 2.4 to your device from here http://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip
Boot your device into the bootloader and with it connected to the pc open a Windows command window in the same directory as the twrp.img is in. Then run the command
fastboot flash recovery twrp.img
(Note. Use the full name of the twrp.img that you downloaded)
Then boot into recovery, it'll be twrp now, and install supersu
Sent from my Nexus 5 using XDA Free mobile app
Thanks man..will look into it..really appreciate your help
about help
well write up mate

Does anyone know how to install twrp or root galaxy light sgh-t399n without a compute

Sent from my SGH-T399N using XDA Free mobile app
sdarula said:
Sent from my SGH-T399N using XDA Free mobile app
Click to expand...
Click to collapse
try flashify app from playstore
boyz211 said:
try flashify app from playstore
Click to expand...
Click to collapse
Im not rooted
Sent from my SGH-T399N using XDA Free mobile app
Hi There,
Well you are asking How to Root and Flash a Custom TWRP recovery on your device WITHOUT USING A PC.
Well i am not sure that this will root your device or not but you should try this.
*Download FramaRoot
*Follow the Steps and Reboot you maybe asked to choose 1 option among 3 you may choose the 2nd one.
------------------------------------------
Now Comes the TWRP recovery
I am 100% sure that this will work.
Download the TWRP Recovery for you device from www.twrp.com
or google for it.
Download it in either .zip extension or .img
*Then Download Flashify
*Install it on your Device and Click On Recovery then chose the format you have downloaded the recovery in.
*Browse to the folder that contains TWRP and choose the file and click flash.
Note: If flashify crashes i,e the app closes by itself then use Flash Recovery.
If helped click Thanks
Sent from my Nexus S using Tapatalk

Categories

Resources