[Q] Breaking into my own phone... - Nexus 4 Q&A, Help & Troubleshooting

So, I had a rooted, ROMd, OC/UVd, crazy 4.4 setup on my N4 for the longest time, then I put 5.0 on.
This was all cool and fine and all that but I lost root in the process as is common.
I procrastinated re-rooting as I knew I would be upgrading soon and I didn't feel like wiping.
Then I dropped it.
For the 100th time.
It broke, finally.
The top half of the screen no longer responds to touch making it impossible to unlock now.
What I need are some options. I tried ADB stuff and can get nowhere without su. I tried "AndroidScreenCast" but for it to work I also need su to change some file permissions. SOL again.
Basically I'm left with the phone and ADB debugging...that's it. What can I do?
End goal: re-purpose the phone as something that doesn't require a screen anymore...
http://www.howtogeek.com/139373/how-to-turn-an-old-android-phone-into-a-networked-security-camera/
All I have to do is get the apps on there and get it up and running.
Any help appreciated. Thanks!!

62 views and not a single reply...
I'm starting to think I'm hosed.
I don't care about saving anything on the phone. I just don't want to lose the hardware...there's got to be SOMETHING I can do...

rmp5s said:
62 views and not a single reply...
I'm starting to think I'm hosed.
I don't care about saving anything on the phone. I just don't want to lose the hardware...there's got to be SOMETHING I can do...
Click to expand...
Click to collapse
First, Download UPDATE-SuperSU-v2.46.zip
and place it in sdk\platform-tools (or the same directory as your adb and fastboot)
Boot into fastboot by turning off phone, then hold volume up button while pressing power button.
or
From within your platform-tools folder, open a command prompt.
If the phone running in android, run the following command
adb reboot fastboot
Then run
fastboot flash UPDATE-SuperSU-v2.46.zip
In android, you can then install your apps by placing the .apk in your "sdk\platform-tools" too
and run the following command replacing "my.apk" with the actual name of your .apk
adb install my.apk
The biggest problem you face now is how to allow superSU permission for the individual app.
If you get lucky, the permission dialog will appear in the half of your touchscreen that works:good:
Best of luck
---------- Post added at 04:18 AM ---------- Previous post was at 04:00 AM ----------
Or if androidscreencast is working for you, just enable the SU app permissions with androidscreencast!

joegestes said:
First, Download UPDATE-SuperSU-v2.46.zip
and place it in sdk\platform-tools (or the same directory as your adb and fastboot)
Boot into fastboot by turning off phone, then hold volume up button while pressing power button.
or
From within your platform-tools folder, open a command prompt.
If the phone running in android, run the following command
adb reboot fastboot
Then run
fastboot flash UPDATE-SuperSU-v2.46.zip
In android, you can then install your apps by placing the .apk in your "sdk\platform-tools" too
and run the following command replacing "my.apk" with the actual name of your .apk
adb install my.apk
The biggest problem you face now is how to allow superSU permission for the individual app.
If you get lucky, the permission dialog will appear in the half of your touchscreen that works:good:
Best of luck
---------- Post added at 04:18 AM ---------- Previous post was at 04:00 AM ----------
Or if androidscreencast is working for you, just enable the SU app permissions with androidscreencast!
Click to expand...
Click to collapse
Thanks for the reply! I'll try it when I get home tonight.
The "update" zip will root it?

rmp5s said:
Thanks for the reply! I'll try it when I get home tonight.
The "update" zip will root it?
Click to expand...
Click to collapse
Actually NO. I got this totally wrong
You can not root using fastboot commands with UPDATE-SuperSU-v2.46.zip
Reason being, you need something that can mount the /system partition as writable.
So I apologize and please disregard my previous post.
You need to "abd sideload UPDATE-SuperSU-v2.46.zip" .
But in order to do that you need to be in adb sideload mode in your custom recovery.
Honestly, since you have issues with the busted touchscreen, it might be imposible to get to the proper place in your recovery.
I think the best option to get rooted again is
Wug's Nexus Root Toolkit
Its free, simple and works well. It will allow you to root without using the touchscreen provided you already have adb debug enabled.
Just download the toolkit from the link above and install on your PC, select your phone model and let it download the needed dependency's.
Then simple click on "root" in the main screen of the program and follow the prompts.
Simple as that.
Looks like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Apologies again for my misleading first post brain fart, but Wugs should work well in your situation.

joegestes said:
Actually NO. I got this totally wrong
You can not root using fastboot commands with UPDATE-SuperSU-v2.46.zip
Reason being, you need something that can mount the /system partition as writable.
So I apologize and please disregard my previous post.
You need to "abd sideload UPDATE-SuperSU-v2.46.zip" .
But in order to do that you need to be in adb sideload mode in your custom recovery.
Honestly, since you have issues with the busted touchscreen, it might be imposible to get to the proper place in your recovery.
I think the best option to get rooted again is
Wug's Nexus Root Toolkit
Its free, simple and works well. It will allow you to root without using the touchscreen provided you already have adb debug enabled.
Just download the toolkit from the link above and install on your PC, select your phone model and let it download the needed dependency's.
Then simple click on "root" in the main screen of the program and follow the prompts.
Simple as that.
Looks like this
Apologies again for my misleading first post brain fart, but Wugs should work well in your situation.
Click to expand...
Click to collapse
I actually have that already AND DO have USB debugging turned on so that should work. I completely forgot about that thing. It'll wipe the phone but I really don't care...after it's rooted again, I'll be good to go.
Thanks!!

