There seems to be no more Root Checker in 4.4.2 - this is what I have found on my phone. (D802.A6DEWH)
The phone came with stock 4.2.2 (d80210d-EUR-XX)
Took the OTA to d80210e-EUR-XX (still 4.2.2)
As there was no rooting done whatsoever the phone showed UNROOTED in download mode
then I rooted only the adb shell by copying over the g2_security file from ioroot as described in the manual method.
As this doesn't trip the root checker phone still showed UNROOTED
I investigated the hole root checker tool stuff using that adb root shell and found out, that there's a process called rctd (root checker tool daemon) using two files:
/persist/rct and /persist/rct.cfg
/persist/rct is a binary file containing only 4 bytes:
Code:
40 42 0f 00
/persist/rct.cfg is a text file and in my case contained:
Code:
Not rooted
[g2:0197ec3553924872:4.16]
at this point I made a backup of those two files
then I remounted /system in rw mode knowing that this would probably trip the rct
after that /persist/rct.cfg contained something like
Code:
rooted
21.03.2014 19:56
remounted system read/write
[g2:0197ec3553924872:4.16]
and as expected download mode showed ROOTED
then I copied over a file named rct_security containing "forel.lee" as described here http://forum.xda-developers.com/showpost.php?p=45659334&postcount=21 and rebooted
After the reboot the rct_security was gone and download mode showed UNROOTED again
After that I upgraded to 4.4.2 by flashing a kdz for some d802 using the R&D Tool offline mode as described in method two here http://forum.xda-developers.com/showthread.php?t=2432476
Looking again into download mode it showed ROOTED although it clearly wasn't
I then thought that maybe that was because of the g2_security file still on the phone or maybe the fact that the rom was not made for exactly my device version or the fact that i had used R&D tool.
As I didn't have root then (not even in adb) I could not check the /persist/rct.cfg becaus I couldnt even ls /persist/
So when the update for my phone finally arived in normal LG Support Tool
I first flashed back to 4.2.2 using R&D offline and did a factory reset
download mode showed UNROOTED once more
Then again i updated to 4.4.2 (d80220b-EUR-XX), this time using stock LG Mobile Support tool (as I remember I didn't do a factory restet then)
looking into download mode showed ROOTED like after the first update to KitKat
still without root I couldn't investigate further.
Then root for 4.4.2 arived
Once rooted again I found that at least in my phone there was no process nor binary called "rctd" anymore and also no /persist/rct or /persist/rct.cfg
Then I copied over those two files from my backup from 4.2.2 and after that download mode finally shows UNROOTED once more (despite the fact that this time the phone really is fully rooted)
MY CONCLUSIONS ARE AS FOLLOWS
Download mode only looks into /persist/rct and /persist/rct.cfg and shows ROOTED or UNROOTED acordingly (and ROOTED if the files are missing)
Stock 4.2.2 has rctd so when you flash back a 4.2.2 kdz root is removed and /persist/rct and /persist/rct.cfg get created UNROOTED
Stock 4.4.2 has no rctd (at least when flashed through kdz) and by flashing 4.4.2 kdz /persist/rct and /persist/rct.cfg get erased -> ROOTED because files are missing)
Doing the OTA from 4.2.2 to 4.4.2 maybe just doesent touch the whole /persist partition and therefor leaves those two files the way they where thus stating UNROOTED in 4.4.2 if that has been the case in 4.2.2
If taking the OTA like flashing the kdz too has no rctd then rooting the phone after the OTA should still keep showing UNROOTED in download mode.
you need to be rooted to get UNROOTED
further investigation yielded that for an UNROOTED in download mode you only need one file and with a HEX-editor you can easily create that yourself it's 4 bytes long and "40 42 0f 00" in Hex. Name it "rct" and put it into "/persist" and that's it.
the second file is a text file named "rct.cfg" in the same folder and only gets shown when you press "Display Result" in the LG RCT Test in the Hidden Menu (3845#*802#) - you can put what you want into that or even have none it does not interfere with what is shown in download mode.
here is a link to those two files https://dl.dropboxusercontent.com/u/33463122/rct_status_files.zip
{
"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"
}
Cool beans. Good find
Sent from my LG-VS980 using Tapatalk
Works thank you
Sent from my LG-D800 using xda app-developers app
Could you list how to access the persist partition and copy the files over?
thanks
philfna said:
Could you list how to access the persist partition and copy the files over?
thanks
Click to expand...
Click to collapse
you need to be rooted to access that folder
use root adb shell or terminal emulator in root mode or any root explorer
Drachenminister said:
There seems to be no more Root Checker in 4.4.2 - this is what I have found on my phone. (D802.A6DEWH)
....
Click to expand...
Click to collapse
Thank's it works. I had this two files on my 4.4.2, i renamed them and copy yours, it works
6ril1 said:
Thank's it works. I had this two files on my 4.4.2, i renamed them and copy yours, it works
Click to expand...
Click to collapse
Which phone and version are you on?
Copied files still shows the phone is rooted...D800 4.4.2
Drachenminister said:
Which phone and version are you on?
Click to expand...
Click to collapse
D802 with 20b rooted stock rom
Envoyé de mon LG-D802 en utilisant Tapatalk
i think that i didnt understand well..this is for what?
techmigs said:
i think that i didnt understand well..this is for what?
Click to expand...
Click to collapse
This is to make Bootloader display UNROOTED status regardless of whether you are rooted or not.
Sent from my LG-D802 using Tapatalk
philfna said:
Copied files still shows the phone is rooted...D800 4.4.2
Click to expand...
Click to collapse
Wether root checker is gone in 4.4.2 seems to be carrier specific, chances are it's still there on your phone. You can check by doing
Code:
ps | grep rctd
If that process is still there then copying those files is useless.
Could someone post a copy of the rctd binary so I can disect it please?
Sent from my LG-D802 using Tapatalk
Drachenminister said:
Wether root checker is gone in 4.4.2 seems to be carrier specific, chances are it's still there on your phone. You can check by doing
Code:
ps | grep rctd
If that process is still there then copying those files is useless.
Click to expand...
Click to collapse
Process is still running
lyriquidperfection said:
Could someone post a copy of the rctd binary so I can disect it please?
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
I would if I had it, yet it has been already dissected before http://forum.xda-developers.com/showthread.php?p=41136026
So, If I understand this thread properly, a flash in download mode to Kitkat does not clear root??
Here we go ...
a) Was on rooted 4.2 JellyBean with TWRP recovery.
b) Used hacked LGFlashTool method to restore to stock KDZ.
c) But while (b), I accidentally took OTA because I did not use offline method.
As a result, I now have 4.4.2 KitKat and lost root.
Will it still show rooted in recovery? I would check but I just dropped my phone off for warranty today for GPS problem.
I am going to scream very loudly if it shows as rooted still. My bad for not going to checking but I thought the LGFlash to KitKat would unroot the flag.
What to do:
1) Go get my phone back ASAP and make 100% sure it is not showing root.
2) Relax - LGFLashTool to KitKat clears flag.
3) Relax - the service centre really does not check such things for repairs.
Who knows?
Download mode between JB and KK is different. the battery status in download mode JB show B57 but in KK show User B57 .
how can change ?
download mode work.but hidden menu why?
work great!!
Related
Hi,
Is there someone who can help me with rooting this phone?
I tried every single method I could find but none of them worked
{
"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 have found a way to root the softbank p01d wich is in some aspects a similar phone. see link: http://d.hatena.ne.jp/naba_san/20120729/#1343534208
If there would be someone who can help, that would be really great!
And it would help other Panasonic eluga users too because there are already some topics asking for rooting.
Thanks
I was thinking: if I could make a custom recovery from clockworkmod custom recovery builder and root it
from there.
would this work? and how can I extract recovery.img from a non-rooted phone?
I know I could just take it from a downloaded firmware but as far as I know there are none on the internet.
thanks
wortel123 said:
I was thinking: if I could make a custom recovery from clockworkmod custom recovery builder and root it
from there.
would this work? and how can I extract recovery.img from a non-rooted phone?
I know I could just take it from a downloaded firmware but as far as I know there are none on the internet.
thanks
Click to expand...
Click to collapse
Edit: I just found a japanese software update : panasonic.jp/mobile/support/fota/p04d/download.html
I downloaded it and extracted the *.dat file. In there are some files: mtd5 (320bytes), mtd6 (10MB), mtd8 (161Bytes), mtd9 (8.51MB),
mtd10 (207kb) and mtd13 (10.2MB). They have no extension and I can't open them.
I know they are partition files so I renamed mtd8 to mtd8.img (my guess for the recovery partition) and submitted it to the clockworkmod builder site.
Let's see if this could bring rooting the eluga a little closer :laugh:
Update:
I have found the partitions of my phone :
Now i have to pull the original recovery from mmcblk0p11 (I think).
I tried it with: (in adb shell) /system/xbin/busybox dd if=/dev/block/mmcblk0p11 of=/mnt/sdcard/recovery_main.img
But it doesn't work because it needs root for that
But I can access busybox because I accendently have been able to copy it to /system/xbin
Don't know how but it works and I can't copy any files to /xbin or /bin anymore. Otherwise it would be easy to root.
Any more help would be really helpfull because i'm not an expert modder. I know how to work with commands an adb though.
I also have a dualboot with ubuntu and windows so maybe if there are some linux tools that could do the trick...
thanks
Keep it up !
It seems that noone cares about dL 1. I would appreciate to take away the camera shutter sound and boost volume in music a bit if rooted.
Please post any updates !
I'll do that But at the moment it seems i'm the only one trying to root this phone
Anyway: Time for the next update:
With the X-ray security app I discovered that my device is only vulnerable to the levitator exploit.
so i made a script using that exploit:
Unfortunatly this is also giving me an error :crying: and this is the only exploit that "could" work.
So, I need some more help!
Also tried the m9.r00t.apk app (wich uses the levitator exploit). Nothing happens.
grtz
I tried every single exploit, including these:
d.hatena.ne.jp/isakulion/20120619/1340101173
www22108u.sakura.ne.jp/files/p01d/
And here is a wiki www34.atwiki.jp/eluga/pages/18.html
If I could just dump the default recovery, I could make a Clockworkmod recovery. The panasonic can flash a update from file storage.
so if I could convert that clockworkmod recovery to mtd11 and zip it in a *.dat file (standard file format for software update) I could flash it to the phone. And try to root it from there.
But first I need to dump the original recovery.
I could use some help
Next update:
I updated the ADB drivers from Superoneclick with those from the panasonic P04D ADB drivers.
Now it doesn't hang on step 7 but it installs busybox. But then the app freezes
Screenshots:
I also tried this method:
forum.xda-developers.com/showthread.php?t=1477752
I think my phone doesn't have fastboot I tried all button combo's but the only thing I can get into is stock recovery.
And if I type: fastboot devices, no device shows up.
@ Mods: maybe it's better to move this thread to here: http://forum.xda-developers.com/forumdisplay.php?f=565
Thanks
Hi,
I'm new here, and i have this phone.
Have you a new idea for rooted this phone?
Thx
Did you root the dL1 Eluga?
Hello,
would you have any news on the procedure to Root the Eluga?
br
dbSman
did you root Eluga?
Hello,
where you able to root the Panasonic dL1 Eluga?
Android 4.0
Panasonic Germany twitter says me: Hello, we are expecting the end of October with an update. Maybe can arrange money for those who doing root for our device?
today i decided to buy this pretty phone for my lady .. because of the price and because as of today an ICS update is available ... but yes, a way to root it would be very nice :highfive:
it is possible to have root access with ics update? please check
ICS not working for me
Just tried running the Panasonic Eluga ICS update, and it tells me my phone is up to date (2.3.5), oh dear.....
uhm, cancel the ics update app and then re-install i hear that someone has this problem
news?
HI...i am the user of this model but the model name not same. so, the eluga ics update i cant to use, any one can send the elugaics update apk to me?:crying:
Eluga factory reset
Hi guys,
i got my eluga yesterday and ran straight into Problems. My SIM-Card i not recognized by my phone (But i know it works in other phones).
Then I tried to update the phone. At first the "smaller Gingerbread" update, which worked fine.
Still no change on SIM functionality.
After that I tried to get the ICS update running. Strange is, it downloads the package, but when going to instal it, suddenly it is not possible (research: Most others werent albe to download the package in the first place, their eluga said straight away it were up-to-date and stopped the update process).
I tried to do a factory reset with the function provided in settings. This resulted in a bootloop. It gets to the Lockscreen but i cant do anything and then it restarts over and over again. With holding the power button for a long time i am able to get it booting normal again. Just to see that nothing was done. The factory reset simply did nothing except for the bootloop and a cleared user space partition.
I wonder if theres a secret procedure to perform a reset on boot?
I also tried to gain root access but no luck so far...
With root i think the wipe could be done through adb right?
I have the suspicion that the "panasonic recovery" is damaged. This would in my noobish opinion explain why the factory reset goes wrong and the update stops when its intended to instal the rom (both actions update and reset are performed by a kind of recovery program right?).
Iam thankful for any Input
As title.pls. help.
yes.
tailangon2 said:
As title.pls. help.
Click to expand...
Click to collapse
Download boot pacthed from her *****http://yadi.sk/d/ZcZUWbkTirEO****. After download flashed it using flashtool. For root use UNLOCKROOT download from unlockroot.com
problem solved.tq.
i still unable to root the phone. and still cannot get the boot file patched.
how you do it?
could you share here step by step?
imanhunter said:
i still unable to root the phone. and still cannot get the boot file patched.
how you do it?
could you share here step by step?
Click to expand...
Click to collapse
Flash tool tutorial
http://colonelzap.blogspot.co.uk/search?q=n9770
fadhil3536 said:
Download boot pacthed from her *****[]//yadi.sk/d/ZcZUWbkTirEO****[l]. After download flashed it using flashtool. For root use UNLOCKROOT download from unlockroot.com
Click to expand...
Click to collapse
Help. downloaded the boot patch file..It is an img file. Flashtool only recognizes FTF file. Help newbie here.
afwong said:
Help. downloaded the boot patch file..It is an img file. Flashtool only recognizes FTF file. Help newbie here.
Click to expand...
Click to collapse
Managed to get it rooted with both SuperOneClick and UNLOCKROOT. Well, at least these 2 apps reported that the phone is successfully ROOTED. However, when check with RootChecker and Root Checker Basic from Google Play, both apps said the phone not rooted.
So which is which? Superuser is in the phone and Terminal Emulator accepted the "SU" command...
My N8000+ has JB 4.1
Hi,
I've just received Star N8000+ , and it seems it has JB 4.1 installed in it.
How can I root the device ?
Thks
texwiller said:
Hi,
I've just received Star N8000+ , and it seems it has JB 4.1 installed in it.
How can I root the device ?
Thks
Click to expand...
Click to collapse
Appreciate if you could do a ROM dump and share
mdashraf said:
Appreciate if you could do a ROM dump and share
Click to expand...
Click to collapse
If you can tell me how to dumb ...
I need info about rooting jb, anyone can help?
plz share
texwiller said:
Hi,
I've just received Star N8000+ , and it seems it has JB 4.1 installed in it.
How can I root the device ?
Thks
Click to expand...
Click to collapse
plz share the JB 4.1 rom ... :angel:
want to update my star n8000+
N8000+ with JB 4.1
texwiller said:
Hi,
I've just received Star N8000+ , and it seems it has JB 4.1 installed in it.
How can I root the device ?
Thks
Click to expand...
Click to collapse
Hi Textwiller,
Did you managed to root your N8000+ JB 4.1? Just curious.
I managed to root my N8000+ JB 4.0 set but not the set with JB 4.1.....
Have a very tough time to get the Star N8000 4.1.1 rootted
Can anyone help, please?
I have tried everything, from OneClickRoot, UnlockRoot, Root with Restore (V25) - and they all fail.
It seems like the filesystems cannot get remounted - even after busybox has been copied to the /data/.... directory.
Any ideas?
I want this rooted and install a "better recovery" - The one that is currently on the phone is in Chinese....
My current ROM is: e1908_v77_jbl1_9p017_6628 build date: 20121220
Thanks
bert269 said:
Can anyone help, please?
I have tried everything, from OneClickRoot, UnlockRoot, Root with Restore (V25) - and they all fail.
It seems like the filesystems cannot get remounted - even after busybox has been copied to the /data/.... directory.
Any ideas?
I want this rooted and install a "better recovery" - The one that is currently on the phone is in Chinese....
My current ROM is: e1908_v77_jbl1_9p017_6628 build date: 20121220
Thanks
Click to expand...
Click to collapse
Try this, http://forum.xda-developers.com/showpost.php?p=31126124&postcount=107
Mine is still on 4.0.1. I tried it on my second set on 4.1.1. It seems to be rooted. but some apps couldn't run reported it requires root....so.puzzled!
I also need to root my N8000+, i tried rooting it before but my ignorance of these chinese phones ended me up a few days of getting things back to normal, i do believe i need to flash patched boot file, then use rooting tool. correct? I have 4.1.1 please let me know if someone can successfully root this phone. also, what do you guys use for a front camera driver? thanks
i also have been looking to root the star n8000 mdk 6577 rom build i beleave is e1908_v77_jbl1_9p017_6628 i have been serching for a few moths now and nothing i cant get nowhere i cant read german nor chinse can we get some help with this phone please someone somewhere
So I guess we're not getting any help on this I have been surching hi and low and found nothing there so much for the mtk 6575 but nothing for the 77 so I'm not sure what's up with that I know some of the root programs I have tried says that it won't mout as read write so I don't know its kinda agervating but when u buy a phone u get what u pay for I mean it is a great phone fast but crappy reception I just wanna see if a u.s ROM would help the reception and speed if I new how to make a root program it do it or if someone made one it test it same with the Roms I have two phones Samsung s2 and the star note n8000+
Sent from my SGH-I777 using xda app-developers app
Use superone click
Finally got it rooted - here's how.
Hi all, my first post on xda-developers
I was really annoyed by the fact that no procedure seemed to work on my Star N8000+ (JB 4.1.1) e1908_v77_jbl1_9p017_6628 ORIGINAL STOCK ROM. I tried everything, from SuperOneClick to chinese rooting software... Nothing seemed to work. And since I have an untouched stock rom, and I had no wish to reflash the phone, I was left in the dark.
But, after lots of searching, experimenting and tons of trial-and-error with trying to understand scatter files and partitioning stuff, I finally managed to root my device with no need to use adb or to reflash the phone.
I'm posting a step-by-step guide for complete noobs like me. So here's the method I used (hope it works for all of you who aren't getting any luck with other methods, just like I was):
Download this file N8000+e1908_v77_jbl1_9p017_6628-Root.zip and copy it to your phone's sdcard;
Enter the phone's system recovery menu:
Turn phone OFF;
Hold Volume + key and turn phone ON. Keep holding Volume + until the below robot picture shows on your device. When it appears you can release the Volume + key;
{
"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"
}
Press the menu touch key (on the left of the phone's home button). A list of options will appear.
Using the Volume + or - key, highlight the "apply update from sdcard" option and press the phone's home button;
Using the Volume + or - key, find and highlight the N8000+e1908_v77_jbl1_9p017_6628-Root.zip file you've already saved on your sdcard (step 1). Once highlighted, press the phone's home button. Update will start;
When the update finishes, reboot your phone by using the Volume + or - key to select the "reboot system now" option and then press the phone's home button. Phone will reboot normally.
After all this, you should have root access to your phone
Files included on zip:
su v. 1.27
SuperSU v. 1.30
BusyBox v. 1.20.2
As always people mention when posting such procedures (and I think they are right), do it at your own risk. Although I feel and think that the above method is pretty safe and harmless, I will take no responsibility for any damages your phone may suffer. If you feel insecure about anything, just browse the sources on the zip package to check that the contents do not intend to harm your phone. I can assure you that I did all this just to try to help everybody who's out there, lost with rooting this wonderful device.
The above procedure worked flawlessly on my Star N8000+ (JB 4.1.1) e1908_v77_jbl1_9p017_6628 ORIGINAL STOCK ROM. If your phone version is different, it may or may not work. I think no harm could be done by trying (I guess the worst thing that could happen was the update to be refused to be applied due to certification incompatibility or wrong scatter/partition info). Once again, do it at your own risk.
Bonus: un-Root.
If you managed to successfully root your device using the above procedure, then you can undo it (unroot) by following the same above steps again, but instead of using the original zip file posted on step 1 use this one: N8000+e1908_v77_jbl1_9p017_6628-Root-UNINSTALL.zip
{
"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"
}
Options:
1) Fresh Root - This is to do a clean root on your stock Asus JB rom or any other custom rom. Great for any users that lost root during an upgrade.
2) Fresh Start - This will give you a clean start by wiping your system partitions (backup your data) then flashing a stock JB image. After the package will do a clean root to the TF201 (Make sure you download the JB update for your region from the Asus site then extract and place the "blob" file in the same folder as this package and rename to "system.blob"
!!! This is for users with from any region with unlocked bootloaders only !!!
I made this because a few users have had trouble with root after the JB update from Asus. What I have made is an automated package that includes the root binaries and the the Team Win Recovery. From FASTBOOT this package will flash a custom recovery then root it. If a previous broken root from an update exist it will remove the old broken root and re-root it. Simple as that!
Additionally I have made another option in this package called "Fresh Start" and what this will do is wipe you tablet clean (backup your data) then flash a new image of JB. Once completed it will flash the custom recovery and root it before you even sign-in and set up the tablet. I recommend this as it will make the tablet nice, clean & speedy.
This assumes you have the correct drivers installed for your device, if not I recommend my Universal Naked Drivers Here
Credits:
Root Binaries - (ChainsDD) http://androidsu.com/superuser/
Recovery - (TeamRecovery) http://www.teamw.in/project/twrp2
**************************************************
This thread is not for help with unlocking your device or the naked drivers.
Hashes:
CRC32: 8C62EA76
MD5: 2E946D245F3778A5DEF2D07C00F8EF4B
SHA-1: 343661C655399CBE77E5D2946B59CFCCB77A1A69
Thanks
*ninja reserved*
I was so happy to see this and miss the "for unlocked bootloader only"
Anyway hope someone could come up for Locked Bootloader.
:EDIT_THANKS
Hey there,
after some issues i made the root!
great work!
thank you 1wayjonny!
:EDIT_SOLVED
think i made it. don´t know why, but after the 30 try the bat said finished, okay...
:EDIT_ORIGINAL
Hey everyone,
i got a problem, i flashed my tf201 with the new JB rom from the asus website, my device is unlocked. no root before. now i can´t root it...
everytime i start the "Fresh Root.bat" or the "Fresh Start.bat" i get multiple lines with
"FAILED (command write failed (Unknown error))"
can anybody help me?
greetz andy
howsed said:
Hey there,
after some issues i made the root!
great work!
thank you 1wayjonny!
Click to expand...
Click to collapse
Thanks for the feedback, being its automated you just have to get use the on screen instructions. I wiped and re-flashed, then rooted about 30x in a row with this package so I thought I would release to others to make their life easier.
If anyone has suggestions for any instructions that were not clear enough let me know and I can update for clarity.
howsed said:
:EDIT_THANKS
Hey there,
after some issues i made the root!
great work!
thank you 1wayjonny!
:EDIT_SOLVED
think i made it. don´t know why, but after the 30 try the bat said finished, okay...
:EDIT_ORIGINAL
Hey everyone,
i got a problem, i flashed my tf201 with the new JB rom from the asus website, my device is unlocked. no root before. now i can´t root it...
everytime i start the "Fresh Root.bat" or the "Fresh Start.bat" i get multiple lines with
"FAILED (command write failed (Unknown error))"
can anybody help me?
greetz andy
Click to expand...
Click to collapse
You have missed the step that mounts the /System from recovery. This has to be done manually then ADB can push ROOT. It said write failed so i assume this is where you got stuck.
1) Make sure you run as "Admin" just in case
2) When you boot into the custom recovery, you must select the "Mount" icon then then select system. After then you continue with the batch file and all should be good.
I can confirm that this worked w/ my TF201. Thanks a bunch!
I was unlocked and had root plus a "backup" according to Voodoo OTA RootKeeper. I manually installed the JB update via sdcard and lost root plus all signs of root. Being unlocked, I used your method in Win7 (parallels virtual machine on mac) running a shell as admin and everything worked without any hitches. I have root and have verified by Voodoo OTA, Root Explorer, and Titanium Backup.
A big thanks to you for this. I now have root again!
Robert
Ha ha ha ha! Root Restored!
Sir, You are a God! I lost root when I manually updated to JB using the Micro SD Card method. Followed your guide and am now rooted on JB! Sixaxis gaming Nirvana restored! Thank you!!!
---------- Post added at 08:25 PM ---------- Previous post was at 08:24 PM ----------
I can also confirm that the Asus Unlock tool worked for me.
I just tried this the total fresh start (blob method ). Got to last stage (mount system). Adb no device found . How can I rectify this .
Edit I updated sdk today .. tried naked drivers etc still cant get it to recognize it
Sent from my GT-I9300 using Tapatalk 2
adz63 said:
I just tried this the total fresh start (blob method ). Got to last stage (mount system). Adb no device found . How can I rectify this .
Edit I updated sdk today .. tried naked drivers etc still cant get it to recognize it
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
For anyone having issues with the ADB command I would manually try ADB before this package. This package assumes you have your drivers working in FASTBOOT & ADB. Or when you get the recovery flash and you have booted the recovery open a second prompt and try the "adb devices" command before this package pushes root.
I see that you have quite a few amount of post and would think you have some experience, since you are still having issues I would say that the drivers are dirty or something else weird is going on.
You have mentioned you get the recovery flash then booted, at this stage can you go to your device manager and take a screen shot of the Android device? You may have to repoint the device to the drivers but non the less a screen shot would help.
is there something like this but not for unlocked bootloader? I lost root on OTA but i didn't have it unlocked and don't want it to be fore now, I'm just using stock.
Works beautifully!
Thanks for root back!
I'm running CM10 unofficial right now but it's giving me some issues I'd rather not deal with right now...it already has the JB bootloader...can I still flash this to go back to stock[JB]?
I was wondering how to reinstall a recovery and to root again... Thanks!
Note: i just copy command lines from the bat file because i'm on linux.
Just wanted to say: it worked perfectly and painlessly on my already unlocked but otherwise stock prime!
Hi,
Coming from Completely Stock Prime with JB update. Unlocked BL via Asus Tool then used this method and everything went Perfect!! Thanks for your Effort.
I have to say that I'm glad to see you made this, worked great. Tried many other ways to root jb after I flashed androwook and lost custom recovery and root.
You're awesome!
Sent from my SGH-T999 using xda premium
Q
Do i lose erverthink or will i keep my current stock rom whitout installing erverthink.
Thanks works like a charm, unlocked my prime and installed the naked driver let the batch file do it work. back on rooted system with everything working
So I'm trying to do the Fresh start but can't for the life of me figure out how to move and rename the blob file unfortunately. I've got the extracted JB update file on my desktop but can't rename the blob file, right clicking it won't give me the option...
I'm supernoob with this device so can anyone please walk me through or figure out what I'm missing? Please...
Edit: well, looks like I've just gotten myself an unrecoverable bootloader...
more detailed instructions would be appreciated
I am a noob to this device and just unlocked the bootloader.
Can you post detailed step-by-step instructions for your method in the OP or PM. I am also wondering if TWRP version has been updated to 2.3.
Thank you very much.
EDIT: I am all set. Thanks.
I'm not sure if this is the right section, but has anyone else received the 5.0.2 update? I got mine about half an hour ago, but I can't find a changelog. These are the changes I've noticed so far:
It's somewhat faster
Apps no longer fail to launch (I'd try to open them before, but they would close immediately, and I'd have to dim the screen before trying to open the app again)
By the way, does "sunlight mode" do anything at all?
Screenshots:
{
"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 just got this, I haven't loaded it yet, I have Gohma loaded. It will not let me swipe the notification away, Is installing my only option because that kind of messes up getting any other notification.
Just got this but cant find anything new. Sunlight mode was already available via lollipop update. Never used it but i assume if you use low brightness levels a quick swipe will make it brighter and vice versa rather than manually altering the brightness. Not an issue for me as i used mini launcher but they can't assume everyone does
http://www.talkandroid.com/237608-a...o-the-samsung-gear-live-and-the-lg-g-watch-r/
http://www.androidpolice.com/2015/0...2-update-starts-rolling-google-fit-fixes-tow/
I don't suppose any of you guys have the system image for this do you? I'm itching to get my hands on this, but my watch is saying that 5.0.1 is up to date.
Apoplectic1 said:
I don't suppose any of you guys have the system image for this do you? I'm itching to get my hands on this, but my watch is saying that 5.0.1 is up to date.
Click to expand...
Click to collapse
Don't feel bad mine too I'll probably still be on 5.01 when everyone else is on 5.1 update in mar.
dligon said:
Don't feel bad mine too I'll probably still be on 5.01 when everyone else is on 5.1 update in mar.
Click to expand...
Click to collapse
I'm just hoping someone can catch the OTA files and upload them onto here, sort of like this:
http://forum.xda-developers.com/showthread.php?t=2796326
Apoplectic1 said:
I'm just hoping someone can catch the OTA files and upload them onto here, sort of like this:
http://forum.xda-developers.com/showthread.php?t=2796326
Click to expand...
Click to collapse
Here it is my update.zip from the 5.0.2 OTA inside the /cache partition:
prototovsky said:
Here it is my update.zip from the 5.0.2 OTA inside the /cache partition:
Click to expand...
Click to collapse
Thanks man! Does one just flash it in a custom recovery, or do you have to sideload it?
Apoplectic1 said:
Thanks man! Does one just flash it in a custom recovery, or do you have to sideload it?
Click to expand...
Click to collapse
It does not work by installing OTA with TWRP or flashing directly. I´ve tried to upload it with adb sideload and the original recovery, but it says "Error: protocol fault (no status), because I need adb 1.0.32 version.
I´ve installed also the new version, but now it says "unexpected contents on the update.zip"...
prototovsky said:
It does not work by installing OTA with TWRP or flashing directly. I´ve tried to upload it with adb sideload and the original recovery, but it says "Error: protocol fault (no status), because I need adb 1.0.32 version.
I´ve installed also the new version, but now it says "unexpected contents on the update.zip"...
Click to expand...
Click to collapse
Do you have the Gohma ROM or Arter Kernel installed? Have you tried flashing a stock boot image from the LG G Watch Toolkit before flashing the update?
I'd fiddle around with it myself, but I keep my dock at work during the week.
Apoplectic1 said:
Do you have the Gohma ROM or Arter Kernel installed? Have you tried flashing a stock boot image from the LG G Watch Toolkit before flashing the update?
I'd fiddle around with it myself, but I keep my dock at work during the week.
Click to expand...
Click to collapse
No, I've stock rom with root and TWRP recovery. A user says me that the OTA doesn't work because root overwrites this two files: install-recovery.sh and recovery-from-boot
prototovsky said:
No, I've stock rom with root and TWRP recovery. A user says me that the OTA doesn't work because root overwrites this two files: install-recovery.sh and recovery-from-boot
Click to expand...
Click to collapse
Do you know the path for those two files? We may luck out and the root process may have renamed them install-recovery.bak and recovery-from-boot.bak before writing the new files.
Apoplectic1 said:
Do you know the path for those two files? We may luck out and the root process may have renamed them install-recovery.bak and recovery-from-boot.bak before writing the new files.
Click to expand...
Click to collapse
No, but I'll try some things ...
I just tried to flash it using TWRP after completely wiping everything but internal storage, thinking it might need a clean flash, but it gave me an error saying that it was unable to flash due to an error in executing the updater binary.
I'm going to flash the stock recovery on it, wipe the data and caches and see if adb sideloading it is any more effective.
EDIT: It isn't.
Im trying to manually push this update to my watch as well, has anyone figured out any solutions?
I tried flashing update-LWX48P5.0.1-to-LWX49K5.0.2.zip from http://rootjunkysdl.com/?device=LG G Watch&folder=OTA but it errors when I try through TWRP. I went back to stock but I do have an unlocked bootloader, I will try relocking and trying then.
Okay so thats weird, im on 5.0.1 but when i try and flash 5.0.2 from TWRP is errors saying that the device "lge/cm_dory/dory:4.4.2/KVT49L/567135e166:eng/test-keys"
how get it to read as 5.0.1 which I am on?
edit:
Soo, I wound up on 5.0.2 while trying to fix some of the random flashes I was trying to update. I wound up erasing my system.img and it was only booting to recovery, so I did the "back to stock" option from rootjunkys toolkit and it reflashed boot/system etc, and when I booted up to turn dev options back on it looks like it put 5.0.2 back on. So that fixed that
Bugs after LWX49K update
Since my watch was updated I cannot open any app on phone using my watch. Moreover - several watchfaces like those of Smartwatch Bureaux do not sync anymore. I own LG G3 and use Chupachups ROM v.4.2 V20h.
Can anyone solve that problem?
Hey guys!
Since it seems some of you are a bit confused about all this: Just use THIS tool here (LG G Watch Restore Tool, make sure you use version 9.5), go into fastboot mode (rebooting, when LG logo appears swipe from left upper to lower right corner) over USB and choose the option "6 Restore your G watch to stock".
Voila! Now you're on 5.0.2 with less effort than OTA updating
I discovered this by accident actually. I tried to restore stock so I can OTA update to 5.0.2, then I saw it's a pre-rooted system.img (because root overwrites OTA critical things so it fails) and already suspected it'd be the newest one
danr said:
Since my watch was updated I cannot open any app on phone using my watch. Moreover - several watchfaces like those of Smartwatch Bureaux do not sync anymore. I own LG G3 and use Chupachups ROM v.4.2 V20h.
Can anyone solve that problem?
Click to expand...
Click to collapse
I was getting a lot of bugs also, but I'm not sure if it is watchmaker or update. Super slow now and notifications are random. I'm uninstalling watchmaker first to check.
going back to stock cause fricking anoying notification...
and some one made a kernel for 5.0.2. a new guy
Root Method For S8 U/U1/W Series Phones Rev8 Bootloader
New 1 Click Method Brought To Everyone By oakieville He provide this free of charge so If you like maybe give him a little donation
Paypal email is [email protected]
Before Starting This Process Get A USB2 Mini Hub You Are Most Likely Going Too Need It. Do Not Come In Here And Post This Is Not Working Until You Have Tried It With The USB2 Mini Hub!
You Must Start From Stock U Firmware. IT Seems To Be The Less Likely To Brick Your Device As Explained In The Disclaimer!
Disclaimer Please Read!!
This may brick your device there is a problem especially with s8 and note 8 models where the tz partition becomes corrupted and on some occasions after flashing combination firmware your phone will become bricked and as of now there is no way to fix it. There is no way to predict if it will happen. It doesn’t seem too happen very often on s8+ but it does occasionally happen on the other 2 models so do this at your own risk. I would say it probably happens 10 percent of the time on s8 and note 8 especially when on bit 6 or higher firmwares. S8+ it rarely happens too but it still may. If you take the risk and it happens do not pm me asking how to fix it as of time I posted this there is no way to fix it
Please Read Notes
OEM Toggle Does Nothing On US Model Phones
You will most likely need a USB 2 mini hub for Odin to work if using windows 8 or higher. I would temporarily disable windows defender or antivirus software while performing the procedure with your computer.
You cannot have root on any rom except a nougat rom also flashing custom boot images cannot be done or using systemless magisk. Hiding root or running modules cannot be done. There is no oem unlock and even if there is you cannot unlock your bootloaders or run any aosp based roms.
You can be on any firmware to achieve safestrap but to run a rooted rom you will be limited to using a special nougat android 7 rom. You can have safestrap on pie android 9 which gives you some ability to modify system files flash zips etc and have access too data and other partitions that are normally blocked but you can not run root on android 9 because root on android 9 requires a modified boot image
Anything here with a .7z extension will get unzipped before using
Anything here with a .zip extension will get flashed a zip in safestrap
Anything here with a .tar or .md5 gets flashed in odin
Anything here with a .img extension gets flashed as image in safestrap
Additional Help Can Be Found In The Telegram Channel
Telegram Channel For 8 Series Root
Downloads
Odin3_v3.14.1_3B_PatcheD.7z
SM-G950U_VZW_G950USQU8DUJ1.7z -- Stock U Firmware Flash First In Odin
SAFESTRAP_S8_GUI_INSTALLER.7z - GUI 1 Click Method-Recommend!
Alt Method
Safestrap_S8_Cmd_Line.7z - Command Line 1 Click
Directions Once On Stock U Firmware
If using Safestrap_8_Series_Cmd_Line follow instructions on Cmd screen.
1. Download files and unzip SAFESTRAP_S8_GUI_INSTALLER.7z
2. Plug phone into computer and allow access too phone data
3. Run the SAFESTRAP_8_SERIES.exe file. In program choose your model of phone in drop down box then click Root Button and select COMBINATION_FA70_G950USQU8ATG1.tar.md5 file too flash it is packed in the zip you downloaded from above. Everything else is automatically done for you just follow any pop up that come up.
{
"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"
}
4. Phone will reboot too download and flash combo firmware and then reboot. Click dialog stating that it has rebooted and it will inject safestrap all automatically
5. When done you will have a minimal system with safestrap recovery
Instructions For Installing Rom
System Images
system_g950_nougat.7z - Nougat Image That Can Be Rooted
Pie With Safestrap Stock Roms Un Rooted Found Here
Canadian Roms Found Here
1. From here you will either a nougat or pie system image to your phone which will be flashed in safestrap. Reboot to safestrap using the safestrap control app once in safestrap choose wipe then advanced wipe and wipe data. Then goto home screen of safestrap using install tab and the the flash image tab at bottom. Choose system image you copied to phone. System images get flashed too system partition.
2 My nougat system images are not pre rooted if you want for root you will also need too flash a root zip in safestrap.
Root Zips For Nougat Image
EFTSU_System-v20.4_12_28_22.zipSuperSU_System_12_28_22.zipPhhs_SuperSU_S8_S9_Series.zip3. You can enter safestrap anytime on nougat by simply rebooting to recovery which will enter safestrap or by using the safestrap control app
Fingerprint Fix For Nougat Roms
SM_G950U_FINGERPRINT_FIX.exe
4. If fingerprint not working reboot phone too download mode and run this SM_G950U_FINGERPRINT_FIX.exe
Pie With Safestrap Roms
Full Guide found Here
Video Tutorial
Thank You Liset Pedraza
Method In This Video To Obtain Safestrap Has Changed But The Process Of Using Safestrap Still Pertains
S8_Series_Install_Root.mp4
drive.google.com
Credits
klabit87 - Basically Everything
GSMCHEN - The root method
elliwigy -The root method
afaneh92 -Safestrap and too much too mention[/MEDIA]
oakieville - 1 click method
S8+ SM_G955U/U1/W Can Be Found Below
2023 SM-G955U/U1/W Rev8 One Click Root/Safestrap Inject Method
Root Method For S8+ U/U1/W Series Phones Rev8 Bootloader New 1 Click Method Brought To Everyone By oakieville He provide this free of charge so If you like maybe give him a little donation Paypal email is [email protected] Before Starting...
forum.xda-developers.com
N8 SM_N950U/U1/W Can Be Found Below
[NEW METHOD][ROOT] [Extreme Syndicate] [Snapdragon][N950U/U1][V8 Bootloaders]
Root Method For S8/S8+ And Note 8 Series U/U1/W Series Phones Rev8 Bootloader This may brick your device there is a problem especially with s8 and note 8 models where the tz partition becomes corrupted and on some occasions after flashing...
forum.xda-developers.com
Thank you guys for keeping this nice device alive.
I'm just glad we was able to stick it to em once again ???
Thank you all.
Wow!!!
Finaly!
Exited to try out latter today. Been looking and hoping for a way to have my Galaxy S8 950u rooted.
BTW, which rooted roms could I install after fallowing this process?
Will this root method work for S8+ SM-G955U Android 9?
Due to accidentally deleting my Music folder files, the only way I understand to recover the MP3s (not backed up on Google or Samsung Cloud) is to first root the phone, then install a 3rd party software program to recover them. Will this method work on my S8+ SM-G955U, Android version 9, Build PPR1.180610.011.G955USQS7DTB1 ? If not, would you please link me to the root method that will work?
Thanks!
orbhunterx said:
Due to accidentally deleting my Music folder files, the only way I understand to recover the MP3s (not backed up on Google or Samsung Cloud) is to first root the phone, then install a 3rd party software program to recover them. Will this method work on my S8+ SM-G955U, Android version 9, Build PPR1.180610.011.G955USQS7DTB1 ? If not, would you please link me to the root method that will work?
Thanks!
Click to expand...
Click to collapse
No look in the s8+ threads for your method Only issue is once you root you may overwrite the music files more than likely they are gone permanently
orbhunterx said:
Due to accidentally deleting my Music folder files, the only way I understand to recover the MP3s (not backed up on Google or Samsung Cloud) is to first root the phone, then install a 3rd party software program to recover them. Will this method work on my S8+ SM-G955U, Android version 9, Build PPR1.180610.011.G955USQS7DTB1 ? If not, would you please link me to the root method that will work?
Thanks!
Click to expand...
Click to collapse
https://forum.xda-developers.com/verizon-galaxy-s8+/development/rom-t3771206
There is a recovery sustem image you can flash in odin that will get you root. On s8+ samfail method still works
Sent from some device I modified
jrkruse said:
https://forum.xda-developers.com/verizon-galaxy-s8+/development/rom-t3771206
There is a recovery sustem image you can flash in odin that will get you root. On s8+ samfail method still works
Sent from some device I modified
Click to expand...
Click to collapse
Thank you!
---------- Post added at 03:24 AM ---------- Previous post was at 03:22 AM ----------
TheMadScientist said:
No look in the s8+ threads for your method Only issue is once you root you may overwrite the music files more than likely they are gone permanently
Click to expand...
Click to collapse
I hope not but will see.....
Thanks!
This method will work?
Im on bit 7, how can i find a Stock Pie Rom with safestrap installed?
PUMPU said:
This method will work?
Im on bit 7, how can i find a Stock Pie Rom with safestrap installed?
Click to expand...
Click to collapse
I will make one this weekend
Sent from some device I modified
What's the best Nougat ROM to use with this and would be it be possible to get a ROM with a stock android feel
jrkruse said:
I will make one this weekend
Sent from some device I modified
Click to expand...
Click to collapse
Ok, them i will try this root method.
Pie rom with safestrap for V7 bootloader can be found below
https://forum.xda-developers.com/galaxy-s8/development/rom-t4063873
s8 root
hi all , i want to root my wife's phone but,
can we use your root methode with stock rom ?
Or should i install new rom ?
thanks
arobase said:
hi all , i want to root my wife's phone but,
can we use your root methode with stock rom ?
Or should i install new rom ?
thanks
Click to expand...
Click to collapse
This is explained in the OP
Sent from some device I modified
rooted nougat rom added to post 2
Not working
I try in this new method but the apps_installer is not working
sohailkhan108.sk said:
I try in this new method but the apps_installer is not working
Click to expand...
Click to collapse
All the files are in the same folder correct?
Sent from some device I modified