ADB: Could not connect for backup - Galaxy Note II Q&A, Help & Troubleshooting

hi all,
i have a galaxy note 2
but whenever i try to backup apps whether via toolkit or manual command line, i get an error adb: could not connect for backup.
i can backup sdcard , make nand, backup efs but can't backup apps.
please help me...

Installing adbd insecure solved the issues.
Sent from my GT-N7100 using xda app-developers app

UtkarshGupta said:
Installing adbd insecure solved the issues.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hi how did you install the ADB insecure? cos i have same problem and i keep trying to install the insecure boot from the toolkit and get no luck i am on JZ054K.N7100XXDLJ2. It did work once before i installed the rom but now it wont backup apps will do all rest.
Thanks andy

From http://forum.xda-developers.com/showthread.php?t=1687590.
It was actually adbd insecure.
Sent from my GT-N7100 using xda app-developers app

Thanks for that it works like a charm now much appreciated.
Andy
:victory::victory::victory:

Related

Please help i have an strange problem:(

I have an problem, i cant delete anything or download anything anymore via my phone, i can install roms that are inside, but i tried 3 roms and i keep having the problem, yesterday i i changed to TWRP recovery, could this be an problem? Any help is very apriciated, also cant put anything on the phone when mounted to pc
Sent from my Galaxy Nexus using xda premium
Sent from my Galaxy Nexus using xda premium
eggyenergy said:
I have an problem, i cant delete anything or download anything anymore via my phone, i can install roms that are inside, but i tried 3 roms and i keep having the problem, yesterday i i changed to TWRP recovery, could this be an problem? Any help is very apriciated, also cant put anything on the phone when mounted to pc
Sent from my Galaxy Nexus using xda premium
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Fix permissions?
Use fastboot to reflash cwm, if you want.
try using http://www.wugfresh.com/
bk201doesntexist said:
Fix permissions?
Use fastboot to reflash cwm, if you want.
Click to expand...
Click to collapse
I tried fixing permission and i will try fastboot flash recovery tonight thanks but i also seem to have 2 storage places:s sdcard0 and storage, with the same inside it, maybe this is preventing downloading and such? I tried to delete sdcard0, but one second later its back
Sent from my Galaxy Nexus using xda premium
benb1974 said:
try using http://www.wugfresh.com/
Click to expand...
Click to collapse
Can you explain me what i need brother? I really apriciate it
Sent from my Galaxy Nexus using xda premium
I saw that the permissions of storage and sdcard0 are different, i set them the same in root explorer and rebooted and they changed back, nothing helps hope flashing CWM Recovery will help
Sent from my Galaxy Nexus using xda premium
Yes, permissions will come back, they're set on init.rc.
https://www.codeaurora.org/gitweb/q...70ab1d0b88e4170504d645b5c685468dd8abb17;hb=jb
1 import init.tuna.usb.rc
2
3 on early-init
4 export EXTERNAL_STORAGE /storage/sdcard0
5 mkdir /storage 0050 system sdcard_r
6 mkdir /storage/sdcard0 0000 system system
7 # for backwards compatibility
8 symlink /storage/sdcard0 /sdcard
9 symlink /storage/sdcard0 /mnt/sdcard
Click to expand...
Click to collapse
As you can see, /sdcard/ and /mnt/sdcard are symlinks of /storage/sdcard0.
bk201doesntexist said:
Yes, permissions will come back, they're set on init.rc.
https://www.codeaurora.org/gitweb/q...70ab1d0b88e4170504d645b5c685468dd8abb17;hb=jb
As you can see, /sdcard/ and /mnt/sdcard are symlinks of /storage/sdcard0.
Click to expand...
Click to collapse
So you have any idea what is my problem?
Sent from my Galaxy Nexus using xda premium
eggyenergy said:
So you have any idea what is my problem?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
which twrp version are you using? i used cwm 6.x after getting issues on flashing JRO03C; didn't have issues accessing my device through adb. A user over @TWRP thread suggested updating to 2.2.x.
have you tried fully wiping the device with fastboot? including userdata? then reflashing cwm, booting to recovery directly from bootloader, push rom over with adb, and reflashing rom?
bk201doesntexist said:
which twrp version are you using? i used cwm 6.x after getting issues on flashing JRO03C; didn't have issues accessing my device through adb. A user over @TWRP thread suggested updating to 2.2.x.
have you tried fully wiping the device with fastboot? including userdata? then reflashing cwm, booting to recovery directly from bootloader, push rom over with adb, and reflashing rom?
Click to expand...
Click to collapse
Im on twrp 2.2.0 i believe, can you explain me how in an PM mate?
Sent from my Galaxy Nexus using xda premium
I havr some knowledge of fastboot and have everything pre installed on my laptop btw
Sent from my Galaxy Nexus using xda premium
Can i do wipe internal memory in TWRP? Or doesnt this work for my problem?
Sent from my Galaxy Nexus using xda premium
Or format data? Any idea somebody i really could use some help
Sent from my Galaxy Nexus using xda premium

[Q] Build.prop

hello , my problem is stuck on logo ,I changed build.prop and since then not working , my phone is root , please help me
What did you change?
Sent from my GT-N7100 using xda premium
stefanmerfu said:
hello , my problem is stuck on logo ,I changed build.prop and since then not working , my phone is root , please help me
Click to expand...
Click to collapse
Boot into CWM, connect Note to PC via USB and change your build.prop back over ADB.
Sent from my GT-N7100 using XDA Premium HD app
reflash your ROM
dingokevin said:
reflash your ROM
Click to expand...
Click to collapse
Really? That's not a fix; it's not even advice. You're just suggesting he give up and start over. He just made a bad build.prop edit. All he has to do is undo the changes he made via ADB and reboot. It's Android tweaking 101.
Sent from my GT-N7100 using XDA Premium HD app
i forgot i wipe and system , is recomand reflash rom in my situation ?
If you already wiped. Then yes reflash the rom.
For your knowledge, for next time make a nandroid backup before making any major modding.
Sent from my GT-N7100 using xda premium
mariosraptor said:
If you already wiped. Then yes reflash the rom.
For your knowledge, for next time make a nandroid backup before making any major modding.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Aside from the ADB fix for those who failed to do a nandroid backup, this is the best advice so far. Recovery is your friend. ALWAYS DO A NANDROID BACKUP BEFORE TWEAKING!!
Sent from my GT-N7100 using XDA Premium HD app
Mister_Mxyzptlk said:
Aside from the ADB fix for those who failed to do a nandroid backup, this is the best advice so far. Recovery is your friend. ALWAYS DO A NANDROID BACKUP BEFORE TWEAKING!!
Sent from my GT-N7100 using XDA Premium HD app
Click to expand...
Click to collapse
Always have one every a few days.
Sent from my GT-N7100 using xda premium
Yeah, take a Nandroid, if you can't at least backup your build.prop dude. Never change it unless it's absolutely necessary.
'Swyped' from my GT-N7100
Odd question for a somewhat noob
So ya I have had the SGS3 T-Mo google wallet hack by editing the build.prop for a while, works great! Today I went to to put the copied original build.prop back into system and renamed edited/hacked one to _build.prop, but it got stuck at Samsung logo at boot. Recovery & Download mode OK. I had a CWM backup from a month ago, I know I should have done a backup up & at least weekly while developing apps, but i have now recovered back to the old one, and man it's old.
What i am looking for is can I can I go and edit/replace the build.prop in a CWM backup? Or push it through ADB in Recovery mode?
Note:
I did try using ADB while in CWM, but phone did not get recognized in ADB, needed phone back, so just recovered last month old backup for now. If I can recover the looped backup, and get ADB to recognize device, then i know I can just push it to the folder, but will ADB work in CWM recovery mode? Never done much ADB in recovery or DL mode.
*****
Sorry i just realized i posted in the wrong forum. Didn't realize this was Note until after post, my bad, sorry

[Q] CWM Warning No File_Contexts

Hi,
I have the Google Play Edition rom installed on T-Mobile Galaxy S4. I have accidentaly deleted the Clockworkmod folder from the internal storage. Now I can reboot in CWM recovery however on the main CMW screen I see a "Warning: No File_Contexts".
Should I be worried about this? Will I able able to flash a different rom, do and restore a nandroid back up with this warning?
If not what should I do to make the warning disappear?
Any help is appreciated.
Thanks in advance...
a103 said:
Hi,
I have the Google Play Edition rom installed on T-Mobile Galaxy S4. I have accidentaly deleted the Clockworkmod folder from the internal storage. Now I can reboot in CWM recovery however on the main CMW screen I see a "Warning: No File_Contexts".
Should I be worried about this? Will I able able to flash a different rom, do and restore a nandroid back up with this warning?
If not what should I do to make the warning disappear?
Any help is appreciated.
Thanks in advance...
Click to expand...
Click to collapse
You need to reflash cwm I did the same thing by mistake .however reflashing cwm fixed that problem.
Sent from my SGH-M919 using XDA Premium 4 mobile app
jslim38 said:
You need to reflash cwm I did the same thing by mistake .however reflashing cwm fixed that problem.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks for the response, do I have to reflash it using Odin then?
Sent from my GT-I9505G using xda app-developers app
a103 said:
Thanks for the response, do I have to reflash it using Odin then?
Sent from my GT-I9505G using xda app-developers app
Click to expand...
Click to collapse
Are you using the original cwm? If so you can download Rom manager from the market .and if your using another version of cwm that was developed by one of xda developer then yes you would need to use Odin to reflash.
Sent from my SGH-M919 using XDA Premium 4 mobile app
jslim38 said:
Are you using the original cwm? If so you can download Rom manager from the market .and if your using another version of cwm that was developed by one of xda developer then yes you would need to use Odin to reflash.
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, I'm using original CWM. I was able to do nandroid back up without issues and then successfully flashed a ROM as well as mods.
I did see in one of the thread that quite a few people encountered that issue but they just ignored it, which is what I did.
Thanks again for your help
Sent from my GT-I9505G using xda app-developers app
I also get this no file_contexts error.
I updatet from CMW 6.0.3.3. to CMW 6.0.3.6 via ROM Manager. Than I reinstalled 6.0.3.6 again to see if error goes away, but this error is still there.
But it seems that error does not have an effect.
MasterBrush said:
I also get this no file_contexts error.
I updatet from CMW 6.0.3.3. to CMW 6.0.3.6 via ROM Manager. Than I reinstalled 6.0.3.6 again to see if error goes away, but this error is still there.
But it seems that error does not have an effect.
Click to expand...
Click to collapse
Even I feel the same after researching in different forums.
Sent from my GT-I9505G using xda app-developers app
Yeah I just got my phone yesterday, and I've had this problem every time I've booted into CWM Recovery. I updated, tried different versions - didn't matter, still get the "no file_contexts" error.
I even tried TWRP and OUDHS Recovery, and had the same issue. I don't know what exactly is causing it, but it hasn't really negatively affected anything that I can see.
Just ignore it. Everything works fine.
Sent from my SGH-M919 using XDA Premium 4 mobile app
i can't make a nandroid, so i just mounted whatever can be mounted and retried it. the same error still appears, but was able to make a nandroid backup successfully already.
Don't worry about it. Just about every current cwr for every phone has this "error". Just a harmless bug
Adam0524 said:
Don't worry about it. Just about every current cwr for every phone has this "error". Just a harmless bug
Click to expand...
Click to collapse
Yep that's what I think too, as I mentioned before I was able to do a nandroid back up and a clean flash too. So just ignore it
Sent from my GT-I9505G using xda app-developers app
yep, I get the same thing too, tho I've never seen a problem in the functionality of CWM
but has anyone found out what the error message means?
jtdc said:
i can't make a nandroid, so i just mounted whatever can be mounted and retried it. the same error still appears, but was able to make a nandroid backup successfully already.
Click to expand...
Click to collapse
I have the same error message and I have no problem making nandroid backups. I always check the option bank up to external sd card. It works perfectly fine. Also flashes go just fine too. Don't worry about the error message. Not sure but I think saying no files are backed up to INTERNAL storage which is fine because you generally want them stored on your EXTERNAL sd storage anyway. If they went to internal you would loose most of your phones memory with a few backups. So don't worry. All is well. Just store your nandroid to external sd card. When its time to restore simply choose backup from EXTE R NAL sd card. So don't worry about that message. Hope this helps
the error message is gone in CWM 6.0.4.4.
MasterBrush said:
the error message is gone in CWM 6.0.4.4.
Click to expand...
Click to collapse
Yes it's gone now
Sent from my SGH-M919 using xda app-developers app
a103 said:
Yes it's gone now
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
Hi i am new at the forum, actually i am running cwm 6.0.1.9 touch version, how can i install that version you are talking about wich is "more updated", thanks and excuse me for my poor english.

4.3 Root apps don't work

Tried both cm10.3 and liquid smooth, and apps like titanium backup and scary won't work. TBP just stalls when trying to restore and adaway just stops at parsing.
Sent from my LG-LS970 using Tapatalk 4
zomgalama said:
Tried both cm10.3 and liquid smooth, and apps like titanium backup and scary won't work. TBP just stalls when trying to restore and adaway just stops at parsing.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Did you enable root in developer option
Download Super SU from Play Store and update Superuser binary via CWM.
Sent from my LG-LS970 using xda app-developers app
Been covered completely but..... You need to update you su binary and change your back up location from sdcard0 to legacy doing that titanium will work again for you
Sent from my LG-LS970 using XDA Premium 4 mobile app
spleef said:
Been covered completely but..... You need to update you su binary and change your back up location from sdcard0 to legacy doing that titanium will work again for you
Sent from my LG-LS970 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
How do I change my backup location? Also when I updated su binaries adaway still stalls at applying/parsing
Sent from my LG-LS970 using Tapatalk 4
zomgalama said:
How do I change my backup location? Also when I updated su binaries adaway still stalls at applying/parsing
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
For back up location go into titanium's preferences and then back up folder location click it then detect whole device then change it to legacy agreeing to move them to there, I never had to do the su update all I've had to do was storage but several have had to update their su ... so I'd your needing to then download su from market, goo into us settings and chose to update binary but do it through recovery... Hope that helps ya Bud
Sent from my LG-LS970 using XDA Premium 4 mobile app

OTA KitKat

So i need help well im rooted with a custom recovery running twrp what would be the best way for me to update to KitKat im kinda waiting a little bit to see if their are bug or anything first. also im on MI7 4.3 and i restored a backup from titanium backup pro and when i restored my backup i did the restorecon -R -v /data/data thing in terminal emulator to get my apps to stop fc but somehow my kik still fc it still works but when i get messages it fc and when im typing a message it fc anyone can help with that? be very much appreciated.
Samsung Kies
Sent from my SM-N900T using xda app-developers app
Mohammed Atif said:
Samsung Kies
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Will I lose root
Yes
Sent from my SM-N900T using xda app-developers app
http://forum.xda-developers.com/showthread.php?t=2672393
Follow This
Sent from my SM-N900T using xda app-developers app

Categories

Resources