Yup...having a big problem hitting "Install" in TWRP. Big problem == can't. lol
I've tried various ADB screen press commands and keep getting weird "/sbin/sh: input: not found" errors. Not sure what that's all about. Still working on it.
AndroidScreenCast still won't work, probably because it's still not rooted.
All I need to do is install the "UPDATE-SU..." zip and the BusyBox zip. That's it. Then I'll be golden. So close yet so far away. lol
Appreciate all the help.
Back to trying stuff!

rmp5s said:
I actually have that already AND DO have USB debugging turned on so that should work. I completely forgot about that thing. It'll wipe the phone but I really don't care...after it's rooted again, I'll be good to go.
Thanks!!
Click to expand...
Click to collapse
If your bootloader is already unlocked and you use the "ROOT" option in Wugs it will simply root the device.
It will not wipe your phone.:good:
---------- Post added at 09:19 AM ---------- Previous post was at 09:08 AM ----------
I could be mistaken, but It should root without any user input in twrp.
Just be sure to uncheck
"And also flash
Custom recovery
It will boot to a non permanent temporary TWRP recovery Without flashing TWRP
---------- Post added at 09:37 AM ---------- Previous post was at 09:19 AM ----------
Ok, just to confirm this, I rooted my girlfriends unlocked nexus 4 that has a stock recovery in wugs using the root button .
Absolutely no user input at all was required.
Her user Data is still intact.
Phone is rooted.

Related

[Guide] Foolproof way to get 2.3 without unlocking

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I recently got a new Nexus One and loaded up 2.3 on it. The process is extremely simple, and doesn't require unlocking. Here's how to do it:
Download SuperOneClick to your PC. The only thing is to note is that the instructions have an extra step that should be skipped:
Turn USB Debugging OFF
Click Root
When it says: Waiting for Device, Turn USB Debugging ON
It'll now run RATC
When it says: Starting ADB Server...
Turn USB Debugging OFF
Turn USB Debugging ON
Turn USB Debugging OFF <- Don't do this part
All BEFORE it says "Waiting for device..." again
Click to expand...
Click to collapse
From the Android Market, install Root Checker on your phone and make sure you have root access. If so, congrats, you're rooted!
Download MicroMod's Gingerbread ROM (or any ROM of your choosing) to your microSD card.
- Note: If you're not installing a new ROM and just want to use a new recovery, you need to remove two files before installing the Recovery. See this post for more info.
From the Android Market, install ROM Manager. (Thread link for more info: Amon_RA's RA Recovery)
- Select "Flash ClockworkMod Recovery" and wait for it to finish
- Select "Flash Alternate Recovery" and wait for it to finish -> this will install the latest version of RA recovery.
Click to expand...
Click to collapse
Reboot into Recovery.
- Backup/Restore -> Nand backup
- Wipe -> Wipe ALL data/factory reset
- Flash zip from sdcard -> Choose zip from sdcard -> Choose the zip of the downloaded ROM
- Reboot system now
Congrats! Enjoy Gingerbread! (And future ROM'ing!)
If you're feeling generous and you like my guides, feel free to donate.
One click doesn't work for my nexus one running 2.2.2 it gets stuck on waiting for device I turn off the phone and on while plug in to the comp and still doesn't work. am I doing something wrong?
Manual root guide...
http://www.nexusoneforum.net/forum/...mple-sdk-setup-manual-root-guide-windows.html
Sent from my Nexus One using XDA App
Why do you make people install clockworkmod first and RA then? I think CWM is just fine, it's up to the user. In any case, why not downloading RA one directly?
elegos said:
Why do you make people install clockworkmod first and RA then? I think CWM is just fine, it's up to the user. In any case, why not downloading RA one directly?
Click to expand...
Click to collapse
Because that's what the instructions say in the thread from Amon_RA himself; you know, the actual creator of the recovery. Notice it's a quote, directly from him.
Even this "Easy method" adds steps. You can skip half of your method by paying for Rom Manager and using it to flash Clockwork and a rom of your choosing.
The steps would then be to simply root (however you can), PAY for Rom Manager because it is just awesome, then install Clockwork and the latest CM7 Gingerbread nightly directly from within Rom Manager.
Clockwork and RA are very similar. I used to use RA and had no problems with it, but Rom Manager needs Clockwork to be really useful. I highly suggest paying for Rom manager and letting it do all the work.
Gaining root is the hard part. Flashing alternative roms is not. Once you root, it is smooth sailing.
Paul22000 said:
Because that's what the instructions say in the thread from Amon_RA himself; you know, the actual creator of the recovery. Notice it's a quote, directly from him.
Click to expand...
Click to collapse
Also, using flash_img in a terminal can be a little messy. CWM gives the whole process a nice GUI, even if you end up on Amon_RA.
CWM has toggles for signature and assert checks, which is a feature RA doesn't have (if it has, it's been implemented from CWM). BTW I think they're really the same thing, this is why I asked
EDIT: BTW Amon_RA created nothing but a fork of the original recovery, so he's not the creator, but a (heavy) modder
josemedina1983 said:
One click doesn't work for my nexus one running 2.2.2 it gets stuck on waiting for device I turn off the phone and on while plug in to the comp and still doesn't work. am I doing something wrong?
Click to expand...
Click to collapse
Try this: turn your phone OFF, load up SOC, then click "root" and wait till it says "waiting for device". THEN plug up your phone and power it on. That's what works for me. If that fails, download pda net on your N1 and PC and connect it. It'll install the correct/missing drivers, then use SOC as I mentioned above. That's how I rooted on 2.2.2
Sent via Tapatalk
elegos said:
CWM has toggles for signature and assert checks, which is a feature RA doesn't have (if it has, it's been implemented from CWM). BTW I think they're really the same thing, this is why I asked
EDIT: BTW Amon_RA created nothing but a fork of the original recovery, so he's not the creator, but a (heavy) modder
Click to expand...
Click to collapse
RA has signature toggles now
sitinon327 said:
Try this: turn your phone OFF, load up SOC, then click "root" and wait till it says "waiting for device". THEN plug up your phone and power it on. That's what works for me. If that fails, download pda net on your N1 and PC and connect it. It'll install the correct/missing drivers, then use SOC as I mentioned above. That's how I rooted on 2.2.2
Sent via Tapatalk
Click to expand...
Click to collapse
Thanks alot it worked like a charm.
Got my N1 from repair today with gingerbread and hboot 35. The guide isnot working for me. Please assisst
its just stuck on waiting for device. I tried doing it switched off then on but no luck. Win 7 if it makes a difference
edit: got further with installing pdanet but now on soc im stuck on
SuperOneClick v1.7.0.0
Killing ADB Server...
OK
Starting ADB Server...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
OK
Waiting for device...
OK
Pushing psneuter...
1209 KB/s (585731 bytes in 0.473s)
OK
chmod psneuter...
OK
Running psneuter...
Click to expand...
Click to collapse
i tried toggling usb debugging but no luck
This is driving me nuts, I was trying all night yesterday and still can't root
Only gingerbread root options are unlock the bootloader or try and downgrade and root.
Rusty! said:
Only gingerbread root options are unlock the bootloader or try and downgrade and root.
Click to expand...
Click to collapse
Then why was this thread made? And how do you downgrade?
This thread was made before Gingerbread was released...
To downgrade, you follow the "Unroot/restore" guide from the wiki, using the passimg method and the FRG33 image. It works for most people, but for some reason there's a few people it just refuses to work for...
it worked for me, thanks
Thanks it worked super for me
to use Gingerbreak babe it 's more simpler..
editing-because i rooted my nexus one
this worked like charm

