CM10.2 Sept 6/7th nightly unable to boot - AT&T Samsung Galaxy S 4 Q&A, Help & Troubleshootin

so apparently when i flashed cm10.2 6/7 nightly build it frreezes my phones and wont boot up... CM team is aware of this bug and is telling people not to flash.
Problem: I only have 1 backup from TWRP from when i initially flashed my phone from touchwiz to CM10.2 and this Backup is on my PC.. and Im unable to transfer any file from my PC to phone, can anyone help, i have no older build of CM on my phone at all, just the bugged nightly.. i am able to get into TWRP recovery..

have you tried mounting in twrp? otherwise, use adb or run and grab an sdcard.

Do what beerdroid suggested. Push a rom on with adb. At least you learned a lesson, always keep a working nandroid on your phone just in case.

Take your pick. This is the easiest way.
http://download.cyanogenmod.org/?type=nightly&device=jflteatt

fosser2 said:
Take your pick. This is the easiest way.
http://download.cyanogenmod.org/?type=nightly&device=jflteatt
Click to expand...
Click to collapse
Yea, but he still needs to push it onto his phone. Might as well push the nandroid.

xBeerdroiDx said:
have you tried mounting in twrp? otherwise, use adb or run and grab an sdcard.
Click to expand...
Click to collapse
I dont know how to use the Mounting method, but i do see the option in TWRP. I dont have a SD card so what method should i choose?
jd1639 said:
Do what beerdroid suggested. Push a rom on with adb. At least you learned a lesson, always keep a working nandroid on your phone just in case.
Click to expand...
Click to collapse
yea i should have saved a working nightly, how do i go about pushing a rom by adb?
thanks guys for the help, and quick response :good:

rafael707 said:
I dont know how to use the Mounting method, but i do see the option in TWRP. I dont have a SD card so what method should i choose?
yea i should have saved a working nightly, how do i go about pushing a rom by adb?
thanks guys for the help, and quick response :good:
Click to expand...
Click to collapse
Setting it up is a fairly involved process. Google sdk tools and adb. You'll need to install sdk. But not having an external sdcard isn't going to help. Probably the best thing you could do is get a sdcard and reader to connect to your computer and use those rather than adb. But it's up to you
Sent from my SAMSUNG-SGH-I957 using xda app-developers app

jd1639 said:
Setting it up is a fairly involved process. Google sdk tools and adb. You'll need to install sdk. But not having an external sdcard isn't going to help. Probably the best thing you could do is get a sdcard and reader to connect to your computer and use those rather than adb. But it's up to you
Sent from my SAMSUNG-SGH-I957 using xda app-developers app
Click to expand...
Click to collapse
so if i grab a micro SD and plug it to my pc, would i be able to just drag and drop a older stable nightly onto the card? or would formatting be required?

Adb sideload ftw.
Sent from my Nexus 7 using Tapatalk 4

Nice I'm back on via SD card method, thx everyone for support
Sent from my SGH-I337 using xda app-developers app

rafael707 said:
Nice I'm back on via SD card method, thx everyone for support
Sent from my SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Glad you got it sorted. You're going to grow to cherish that micro SD card. That'll be the best $15 you ever spent. Cheers

Related

In Recovery, wiped probably too much - no ROM

