Hello Guys,
I have successfully rooted my Micromax A57 and today I have installed the Root Browser lite and moved some of my applications to the SD Card.
HTML:
https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiY29tLmpydW1teS5yb290LmJyb3dzZXJmcmVlIl0
I was successfully moved some of the applications from System/Appl from My Micromax A57 to the SD Card/Deleted folder. When I press back button. I got a shock. All the screen became blank . There are no icons and there is nothing to click.
When I Hold + press the home key, I got recent application options then I am able to see the Mange running applications. But when i go back. there is nothing except blank screen.
When the phone locks, it shows the Lock/unlock screen window. I am also able to getting messages and phone calls but the problem is there is no Icons and no screens.
Can anyone help me please.. this seems a serious problem.
PS: I tried to reset the phone [Power + Volume] but there is no luck
Thank you in advance.
Best Regards,
Arjun
U must be deleted or accidentally uninstalled ur launcher,try installing zeam ir go launcher from store and see
Sent from my Micromax A57 using xda premium
deleted launcher
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment MLabsLauncher.apk
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment MLabsLauncher.apk
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Bro me too had deleted mlabslauncher accidentally,after that installed zeam launcher,i think its consuming more ram than mlabslauncher, thanx for attachment ill come back to default launcher
Sent from my calculator using Ginger Garlic paste
It works!
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Works like a charm!! I used Step3.
Thank you! Thank you! Thank you!
You're an :angel:
For the benefit of anyone else, this is what I did.
After I bought the phone and realized that it was having a lot of junk apps
1. Rooted it
2. Used Titanium backup to backup all micromax apps to free up memory.
3. Voila my launcher was gone!
This was on my second day after I bought the phone! :crying:
I downloaded the MLabsLauncher.apk and used the install (step3) to fix it.
1. adb usb (to check if the device is actually connected)
2. adb root (to login a root)
3. adb remount
4. Copied the apk downloaded to the same folder as the adb (just to avoid the path and any mistakes)
4. adb install -r MLabsLauncher.apk (used the -r reinstall to be safe).
:fingers-crossed:
It works!:good:
A Better Launcher
Try ADW Launcher,
Its Quite Lite n handy to use, plus its only around 5 mb,and very much customizable too,
Had used it Before!:laugh:
Help me to flash recovery.img
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Recntly I have installed ROM manager to install cwm recovery but it fails, now I was not able to enter in to recovery mode,I have romdumps, so help me to flash the original recovery back..thanks in advance
Help !! A57 hanged on reboot startup screen
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Plss help!! I modded my A57 and now finished with nothing..It hangs on startup screen only (SUPERFONE NINJA3). I tried to command it by USB but it says ERROR: device not found..So what should I do in this case. Please help me asap!!!
pratimdutta said:
Plss help!! I modded my A57 and now finished with nothing..It hangs on startup screen only (SUPERFONE NINJA3). I tried to command it by USB but it says ERROR: device not found..So what should I do in this case. Please help me asap!!!
Click to expand...
Click to collapse
Install cwm recovery....any then install any custom roms
Or download this stock rom ..put it on your sdcard...now reboot to recovery..thats all,,it will install automatically
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
how to issue premision ????? adb root and all???????
rana17 said:
how to issue premision ????? adb root and all???????
Click to expand...
Click to collapse
use android commander for gui based adb push files types
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
but I have turned usb debugging off and am not able to go to settings please help me what I have to do
Micromax A 57 Home screen Disappeard
You must have deleted, uninstalled or moved LAUNCHER from your phone.
I wanted to delete few in-built apps, and when I googled I found term ROOTING. after some surfing I realized it is quite complicated procedure. So I tried Xda's latest way to ROOT with apps (Poot and Superuser) . This means there's NO ADB DRIVERS and NO RECOVERY. And I accidentally deleted Ms launcher. It was like I was struck by Lightening.
After more surfing I found as mentioned in every post above that I have screwed my phone because there's no way I can install MLabLauncher, any launcher for that matter because I had DISABLED DEBUGGING.. so NO WAY TO INSTALL ADB and RECOVERY.
ALL MY PHONE COULD DO WAS RECEIVE CALLS
I had just one thing in my mind that all I need is to install Launcher somehow
So here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone through bluetooth and install it when you receive it as it come in your Bluetooth share history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if there's no Menu.
Procedure
-You need your friend's phone, could be any phone you have PAIRED YOUR BLUETOOTH with.
- Ask your friend to download launcher from any link provided on this site. I downloaded Mlablaunchers
-ask him/her to ring your phone. Don't pick. Now there will be miss call icon on your phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a picture. Now view it. It'll open your Gallery . No SHARE that pick ..Through Bluetooth. Now your phone will ask you to Turn On Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive it ..install it ..Your Main screen will be back... Yeppie
Incase you are not sure about installing it through bluetooth. And want to go for above mentioned ways but your Phone's DEBUGGING is disable. Then you can enable it as it asks for DEVELOPERS Setting before installation of any foreign app. ENABLE IT. n dismiss installation and do it as mentioned in other posts.
Note: You'll have to do this every time you RESET YOUR PHONE TO FACTORY VERSION. so beware.
I know it might not be satisfactory for most of the geeks. But I saved my phone. Hope this help Save yours too.
Please tell if it helped
---------- Post added at 01:11 PM ---------- Previous post was at 12:34 PM ----------
Mukhtar Ahmad said:
but I have turned usb debugging off and am not able to go to settings please help me what I have to do
Click to expand...
Click to collapse
here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone
through bluetooth and install it when you
receive it as it come in your Bluetooth share
history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if
there's no Menu.
Procedure
-You need your friend's phone, could be any
phone you have PAIRED YOUR BLUETOOTH
with.
- Ask your friend to download launcher from
any link provided on this site. I downloaded
Mlablaunchers
-ask him/her to ring your phone. Don't pick.
Now there will be miss call icon on your
phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a
picture. Now view it. It'll open your Gallery .
No SHARE that pick ..Through Bluetooth. Now
your phone will ask you to Turn On
Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive
it ..install it ..Your Main screen will be back...
Yeppie
Incase you are not sure about installing it
through bluetooth. And want to go for above
mentioned ways but your Phone's DEBUGGING
is disable. Then you can enable it as it asks for
DEVELOPERS Setting before installation of any
foreign app. ENABLE IT. n dismiss installation
and do it as mentioned in other posts.
Hope this helps
It is not working
Kits fly said:
You must have deleted, uninstalled or moved LAUNCHER from your phone.
I wanted to delete few in-built apps, and when I googled I found term ROOTING. after some surfing I realized it is quite complicated procedure. So I tried Xda's latest way to ROOT with apps (Poot and Superuser) . This means there's NO ADB DRIVERS and NO RECOVERY. And I accidentally deleted Ms launcher. It was like I was struck by Lightening.
After more surfing I found as mentioned in every post above that I have screwed my phone because there's no way I can install MLabLauncher, any launcher for that matter because I had DISABLED DEBUGGING.. so NO WAY TO INSTALL ADB and RECOVERY.
ALL MY PHONE COULD DO WAS RECEIVE CALLS
I had just one thing in my mind that all I need is to install Launcher somehow
So here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone through bluetooth and install it when you receive it as it come in your Bluetooth share history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if there's no Menu.
Procedure
-You need your friend's phone, could be any phone you have PAIRED YOUR BLUETOOTH with.
- Ask your friend to download launcher from any link provided on this site. I downloaded Mlablaunchers
-ask him/her to ring your phone. Don't pick. Now there will be miss call icon on your phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a picture. Now view it. It'll open your Gallery . No SHARE that pick ..Through Bluetooth. Now your phone will ask you to Turn On Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive it ..install it ..Your Main screen will be back... Yeppie
Incase you are not sure about installing it through bluetooth. And want to go for above mentioned ways but your Phone's DEBUGGING is disable. Then you can enable it as it asks for DEVELOPERS Setting before installation of any foreign app. ENABLE IT. n dismiss installation and do it as mentioned in other posts.
Note: You'll have to do this every time you RESET YOUR PHONE TO FACTORY VERSION. so beware.
I know it might not be satisfactory for most of the geeks. But I saved my phone. Hope this help Save yours too.
Please tell if it helped
---------- Post added at 01:11 PM ---------- Previous post was at 12:34 PM ----------
here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone
through bluetooth and install it when you
receive it as it come in your Bluetooth share
history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if
there's no Menu.
Procedure
-You need your friend's phone, could be any
phone you have PAIRED YOUR BLUETOOTH
with.
- Ask your friend to download launcher from
any link provided on this site. I downloaded
Mlablaunchers
-ask him/her to ring your phone. Don't pick.
Now there will be miss call icon on your
phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a
picture. Now view it. It'll open your Gallery .
No SHARE that pick ..Through Bluetooth. Now
your phone will ask you to Turn On
Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive
it ..install it ..Your Main screen will be back...
Yeppie
Incase you are not sure about installing it
through bluetooth. And want to go for above
mentioned ways but your Phone's DEBUGGING
is disable. Then you can enable it as it asks for
DEVELOPERS Setting before installation of any
foreign app. ENABLE IT. n dismiss installation
and do it as mentioned in other posts.
Hope this helps
Click to expand...
Click to collapse
After installing Mlabs launcher( as u said by Bluetooth),,it is showing error "Mlabs Launcher stopped" continuously...
I dont think the previous Mlabs launcher was uninstalled compltely bcoz i just disabled that using NOBloat Free app..
Now what else i can do???please help me
Thank u in advance
---------- Post added at 01:04 AM ---------- Previous post was at 12:57 AM ----------
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
I dont know what to do with these adb root,adb remount and all these instructions..Can u please explain how can i install launcher???
If possible please post a video regarding this>
Thank u in advance
worked well..thanks
Related
I was trying to root my defy with my macbook. I tried superoneclick, but it doesn't work on mac.
I tried z4root on this website [http://forum.xda-developers.com/showthread.php?t=833953]. But it didn't work for me as well it was stuck with "acquiring root shell". But on the website, it said it's compatible with defy.
Does anyone know how to root defy on a mac
Thanks a lot
Even if you could root your defy using a Mac, you'd still need Windows to run RDS lite.
Sucks, I know... but there it is.
On my side I get root with my Mac.
I put a binary on my sdcard, next I execute this binary with adb shell from ''Terminal'' to get root.
Regarding sdb flashing, only way I know it's RSD... But it's a win32 exe.
So I use Virtualbox to launch windows over macos.
This allow me to run RSD like if I was under windows. I flash several sbf without pb !!!
It's late now, but I can put details friday if you are interested.
Being under Linux, I use sbf_flash for flashing and root the phone manually via adb.
Though I don't know about any macos alternatives.
sbf_flash has been updated; there's now a mac os x port, in addition, support has been added for the Defy, Charm and possibly the Atrix.
Click to expand...
Click to collapse
So it's also working for Macos, great.
MisterWB said:
On my side I get root with my Mac.
I put a binary on my sdcard, next I execute this binary with adb shell from ''Terminal'' to get root.
Regarding sdb flashing, only way I know it's RSD... But it's a win32 exe.
So I use Virtualbox to launch windows over macos.
This allow me to run RSD like if I was under windows. I flash several sbf without pb !!!
It's late now, but I can put details friday if you are interested.
Click to expand...
Click to collapse
oh really? thanks a lot
Can u please put down the steps when ur free
MisterWB said:
On my side I get root with my Mac.
I put a binary on my sdcard, next I execute this binary with adb shell from ''Terminal'' to get root.
Regarding sdb flashing, only way I know it's RSD... But it's a win32 exe.
So I use Virtualbox to launch windows over macos.
This allow me to run RSD like if I was under windows. I flash several sbf without pb !!!
It's late now, but I can put details friday if you are interested.
Click to expand...
Click to collapse
Sent from my MB525 using XDA App
Wow! I didn't know about sbf-flash.
Thanks for the heads-up.
My process to obtain root access:
1) connect phone to your mac via usb cable
2) In Finder extract "Getroot.zip" on Desktop for exemple
you should have a Getroot directory now with files inside (su, busybox...)
3) Copy/Paste this "Getroot" directory on root of your sdcard
4) Eject sdcard in Finder
5) push down notification bar on Defy and click "USB..." item
6) Select "none"
7) Check in Defy Settings that "Applications->Developpement->USB debugging" is on
8) On Mac launch Terminal
9) type "adb shell", you should have a "$" prompt
10) type "cd /sdcard/Getroot/"
11) type "sh getroot.sh"
You'll be eject from adb shell, it's normal
12) type again "adb shell", prompt should be "#" now, that mean root privilege !
13) type "cd /sdcard/Getroot/"
14) type "sh copy_rootfile.sh", this copy root file, recovery application and remount script*
15) type "reboot" to reboot phone
16) after reboot don't forget to push down notification bar on Defy and click "USB..." item of your choice
17) Done
Take care that "Settings->Applications->Developpement->USB debugging" mustbe off to boot in recovery mode. In other way you'll get a black screen
Hope I don't make mistake during zipping and writing process !
-----------------------------------------------------
* remount script to use from adb shell or any terminal:
- type "remount rw" to mount /system read-write
- type "remount ro" to mount /system read-only
- type "remount sdcard" to mount /sdcard when usb cable is plug to PC
MisterWB said:
My process to obtain root access:
1) connect phone to your mac via usb cable
2) In Finder extract "Getroot.zip" on Desktop for exemple
you should have a Getroot directory now with files inside (su, busybox...)
3) Copy/Paste this "Getroot" directory on root of your sdcard
4) Eject sdcard in Finder
5) push down notification bar on Defy and click "USB..." item
6) Select "none"
7) Check in Defy Settings that "Applications->Developpement->USB debugging" is on
8) On Mac launch Terminal
9) type "adb shell", you should have a "$" prompt
10) type "cd /sdcard/Getroot/"
11) type "sh getroot.sh"
You'll be eject from adb shell, it's normal
12) type again "adb shell", prompt should be "#" now, that mean root privilege !
13) type "cd /sdcard/Getroot/"
14) type "sh copy_rootfile.sh", this copy root file, recovery application and remount script*
15) type "reboot" to reboot phone
16) after reboot don't forget to push down notification bar on Defy and click "USB..." item of your choice
17) Done
Take care that "Settings->Applications->Developpement->USB debugging" mustbe off to boot in recovery mode. In other way you'll get a black screen
Hope I don't make mistake during zipping and writing process !
-----------------------------------------------------
* remount script to use from adb shell or any terminal:
- type "remount rw" to mount /system read-write
- type "remount ro" to mount /system read-only
- type "remount sdcard" to mount /sdcard when usb cable is plug to PC
Click to expand...
Click to collapse
I am kind of stuck, What do u mean by "USB..." for step 5? Is it usb connection? and for step 6 is it "charge only" for "none"?
I typed "adb shell" in terminal and it was like "command not found".
What should I do now? Btw, thanks for helping
Right, step 5 is "USB Connexion"
and step 6 "Charge only", text may change with language and rom version.
Regarding "adb" it's part of Android SDK: http://developer.android.com/sdk/index.html
So you have to download full SDK kit and install it....
...or use adb executable for mac attached below
On my mac I putted it into /usr/bin
1) In Finder put adb.zip into Download directory
2) In Finder Download directory, extract adb.zip, you'll get an "adb" file
3) Open Terminal
4) Go into Download directory
cd ~/Download
5) Copy adb file into /usr/bin with executable permissions
sudo cp adb /usr/bin/ -> and type your session's password
sudo chmod 755 /usr/bin/adb -> and type your session's password
next you can use "adb shell" like any unix command
Keep me inform
I found the link to download sbf_flash for mac
http://blog.opticaldelusion.org/2011/02/sbfflash-updates.html
[A] How to Root Defy Android OS 2.1 on mac
I tried rooting the defy with z4root and SuperOneClick (using Mono to run it on a mac).
It appears that the z4root no longer works on later firmware updates for the defy, which others confirmed on another forum. For me it got stuck trying to run exploits. Similarly, SuperOneClick hung up during the "waiting for device" phase.
This other thread on xda did work and was super easy to do and I recommend it:
[ROOT] G2x Easy Root for Mac and Linux
http://forum.xda-developers.com/showthread.php?t=1048309
I checked it with "Root Checker Basic" from app store and it is indeed rooted.
beefinit said:
I tried rooting the defy with z4root and SuperOneClick (using Mono to run it on a mac).
It appears that the z4root no longer works on later firmware updates for the defy, which others confirmed on another forum. For me it got stuck trying to run exploits. Similarly, SuperOneClick hung up during the "waiting for device" phase.
This other thread on xda did work and was super easy to do and I recommend it:
[ROOT] G2x Easy Root for Mac and Linux
http://forum.xda-developers.com/showthread.php?t=1048309
I checked it with "Root Checker Basic" from app store and it is indeed rooted.
Click to expand...
Click to collapse
I followed the simple directions in the thread recommended by beefinit. The root.command script that comes with the G2xRootMacLinux_v0.5.zip package appears to have successfully rooted my Defy. The script is designed for a Tmobile LG G2x, but is based on SuperOneClick 1.8, so the fact that is seems to work for the Defy is not that surprising.
Here is the terminal log from when I ran the script:
Last login: Thu May 17 10:41:29 on console
/Downloads/G2xRootMacLinux_v0.5/root.command ; exit;
/Downloads/G2xRootMacLinux_v0.5/root.command ; exit;
Checking for connected device...
Pushing temporary root exploint (psneuter) to device...
2604 KB/s (585731 bytes in 0.219s)
Running psneuter on device...
property service neutered.
killing adbd. (should restart in a second or two)
Waiting for device...
Remounting /system read/write...
remount succeeded
Pushing su to /system/bin/su...
100 KB/s (26324 bytes in 0.255s)
Pushing busybox to /system/bin/busybox...
3162 KB/s (1062992 bytes in 0.328s)
Installing Superuser.apk android application...
775 KB/s (196521 bytes in 0.247s)
Removing psneuter from device...
Rebooting device...
Once device has rebooted you should be rooted.
Press Enter when you're ready to quit:
I'm very new at rooting phones but Superuser app is now installed and I've also installed ROM Toolbox Pro and confirmed that I can get a # prompt via it's Terminal Emulator.
My Defy is an unlocked MB525, Android 2.2.1, System version 34.4.9.MB525.T-Mobile.en.US, Kernel 2.6.32.9-g8431013, Build number 3.4.2-107_JDN-9
1. Download and install Samsung_USB_Driver_for_Moblie_Phones_v1_4_6_0.exe
Link to download: http://www.multiupload.co.uk/YXE6FWLFAR
2. Download and install Android SDK (http://dl.google.com/android/android-sdk_r16-windows.zip)
3. With the phone turned OFF, hold VOLUME UP + VOLUME DOWN and power the phone on. This will put you in bootloader mode
4. Using windows/cmd go to the folder where Android SDK was installed (make sure that the folder android-sdk/platform-tools/ contains fastboot.exe and adb.exe etc....
5. using windows/cmd go to the folder /android-sdk/platform-tools
From this folder try the command "fastboot devices" (do not include ") which should list the device connected to your PC.
6. First we have to unlock bootloader,
use this command to unlock bootloader > fastboot oem unlock
(warning.. you will loose all data)
After the bootloader is unlocked the device will reboot normally.
7. Once normally booted from the command prompt issue the commands given below (after each command press enter button)
Note: you need su and superuse.apk (which can be downloaded from here: https://rapidshare.com/files/1319181583/su.zip)
unzip the downloaded file in the same folder where fastboot.exe exist i.e /android-sdk/platform-tools/
adb root
adb remount
adb push su /system/bin
adb push Superuser.apk /system/app
adb shell chmod 06755 /system/bin/su
adb shell chmod 06755 /system/app/Superuser.apk
adb reboot
Done!... your device is now rooted.
it would be good to note that many people have issues with the initial android driver installation.
if you install the drivers, but the phone doesn't show up after a period of time, open control panel -> system -> device manager and look for any devices that have a yellow triangle error (no driver). right click and open properties, and manually select the driver, not auto! the next screen will give you an option to 'select from a list', do this, and find SAMSUNG, then select the latest drivers.
after this, it can still take a minute or two the first time for drivers to install properly, you usually can see the status of this in the usb system tray icon.
if you rebooted to the bootloader (power vol(+) vol(-)), from the command line, if you type "fastboot devices" it should list a device and serial number. if not, you need to go check your drivers, something is missing. also, don't forget how magical a windows reboot can be at times : )
cancerouspete said:
it would be good to note that many people have issues with the initial android driver installation.
if you install the drivers, but the phone doesn't show up after a period of time, open control panel -> system -> device manager and look for any devices that have a yellow triangle error (no driver). right click and open properties, and manually select the driver, not auto! the next screen will give you an option to 'select from a list', do this, and find SAMSUNG, then select the latest drivers.
after this, it can still take a minute or two the first time for drivers to install properly, you usually can see the status of this in the usb system tray icon.
if you rebooted to the bootloader (power vol(+) vol(-)), from the command line, if you type "fastboot devices" it should list a device and serial number. if not, you need to go check your drivers, something is missing. also, don't forget how magical a windows reboot can be at times : )
Click to expand...
Click to collapse
Hi
Thanks for this note which would help many users.
Hi, noob here.
First of all, thanks for the guide.
I have already unlocked the bootloader about a month ago (up to step 6), but would like to root.
Will my phone lose all data again if I root the phone now? I'm not even sure what this actually does, but would like to learn and mess around with it.
You will not loose data. Rooting gets access your system folders by pushing su and superuser through adb.
Hope it helps.
Sent from my Galaxy Nexus using xda premium
smohanv said:
Note: you need su and superuse.apk (which can be downloaded from here: https://rapidshare.com/files/1319181583/su.zip)
unzip the downloaded file in the same folder where fastboot.exe exist i.e /android-sdk/platform-tools/
adb root
adb remount
adb push su /system/bin
adb push Superuser.apk /system/app
adb shell chmod 06755 /system/bin/su
adb shell chmod 06755 /system/app/Superuser.apk
adb reboot
Done!... your device is now rooted.
Click to expand...
Click to collapse
Did you actually test that with a stock rom?
Because adb root will not work with ITL41F at least.
Code:
./adb root
adbd cannot run as root in production builds
Furthermore the chmod for Superuser.apk is totally bogus. No need to mess with it's permissions.
i think a better way is get su and SuperUser.apk from the developers (ChainsDD) site and install it with a temporary boot CWM to install it.
(these instructions are also from memory And i rooted my one from source, but that's a bit involved)
this would mean instead of step 7 do.
7. Download CWM into the same directory as fastboot
http://download.clockworkmod.com/recoveries/recovery-clockwork-5.5.0.4-toro.img (Verizon)
or
http://download.clockworkmod.com/recoveries/recovery-clockwork-5.5.0.2-maguro.img (GSM)
Make sure to get the right version for your device.
8. download http://downloads.androidsu.com/superuser/Superuser-3.0.7-efghi-signed.zip
onto the internal storage of the phone( "sdcard" )
9. With the phone turned OFF, hold VOLUME UP + VOLUME DOWN and power the phone on. This will put you in bootloader mode
10. again using windows/cmd go to the folder /android-sdk/platform-tools
From this folder try the command "fastboot devices" (do not include ") which should list the device connected to your PC.
11. Start CWM (without installing it)
fastboot boot recovery-clockwork-XXX-XXX.img
(use the right filename from step 7)
12. choose install update and select the zip from step 8.
You need to use volume up/down to navigate and power to select.
I wanted to change my device model, so I copied build.prop from another mobile to my mobile. I am already rooted. But unfortunately I did not change the o.s. from gingerbread to froyo in build.prop ( I have android 2.2 FROYO) When I rebooted, there were many errors. It is now showing no sim card. Mobile network search gives error. Effectively, I can not use the mobile. Terminal emulator, X-plore etc. stopped working. Only Rom toolkit free version works and astro file manager works. Other programs are forcefully closed. Needles to say, I must replace new build.prop with new one.
Using adb I can only pull files but can not write as it is in read only mode.
adb root and adb remount works only if you are in recovery mode ? Y mobile does not have any custom recovery so when I boot in recovery mode it hangs.
Superuser has installed su in system\bin directory. But from adb shell I can use su also. It gives permission denied error. Hence I can not remount the system.
I have read similar threads and found that on some mobiles adb root or adb shell su works but on some not.
I am using Vista 32 bit with admin rights, still can not use root in adb.
Please tell me, how can I mount system read-write. I can not install root explore as google play and even internet is not working.
Please help.
maheshchavan said:
Using adb I can only pull files but can not write as it is in read only mode.
Click to expand...
Click to collapse
activate USB debugging then in console
Code:
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p1 /system
adb push build.prop /system/build.prop
check where is your build.prop
ruscan.calin said:
activate USB debugging then in console
Code:
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p1 /system
adb push build.prop /system/build.prop
check where is your build.prop
Click to expand...
Click to collapse
OMG ruscan.calin i COULD KISS YOU! I had tried to change my OG EVO 4G's buildprop file to another phone so that I could purchase & download an incompatible Google Play app. However after I restarted the phone wouldn't start! It would boot into my rooted HTC EVO 4G Android 2.3.3 and HTC Sense 2.1 but it would get stuck on the wallpaper with just the notification bar at the top and all buttons would be frozen. However I noticed when I plugged in my phone to my computer via usb the computer recognized it. I always keep my phone with USB debugging enabled so I thought I should be good right? I have spent the last 4 hours trying to install and setup adb with no real previous experience with it. I am familiar with dos from years ago and that helped me as it's basic procedure, commands, etc. Then I found out how to install the HTC drivers which I needed and then download the Android SDK with adb that's included which many guides show easily. I started the command prompt (cmd), typed my adb devices command and hurray it showed my phone! I connected and quickly navigated to the build.prop system folder! Luckily when I changed the file I made a bak backup and left it in the same folder. Now the main issue was figuring out how to change the naming of the files which I did via usual adb commands (mv build.prop.bak build.prop). But then to no avail I couldn't get it to write due to it being a system read only folder! Arg! Then I found your post on here, above, and typed it in simply leaving out the adb push portion and replacing that with the mv file command instead and first changing the name of the bad file and then replacing the bak file as the good copy! I exited back to the adb main and unplugged my phone. Moment of truth and man was everything flashing through my head at once! I booted up and YESSSSSSSSSSSSSS, it worked! I went back into root explorer and got rid of the offending leftovers and I've learned my lesson! I just don't want to think about what would have happened if I hadn't found this post. Thank you and if anyone else makes this hug mistake let me know and maybe I can help. Moral of the story don't mess with the build.prop or any system folder unless you know what you're doing! Thanks again!
Quick Guide to Fix Android "build.prop" Issues:
1. Find and download USB drivers for your phone by model or type (HTC EVO 4G's HTC Fastboot drivers): http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe
2. Download and install Android SDK and choose adb: http://developer.android.com/sdk/index.html
Guide: http://htcevohacks.com/htc-evo-hacks/how-to-install-android-sdk-and-adb-drivers-for-htc-evo-4g/
3. Run a command prompt from the "c:/program files/android/android-sdk/platform-tools/" directory. I had to copy the command prompt to get it to open there but sometimes a right-click action will do it. The guide below will help just navigate down to "Using ADB" and skip the rest.
Guide: http://www.howtogeek.com/114667/how...y-default-move-almost-any-app-to-the-sd-card/
4. Once you open the command prompt and you're in the "c:/program files/android/android-sdk/platform-tools/" foler type "adb devices" and your device should appear. If it does move on to next step.
5. Then type adb shell and use the ls command to see directories. Then you'll need to navigate to the system folder by typing "cd system" and then type "ls" to look around in the directory (similar to "dir" in DOS). You should now see the bad build.prop file.
6. You'll need to rename the file or push a correct version. First you need to use the "adb shell" command again and then "su" and finally "mount -o rw,remount /dev/block/mmcblk0p1 /system" to make the directory writable (see ruscan.calin post above for additional info).
Note: I only had to rename my build.prop as I already had my old one in the same system folder. You may have to copy the bad build.prop to your computer, edit it and then push it back to the same system directory. These directions are only for renaming files in the same folder. For the info on how to copy the file to your computer and push it back to your phone go to step *10 below or use the guide below it.
7. I already had the bad build.prop in the system directory with my old one which I had named build.prop.bak. If you have this too simply rename by changing the name first of the bad file to anything by typing "mv build.prop build.prop.bad" or similar.
8. Next rename the build.prop.bak to build.prop by typing "mv build.prop.bak build.prop". Everything should go smoothly and move onto the next step.
9. Finally, If no error messages are found, simply type "adb reboot" or "adb shell reboot" (Depending which version of ADB you have). You should be done, your phone will reboot like normal (working, lol) and everything should be working again! YAY!
*10. To copy the build.prop to your phone type "adb pull /system/build.prop c:\" and the file should be placed in the main c:/ directory on your computer. Navigate to the root (c:/) directory and then right click and "open with" the "build.prop" file using a notepad or other file editor. Then use the text editor (Notepad, etc) to change back what you originally changed to mess everything up. There is tons of stuff on the net to let you know what to fill back in depending on your phone model/type. Or it's possible to get a previous version from an old Nandroid backup or similar. Save the changed text file and make sure its named the same "build.prop" and make sure it's still in the root directory (If you're having issues on this step or just want more insight check out the guides and threads below for more help).
Guide 1: http://androidforums.com/admire-all...p-computer-not-phone-using-root-explorer.html
Guide 2: http://www.modaco.com/topic/328943-quick-guide-to-modifying-buildprop-with-adb/
Guide 3: http://forums.androidcentral.com/sp...-replaced-build-prop-phone-wont-start-up.html
*11. We've already made the directory writable in step 6 so we simply need to push the file back to the phone. If any error message appear re-do step 6 to make writable again. Otherwise push the modified file back to the phone by typing "adb push c:\build.prop /system/". Back to step 9 above! Yay!
If anyone wants to help cleanup this quick guide or make any changes feel free. I just wanted something so that if anyone else has this issue they won't have to worry or search forever to find a solution. OMG it's 2:30AM, to bed... I ride! LOL
Enjoy,
5th :highfive:
THANK YOU!!! Totally saved me today.
One thing that I noticed. After pushing the correct build.prop, I had to fully power down, then turn back on my Razr for it to load up the fixed build.prop.
error message,Help please
Hello, when i am going to mount and change the permission i am getting constant error od device not found or sh:not found.
What to do?Help me please?
jigarpattani said:
Hello, when i am going to mount and change the permission i am getting constant error od device not found or sh:not found.
What to do?Help me please?
Click to expand...
Click to collapse
What step are you on? What phone do you have? More info please?
i am have problem whit my pantech flex i need to use the build.prop.bak but when i type the su it stay in blank do nothing any ideas pls help
ehy there hope someone can help me...i have an archos 97b platinum, messed up with build.prop. So i pulled out and restored but can't push in any way. I have a cwm installed, tablet rooted but i alwais got "permission denied" at push command. Other error is operation not permitted" if i try remount command from adb. i can do mount -o rw,remount /dev/block/mtdblock7 /system but after that push still give me permission denied.
any suggestion?
http://imgur.com/FDLp4fl
i open a 2nd cmd, give the mount -o rw,remount /dev/block/mtdblock7 /system , and system is now rw, but from the first cmd when i give "push build.prop /system (or /system/build.prop) it will always return me permission denied
help
dev.block
i want to view to dev/block using adb shell #
eg . what block is boot.img
what block is recovery.img
what block is system.img
what block is cache.ing
adb shell getprop mtd is not work . Pls Help Me & sent to mail [email protected]
I am not sure if this is the correct forum for this. Moderators, Please feel free to remove it or relocate it
First of all thanks to all amazing people on this forum ( thecubed,777jon,Dees_Troy, chainfire, supernoman, crashfocus, etc)
This is not my work . It is a compilation of what it worked for me from the work made by others. It is directly toward newbie users.
Instructions
1- Make sure you install LG G3 drivers in your computer( you can get them attached on this thread). Connect phone to the PC using USB cable. Make sure the phone is recognized when you plug it in with the usb cable
Also phone shall be connected as Media device (MTP), if it is in Charge Phone change it to MTP.
Scroll down this post. You will find the correct usb drivers attached. Install them in your pc.
2- Enable Developer options in your phone on Setting > General> About phone > Software information > and click seven times Build number until it enables it
3- Enable USB debugging on your LG G3 from your phones Settings > Developer options > tick ‘USB debugging’ check box. A window should pop up in your phone display to allow USB debugging. Select Allways Allow from This Computer and hit OK.
It will also be convenient to Enable installation of apps from Unknown Sources: Open phone’s Settings » select Security » Tick the “Unknown sources” check box (under Device administration section)
4- Download and unzip
- Pupledrake-Lite at http://downloads.codefi.re/thecubed/lg_g3/purpledrake/PurpleDrake-Lite_R03.tar.gz Thanks to Codefi.re
- Download and unzip the attached ADB LOCAL READY with TWRP recovery.img
Thanks to @Dees_Troy & TeamWin - for TWRP Touch recovery
ATTACHMENT IS HERE- JUST CLICK HERE
5- Download -Latest SuperSu at http://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip Thanks to Chainfire
6- Transfer UPDATE-SuperSU-v2.40.zip to the internal sdcard
7- Open Purpledrake-Lite and Run purpledrake_windows.bat. It should detect your devices if it is not, you need to check if the drivers were installed properly and unplug-plug back your phone.
Hit Enter as instructed on the computer screen until it gains temporary root.
IMPORTANT : READ AND DO NOT CONTINUE TO PERMANENT ROOT INSTRUCTIONS DISPLAYED. FOLLOW INSTRUCTIONS TO CONTINUE WITH ADB INSTEAD.
Hit Ctrl+C to exit to use adb.
This process takes a few seconds and The phone start on download mode and it will stay on it.
8- Open ADB LOCAL READY folder you downloaded and hit Start Here.bat
Type "adb devices" to ensure that your phone is connected and it accept adb commands . On list of devices attached it should show LGD851........
Unplug it and plug it back if it is not .
NOTE: SOME PEEPS HAVE REPORTED PROBLEM WITH ADB NOT WORKING PROPERLY ON USB 3.0 PORTS. PLEASE USE USB 2.0 PORTS
9- Type "adb push recovery.img /temp"
You will see that it pushes the data. it should take a few seconds
Note: you may need to push it a few times if you do not find the recovery file on the /temp folder when you do step 12.
Some members stated that they need to push it ..5 times.
rubbamade tip
" This does work. If after you do the "adb push....", Hit the up key on your keyboard. What you just typed " adb push...." will appear again. Hit enter. It will "push" again. Hit up again. Hit enter. Do this at least 5 times. Now proceed with next step "adb shell"..... Should work now"
For some reason others user needed to push it more than 5 times, i assume that it is due to the file size of the image and your operating system and pc settings(i used win7). It is recommended to verify if it was pushed on step 12.
10- Type "adb shell" and it should go to shell command $
11- Then type "/temp/fakesu". This will put you in a superuser shell on your device. It should show su command line # .
12- Type "ls /temp" to make sure that recovery.img and fakesu are in /temp folder . If it is not, then you did not complete correctly the above instructions..repeat it
13- Type "dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery". it will take a few seconds to complete and install TWRP recovery.
14- Type type "reboot recovery" It should boot onto TWRP Touch recovery. it could take a few but it should
15- Once in TWRP, select install,go to the SD card directory, select UPDATE-SuperSU-v2.40.zip and install it. Reboot the phone once complete. Do not panic, it should take a while to cook and update applications, but it will, be patient.
16- Your device is rooted and with TWRP custom recovery. IF you do not see SuperSu in your application drawer, do not panic, just install it from the Play Store.
17- Now you are ready to install custom Roms, any application that requires root, or enjoy root features.
Quick References
How to Boot into TWRP(Recovery Mode)
1.Turn off your phone
2.Now, press and hold Power and Volume down buttons at the same time.
3.When the LG logo appears, release the keys.
4.Immediately press Power and Volume Down buttons again until the Hard Reset menu will be displayed.
5.Press volume down to Select "YES" on reset data. Do not panic, it will not . Select "yes" again . It will boot into TWRP recovery mode.
If you do not like hardware method you can use Quickboot or TWRP Manager applications from the Play store
How to Boot LG G3 Download Mode
-Disconnect your phone from PC.
-Power off your G3 and wait 4-5 seconds after lights go off.
-Hold the Volume Up button on phone, and while holding it, connect the phone to PC using a USB cable
If you get the "Windows cannot find '.\assets\windows\bin\mintty.exe'." error..on purpledrake temproot step 7.
Try just double-clicking on the .bat instead of running as admin.
Also make sure the script is extracted properly first before running
Disclaimer: It worked for me, but I am not responsible for any damages to your phone.
Your experience is very interesting vcurbel!
I was under the impression there was no way to root untouched stock 10R.
It would appear you have found a way! :good: Thanks for your contribution.
I am curious if anyone else has replicated this?
thank you so much had a little trouble but successfully rooted my device
Where was this guide yesterday?
Last week I just thought rooting build R was impossible as of yet, got fed up, and 5 minutes ago ran the LG Update tool to revert my phone back to stock/ Build C and root that way.
vcurbel said:
I am not sure if this is the correct forum for this. Moderators, Please feel free to remove it or relocate it
13- Type "dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery". it will take a few seconds to complete and install TWRP recovery.
Click to expand...
Click to collapse
dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
This command doesn't work for me. It shows, "cannot open for read: no such file or directory".
Can you help?
Edit: Nevermind, had to repush recovery. Didn't go through properly the first time. Thank you
Everything worked great. Thank you for the guide! Rooted on 10r!
NO GO
- Type "ls /temp" to make sure that recovery.img and fakesu are in /temp folder . If it is not, then you did not complete correctly the above instructions..repeat it
AT THIS POINT I AM GETTING "NOT FOUND". DID THE STEPS ABOVE SEVERAL TIMES.
I saw 8xxxkb data pushed after 'push'
==========================================================================================
C:\Users\nick\Downloads\ADB LOCAL READY>c:\windows\system32\cmd.exe
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\nick\Downloads\ADB LOCAL READY>adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
LGD851xxxxxxxx recovery
C:\Users\nick\Downloads\ADB LOCAL READY>adb push recovery.img /temp
9716 KB/s (11245568 bytes in 1.130s)
C:\Users\nick\Downloads\ADB LOCAL READY>adb shell
[email protected]:/ $ /temp/fakesu
/temp/fakesu
# Is /temp
Is /temp
/temp/fakesu: Is: not found
#
=========================================================================================
sharkoparko said:
- Type "ls /temp" to make sure that recovery.img and fakesu are in /temp folder . If it is not, then you did not complete correctly the above instructions..repeat it
/temp/fakesu: Is: not found
#
=========================================================================================
Click to expand...
Click to collapse
try to redo step number 7. But, you are getting into su command line which is #
after you do the ls/temp on su #, you should get the list of files in your temp folder.....check if recovery and fakesu are there
then continue to step 13
vcurbel said:
try to redo step number 7. But, you are getting into su command line which is #
after you do the ls/temp on su #, you should get the list of files in your temp folder.....check if recovery and fakesu are there
then continue to step 13
Click to expand...
Click to collapse
Thanks. I did it several times, I did number 7 also. Phone is found, it says creating permaroot....Once I click CTRL C screen disappears then I go to ADB file and follow procedures. IT STILL DOES NOT WORK
===================================================================================
Welcome to PurpleDrake!
Please ensure your phone is connected, powered on, and USB debugging is properly enabled.
Your phone should be showing your homescreen with no other apps open. This is to ensure a clean state.
When you're ready, press [enter]...
Press [enter] to continue...
Waiting for device... Found device!
Your phone is a [ LG-D851 ] on [ TMO ] running SW version [ V10r ] ...
Alright. We're ready to go. We're going to temproot your phone first. Press enter when you're ready!
Press [enter] to continue...
Rebooting phone...
Waiting for device... .... Found device!
Found device, checking if vulnerable...
Yep, performing temproot...
Waiting for system to settle...
Temproot worked, all done here. Moving on...
Alright, now that you're temprooted, you can press CTRL-C here and get
a temproot prompt through 'adb shell /temp/fakesu' if you're so inclined...
However, if you'd like to permaroot, let's continue.
Press [enter] to continue...
===============================================================================================
DO I NEED TO RE-ROOT?
sharkoparko said:
Thanks. I did it several times, I did number 7 also. Phone is found, it says creating permaroot....
DO I NEED TO RE-ROOT?
Click to expand...
Click to collapse
Here is the problem. You pressed to continue (enter) to create permanent root after temporary root was created
You need to press CTRL C instead , then it will exit......then continue to next step with ADB LOCAL READY.
Ill clarify this better on step 7.
Sent from my SAMSUNG-SM-N900A using XDA Free mobile app
vcurbel said:
Here is the problem. You pressed to continue (enter) to create permanent root after temporary root was created
You need to press CTRL C instead , then it will exit......then continue to next step with ADB LOCAL READY.
Ill clarify this better on step 7.
Sent from my SAMSUNG-SM-N900A using XDA Free mobile app
Click to expand...
Click to collapse
Once I click CTRL C screen disappears then I go to ADB file and follow procedures. IT STILL DOES NOT WORK
That's what I do. I clicked enter first time rooting following purple instructions. Then I realized it does not work with January update. I run purple drake again (after I found this "fix") and, as I said, I DO NOT PROCEED WITH ENTER. I use CTRL C. The window closes and I open ADB, then click start hereand follow the rest of the procedures. So YES I did click enter once initially (because purple drake post is not updated that it does not work with JAN 15 update).
sharkoparko said:
Once I click CTRL C screen disappears then I go to ADB file and follow procedures. IT STILL DOES NOT WORK
That's what I do. I clicked enter first time rooting following purple instructions. Then I realized it does not work with January update. I run purple drake again (after I found this "fix") and, as I said, I DO NOT PROCEED WITH ENTER. I use CTRL C. The window closes and I open ADB, then click start hereand follow the rest of the procedures. So YES I did click enter once initially (because purple drake post is not updated that it does not work with JAN 15 update).
Click to expand...
Click to collapse
Ok....lets do it one at a time
Once you open and run ADB LOCAL READY. When you type adb devices, is it show your device?
Let me know on which step you got stuck.
Ill try to help you
Sent from my LG-D851 using XDA Free mobile app
Just got home with a Craigslist buy.
rooted in 15min thanks vcurbel !
now to find CM12 for this baby
hi sorry for the newbiness but for some reason i donload everything i need, basically preperation is done to the T, but as soon as i click on purpledrake_windows.bat it goes into dos window and complety exits out in less then a second, so fast that i can barely read whats on that lil black screen, im pretty sure i can make out "command not found" at the end of it..any help would be greatly appreciated
tomez206 said:
hi sorry for the newbiness but for some reason i donload everything i need, basically preperation is done to the T, but as soon as i click on purpledrake_windows.bat it goes into dos window and complety exits out in less then a second, so fast that i can barely read whats on that lil black screen, im pretty sure i can make out "command not found" at the end of it..any help would be greatly appreciated
Click to expand...
Click to collapse
Did you run it as Administrator?
Did you install LG drivers and the device is being recognized as Media device?
Sent from my LG-D851 using XDA Free mobile app
all drivers are installed, the device is recognized, and nothing, when i do run it as administrater i get a whole different error msg
vcurbel said:
Did you run it as Administrator?
Did you install LG drivers and the device is being recognized as Media device?
Sent from my LG-D851 using XDA Free mobile app
Click to expand...
Click to collapse
---------- Post added at 08:43 AM ---------- Previous post was at 08:38 AM ----------
windows cannot find '.\assets\windows\bin\mintty.exe'. Make sure you type the name correctly and try again...thats the error i get when trying to run as administrator
tomez206 said:
all drivers are installed, the device is recognized, and nothing, when i do run it as administrater i get a whole different error msg
---------- Post added at 08:43 AM ---------- Previous post was at 08:38 AM ----------
windows cannot find '.\assets\windows\bin\mintty.exe'. Make sure you type the name correctly and try again...thats the error i get when trying to run as administrator
Click to expand...
Click to collapse
It seems your windows os is missing the default mintty.exe terminal...
Google it and you will find a solution to manually install it.
Or use other pc
Sent from my LG-D851 using XDA Free mobile app
tomez206 said:
hi sorry for the newbiness but for some reason i donload everything i need, basically preperation is done to the T, but as soon as i click on purpledrake_windows.bat it goes into dos window and complety exits out in less then a second, so fast that i can barely read whats on that lil black screen, im pretty sure i can make out "command not found" at the end of it..any help would be greatly appreciated
Click to expand...
Click to collapse
If I recall if the PD batch file/script is closing on you or giving you trouble, then you can run the script manually.
See link below to thecubed PD lite thread and read the 5th grey portion down of the OP, it is titled:
"But, what if I don't want to run your script to root?"
If you must use command line because the PD batch file/script is closing immediately just be sure to STOP after gaining temporary root!
From OP step 7:
IMPORTANT : READ AND DO NOT CONTINUE TO PERMANENT ROOT INSTRUCTIONS DISPLAYED. FOLLOW INSTRUCTIONS TO CONTINUE WITH ADB INSTEAD. [/FONT]
lagvoid said:
dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
This command doesn't work for me. It shows, "cannot open for read: no such file or directory".
Can you help?
Edit: Nevermind, had to repush recovery. Didn't go through properly the first time. Thank you
Everything worked great. Thank you for the guide! Rooted on 10r!
Click to expand...
Click to collapse
Hello,
I am also having the same issue. I tried the above steps a couple times and am not sure if I am doing something wrong (more than likely I am). What did you mean by repush recovery?
Try step 9 again
9- Type "adb push recovery.img /temp"
You will see that it pushes the data. it should take a few seconds
vcurbel said:
Ok....lets do it one at a time
Once you open and run ADB LOCAL READY. When you type adb devices, is it show your device?
Let me know on which step you got stuck.
Ill try to help you
Sent from my LG-D851 using XDA Free mobile app
Click to expand...
Click to collapse
-------------------------------------------------------------------------------------------------------------------------------------
C:\Users\nick\Downloads\ADB LOCAL READY>c:\windows\system32\cmd.exe
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\nick\Downloads\ADB LOCAL READY>adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
LGD851xxxxxxxx recovery
C:\Users\nick\Downloads\ADB LOCAL READY>adb push recovery.img /temp
9682 KB/s (11245568 bytes in 1.134s)
C:\Users\nick\Downloads\ADB LOCAL READY>adb shell
[email protected]:/ $ /temp/fakesu
/temp/fakesu
# Is /temp
Is /temp
/temp/fakesu: Is: not found
# dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
dd if=/temp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
/temp/recovery.img: cannot open for read: No such file or directory
#
--------------------------------------------------------------------------------
Yes, The phone is recognized and the file as you see was pushed (see script above). I think there is some issue with this method, as other people are reporting problems following the procedure in post #1??!! I guess it work for some and it does not for others.
Hello guys . In shizuku app that use pairing adb over network . In this app there is option allow you to use shizuku in your terminal apps like Termux and I use Termux in this case the problem is I can't use this option because I don't know what is steps should I do in locked bootloader and non rooted device I need full access to adb by this way because I don't have PC in real time
The error in the attachment files
AmrMero said:
Hello guys . In shizuku app that use pairing adb over network . In this app there is option allow you to use shizuku in your terminal apps like Termux and I use Termux in this case the problem is I can't use this option because I don't know what is steps should I do in locked bootloader and non rooted device I need full access to adb by this way because I don't have PC in real time
The error in the attachment files
Click to expand...
Click to collapse
https://www.reddit.com/r/termux/comments/i2nrbm
I this allow me to run adb and she'll commands from my device to the same device (local) I think the like to send adb to another device right !?
AmrMero said:
I think the like to send adb to another device right !?
Click to expand...
Click to collapse
I don't understand what you want to ask.
To send ADB command to another device, you can use ADB over WIFI setting in developer option.
I mean I need send adb from my device to my device by shizuku . (All in the same device )
I'm not really sure what your issue is. Shizuku is pretty simple, even if you use it for terminal. You exported the files. You changed the Package ID. So what's the problem? You can use it now.
For example, `adb shell pm disable com.bloatware.app` just becomes `shizuku pm disable com.bloatware.app`. shizuku basically gives you ADB shell access. Use `shizuku` similar to how you'd use `sudo` on Linux.
To test, just do `./shizuku ls`. First time you should get a permission prompt by the shizuku appz asking if you wanna grant permissions to termux.
AmrMero said:
Hello guys . In shizuku app that use pairing adb over network . In this app there is option allow you to use shizuku in your terminal apps like Termux and I use Termux in this case the problem is I can't use this option because I don't know what is steps should I do in locked bootloader and non rooted device I need full access to adb by this way because I don't have PC in real time
The error in the attachment files
Click to expand...
Click to collapse
You said you don't have computer access all the time. So, I'm assuming you have it at least once. If so, try rhis.
1. Connect to computer and enable wireless adb (just google it)
2. Download this app named Remote ADB Shell by Cameron Gutman https://play.google.com/store/apps/details?id=com.cgutman.androidremotedebugger
3. Enter IP as 127.0.0.1 and port as 5555 (assuming you didn't change it in the first step)
Can't say if your Shizuku needs will be satisfied but this way, you'll be able to run commands in adb shell (from your phone) as if doing from computer. Make sure that you don't use aadb sheelll iin the commands