can you please help me with this problem

i have LG G2 rooted with TWRP recovery
everything was good, till my device automatically downloaded official update from LG 13MB
i pressed installed by mistake then the device rebooted in TWRP and stuck there
i tried everything possible
i restarted the device but it still rebooting in TWRP only
i formatted devlic .. cash .. everything
i tried to download rooted room but the storage is not mounting
the device is not accessible anymore.. whatever i did return me in TWRP only
can you please help me with that ?
You haw in this section i think OP nickname vas tebuche haw tread for you problem
Sent from my LG-P700 using xda premium
---------- Post added at 12:24 AM ---------- Previous post was at 12:22 AM ----------
Howdy all!
Did you install TWRP and then take the OTA, now you can't get your phone to boot normally, but you do see TWRP?
Here's the easy fix:
If you have ADB access, plug in your phone and run this:
Then you should be able to successfully reboot your phone via the TWRP menu option, or via a simple reboot command in adb.
If you DONT have ADB access (because of an early build of TWRP), you can simply use TWRP's awesome "terminal command" option to run the following:
You'll have to type that whole thing out, and be VERY careful with spaces and punctuation. One wrong letter and you could nuke your phone.
After that finishes, you can reboot and continue on your happy way!
Let me know if this helps anyone!
As usual, I'm on #lg-g2 in Freenode as IOMonster, if I'm around I'll be happy to help wherever I can.
Sent from my LG-P700 using xda premium
thanks
but i didn't get it
what should i type in the terminal ?
-----
thanks i just google that and i found the web page
http://forum.xda-developers.com/showthread.php?t=2451696
i tried that via terminal
i did a reboot after that and it didn't take me to TWRP again but
still on LG logo for five mins till now
kainmat1 said:
thanks
but i didn't get it
what should i type in the terminal ?
Click to expand...
Click to collapse
try holding the power buttons for ten seconds or more if it boots into twrp and then just reflash your rom?
As usual, I'm on #lg-g2 in Freenode as IOMonster, if I'm around I'll be happy to help wherever I can.
Sent from my LG-P700 using xda premium[/QUOTE]
This guy helped me out from a total loss, he went wayyy out of his way to help me. He knows his stuff!
Sent from my VS980 4G using Xparent SkyBlue Tapatalk 2
i am on stock rom
i rooted it and install TWRP so i don't have any room in my sd card to install
after i used the method with terminal now its not taking me to TWRP again but stuck in LG logo
i tried to force to reboot holding the power and vol down .. but its not taking me to TWRP this time
now stuck in LG logo only.
Easy fix
kainmat1 said:
i am on stock rom
i rooted it and install TWRP so i don't have any room in my sd card to install
after i used the method with terminal now its not taking me to TWRP again but stuck in LG logo
i tried to force to reboot holding the power and vol down .. but its not taking me to TWRP this time
now stuck in LG logo only.
Click to expand...
Click to collapse
I screwed my phone too the day after I got lol but no worries its easy to fix. You just need to download a stock ROM and flash it, you don't even lose any data.
Just follow this simple guide.
http://forum.xda-developers.com/showthread.php?t=2432476
Your problem is you cannot read.
StarFighter said:
Your problem is you cannot read.
Click to expand...
Click to collapse
Amen to that.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
StarFighter said:
Your problem is you cannot read.
Click to expand...
Click to collapse
no dude ,, i tried to flash the stock Rom by following the steps but when extracting reached like 4% the process failed
i tried to flash A,B,C stock roms and still the same
anyway i got it solved and i'll post it in case anyone else need it
from the LG utility go to Options - Update my recovery - it will ask for the IMEI then it will start downloading a full room 1.9gb
after that i got it successfully flashed finally
thank you very much guys
kainmat1 said:
no dude ,, i tried to flash the stock Rom by following the steps but when extracting reached like 4% the process failed
i tried to flash A,B,C stock roms and still the same
anyway i got it solved and i'll post it in case anyone else need it
from the LG utility go to Options - Update my recovery - it will ask for the IMEI then it will start downloading a full room 1.9gb
after that i got it successfully flashed finally
thank you very much guys
Click to expand...
Click to collapse
Nice
Sent from my LG-P700 using xda premium

