Hello,
I was trying to edit my note 3 settings.db file to add the MobileData toggle at the notification panel.
After I edited the file, I rebooted the phone and Now I am stucked at the Tmobile 4G lte screen.
I have saved the original settings.db file so I can replace the modified one but the problem is that now that the phone doesn't turn on I can't replace it.
Is there anyway to fix this without installing everything from zero again???
Thank You
P.s
I tried to boot in safe mode but the phone doesn't boot even like this.
I tried to wipe cache, but nothing changed
As for the recovery mode, I can boot there
Boot to recovery and use adb console from your pc to swap the files. Learn some Linux command line commands if you don't know how. Primarily you will use cp target.file destination . file. Make a backup if you want via mv.
Sent from my SM-N900T using Tapatalk
howetechnical said:
Boot to recovery and use adb console from your pc to swap the files. Learn some Linux command line commands if you don't know how. Primarily you will use cp target.file destination . file. Make a backup if you want via mv.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Any help will be very appreciated as I never worked with Linux.
My original files are located at Downloads folder of my device.
and the files that I changed are located at /data/data/com.android.providers.settings/databases/
What command should I use to copy settings.db from downloads to the databases location
Thnx again for your reply
Cheers
I am trying something like this:
adb push /sdcard/downloads/settings.db sdcard/data/data/com.android.providers.settings/databases/
But I am getting error:closed
Maybe I am entering the paths on the wrong way
howetechnical said:
Boot to recovery and use adb console from your pc to swap the files. Learn some Linux command line commands if you don't know how. Primarily you will use cp target.file destination . file. Make a backup if you want via mv.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Another question, as I am not managing to over pass this error close message from adb.
If I install 4.4.2 again from download mode will I lose my settings, applications and everything else that I have installed before???
Odin doesn't wipe anything, but the re install would overwrite much of your personalizations. Boot into recovery, do a nandroid backup, then boot into download and Odin and restore. When you're up again, download nandroid manager from play store and select what you want to restore from your nandroid backup you made. Be sure to save it in a persistent partition, external SD if possible.
Sent from my SM-N900T using Tapatalk
howetechnical said:
Odin doesn't wipe anything, but the re install would overwrite much of your personalizations. Boot into recovery, do a nandroid backup, then boot into download and Odin and restore. When you're up again, download nandroid manager from play store and select what you want to restore from your nandroid backup you made. Be sure to save it in a persistent partition, external SD if possible.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Before I try this, another idea that came to my mind.
Is there any program that I can install to my computer and allows me to browse my phone files even when it is in recovery mode???
Adb, like I suggested first. Look on YouTube if you're not sure how to use it.
Sent from my SM-N900T using Tapatalk
howetechnical said:
Adb, like I suggested first. Look on YouTube if you're not sure how to use it.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
THNX for your help.
I was forced to do a factory reset through recovery mode and right now phone is up and running.
Just did a restore from kies but it was an old backup that didnt have everything, so trying to install the other tolls that I need.
Thnx again for you help
Cheers
Related
For those of you who want a Touch CWM recovery on your phone I have converted the image file into an Odin flash capable .tar file. If anyone would like me to do the same for the other carriers I will do so, but please keep in mind I am unable to test those recoveries.
This is version 5.8.4.5 of the CWM Touch recovery. Backup/restore is confirmed working
This is for the T-MOBILE variant only and will most likely up your custom recovery flash counter. You have been warned.
Oh, and I am not responsible if you choose to DL this and brick your phone or otherwise, I tested on my phone and it flashed just fine.
Thanks Moonfire711 for this information:
Download the tmo touch recovery .img from the Clockworksmod site, or DL the version provided and un'zip' it to your computer. I don't know if these instructions will work for anything other than the tmo version at this point.
to install:
1. Rename the file to cwmtr.img to make this easier.
2. Place cwmtr.img in your root sdcard using step 3., or use your usb cable or some wifi explorer.
3. adb push cwmtr.img /sdcard/cwmtr.img * (skip this step if the file is already on your sdcard).
4. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
5. su
6. dd if=/sdcard/cwmtr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
7. reboot recovery
I did NOT make this recovery or alter it in any way, I do NOT take credit for this recovery, it's CWM 100%
downloading now thanks
Sent from my SGH-T999 using XDA Premium App
Thankyou! So all we do is download this tar and use pda in Odin to flash correct? And will rom manager recognize this recovery? (I didn't want to buy it on rom manager)
Sent from my SGH-T999 using xda premium
Flash through Odin yes, I just checked and Rom Manager tells me "There are no Touch recoveries available for your Device". Although I have flashed the Insecure Kernel so you may want to make sure you have STOCK kernel if you want Rom Manager to recognize your device. Otherwise it works as it should in recovery mode.
I tried a version earlier and it did not support external sdcard.
Don't know if this one is any different, but I doubt it.
This is probably the same version, No Ext SD Card support on it. I'll update the main post to show that, thanks for thinking about that. Though personally I'm willing to sacrifice that for a touch recovery, others may not.
EDIT: Looks like there are two options, SD Card and Internal SD Card. This has Ext SD Card support. Works on my phone with the Insecure Kernel.
So ext and int sd card both working? And we flash Odin pda check auto reboot?
Sent from my SGH-T999 using Tapatalk 2
Yeah can someone confirm ext sd card working?
Sent from my SGH-T999 using xda premium
OP, feel free to add these instructions to the OP for anyone that doesn't want to use Odin for any reason, and still wants to get this for free without using Rom Manager Premium.
Download the tmo touch recovery .img from the Clockworksmod site here. I don't know if these instructions will work for anything other than the tmo version at this point.
to install:
1. Rename the file to cwmtr.img to make this easier.
2. Place cwmtr.img in your root sdcard using step 3., or use your usb cable or some wifi explorer.
3. adb push cwmtr.img /sdcard/cwmtr.img * (skip this step if the file is already on your sdcard).
4. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
5. su
6. dd if=/sdcard/cwmtr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
7. reboot recovery
That's it.
Hope this helps someone out.
Looks awesome. Downloading..
moonfire711 said:
OP, feel free to add these instructions to the OP for anyone that doesn't want to use Odin for any reason, and still wants to get this for free without using Rom Manager Premium.
Download the tmo touch recovery .img from the Clockworksmod site here. I don't know if these instructions will work for anything other than the tmo version at this point.
to install:
1. Rename the file to cwmtr.img to make this easier.
2. Place cwmtr.img in your root sdcard using step 3., or use your usb cable or some wifi explorer.
3. adb push cwmtr.img /sdcard/cwmtr.img * (skip this step if the file is already on your sdcard).
4. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
5. su
6. dd if=/sdcard/cwmtr.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
7. reboot recovery
That's it.
Hope this helps someone out.
Click to expand...
Click to collapse
Or you can download the .tar from the OP and do as follows:
1. Open ODIN
2. Reboot into Download mode (Vol. Down+Home+Power)
3. Plug your phone and ensure ODIN recognizes it in the box (com#)
4. Click PDA and add the recovery.tar file
5. Make sure it says "Pass" then unplug your phone and exit from ODIN.
Your phone will reboot and you should now have the touch recovery.
Yes ext backup is working, use the first option that just say "backup." I will assume the "restore" is for ext sd as well.
Man backing up takes unsually longer than the non-touch cwm. Also anyone know how to adjust the date and time of the folder it creates when you make a backup??
I know wrong thread, but same subject!, anyone try TWRP yet?
id_twin said:
Or you can download the .tar from the OP and do as follows:
1. Open ODIN
2. Reboot into Download mode (Vol. Down+Home+Power)
3. Plug your phone and ensure ODIN recognizes it in the box (com#)
4. Click PDA and add the recovery.tar file
5. Make sure it says "Pass" then unplug your phone and exit from ODIN.
Your phone will reboot and you should now have the touch recovery.
Click to expand...
Click to collapse
I hope your intent was to have what you typed put in the OP. If it was to negate what I wrote in any way, then the point was to offer a way that will not jump your flash counter (in case anyone cares), and to offer a way that doesn't require using Odin. Hell, I didn't even need a pc.
---------- Post added at 05:53 PM ---------- Previous post was at 05:52 PM ----------
uoY_redruM said:
I know wrong thread, but same subject!, anyone try TWRP yet?
Click to expand...
Click to collapse
I put it on my phone for about one night, but didn't play with it much. I did make a backup and it seemed to work fine. It was just a little foreign to me, so I decided to stick with the touch version of cwm for now.
uoY_redruM said:
I know wrong thread, but same subject!, anyone try TWRP yet?
Click to expand...
Click to collapse
been using it since i posted in your thread yesterday and no issues with ext or backup/restore.
I haven't yet, I've always known CWM. is TWRP recovery any better or worse then CWM?
aaldiar said:
I haven't yet, I've always known CWM. is TWRP recovery any better or worse then CWM?
Click to expand...
Click to collapse
In my opinion, and this is only MY OPINION, TWRP is loads better. No offense to the great work CWM developer(s) does but I really dislike CWM. I've always used TWRP be it N1, Galaxy Nexus, Kindle Fire and now S3. The only time I strayed was 4EXT Touch (by Maxx) for N1, but there's no release for S3
I think 4ext is hands down number 1, I used trwp on my Kindle also its great but cwm does the job lol
Sent from my SGH-T999 using Tapatalk 2
sTyLeSz said:
I think 4ext is hands down number 1, I used trwp on my Kindle also its great but cwm does the job lol
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I posted in the N1 forum asking Max to bring 4EXT to SGS3 but he never responded. I may shoot him a PM and ask him.
That's exactly how I feel, CWM does the job lol. I much prefer TWRP though.
moonfire711 said:
I hope your intent was to have what you typed put in the OP. If it was to negate what I wrote in any way, then the point was to offer a way that will not jump your flash counter (in case anyone cares), and to offer a way that doesn't require using Odin. Hell, I didn't even need a pc.
Click to expand...
Click to collapse
No ill intent meant, just wanted people to know the other option if they're not confident using command line.
I present CWM touch 6.0.1.2!
This is for the T-mobile d2tmo only. (it may work on others but it has not been tested)
External sd card support is present.
to install:
1. Rename the file to cwmtr6.img to make this easier.
2. adb push cwmtr6.img /sdcard/cwmtr6.img * (skip this step if the file is already on your sdcard).
3. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
4. su
5. dd if=/sdcard/cwmtr6.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
6. reboot recovery
DOWNLOAD: http://jenkins.cyanogenmod.com/job/recovery/4244/artifact/archive/recovery.img
http://forum.xda-developers.com/attachment.php?attachmentid=1286722&stc=1&d=1346108680
https://www.dropbox.com/s/k9tjbhtz79y95x8/cwmtr6.img
Odin Tar (thanks to cybernook): http://forum.xda-developers.com/attachment.php?attachmentid=1287723&d=1346158787
THIS BUILD HAS ONLY BEEN COMPILED BY ME USING CLOCKWORKMODS RECOVERY BUILDER!!! I DID NOT MAKE IT!
I present CWM non-touch 6.0.1.2!
NOTE: This one is untested by me. please report back.
This is for the T-mobile d2tmo only. (it may work on others but it has not been tested)
External sd card support is present.
to install:
1. Rename the file to cwm6.img to make this easier.
2. adb push cwm6.img /sdcard/cwm6.img * (skip this step if the file is already on your sdcard).
3. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
4. su
5. dd if=/sdcard/cwm6.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
6. reboot recovery
DOWNLOAD: http://forum.xda-developers.com/attachment.php?attachmentid=1286734&stc=1&d=1346109454
http://jenkins.cyanogenmod.com/job/recovery/4251/artifact/archive/recovery.img
https://www.dropbox.com/s/biy0juwx87ank78/cwm6.img
THIS BUILD HAS ONLY BEEN COMPILED BY ME USING CLOCKWORKMODS RECOVERY BUILDER!!! I DID NOT MAKE IT!
thank you
I downloaded the time placed on sd straight from phone then I highlighted the text from step 5 and pasted into my terminal emulator then reboot recovery and voila . Works like a charm! Thank you
Hmmmmm
Sent from my SGH-T999 using xda app-developers app
Do u get both exsd an sd support?
Sent from my SGH-T999 using xda premium
spodie said:
Do u get both exsd an sd support?
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I was able to access both from the recovery menu.
Worked like a charm.
Sent from my SGH-T999 using xda premium
thanks great work.
Very nice -- worked like a charm! Haven't tried backing up to external, but from the looks of it, everything is working correctly.
Here's a flashable 6.0.1.2 touch version if anyone wants it.
motoman234 said:
Here's a flashable 6.0.1.2 touch version if anyone wants it.
Click to expand...
Click to collapse
Would you mind if I put that in the OP?
Sent from my SGH-T999 using Tapatalk 2
Here is an ODIN flash-able of the Touch version:
cybrnook said:
Here is an ODIN flash-able of the Touch version:
Click to expand...
Click to collapse
Can I also add that to the OP?
Sent from my SGH-T999 using Tapatalk 2
Works LIke a Champ
jellydroid13 said:
I present CWM touch 6.0.1.2!
This is for the T-mobile d2tmo only. (it may work on others but it has not been tested)
External sd card support is present.
to install:
1. Rename the file to cwmtr6.img to make this easier.
2. adb push cwmtr6.img /sdcard/cwmtr6.img * (skip this step if the file is already on your sdcard).
3. adb shell *If not using adb, and you want to use terminal emulator, start at step 5. with the file already on your sdcard.
4. su
5. dd if=/sdcard/cwmtr6.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
6. reboot recovery
DOWNLOAD: http://jenkins.cyanogenmod.com/job/recovery/4244/artifact/archive/recovery.img
http://forum.xda-developers.com/attachment.php?attachmentid=1286722&stc=1&d=1346108680
https://www.dropbox.com/s/k9tjbhtz79y95x8/cwmtr6.img
THIS BUILD HAS ONLY BEEN COMPILED BY ME USING CLOCKWORKMODS RECOVERY BUILDER!!! I DID NOT MAKE IT!
Click to expand...
Click to collapse
I followed your directions and everything works perfectly!!!
Touch CWM is so much nicer and easier on the volume button
Thank you
jellydroid13 said:
Can I also add that to the OP?
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Knock yourself out
cybrnook said:
Knock yourself out
Click to expand...
Click to collapse
dude...your clip image in your sig is f*cking hilarious! I crack up whenever I see it.....
The sh*t people come up with.... :laugh:
So can someone give some background on this update? I did a backup to my extSD card and it doesnt backup the applications. I also see a 'blobs' folder when I look at the backup folder in root explorer.
Whats the difference between .dup and .tar in the advance backup options. Any info would be appreciated.... thanks!
So after doing some digging around, I found out a bunch about this new version of CWMR/CWMTR.
First,
You may notice a 'blobs' folder when you do a backup. Don't panic, this is now part of the backup process.
Second,
You may find that your backups are completed reasonably faster after the initial backup and your backup folder for that particular backup is also significantly smaller as in under 100mb smaller when it used to be close or even over 1gig.
Touch Recovery does not make a "full backup" anymore. It only backs up what has changed since a previous backup, and keeps track of the changes in a clockworkmod/backup/blobs folder. This is pretty cool because its designed to save on space and speed up the backup process. So if you look at your 'blobs' folder, its size is going to be HUGE. Thats where all the files that once made up your HUGE zip backup are located.
Hopefully you guys find this info a little more helpful....because I had a ton of questions after seeing how this new version created backups, etc.
cybrnook said:
Here is an ODIN flash-able of the Touch version:
Click to expand...
Click to collapse
Thanks for the flash-able dude. For some reason I could not do it thru terminal emulator it kept saying permissions were denied whenever I put the code in
Sent from my SGH-T999 using xda premium
makavelicruz said:
Thanks for the flash-able dude. For some reason I could not do it thru terminal emulator it kept saying permissions were denied whenever I put the code in
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
ooooo, you don't want to do that. The Odin flash-able image is ONLY flash-able through Odin. If you want, you can extract the recovery.img file from within it, and use THAT file to flash via Terminal.
You can ONLY flash a *.img file the Terminal way.
You can flash custom recovery three ways:
*.img flash-able via Terminal
*.tar, *.md5 flash-able via Odin
*.zip flash-able from within custom recovery
Good luck!
cybrnook said:
ooooo, you don't want to do that. The Odin flash-able image is ONLY flash-able through Odin. If you want, you can extract the recovery.img file from within it, and use THAT file to flash via Terminal.
You can ONLY flash a *.img file the Terminal way.
You can three ways:
*.img flash-able via Terminal
*.tar, *.md5 flash-able via Odin
*.zip flash-able from within custom recovery
Good luck!
Click to expand...
Click to collapse
I think he meant that he wasn't able to use just the img so he had to use the odin tar.
I AM NOT RESPONSIBLE FOR ANY NEGATIVE IMPACTS OR CONSEQUENCES ON YOUR PHONE IF YOU SO CHOOSE TO USE THIS GUIDE.
This is primarily for D802 users. However, people with other variants have had some issues and asked for help, so I have added some files here to help them as well.
PREREQUESITES
1) You must be rooted.
2) Then download one of the following files:
2.6.3.3
IMG
Download the D802 img file here.
Download the AT&T img file here.
Download the VZW img file here.
AUTO
Download the automated D802 file here.
Download the automated AT&T file here.
Download the automated VZW file here.
ZIP
Download the ZIP if flashing from a different TWRP version, or CWM: D802, AT&T, VZW
NOTE: If USB-OTG does not seem to be working on TWRP 2.6.3.3, please revert to 2.6.3.2. if this feature is needed.
Themes - Samurai Champloo
Download the theme itself here.
Download the Flashable ZIP of the theme here.
Download the Flashable D802 TWRP 2.6.3.3 and theme here.
2.6.3.2
Download the D802 img file here, or the latest official software F320K img file here.
Download the automated D802 file here, or the latest automated official software F320K file here.
Download the ZIP if flashing from a different TWRP version, or CWM: D802, F320K, TMO, VZW
INSTALLATION
Auto-Method
1) Extract the contents of the RAR file.
2) Double-click "Install.bat".
3) Prompt will open, click any button to proceed.
4) RSA Fingerprint message will appear on the phone (accept).
5) After installation procedure, type "y" and press enter to reboot into recovery!
1st Manual Method: Initiate ADB and use the following code.
Code:
[COLOR="DarkOrange"]REPLACE "XXX" WITH THE ACTUAL IMG NAME! DO NOT TYPE THE ORANGE WRITING![/COLOR]
adb push XXX.img /data/local/tmp/XXX.img
adb shell
[COLOR="DarkOrange"]IF YOU DONT SEE A # prompt, type su to get it.[/COLOR]
cd /data/local/tmp
dd if=/data/local/tmp/XXX.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
[COLOR="DarkOrange"]Be sure to replace "data/local/tmp" with the actual place your img is stored.[/COLOR]
exit
adb reboot recovery
2nd Manual Method: Place the img on your phone, then use a terminal emulator app with the following code.
Code:
[COLOR="DarkOrange"]REPLACE "XXX" WITH THE ACTUAL IMG NAME! DO NOT TYPE THE ORANGE WRITING![/COLOR]
su
dd if=/data/local/tmp/XXX.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
[COLOR="DarkOrange"](Be sure to replace "data/local/tmp" with the actual place your img is stored.)[/COLOR]
Optional Method: If you want to run some safety checks first, use loki [method here as first option].
INSTALL THEME MANUALLY
1) Connect your phone to your PC.
2) Go into your "internal storage" (internal SD card).
3) Find and open the TWRP folder.
4) Add a folder called "theme".
5) Place the ui.zip into the "theme" folder.
ENTER RECOVERY
Method 1: Hold the power button + volume down button until the LG image appears. Once it does let go of the buttons then immediately push and hold them again until recovery boots.
NOTE: The method above will arrive at the "hard reset" area, but when choosing hard reset, it will take you to TWRP (without actually resetting).
Method 2: Download the free app "Rebooter" from Google Play. If you have root, you will be able to select to reboot into recovery (among other options).
SLOW WIPE CACHE FIX
1) Once in TWRP, go into Settings.
2) Check off the box, "Use rm -rf instead of formatting."
3) Go back and now go into Wipe.
4) Wipe Cache (or another option with wiping cache).
Credit: Credit goes to Dees_Troy and wolfgart, djrbliss who made all recoveries for this phone possible, WACOMalt for his steps, and thecubed for his auto-install code.
USB-OTG
To access USB-OTG devices, go into the desired area (Install, Backup, or Restore). Select "Internal Storage" at the top. Press your USB-OTG device. It may take a second to show as selected on the screen. Once selected, press OK.
If your device does not show up, you can first try going to Mount and check off the USB-OTG box. If it doesn't allow you to check the box, then it doesn't support that device.
NOTE: It may not work with OTG cables and USB devices...
MISC.
Folder Name - There is an "issue" with the date and time [1970]. This issue is reflected in the backup folder names. There are two options to change a backup folder name:
Go into recovery and select Restore. Select the folder you wish to rename. There should now be an option to change the backup folder name.
Go into your TWRP folder by connecting to a PC or using a file explorer and change the backup folder name.
Time Zone - The time zone may be wrong but can be changed in Settings.
SUPPORT
Please check previous posts to see if your question has been answered prior to posting (there is a good chance it has).
Please always include with whether you are rooted or not.
Please always include the variant you are using.
Please always include the method you used.
Please always explain what happened in as much detail as possible.
Anything else that may be relevant.
Otherwise, you might have to wait for others to help you...
now for the mods and custom roms (hopefully kernels too)!!!! Thanks bros!
Thank you for all built hardwork. Was waiting for this.
-LG G2
Thank
Sent from my LG-D802 using Tapatalk 2
Thank you ! Flash successfull on my D802.
But when I want to wipe cache + dalvik cache, it stay on "wipe cache", it's normal issue ?
When I used Wipe Cache it took a long time to finish.
Ok thank you
Like 10 minutes or more ?
Envoyé depuis mon LG-D802 avec Tapatalk 4
I don't recall the exact time, but I would say at least 10 minutes.
Heatshiver said:
I don't recall the exact time, but I would say at least 10 minutes.
Click to expand...
Click to collapse
I have the same. But its not 10min. It is one min. Maximum two.
Sent from my LG-D802 using xda app-developers app
cosmique said:
I have the same. But its not 10min. It is one min. Maximum two.
Click to expand...
Click to collapse
I've noticed the time changing for certain things. One restore I did took nearly 30 minutes! I did restore after that took less than 10. As long as it works, that's all that matters! :good:
I'm on a Recovery Loop. Selected Reboot > System and it keeps rebooting to TWRP.
Used Flashify btw.
m0ngstr0us said:
I'm on a Recovery Loop. Selected Reboot > System and it keeps rebooting to TWRP.
Used Flashify btw.
Click to expand...
Click to collapse
Did you have a recovery before this installed? If so, what recovery? Did you have a good WiFi connection when you downloaded the file (i.e @home, @restaurant, etc.)? Did you try any other methods before flashify?
This should be fixable in either case. If you have a backup from before, I suggest restoring. If not, then you may have to follow this guide to unbrick your phone.
Oddly enough, I'll be in Singapore tomorrow, but I won't be able to reply until late night.
Works perfectly. Thanks!
Sent from my LG-D802 using xda app-developers app
Heatshiver said:
Did you have a recovery before this installed? If so, what recovery? Did you have a good WiFi connection when you downloaded the file (i.e @home, @restaurant, etc.)? Did you try any other methods before flashify?
This should be fixable in either case. If you have a backup from before, I suggest restoring. If not, then you may have to follow this guide to unbrick your phone.
Oddly enough, I'll be in Singapore tomorrow, but I won't be able to reply until late night.
Click to expand...
Click to collapse
Heya! Restoring as we speak. Home networks pretty stable.
Currently downloading the firmware. I can see that the system was not mounted on TWRP. Hence the Recovery bootloop.
Jumped from the Samsung era, gosh I didnt know LG doesnt have much support.
Once back up, bahhh imma just remain stock till more Devs pops up.
Cheers man.
m0ngstr0us said:
Heya! Restoring as we speak. Home networks pretty stable.
Currently downloading the firmware. I can see that the system was not mounted on TWRP. Hence the Recovery bootloop.
Jumped from the Samsung era, gosh I didnt know LG doesnt have much support.
Once back up, bahhh imma just remain stock till more Devs pops up.
Cheers man.
Click to expand...
Click to collapse
Feel free to try CWM, it's much easier to install, and also has a touch-interface.
Heatshiver said:
Feel free to try CWM, it's much easier to install, and also has a touch-interface.
Click to expand...
Click to collapse
I need sleeppppp ~ T.T Lol! Its 1:14am here man. Getting up at 6am later. Prolly another round (with CWM) over the weekends!
I travel to the airport in 4 hours, no rest for the wicked!
Heatshiver said:
I travel to the airport in 4 hours, no rest for the wicked!
Click to expand...
Click to collapse
Just want to check the link is still up, as i'm getting a dead page on the file.
Edit: Ignore the above, i couldnt get online at all. Rebooted and now all ok. Used Flashify to backup original and then flash TWRP.
Thanks
Sent from my LG-D802 using Tapatalk 4
can i use this method to upgrade from twrp 2.6.3 to 2.6.3.2 ?
j_h3000 said:
can i use this method to upgrade from twrp 2.6.3 to 2.6.3.2 ?
Click to expand...
Click to collapse
Yes. I have done so.
Hello guys, I need your help with the Gnex.
My friend gave me the phone hoping that I can do something. It stucks on nexus logo while booting. USB debugging is turned off, cwm or twrp is not installed. All I can is to enter Android system recovery with the following options: apply update from adb; apply update from usb drive; wipe data factory reset; wipe cache partition.
I've tried wiping cache partition but is doesn't help. Please advice whether wiping data/factory reset will delete the data from internal SD card - I am afraid to lose the photos.
Please advice what should I do to extract data (photos) in my situation?
Thanks in advance to everyone.
Sync???
were photos synced to google????
tosradde for
Wajeeh4616 said:
were photos synced to google????
Click to expand...
Click to collapse
No, they weren't.
fastboot? try it first..
change ur boot.img /kernel
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
memaro_maro said:
fastboot? try it first..
change ur boot.img /kernel
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can you please explain - I'm new in this. I can enter fasrboot mode, the status is FAILBootloader locked. What should I do next?
3n3r said:
Can you please explain - I'm new in this. I can enter fasrboot mode, the status is FAILBootloader locked. What should I do next?
Click to expand...
Click to collapse
?? learn about adb & fastboot..
or use this toolkit
http://forum.xda-developers.com/showthread.php?t=2389107
try use modified boot.img
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
wiping
I don't think that anything can help you except that tool because as you are saying that USB debugging is not enabled
Wajeeh4616 said:
I don't think that anything can help you except that tool because as you are saying that USB debugging is not enabled
Click to expand...
Click to collapse
Made wipe data - android loaded but photos are gone.. sad
3n3r said:
Made wipe data - android loaded but photos are gone.. sad
Click to expand...
Click to collapse
before using device too much, quick go to galaxy nexus general section here, and find thread "internal data recovery, yes we can"
you might be able to recover deleted photos.
the way it works when you delete things, is it just tells os that the space isnt being used, so the actual data might still be there and some may still be recoverable.
it is quite a process though. good luck
3n3r said:
Made wipe data - android loaded but photos are gone.. sad
Click to expand...
Click to collapse
You should install a recovery fast as it will help you in future
ashclepdia said:
find thread "internal data recovery, yes we can"
you might be able to recover deleted photos.
Click to expand...
Click to collapse
Thanks a lot for your suggestion. I'm trying to recover. By the way, do you know what does the phrase from the recover guide "ADB (make sure adb.exe is in your path)" mean? Which path?
3n3r said:
Thanks a lot for your suggestion. I'm trying to recover. By the way, do you know what does the phrase from the recover guide "ADB (make sure adb.exe is in your path)" mean? Which path?
Click to expand...
Click to collapse
The directory from which you are using adb command
As an example if I am using cmd and typing this command then it should be like
E:/>adb fastboot *********
Then my adb file must be in E drive
Wajeeh4616 said:
The directory from which you are using adb command
As an example if I am using cmd and typing this command then it should be like
E:/>adb fastboot *********
Then my adb file must be in E drive
Click to expand...
Click to collapse
Thank you for your help. I've followed to step 6, but unfortunalely, RAW file is 0 b after creation. I've tried different numbers in this name mmcblk0p12.raw - but with no effect.. Tried to reinstall cygwin, used NetCat file insted of NC - all the same.
Maybe anyone faced this problem with 0 b size of the RAW file? Maybe it's because I have less than 15 Gb of free space on my disk C?
Would be grateful for your advices.
3n3r said:
Thank you for your help. I've followed to step 6, but unfortunalely, RAW file is 0 b after creation. I've tried different numbers in this name mmcblk0p12.raw - but with no effect.. Tried to reinstall cygwin, used NetCat file insted of NC - all the same.
Maybe anyone faced this problem with 0 b size of the RAW file? Maybe it's because I have less than 15 Gb of free space on my disk C?
Would be grateful for your advices.
Click to expand...
Click to collapse
Cant answer your question but can give you an advice....
Leave all this and dont play with your mobile they were only pictures so forget them or else after sometime you will be following a guide to unbrick your phone.
3n3r said:
Thanks a lot for your suggestion. I'm trying to recover. By the way, do you know what does the phrase from the recover guide "ADB (make sure adb.exe is in your path)" mean? Which path?
Click to expand...
Click to collapse
I'd like to try explaining this a little better. Basically when using a program from the command prompt in any OS the OS needs to know where the program is (this is not just for command prompt, but I digress). There are a few ways of telling the OS where the program you want to use is located.
For example, lets say you have ADB in the folder "android_stuff" on your E drive.
Option 1: Change Directory to the folder, IE: "cd android_stuff"
Option 2: Provide the "full path name" of the program, "e:\android_stuff\adb"
Option 3: Add the folder location to the system "path"
Options 1 and 2 are fairly easy and straightforward, whereas Option 3 can be done in a few ways.
My suggestion is to go with Option 1, its the easiest and all you would have to do is put all of the files you will be using into a single folder.
I have used all drivers and two different tot files, and it works to reboot, then it fails when I try to get past the first welcome screen... Does it make a difference if the sim card is in or out???
It makes it to preactivation and set phone name, then a second or two later goes back into the reboot stage.
I made it to the settings screen and phone info, and all areas were UNKNOWN
pitbull8265 said:
I have used all drivers and two different tot files, and it works to reboot, then it fails when I try to get past the first welcome screen... Does it make a difference if the sim card is in or out???
It makes it to preactivation and set phone name, then a second or two later goes back into the reboot stage.
I made it to the settings screen and phone info, and all areas were UNKNOWN
Click to expand...
Click to collapse
I don't know what went wrong but since you don't have a reply I'll say this... I would start from scratch. Download the tot file AND dll again to a new place on your PC (like desktop). Run LG flash tool again and browse to those 2 files (flash tools likes to remember previous settings). Flash again and let us know the result. Sim card doesn't make a difference.
http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware if you need it, always flashed reliably for me.
...
scottdanpor said:
I don't know what went wrong but since you don't have a reply I'll say this... I would start from scratch. Download the tot file AND dll again to a new place on your PC (like desktop). Run LG flash tool again and browse to those 2 files (flash tools likes to remember previous settings). Flash again and let us know the result. Sim card doesn't make a difference.
http://downloads.codefi.re/autoprime/LG/LG_G2/LS980/Stock_Firmware if you need it, always flashed reliably for me.
Click to expand...
Click to collapse
Ive done this.. no luck
pitbull8265 said:
Ive done this.. no luck
Click to expand...
Click to collapse
Did you get anywhere with this? Under status, is your IMEI listed as unknown? This seems like your efs partition might be messed up. Did you make a backup of it?
scottdanpor said:
Did you get anywhere with this? Under status, is your IMEI listed as unknown? This seems like your efs partition might be messed up. Did you make a backup of it?
Click to expand...
Click to collapse
I just read elsewhere that if you used ioroot you may have a backup anyways. On the computer in ioroot. You may find a couple files called, modem st1, and modem st2.
Hopefully they will speak of it. Watch this thread..,.
http://forum.xda-developers.com/showthread.php?p=51932057
@scottdanpor for the info and hopefully how to use it.
pitbull8265 said:
Ive done this.. no luck
Click to expand...
Click to collapse
Sent from my Nexus 7 using Tapatalk
secret.animal said:
I just read elsewhere that if you used ioroot you may have a backup anyways. On the computer in ioroot. You may find a couple files called, modem st1, and modem st2.
Hopefully they will speak of it. Watch this thread..,.
http://forum.xda-developers.com/showthread.php?p=51932057
@scottdanpor for the info and hopefully how to use it.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yeah but he has basically access to download mode and fastboot it seems. I haven't found a way to push files without at least recovery
Well, if he has access to stock recovery should be able to push files that way through ADB
NOPE
scottdanpor said:
Yeah but he has basically access to download mode and fastboot it seems. I haven't found a way to push files without at least recovery
Well, if he has access to stock recovery should be able to push files that way through ADB
Click to expand...
Click to collapse
it just hangs and reboots still... cant access fastboot.. tried every file available nothing is working
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
scottdanpor said:
Yeah but he has basically access to download mode and fastboot it seems. I haven't found a way to push files without at least recovery
Well, if he has access to stock recovery should be able to push files that way through ADB
Click to expand...
Click to collapse
I have a recovery I made using twrp saved to my pc, and I chose the option to backup my efs, so all of my info is on my pc in the backup file.
HOW can I use adb sideload or ADB to push it to my phone???
HAS TO BE DONE FROM STOCK RECOVERY ADB, as i cant even get into the ui long enough to activate usb debugging
pitbull8265 said:
I have a recovery I made using twrp saved to my pc, and I chose the option to backup my efs, so all of my info is on my pc in the backup file.
HOW can I use adb sideload or ADB to push it to my phone???
HAS TO BE DONE FROM STOCK RECOVERY ADB, as i cant even get into the ui long enough to activate usb debugging
Click to expand...
Click to collapse
It will take a bit of reading but you will learn a lot!
Here's a guide with some commands, you just need to tailor it to your needs/paths, it says Samsung but all you need are the commands.
http://forum.xda-developers.com/showthread.php?t=2141817
If you have ioroot on your computer you have ADB. Plug in your phone in recovery mode and check device manager. It's probably under "unknown" as LG-LS980. You need to right-click and select "update driver", then manually select driver. From the list, you should be able to find something like Android composite ADB device. Select that one and it should then be recognized as ADB.
Hold Shift and right click on the ioroot folder and select "Open command window here", then in cmd type "adb devices". If all is good you will get a serial number as it detects your device. Once you got this you are ready to enter commands, check that guide for the right command to push the file to: /dev/block/platform/msm_sdcc.1/by-name/
as stated by Autoprime here: http://forum.xda-developers.com/showthread.php?t=2451390
I hope that's enough info to get you going. You should type "adb shell" first in ADB so you have access to root.
---------- Post added at 09:12 AM ---------- Previous post was at 09:03 AM ----------
Oh crap... I just re-read that. I don't think this will work if your backup is from TWRP. That needs to be restored from TWRP. Do you not have a backup from ioroot? That contains the img files you need.
---------- Post added at 09:18 AM ---------- Previous post was at 09:12 AM ----------
Ok, I found this...
"Even though all TWRP backup files carry the extension .win, they are either tar archives or filesystem images. System, data, cache and .android_secure are backed up as tar archives or gnu-zipped tar archives if compression is enabled. You can rename those .win files to .tar (.tar.gz if compressed) and extract them like a regular archive. Boot and recovery partitions are backed up as .img files using dd"
from: http://forum.xda-developers.com/showthread.php?t=1694617
I couldn't find out if TWRP backs up EFS to .tar or .img. Once you figure that out you should be able to rename them to modemst1.img and modemst1.img. I just verified on mine that the files are the same size, so I would guess they are actually img files and not compressed. They should be 3MB in size.
There's a lot more info in that thread by Autoprime that should help.