Help in choosing correct steps

Search This thread

padhu1989

Senior Member
Jun 26, 2012
941
487
Chennai
Xiaomi Poco X3 NFC
  • Like
Reactions: jazzh

jazzh

Senior Member
Oct 2, 2011
1,158
133
Amazon Fire TV
Huawei MediaPad T5
OK, so I unlocked boot loader. Then rooted. Then installed cwm. Then performed backup. But now under folder clockworkmod I can't find my backup. Where is it? One more thing, I think root did not go well, no supersu app and total commander doesn't let me browse system files!?!
 

jazzh

Senior Member
Oct 2, 2011
1,158
133
Amazon Fire TV
Huawei MediaPad T5
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
 

padhu1989

Senior Member
Jun 26, 2012
941
487
Chennai
Xiaomi Poco X3 NFC
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...

I have done one time, but forgot the location now.. Are you able to see the nandroid backup files using the file Explorer.. It's somewhere inside the media directory.. Can you check with any root Explorer and tell me the location..?

Sent from my XT1032 using XDA Premium 4 mobile app
 

jazzh

Senior Member
Oct 2, 2011
1,158
133
Amazon Fire TV
Huawei MediaPad T5
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ;) ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.
 

padhu1989

Senior Member
Jun 26, 2012
941
487
Chennai
Xiaomi Poco X3 NFC
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ;) ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.

Try this and let me know if it works..

Enable USB debugging.. Connect your phone to USB..

Go to the adb location.. Open cmd there..

Try the below command and give enter..

adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp

If it doesn't work, try below

adb pull /mnt/shell/emulated/0/clockworkmod/backup C:\clockbkp


Let me know which one works.

Sent from my XT1032 using XDA Premium 4 mobile app

---------- Post added at 12:34 PM ---------- Previous post was at 12:33 PM ----------

Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...

Instead of saying thanks, press thanks button

Sent from my XT1032 using XDA Premium 4 mobile app
 
  • Like
Reactions: jazzh

jazzh

Senior Member
Oct 2, 2011
1,158
133
Amazon Fire TV
Huawei MediaPad T5
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp

It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:

Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils

but list of adb devices is empty:

Code:
adb devices
List of devices attached

Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8

because I saw the vendor id with:

Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS

but no devices found error again, tried also as root...

I must boot win in virtualbox and try from there then...
 

padhu1989

Senior Member
Jun 26, 2012
941
487
Chennai
Xiaomi Poco X3 NFC
It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:

Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils

but list of adb devices is empty:

Code:
adb devices
List of devices attached

Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8

because I saw the vendor id with:

Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS

but no devices found error again, tried also as root...

I must boot win in virtualbox and try from there then...

Sorry.. I'm not much familiar with Windows brother..

Sent from my XT1032 using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi!
    I just bought xt1032 8gb, german market. Rom 4.4.2.
    Can you suggest what steps should i petform in order to have cm11 installed? Links are also fine for some tutorials.
    Thx.

    Here you go.. But read the thread before flashing it..

    http://xdaforums.com/showthread.php?t=2608377

    Press thanks if I helped you

    Sent from my XT1032 using XDA Premium 4 mobile app
    1
    To root your phone download Superuser . zip from the below link and flash it via cwm..

    http://goo.gl/DPrVzS

    You need to copy the nandroid backup to pc using adb... You can't copy in usual way...

    Sent from my XT1032 using XDA Premium 4 mobile app
    1
    I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
    Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ;) ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.

    Try this and let me know if it works..

    Enable USB debugging.. Connect your phone to USB..

    Go to the adb location.. Open cmd there..

    Try the below command and give enter..

    adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp

    If it doesn't work, try below

    adb pull /mnt/shell/emulated/0/clockworkmod/backup C:\clockbkp


    Let me know which one works.

    Sent from my XT1032 using XDA Premium 4 mobile app

    ---------- Post added at 12:34 PM ---------- Previous post was at 12:33 PM ----------

    Thx for supersu advice, i did it.
    Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...

    Instead of saying thanks, press thanks button

    Sent from my XT1032 using XDA Premium 4 mobile app