[Q] Clockworkmod Recovery on AT&T Galaxy S4

First, what I have is the Galaxy S4 from AT&T. It was running Android 4.2.2 but I installed the OTA 4.3 (MK2) update and rooted it. For some reason I can't get the CWM recovery to start. It always goes to the stock recovery. I have tried all the combinations and timings with the three buttons, reflashed CWM with ROM Manager, and tried with GOO Manager. Also, nothing with ODIN wants to work. I've seen countless YouTube vids of Odin working with 4.3 on at&t but it won't complete with mine. Am I missing something? I've been at this for hours. Any help would be great.
http://forum.xda-developers.com/showthread.php?p=48700200
http://forum.xda-developers.com/showthread.php?p=48625977
jd1639 said:
http://forum.xda-developers.com/showthread.php?p=48700200
http://forum.xda-developers.com/showthread.php?p=48625977
Click to expand...
Click to collapse
Yea I've read that thread before. I looked into safestrap and it doesn't work either.
striker24 said:
Yea I've read that thread before. I looked into safestrap and it doesn't work either.
Click to expand...
Click to collapse
Have you tried this http://forum.xda-developers.com/showthread.php?p=48557730
jd1639 said:
Have you tried this http://forum.xda-developers.com/showthread.php?p=48557730
Click to expand...
Click to collapse
Interesting. Although it does require 4.2.2 to work. I am running 4.3 and Odin doesn't like doing anything with my GS4 for some reason. It seems like they are getting closer but it might be I still just have to wait awhile.
HAHAHA. Read more bro? What how did you just acquire a MF3 still? Sounds like you know a little about what you are doing. But the boot-loader is locked down tight with sha-1 256 bit encryption..... Oh, Oh, Did you get a Red one, I really want one of those. Please read about q-fuse software flips.... With every bootloader update. Congrats have fun. Keep trying to flash twrp or cwm you won't even be able to boot into stock recovery. Sounds like you know what you are doing with Odin and all that.... Good Luck.
---------- Post added at 05:15 PM ---------- Previous post was at 04:52 PM ----------
Here is a tut I wrote some time back:
You should realy read.... All of us on MF3 know that !!... That was one of the fist ways to boot back up. Safe strap is going to be a savior for you.... Basically this has been discussed a million times..... If you are on MF3 you cannot downgrade you can only upgrade or stay on MF3, If you want 4.3 sooooo bad I will link it for you. But I suggest staying patient. There is nothing really that improved over 4.2.2. So I would advise you not to upgrade but I will post the links and tell you how to do it. One if you were smart you would have made a nandroid backup thru SS and then when you boot into that you stay on the stock rom slot. Hit then go in and write your backup just the system folder.... So you won't lose all of your data. Now if you didn't make a nandroid backup. Then you can try flashing the stock recovery and fixing the permissions thru safe strap..... IF that doesn't work well you are just up the creek.....
HAHAHAHA. JK Get odin and get the MF3 Tar.MD5 files But your phone manually into odin mode and Go back to stock MF3. Seriously read, read, read. I will make it real easy for you this time. By posting links but you are just asking for it. So first grab these files: https://mega.co.nz/#!WEEzSA7Z!aB46731_AwM7P83eMdDlmFYd1hUZfFBcQAZjc1X7wAE These are the stock MF3 files that were contributed to the community by Shockndrop: http://forum.xda-developers.com/showthread.php?t=2502003
Now grab Odin, I prefer this one: ODIN 1.85 http://forum.xda-developers.com/showthread.php?t=1262272
Now put the MD5 files in their proper places in odin and and hook your phone up with a Good **** Solid Universal Serial Bus Cable: Like pitured here:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Put her down into a coma AKA, ODIN Recovery mode manualy by holding power, home, and volume down. Then when prompt after the warning volume up to continue. Flash with Odin to restore to stock MF3. Brand Spaking new!!!!
Use your favorite root Method, New root method is the only one we support here on XDA, Which involves an SD Card,and the Terminal from the Play store. Or if you want the fast and dirty way because you are lazy do the Kingo root, I don't indorse it, but I have yet to hear anything negative about it, other than speculation. Links: http://www.kingoapp.com/android-root/download.htm - one click method Easy.
Old proper way: Quoting Jortex "HOWTO:
Use a card reader to format the micro SD card to exFAT (FAT32 or other formats does not work) in Windows. I haven't tried Linux or MacOS X, so they may not work.
Download the attached file (Root_for_ATTSG4_FM3.rar) http://forum.xda-developers.com/attachment.php?attachmentid=2165629&d=1375669716 and extract it into the root of your EXTERNAL microSD card using the card reader in Windows. (You can do the extraction using WinRAR, http://www.rarlab.com/download.htm or 7-zip, http://www.7-zip.org/download.html ).
Put the SD card back to the phone and download the Android Terminal Emulator app.
Open the Terminal Emulator app and run below 3 commands:
Code:
cd /mnt/extSdCard
./pwn
./script.sh
Then, open SuperSU and check everything looks good.
Then open a root app and it should be working properly.
Reboot your device once to confirm root is still working after reboot.
Come back to the post and press the THANKS button
Notes:
I uploaded a screenshot from the Terminal screen where the instructions are entered. Yours should be the same except you don't need to enter the "ls -l" command. It's just to show what files I have on the SD card. Ignore LOST.DIR directory.
Remove any SuperSU apps from your phone before following the above steps. script.sh installs it automatically.
You can use adb shell instead of a terminal app which is more convenient but requires Android SDK. Follow these steps only if you are about to use adb:
Download and install all Samsung Galaxy S 4 drivers from here: http://www.samsung.com/us/support/owners/product/SGH-I337ZWAATT#
Activate Developer options -> USB Debugging mode. To have the phone show the Developer options, go to Settings -> More -> About device. Tap on "Build number" 6 times.
You have to use an external SD card. No other alternative have been found yet. Using the device storage, i.e. /mnt/sdcard, or /data/local/tmp, DOES NOT work.
Warning (suggested by rushi.1986): "We have root for MF3 but we neither have a working recovery, nor an ODIN back to stock package. Be very careful what you do with your root. At this point, there is no way to recover even from a soft brick. (unless you know exactly what caused the soft brick and can correct it using adb)"
For those who do not know how to format an SD card on Windows (thanks to jee'sgalaxy):
Insert the micro SD into the computer (may have to use a reader or a micro SD adapter).
Go to "My Computer".
Right click on your SD card that showed up.
Click Format.
Choose exFAT as the format.
Click "OK".
Don't forget to press the THANKS button.
Credits:
***Exploit adapted for AT&T by Jortex***
***Original Guide by Open1Your1Eyes0 for Verizon Galaxy S 4***
***Original Exploit by DooMLoRD***
Next install your only way as of now to run custom roms period in your current situation and you should be incredibly grateful instead of saying that you want 4.3 soooooo bad....... really not tooo many benefits at all. Now 4.4 KittyKit lol is a different story..... So grab the latest and greatest version of safestrap from here: http://forum.xda-developers.com/devdb/project/dl/?id=1814&task=get
After Flashing Any Compatable Rom flash these every time Link: http://forum.xda-developers.com/devdb/project/dl/?id=508
They are the MF3 modules you will need them for wifi to work.
Transfer to sd card install just as you would a regular unknown source APK File..... Tick that in settings Security tab. Also hit your build number 20 times to unlock developer options and always have usb debugging on.
Now boot into safe-strap and dump a nandroid backup and you will be good to go. All thanks to the HashMan aka HashCode, And his sexifing SS. Okay now that you have a backup do anything of your hearts content. Just don't be fooling around with the bootloaders code.... this can really turn your cell phone into a paper weight.
Now here is a list of known compatable roms with SS:
Confirmed working ROMs Thanks to graydiggy http://forum.xda-developers.com/showthread.php?t=2428254
Google Play Edition 4.2.2
http://forum.xda-developers.com/showthread.php?t=2356276
http://forum.xda-developers.com/showthread.php?t=2341376
Deadly Venom
SHOStock
Darth Stalker
Graviton (Installs fine for some, will not install for others)
Goldeneye (May have issues)
Wicked ROM (T-Mobile) Input correct APN and change network mode to Auto LTE/GSM Will most likely lose root.
All Infamous TW Roms should work
Input correct APN settings for non AT&T ROMs (ie i9505 ROMs) to get LTE
Omega ROM i9505
Echo ROM i9505
Vision X i9505
BoBCaTROM i9505 (May not need to change APN)
Hyperdrive ROM. (May not be able to send SMS while on LTE)
Grab one create a rom slot and flash to your hearts content.
As for the 4.3 Odin files...... I think you can find them yourself it would be ignorant for me to post them for you.
Scratch that.... I'm sorry meant to post in another thread. What is above is all you lost out on homeboi!
---------- Post added at 05:42 PM ---------- Previous post was at 05:15 PM ----------
http://forum.xda-developers.com/showthread.php?p=48675052 Hashs' former post from bottom. Try that. Let us know.

Pumpkin Android 4.4.4 Root

Hello,
I'm completely new to the "Android Head Units" and would like to root my device. I've read different tutorials in this forum and I'm still not sure, if I will get through without trouble.
I would like to install root or a custom rom to my head unit, to install navigon which is not supported by the default rom, which is installed and I want to remap the hardware buttons. Could u guys give me tipps and links to download?
becaue of the fact, that I'm a new user and can not post any links, I am going to describe the device:
Android 4.4.4
Screen: 800x480
chip: rk 3066
unit: kld
muiem said:
Hello,
I'm completely new to the "Android Head Units" and would like to root my device. I've read different tutorials in this forum and I'm still not sure, if I will get through without trouble.
I would like to install root or a custom rom to my head unit, to install navigon which is not supported by the default rom, which is installed and I want to remap the hardware buttons. Could u guys give me tipps and links to download?
becaue of the fact, that I'm a new user and can not post any links, I am going to describe the device:
Android 4.4.4
Screen: 800x480
chip: rk 3066
unit: kld
Click to expand...
Click to collapse
I've got this unit, installed and tried a couple of ROMs (image updates) on it until I found the one I liked. Just go back to the original post, down load an image update file you like, get the v2.64 MCU-img file as well (follow the links) put them both in the root of the GPS card boot into recovert (hold down reset and power, release reset then power) flash the image/MCU files (second option down).
Reboot and enjoy your rooted unit.
Cheers
rom files
Hello
I have exactly the same unit and would like to root, but I am unable to find a link to the files.
Can someone please help?
Regards
Meirion
I have pumpkin 4.4 radio. I went to factory settings and entered password *#hct#root# that did something with adb. Can anybody tell me what rooting app they used to root?
Thanks
vipersinu2 said:
I have pumpkin 4.4 radio. I went to factory settings and entered password *#hct#root# that did something with adb. Can anybody tell me what rooting app they used to root?
Thanks
Click to expand...
Click to collapse
You don't need an app. By entering that specific password you're rooted. You should also complete the whole thing by writing adbon
in the same field. If you go to settings you will find #superuser which was not there before rooting.
---------- Post added at 04:02 PM ---------- Previous post was at 03:59 PM ----------
saintadam said:
I've got this unit, installed and tried a couple of ROMs (image updates) on it until I found the one I liked. Just go back to the original post, down load an image update file you like, get the v2.64 MCU-img file as well (follow the links) put them both in the root of the GPS card boot into recovert (hold down reset and power, release reset then power) flash the image/MCU files (second option down).
Reboot and enjoy your rooted unit.
Cheers
Click to expand...
Click to collapse
Honestly, you don't need to put any rom in there, just write the specific command for rooting in the same field as the password for entering factory settings *#hct#root#. This is all described wiki. http://forum.xda-developers.com/wiki/Hui_Fei_Type
abdon not working
Just to make sure I am doing this correctly.
I went to play store and downloaded superuser.
I went to factory settings and put in *#hct#root# then I pressed OK I got a message ADB ROOT. I went back to factory settings and put in abdon and got wrong password. Does *#hct#root# and abdon have to be entered at the same time like *#hct#root#abdon ? I know there is no root terminal emulator will not take su command and root checker say no root. Any advice?
vipersinu2 said:
Just to make sure I am doing this correctly.
I went to play store and downloaded superuser.
I went to factory settings and put in *#hct#root# then I pressed OK I got a message ADB ROOT. I went back to factory settings and put in abdon and got wrong password. Does *#hct#root# and abdon have to be entered at the same time like *#hct#root#abdon ? I know there is no root terminal emulator will not take su command and root checker say no root. Any advice?
Click to expand...
Click to collapse
You don't have to download anything. Just make the command *#hct#root#. When you get adbroot, your rooted. That's it. You're making it too complicated.
If adbon doesn't work for you no harm done. Try it another time. Why download superuser? It's there in settings without any downloading.
halloj said:
You don't have to download anything. Just make the command *#hct#root#. When you get adbroot, your rooted. That's it. You're making it too complicated.
If adbon doesn't work for you no harm done. Try it another time. Why download superuser? It's there in settings without any downloading.
Click to expand...
Click to collapse
I forgot to add that in my last post, superuser is not showing up in settings
vipersinu2 said:
I forgot to add that in my last post, superuser is not showing up in settings
Click to expand...
Click to collapse
Maybe because you've been fiddling around by downloading and installing. Uninstall what you have been installing
and try again and look out for adbroot. #superuser will appear one row under factory settings. Of course you have to reboot the unit.
[URL="http://i1202.photobucket.com/albums/bb373/vipersinu2/Mobile%20Uploads/20160326_140113.jpg"]http://i1202.photobucket.com/albums/bb373/vipersinu2/Mobile%20Uploads/20160326_140045.jpg[/URL]
no superuser, is your radio 6.95"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/URL][/IMG]
[/URL][/IMG]
No superuser this is 4.4 kitkat
---------- Post added at 06:15 PM ---------- Previous post was at 06:08 PM ----------
vipersinu2 said:
[/URL][/IMG]
[/URL][/IMG]
No superuser this is 4.4 kitkat
Click to expand...
Click to collapse
Do you have developer options. I pressed build 7 times nothing happens
Update. I factory reset head unit . *#hct#root# Still no superuser. I also updated MCU to 2.78. Still no superuser. And I lost radio reception b/c of upgrade. I downgraded MCU to 2.54 that restored radio.
So I went and download a rooted custom rom and installed by sdcard. Head unit took *#hct#root# password and is now showing superuser. And is rooted.
just in case anyone is wondering, just download "kingo root" on your pumpkin head unit, click the one click root button and that's it! it takes about 2-3 full minutes so be patient! it will stick at 90% for awhile, then full root access.

LG Stylo 2 Boost Varient Permanent Root Accomplished!

PLEASE HIT THANKS IF THIS WORKS FOR YOU
ok guys i got permanent root there is one pre qualification you will need to accomplish this you must be on software version LS775ZV3 currently this is the only version that can get temp root from kingroot which is what you will need to start this process. ok so if your one of the lucky ones that have that software version and didnt update go here http://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461 and download the latest version of kingroot which i believe is 4.9.6 install it and run it and get temp root, after you verify that your phone is rooted what we need to do now is replace kingroot with super su without rebooting the phone a softboot is ok the temp root will stick with a softboot your going to have to go to the link and follow the guide there to replace kingroot with super su using terminal emulator http://forum.xda-developers.com/a310/general/how-to-remove-replace-kingroot-kinguser-t3308989 . so after you follow that guide kingroot will be gone and super su is now on your phone. super su will ask you to update the su binary make sure to use the normal option, after you press that button it will start to update but will fail so what your going to have to do next is install (Root) FlashFire to install the su binary update manually which can be found here https://play.google.com/store/apps/details?id=eu.chainfire.flash&hl=en and the su binary zip file can be found here http://forum.xda-developers.com/showthread.php?t=1538053 . i recommend the stable version, download that zip and put it at the root of your internal memory after you do that and install FlashFire on your phone its time to get down to business open FlashFire when it asks for root permission make sure to grant it after that hit the + symbol then press the button that says "flash zip or ota" when it opens it will show the content of your internal memory locate the su binary zip file that you put there earlier and press it to load it up to flash, make sure the only thing checked is the "mount/system read/ write" and hit the check mark to ok it then hit the wipe button and make sure the only two things checked are the "Dalvik cache" and the "Cache partition" hit the check mark to ok it. after that scroll down to the very bottom and hit the flash button after that it will start to flash the updated su binary and then it will reboot and i know it seems scary but the red notification light will stay on until it reboots all the way and there will be red text that pops up and says boot verification fail it scared the hell out of me i thought i bricked my phone again anyway give it a minute or two to boot and once its done and boots into android you have a fully rooted LG Stylo 2 like i said i have the boost variant not sure about the other versions but these steps are pretty universal on any android device also just so i don't get blamed do this at your own risk im not responsible for you messing your phone up but it worked for me perfectly i have restarted my phone normally a hundred times and root is there every time anyways enjoy im not much of a developer so please don't ask me about custom recoveries or custom roms i don't do that but now that we have root maybe a developer might come in and help or something.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PLEASE HIT THANKS IF THIS WORKS FOR YOU
I can verify that xposed-v86-sdk23-arm works on this phone I flashed in FlashFire. This is the correct version here http://dl-xda.xposed.info/framework/sdk23/arm/xposed-v86-sdk23-arm.zip and here is the installer for your phone http://forum.xda-developers.com/attachment.php?attachmentid=3383776&d=1435601440
Reserved
damn I have version 4 not 3 ugh!!!!!
Hangs on black screen
After I hit the flash button in flashfire it gets to the loading screen and then after that it hangs at a black screen
Slayer1822 Jr said:
After I hit the flash button in flashfire it gets to the loading screen and then after that it hangs at a black screen
Click to expand...
Click to collapse
when you remove the battery and restart the phone is it able to boot back into android? not sure why it would hang just follow the steps to a T it should work, this is the exact same way they rooted the kindle fire 7 5th gen with blocked bootloaders as well that is why I said its pretty universal and not device specific but if your phone is fine just reboot and retry.
DirtyPISTOLA said:
when you remove the battery and restart the phone is it able to boot back into android? not sure why it would hang just follow the steps to a T it should work, this is the exact same way they rooted the kindle fire 7 5th gen with blocked bootloaders as well that is why I said its pretty universal and not device specific but if your phone is fine just reboot and retry.
Click to expand...
Click to collapse
I've rebooted and retried multiple times over and always have the same issue. My phone has always had the red writing when you first power it up, ever since I rooted it with KingRoot anyways. Is there anyway to get it back to 100% stock? Would that help? And when I say 100% stock I mean above and beyond wiping it
Slayer1822 Jr said:
I've rebooted and retried multiple times over and always have the same issue. My phone has always had the red writing when you first power it up, ever since I rooted it with KingRoot anyways. Is there anyway to get it back to 100% stock? Would that help? And when I say 100% stock I mean above and beyond wiping it
Click to expand...
Click to collapse
Not until someone puts the kdz file online for us to flash so far I haven't found one but I'll post when and if I do.
Slayer1822 Jr said:
After I hit the flash button in flashfire it gets to the loading screen and then after that it hangs at a black screen
Click to expand...
Click to collapse
You must be getting some error message on the black screen. It usually fails if the framework is incorrect.
Slayer1822 Jr said:
I've rebooted and retried multiple times over and always have the same issue. My phone has always had the red writing when you first power it up, ever since I rooted it with KingRoot anyways. Is there anyway to get it back to 100% stock? Would that help? And when I say 100% stock I mean above and beyond wiping it
Click to expand...
Click to collapse
Make sure your phone isn't Version 4. If it is....then that's probably your issue. This method only works for Version 3 not 4
JOKERx2 said:
Make sure your phone isn't Version 4. If it is....then that's probably your issue. This method only works for Version 3 not 4
Click to expand...
Click to collapse
I have version 3
Slayer1822 Jr said:
I have version 3
Click to expand...
Click to collapse
Hhhhhmmmm......I would say to put all your info that doesn't expose you up on here so people know of your issue. Speak to an admin or the OP and see what info they would require to be posted. Every article I've read so far has been positive when it comes to V3 on Boost variant of Stylo 2. Unfortunately I have V4; so I'm patiently waiting.
Silly Me.
(This method Of Permanent Root works :angel: ,But I Was expermenting..)I Soft Bricked My Lg Stylo 2 Boost Varient,But I managed To Flash A Foreign Recovery.img (Twrp) That works Just enough for me to debug My Phone Long story short...i have a corrupted Boot.img And I Need To replace it with A Working One..The Only Problem is That I Dont Have a Boot.Img Of "Lg Stylo 2 BoostVarient {lss75)" If Some One has this Phone Could they Download "Partitions Backup & Restore" From the playstore* and backup boot.img ...and Post It Or send It.
-GOD- said:
(This method Of Permanent Root works :angel: ,But I Was expermenting..)I Soft Bricked My Lg Stylo 2 Boost Varient,But I managed To Flash A Foreign Recovery.img (Twrp) That works Just enough for me to debug My Phone Long story short...i have a corrupted Boot.img And I Need To replace it with A Working One..The Only Problem is That I Dont Have a Boot.Img Of "Lg Stylo 2 BoostVarient {lss75)" If Some One has this Phone Could they Download "Partitions Backup & Restore" From the playstore* and backup boot.img ...and Post It Or send It.
Click to expand...
Click to collapse
I have a system dump from my ls775,
I might be able to help with that but stuck at work for the night.
Sent from my LGLS775 using XDA-Developers mobile app
-GOD- said:
(This method Of Permanent Root works :angel: ,But I Was expermenting..)I Soft Bricked My Lg Stylo 2 Boost Varient,But I managed To Flash A Foreign Recovery.img (Twrp) That works Just enough for me to debug My Phone Long story short...i have a corrupted Boot.img And I Need To replace it with A Working One..The Only Problem is That I Dont Have a Boot.Img Of "Lg Stylo 2 BoostVarient {lss75)" If Some One has this Phone Could they Download "Partitions Backup & Restore" From the playstore* and backup boot.img ...and Post It Or send It.
Click to expand...
Click to collapse
Can you post that version of twrp how well does it work can you boot into it
DirtyPISTOLA said:
Can you post that version of twrp how well does it work can you boot into it
Click to expand...
Click to collapse
Hello Friend :victory:,And Yes It Boots;But The *Touch Screen Does Not Work* and sometimes It Can Boot up with half Of The dIsplay Meaning Youll Only Be able To See Half Of Twrp But that does Not matter since *Touchscreen Does Not work* . ,The Only reason I flashed It Is Because Lg Stylo 2 original Recovery.img Could Not Allow me to Access Adb Normally It Only Lets You Use The Option "Update using Adb" Which Only Allowed Sideload.....The T.W.R.P Only allows You To Do Adb Commands etc adb shell....Also The T.W.R.P Is From A similar Phone Called ((( "LG G Stylo" <H631>))) I Recommand Googleing It Before Installing,. ---> https://www.androidfilehost.com/?fid=24052804347823826 ((Also If Some One Figures Out how To Obitain The stock recovery.img Of "Lg Stylo Lss75" Then I Could Do this,Well anyone --> https://www.youtube.com/watch?v=hwMFBuCY-5k #Dont Forget To Flash This Twrp In FastBoot Mode Or You Can Use An App called flashfly#
---------- Post added at 03:17 AM ---------- Previous post was at 02:50 AM ----------
jesful2011 said:
I have a system dump from my ls775,
I might be able to help with that but stuck at work for the night.
Sent from my LGLS775 using XDA-Developers mobile app
Click to expand...
Click to collapse
Thanks Man When You Get The chance.. If I Un Soft Brick My Self Then This Should UnBrick Some Lss75 Owners To!
I have pulled the stock recovery.IMG https://drive.google.com/file/d/0B4Gofg_yEN9-NHNsQ0ZHVEcwQlU/view?usp=docslist_api
-GOD- said:
Hello Friend :victory:,And Yes It Boots;But The *Touch Screen Does Not Work* and sometimes It Can Boot up with half Of The dIsplay Meaning Youll Only Be able To See Half Of Twrp But that does Not matter since *Touchscreen Does Not work* . ,The Only reason I flashed It Is Because Lg Stylo 2 original Recovery.img Could Not Allow me to Access Adb Normally It Only Lets You Use The Option "Update using Adb" Which Only Allowed Sideload.....The T.W.R.P Only allows You To Do Adb Commands etc adb shell....Also The T.W.R.P Is From A similar Phone Called ((( "LG G Stylo" <H631>))) I Recommand Googleing It Before Installing,. ---> https://www.androidfilehost.com/?fid=24052804347823826 ((Also If Some One Figures Out how To Obitain The stock recovery.img Of "Lg Stylo Lss75" Then I Could Do this,Well anyone --> https://www.youtube.com/watch?v=hwMFBuCY-5k #Dont Forget To Flash This Twrp In FastBoot Mode Or You Can Use An App called flashfly#
---------- Post added at 03:17 AM ---------- Previous post was at 02:50 AM ----------
Thanks Man When You Get The chance.. If I Un Soft Brick My Self Then This Should UnBrick Some Lss75 Owners To!
Click to expand...
Click to collapse
I have pulled the stock recovery.IMG https://drive.google.com/file/d/0B4Gofg_yEN9-NHNsQ0ZHVEcwQlU/view?usp=docslist_api
DirtyPISTOLA said:
I have pulled the stock recovery.IMG https://drive.google.com/file/d/0B4Gofg_yEN9-NHNsQ0ZHVEcwQlU/view?usp=docslist_api
Click to expand...
Click to collapse
Thank You Man,I Have Made A Working T.W.R.P.img , Its The best That I can Do (Stablity Ok I Have Not Found Any Issues As Of Yet..) :silly: :angel: Amen ! For Lg Stylo 2 Lss75. https://drive.google.com/file/d/0B4Gofg_yEN9-Z2hqNFZEUHBzNk0/view?pref=2&pli=1
-GOD- said:
Thank You Man,I Have Made A Working T.W.R.P.img , Its The best That I can Do (Stablity Ok I Have Not Found Any Issues As Of Yet..) :silly: :angel: Amen ! For Lg Stylo 2 Lss75. https://uploadfiles.io/68a65 Yes The Link Is Bad But I Plan To Put It On Android File Host When They Accept me as Dev.. . Or Could you Guys Do it For me The Link Will Last 30 days.
Click to expand...
Click to collapse
Here i uploaded it to my Google drive feel free to use the link as your own I'll keep it up for a long time for you https://drive.google.com/file/d/0B4Gofg_yEN9-Z2hqNFZEUHBzNk0/view?usp=drivesdk so have you tested this on your phone it's 100% working?

Categories

Resources