Like the title says.
I'm in recovery, I wiped it all (unfortunately even the ROM as zip I put on it) and now I don't have no ROM on it and no zip to flash a ROM.
Thought this was no problem, knowing from smartphone recoveries to mount sdcard and copying the file on it. But Nexus 7, well, has no sdcard.
What can I do?
As it is now, I don't have nothing on it and rebooting it wouldn't lead to anything useful.
I need help.
What can I do?
Thanks in advance.
l33ch0r said:
Like the title says.
I'm in recovery, I wiped it all (unfortunately even the ROM as zip I put on it) and now I don't have no ROM on it and no zip to flash a ROM.
Thought this was no problem, knowing from smartphone recoveries to mount sdcard and copying the file on it. But Nexus 7, well, has no sdcard.
What can I do?
As it is now, I don't have nothing on it and rebooting it wouldn't lead to anything useful.
I need help.
What can I do?
Thanks in advance.
Click to expand...
Click to collapse
If you have Android SDK installed, you can use adb push to push the zip file to your internal storage. Put the ROM zip file in your Android SDK - Platform Tools folder on your computer, reboot the N7 into Recovery (connected to computer of course!), open Command Prompt window and change directories to where ever you keep your Android SDK (for me, it's: cd sdk/platform-tools). Then type:
Code:
adb push <name of ROM zip file> /sdcard
Wait, and after about 20 - 60 seconds it'll complete, then you can flash the ROM. It'll be on the root of your internal sdcard (/sdcard).
Sounds difficult for a bloody rookie like me - is there really no easier way? Like transfering via recovery by just telling recovery to mound internal-sd so that it'll pop up on my pc? (know that from CWM and 4Ext on my smartphone)
Or could you explain the steps so that even the bloodiest rookie of them all could understand it properly :-/
aaaw **** -.-
by the way, device is still in recovery
l33ch0r said:
Sounds difficult for a bloody rookie like me - is there really no easier way? Like transfering via recovery by just telling recovery to mound internal-sd so that it'll pop up on my pc? (know that from CWM and 4Ext on my smartphone)
Click to expand...
Click to collapse
Maybe, I don't know. Have you tried it? What recovery are you using? I use TWRP.
RMarkwald said:
Maybe, I don't know. Have you tried it? What recovery are you using? I use TWRP.
Click to expand...
Click to collapse
TWRP as well. Just unlocked, rooted and flashed recovery and now I wanted to have a custom rom.
I tried to mount data and what else there was in "advanced" - my PC doesn't show me anything
Edit: not in advanced, it's the point "mount"
Restock and reroot.You can use Wugfresh toolkit for this. You just install the toolkit and if you can boot in bootloader mode you're saved. That's what I did and it solved my problem.
Sent from my Nexus 7 using xda premium
l33ch0r said:
TWRP as well. Just unlocked, rooted and flashed recovery and now I wanted to have a custom rom.
I tried to mount data and what else there was in "advanced" - my PC doesn't show me anything
Edit: not in advanced, it's the point "mount"
Click to expand...
Click to collapse
How'd you root/unlock, toolkit of some type?
Using the adb command mentioned is the only way that I know of to push a file to your N7. It's not as difficult to do as it sounds.
RMarkwald said:
How'd you root/unlock, toolkit of some type?
Using the adb command mentioned is the only way that I know of to push a file to your N7. It's not as difficult to do as it sounds.
Click to expand...
Click to collapse
Toolkit by WugFresh - I may try to get into bootloader and get back to stock - hopefully it works...
l33ch0r said:
Toolkit by WugFresh - I may try to get into bootloader and get back to stock - hopefully it works...
Click to expand...
Click to collapse
Yeah that would work, as long as you don't re-lock via fastboot. That's what probably wiped out your sdcard, was the fastboot unlock of your device, as it wipes your sdcard.
andymihail said:
Restock and reroot.You can use Wugfresh toolkit for this. You just install the toolkit and if you can boot in bootloader mode you're saved. That's what I did and it solved my problem.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Is it important which current status I choose?
There are 2 to be chosen: Soft-Bricked/Bootloop and Device is on/Normal
If "Device is on" means, that it's turned on, then this'll be my choice, right?
Totally shocked right now
This ain't even my device :-/
RMarkwald said:
Yeah that would work, as long as you don't re-lock via fastboot. That's what probably wiped out your sdcard, was the fastboot unlock of your device, as it wipes your sdcard.
Click to expand...
Click to collapse
No, wiping of my /sdcard was all my fault. I guess I have to take all credit for that
Well downloading the Stock with the toolkit takes quite some time...
foolish me -.-
Thanks for your help so far.
I'll definetely report whether it worked or not
I've never used any of the toolkits out there, I've done it using adb/fastboot commands in a Command Prompt window.
l33ch0r said:
Is it important which current status I choose?
There are 2 to be chosen: Soft-Bricked/Bootloop and Device is on/Normal
If "Device is on" means, that it's turned on, then this'll be my choice, right?
Totally shocked right now
This ain't even my device :-/
Click to expand...
Click to collapse
I can't remember my choice, was a few months ago.
Don't think you can go wrong with either.
I would try device is on.
Sent from my Nexus 7 using xda premium
RMarkwald said:
I've never used any of the toolkits out there, I've done it using adb/fastboot commands in a Command Prompt window.
Click to expand...
Click to collapse
I would've used your solution immediately but I'm just too unfamiliar with this method
Toolkits are probably the easiest way - and it was pretty easy - who could expect me to wipe the zip, I just moved to the storage before flashing it?...
Why does this file has to be hosted on goo.im?
Goo.im gives me roundabout 120kb/s...
It took a while for me also, but in the end everything worked well.
Sent from my GT-I9100 using xda premium
andymihail said:
It took a while for me also, but in the end everything worked well.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I desperately hope to have the same luck...will the bootloader still be unlocked after that procedure? I understand that root definetely is gone, but that shouldn't be a problem at all.
l33ch0r said:
I desperately hope to have the same luck...will the bootloader still be unlocked after that procedure? I understand that root definetely is gone, but that shouldn't be a problem at all.
Click to expand...
Click to collapse
It will remain unlocked until/unless you run the fastboot command: fastboot oem lock
If you don't run this, it will remain unlocked.
Whoaaaa I could scream!
Now that I downloaded the right one and try to flash it through the toolkit, it tells me, that there's no adb to be found. He doesn't recognize the device in bootloader.
What should I do?
OH THANK GOD! Tried it via recovery, he found it and restarted into bootloader
First of all: thank you so much guys - I was really shocked, but it all worked out
One more question before I make the same mistake again. Where should I put the zip which I wanna flash? When I have it connected to the pc, it shows me a portable device where the folders of the internal storage are (like Alarms, Android, DCIM, Download etc pp) - that's where I put the ZIP before.
Shall I keep it there?
And another question: what should I wipe in order to get it done properly?
Edit: Figured it out - got me CWM, much more familiar with that one
but thanks again for all your help guys

Stuck in Recovery

Any help would be appreciated at this point :/
Phone had been rooted, installed TWRP, downloaded the ROM I wanted and put it on external SD card... good so far?
Rebooted into recovery, made sure ROM and gapps were in the correct folder, wiped everything accordingly...The *contents* in the folder in which the ROM and gapps were placed were deleted. The folder its self was not, nor were any other folders or their contents in the mother folder.
Any clues? Now I'm sitting here stuck in either recovery or download mode whichever I so choose and the computer cannot identify the phone for me to transfer files over.
Uh......
phr0zen said:
Any help would be appreciated at this point :/
Phone had been rooted, installed TWRP, downloaded the ROM I wanted and put it on external SD card... good so far?
Rebooted into recovery, made sure ROM and gapps were in the correct folder, wiped everything accordingly...The *contents* in the folder in which the ROM and gapps were placed were deleted. The folder its self was not, nor were any other folders or their contents in the mother folder.
Any clues? Now I'm sitting here stuck in either recovery or download mode whichever I so choose and the computer cannot identify the phone for me to transfer files over.
Uh......
Click to expand...
Click to collapse
Odin back to stock ROM.
Sent from my SAMSUNG-SGH-I337
You could uninstall and reinstall the USB drivers and use a USB port that directly connects to the motherboard (back of the PC) and try flashing stock again via Odin. Or, head down to Walmart and grab a micro sd card to place your rom, gapps, backups, etc on. I highly...HIGHLY recommend using a micro sd card if you plan on living the rooted life
How about taking out the external sd card, plug into computer and transfer rom and gapps onto card, put card back into phone and then reboot back into recovery.
Capt said:
Odin back to stock ROM.
Sent from my SAMSUNG-SGH-I337
Click to expand...
Click to collapse
This is your best bet. Otherwise you could adb push the ROM and gapps to your sd. But if you're not set up for adb, that's a lot of work.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Thanks guys for all the information. I have been having issues with installing the drivers correctly (Win8) but Kies seems to work well for the most part. I decided to open Kies and do the emergency restoration and it's back to normal now.
Question: If one were to restore it via Kies, could another model number be searched for and installed? ie the i9500 or i9505 firmware? Just a thought.
Anyway, thanks again... oh and I do have a micro sd card. I came from the Skyrocket and flashed probably half a million times lol. This is what threw me for a loop, deleting the ROM from inside the folder but not the folder, nor anything else on the sd card.
[QUOTE
Question: If one were to restore it via Kies, could another model number be searched for and installed? ie the i9500 or i9505 firmware? Just a thought..[/QUOTE]
I don't think it would work and it wouldn't be a good thing to do. Bricks are made from less
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
jd1639 said:
[QUOTE
Question: If one were to restore it via Kies, could another model number be searched for and installed? ie the i9500 or i9505 firmware? Just a thought..
Click to expand...
Click to collapse
I don't think it would work and it wouldn't be a good thing to do. Bricks are made from less
Sent from my SAMSUNG-SGH-I727 using xda app-developers app[/QUOTE]
Hehe, I figures just as much. Wasn't going to try it anyway, unless it was maybe the Google version without all the crapware, which is supposed to be released shortly from my understanding
getbuzzin said:
How about taking out the external sd card, plug into computer and transfer rom and gapps onto card, put card back into phone and then reboot back into recovery.
Click to expand...
Click to collapse
I always do this. It will save you time to make sure you keep a hard copy of your main roms on your PC. And have a way to transfer them to your mini sd (old phone, usb device, or mini to full size adapter. As most PC's have a full size slot. This method has saved me countless hrs.. Flashed about 15 roms on my new S4 and haven't even downloaded Oden.. But I've had to use this method twice. Works great.
Sent from my SAMSUNG-SGH-I337 using xda premium

Bricked Galaxy S4

This is extremely frustrating.
I successfully rooted my galaxy s4.
I then downloaded CMW and touch, and downloaded this rom: http://forum.xda-developers.com/showthread.php?t=2341376
I then booted into recovery, and wiped etc and then installed the rom. I read on the later part of that page that there wasn't a need for loki so I did not download loki.
I then rebooted, and got the yellow triangle sign saying that the software is not approved by ATT.
This is where I am stuck. I have a mac and am running vmware windows 8.
I tried downloading kies on the mac, and it does not recognize the phone. I did not try kies for windows yet, nor do I know what to do after if I am able to get kies to recognize the s4.
I also downloaded odin, and the firmware, but odin is not recognizing the phone under windows even when I select to use the phone under windows.
I tried the stock usb cable, and a different usb cable, and 2 different usb ports. I do not have a regular windows computer. Is there a way to do this with a mac?
Guess I should have downloaded the loki, is not downloading the loki the whole reason this is happening?
I appreciate everyones help! I just wanted stock android! :good:
I do not have a s4 but have a s2 but its like the same.
1. Why would you not already have Odin installed and kies?! Just in case
2. No backup made?...
3. Can you still get into recovery and download mode if so then you have hope.. wait for someone to give you steps to get out of this
4. If you can't get into either... well :banghead:
Sent from my SPH-D710 using Tapatalk 2
XxlemonxX said:
I do not have a s4 but have a s2 but its like the same.
1. Why would you not already have Odin installed and kies?! Just in case
2. No backup made?...
3. Can you still get into recovery and download mode if so then you have hope.. wait for someone to give you steps to get out of this
4. If you can't get into either... well :banghead:
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Thanks,
1. I have odin and kies installed, they are just not recognizing the phone.
2. I made a backup using titanium backup but not really sure how it works... I've never restored from a backup using titanium
3.Yes I am able to get into download mode by holding the volume, home and power key...
drew1204 said:
Thanks,
1. I have odin and kies installed, they are just not recognizing the phone.
2. I made a backup using titanium backup but not really sure how it works... I've never restored from a backup using titanium
3.Yes I am able to get into download mode by holding the volume, home and power key...
Click to expand...
Click to collapse
Mmm alright... Go into download mode and take out your SD card and download the Loki file in the ROM thread then transfer to sdcard on PC. Then place back in phone.. Then go intro recovery and flash the file and it should work.
But wait before anything can you get into recovery? If so then you go to mounts and storage and mount sdcard and transfer the Loki file from your PC right there.
Sent from my SPH-D710 using Tapatalk 2
I have installed kies on the windows version and it notices the phone is connected, but it just keeps saying "connecting..." and a little thing spinning. Not sure how long it should take to connect...
why not download the loki zip to sd card, then put back on phone, reboot to recovery and install from sd card...
XxlemonxX said:
Mmm alright... Go into download mode and take out your SD card and download the Loki file in the ROM thread then transfer to sdcard on PC. Then place back in phone.. Then go intro recovery and flash the file and it should work.
But wait before anything can you get into recovery? If so then you go to mounts and storage and mount sdcard and transfer the Loki file from your PC right there.
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Yes I can boot into recovery.
Wow I didn't even think of that... Sorry I am a noob.
Okay I fixed it (you fixed it thank you so much!) I booted into recovery, and then into the zip file and installed loki, and all is well.
STOCK ANDROID!!! Whew that was scary...
drew1204 said:
Yes I can boot into recovery.
Wow I didn't even think of that... Sorry I am a noob.
Okay I fixed it (you fixed it thank you so much!) I booted into recovery, and then into the zip file and installed loki, and all is well.
STOCK ANDROID!!! Whew that was scary...
Click to expand...
Click to collapse
Welcome
Sent from my SPH-D710 using Tapatalk 2
XxlemonxX said:
Welcome
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Because noobs don't get it.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
jd1639 said:
Because noobs don't get it.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Cool
drew1204 said:
Cool
Click to expand...
Click to collapse
You could thank him for helping you. Or is that too hard for you? There's even a thanks button to make it easy
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
jd1639 said:
You could thank him for helping you. Or is that too hard for you? There's even a thanks button to make it easy
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Mate don't be so arrogant, he did thank him.
Sent from my GT-I9305 using xda premium
ozgame said:
Mate don't be so arrogant, he did thank him.
Sent from my GT-I9305 using xda premium
Click to expand...
Click to collapse
Mate,I don't see that
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
drew1204 said:
Yes I can boot into recovery.
Wow I didn't even think of that... Sorry I am a noob.
Okay I fixed it (you fixed it thank you so much!) I booted into recovery, and then into the zip file and installed loki, and all is well.
STOCK ANDROID!!! Whew that was scary...
Click to expand...
Click to collapse
the OP of that ROM lists these specific installation instructions:
HOW TO INSTALL:
* Download the ROM (NO NEED FOR GAPPS)
* Reboot to Recovery
* Wipe data/factory reset
* Flash the ROM
* U.S. MODELS - Flash Loki Patch - http://tau.shadowchild.nl/files/loki-doki.zip (CANADIAN USERS DO NOT INSTALL)
* Reboot your Galaxy S4
* Enjoy
remember to read everything first and understand what you are doing before proceeding. cheers
And only 5 simple steps. One sec of reading. And it matters. Or kaboom.

Accidentally deleted OS, stuck in TWRP recovery

Well, it looks like I unintentionally wiped the /data partition using TWRP right after I did my first backup after rooting. Now I obviously can't boot since system, data, cache, etc. are wiped. The backup I just made was also wiped
tuamazing said:
Well, it looks like I unintentionally wiped the /data partition using TWRP right after I did my first backup after rooting. Now I obviously can't boot since system, data, cache, etc. are wiped. The backup I just made was also wiped
Click to expand...
Click to collapse
Wiping data partition does not wipe the rom. It just resets your rom back to a freash install.
Sent from my LG-D802 using Tapatalk
gentlemandroid17 said:
Wiping data partition does not wipe the rom. It just resets your rom back to a freash install.
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
i formatted my phone so everything got deleted. when i restart my phone take me straight to twrp
tuamazing said:
i formatted my phone so everything got deleted. when i restart my phone take me straight to twrp
Click to expand...
Click to collapse
Not sure about twrp. I use cwm and able to load roms through recovery from PC. You should be able to do it with Twrp. If not you will have to kdz back to stock.
http://forum.xda-developers.com/showthread.php?t=2432476
Sent from my LG-D802 using Tapatalk
[
Is there anyway to mount your phone to your computer? As there is the button on the main page of twrp 3rd one down. If not you should be able to use the adb push command to push it onto the "memory" of the phone allowing for you to read it and you to flash it from there. Or that's happened to me. I've used both of those options :$
Sent from my Rezound using xda-developers app. CyanogenMod 11. S-off
I did the same accidentally
pball52998 said:
Is there anyway to mount your phone to your computer? As there is the button on the main page of twrp 3rd one down. If not you should be able to use the adb push command to push it onto the "memory" of the phone allowing for you to read it and you to flash it from there. Or that's happened to me. I've used both of those options :$
Sent from my Rezound using xda-developers app. CyanogenMod 11. S-off
Click to expand...
Click to collapse
I did the same accidentally.....cannot get past the LG boot screen ...ADB will not work because its unauthorized and I cannot access my SD card....its a pain in the ass and im pretty upset I slipped so bad considering im kind of a veteran in this stuff and screwed this up ....I just cant find a way to get my rom in there to fix this crap...any help would be fantastic
MoE MuRk said:
I did the same accidentally.....cannot get past the LG boot screen ...ADB will not work because its unauthorized and I cannot access my SD card....its a pain in the ass and im pretty upset I slipped so bad considering im kind of a veteran in this stuff and screwed this up ....I just cant find a way to get my rom in there to fix this crap...any help would be fantastic
Click to expand...
Click to collapse
OTG Cable man!!! There like really cheap!!!
ok thanks
pball52998 said:
OTG Cable man!!! There like really cheap!!! Also thank you for your service for our nation! :victory:
Click to expand...
Click to collapse
ok brother ill look into it and pray it works....thanks a lot for everything:good:
MoE MuRk said:
ok brother ill look into it and pray it works....thanks a lot for everything:good:
Click to expand...
Click to collapse
I've heard it works great!! Actually the LG is set to read OTG in stock. It reads it in recovery also! Just try it, I've heard it works great!! :good::fingers-crossed::highfive:
pball52998 said:
I've heard it works great!! Actually the LG is set to read OTG in stock. It reads it in recovery also! Just try it, I've heard it works great!! :good::fingers-crossed::highfive:
Click to expand...
Click to collapse
I HOPE!!!!!!!!!!LOL.....ill let you know for sure..lol
MoE MuRk said:
I HOPE!!!!!!!!!!LOL.....ill let you know for sure..lol
Click to expand...
Click to collapse
Sounds great! ;D
Item ordered
pball52998 said:
Sounds great! ;D
Click to expand...
Click to collapse
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=7648748&CatId=5411 :good::good::good:
Hope this one will do the job. its on its way lol!!!!!!!!!!!!!
Did not work!!!!
:crying:
MoE MuRk said:
http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=7648748&CatId=5411 :good::good::good:
Hope this one will do the job. its on its way lol!!!!!!!!!!!!!
Click to expand...
Click to collapse
DID NOT WORK!!!!! I WASTED 21 DOLLARS ON THIS TO FIX MY PHONE AND IT DOES NOT WORK.....DO NOT WASTE MONEY ON THE OTG CABLE FOR THE LG G2 IF YOU ACCIDENTALLY DELETE ****!!!!! BECAUSE IT.....WILL!!!!!!!NOT!!!!!!!WORK!!!!:crying::crying::crying:
I GOT BAD INFORMATION!!
---------- Post added at 04:13 PM ---------- Previous post was at 03:45 PM ----------
Guys I accidentally deleted everything in my LG G2(VS980) during a cwm cleanup and now my phone gets stuck on the LG screen and goes nowhere. Adb wont work because I cant confirm the handshake and I cant push anything on the internal storage with OTG neither.....Ive wasted money trying to do so....Everyone out there is telling me this has never ever in the entire world happened to them???their really aint a fix or what???I need help bad....all the geniuses in this world have to know something........:crying:
I managed to do this once, I used TWRP adb sideload to push CM11 to my device then flashed back to stock from there.
if u have twrp 2.6.3.3 it will support otg u have to mount it after you connect to phone in recovery mode if not try format the card u r using for otg with fat32 file system and then try and if it still does not use and sideload in advanced settings to push rom, unfortunately LG drivers in pc does not seem to help pc see your phone in sideload mode so try installing pdanet drivers in ur pc and then connect ur phone to pc in sideload and push rom I did this several times and it worked all the time.
Sent from my LG-D800 using xda app-developers app

Frustrating TWRP Issue

Hey, so today I wanted to install a new ROM on my SM-N900 Note 3. I flashed TWRP, and rebooted. Then I booted into TWRP and opened Android File transfer on my Mac. It kept saying please connect USB device. Other parts of the system do not read the device, however TWRP says the device is charging from my Mac's USB port. I moved to my Windows computer and connected the device. Still nothing. I tried multiple USB cables both 2.0 and 3.0. Nothing works! Can someone help me? I have no OS installed! I don't want to use ODIN or download mode because I would prefer to the install the ROM I'm trying to install because it seems silly that I have recovery access but can't access the file transfer.
Thanks, Justin
No SD Card?
justinxfan said:
Hey, so today I wanted to install a new ROM on my SM-N900 Note 3. I flashed TWRP, and rebooted. Then I booted into TWRP and opened Android File transfer on my Mac. It kept saying please connect USB device. Other parts of the system do not read the device, however TWRP says the device is charging from my Mac's USB port. I moved to my Windows computer and connected the device. Still nothing. I tried multiple USB cables both 2.0 and 3.0. Nothing works! Can someone help me? I have no OS installed! I don't want to use ODIN or download mode because I would prefer to the install the ROM I'm trying to install because it seems silly that I have recovery access but can't access the file transfer.
Thanks, Justin
Click to expand...
Click to collapse
via PC, Odin is the easiest way.
va Mobile, Recovery + ROM in SD card is the easiest way.
nijom said:
via PC, Odin is the easiest way.
va Mobile, Recovery + ROM in SD card is the easiest way.
Click to expand...
Click to collapse
I've used ODIN before but I had thought was incompatible with zips. I'll try it today though. And no, I don't have an SD card. I'm trying to move the files into my internal storage.
Thanks, Justin.
MTP doesn't work with TWRP. You'll have to use adb and push the zip to your internal storage. Then flash it through TWRP.
There are many guides on how to do this, it is very simple. Good luck
Edit- i see you're using a mac, not sure if adb works on there.. never tried myself.. always installed linux on any apple product i've owned
I haven't researched it so it might work straight away, but if not just create a vm with xp, ubuntu or something and use adb through there
Sent from my SM-N9005 using Tapatalk
celderic said:
MTP doesn't work with TWRP. You'll have to use adb and push the zip to your internal storage. Then flash it through TWRP.
There are many guides on how to do this, it is very simple. Good luck
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
That's strange, I'm pretty sure my old Nexus 7 could do this. Oh well.
Code:
adb devices
does not work. It doesn't show the device in recovery. File transfer and ADB only work while the OS is booted up.
justinxfan said:
That's strange, I'm pretty sure my old Nexus 7 could do this. Oh well.
Click to expand...
Click to collapse
Same with my old S2
It's a bug with TWRP for the n9005, i posted in the thread 4 or 5 months ago.
Sorry i've just finished work, will be back in an hour or two.
I thiught there was an ADB button in TWRP?
Sent from my SM-N9005 using Tapatalk
celderic said:
Same with my old S2
It's a bug with TWRP for the n9005, i posted in the thread 4 or 5 months ago.
Sorry i've just finished work, will be back in an hour or two.
I thiught there was an ADB button in TWRP?
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
There's a button in TWRP called disable MTP or enable MTP. It has no effect. I cannot find any sign of a ADB button.
justinxfan said:
There's a button in TWRP called disable MTP or enable MTP. It has no effect. I cannot find any sign of a ADB button.
Click to expand...
Click to collapse
ADB sideload, under the advanced tab.
https://twrp.me/faq/ADBSideload.html
I just looked myself and it is there.. if there's a way of taking screenshots in recovery, somebody let me know and i'll post a pic here
Sent from my SM-N9005 using Tapatalk
Ahhh I've seen that button before. Didn't jnowbwhat it did so I didn't touch it. Now that I understand it, I'll give it a try.
Sent from my SM-N900 using XDA Free mobile app
justinxfan said:
Ahhh I've seen that button before. Didn't jnowbwhat it did so I didn't touch it. Now that I understand it, I'll give it a try.
Sent from my SM-N900 using XDA Free mobile app
Click to expand...
Click to collapse
Good luck! Let me know if you run into any problems.
Sent from my SM-N9005 using Tapatalk
Nope. Not working. Started ADB sideload from TWRP and tried to push in a random zip from my computer (about 2 mb). it said error: device not found.
bump
Someone can clarify this?

Categories

Resources