Help in choosing correct steps - Moto G Q&A, Help & Troubleshooting

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.

jazzh said:
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.
Click to expand...
Click to collapse
Here you go.. But read the thread before flashing it..
http://forum.xda-developers.com/showthread.php?t=2608377
Press thanks if I helped you
Sent from my XT1032 using XDA Premium 4 mobile app

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!?!

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

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...

jazzh said:
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...
Click to expand...
Click to collapse
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

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.

jazzh said:
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.
Click to expand...
Click to collapse
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 ----------
jazzh said:
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...
Click to expand...
Click to collapse
Instead of saying thanks, press thanks button
Sent from my XT1032 using XDA Premium 4 mobile app

padhu1989 said:
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp
Click to expand...
Click to collapse
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...

jazzh said:
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...
Click to expand...
Click to collapse
Sorry.. I'm not much familiar with Windows brother..
Sent from my XT1032 using XDA Premium 4 mobile app

Related

HTC VilleC2 VF UK 1.11.161.133 Download Link

http://www.4shared.com/zip/-YN5L8CV/RUU_VILLEC2_U_ICS_40_Vodafone_.html
Register, download, unzip, connect phone, install .exe, enjoy :
Do what it says herehttp://forum.xda-developers.com/sho...OW-TO] Fix soft brick & error mounting sdcard
Sent from my HTC One S using xda app-developers app
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
tominozh said:
Do what it says herehttp://forum.xda-developers.com/sho...OW-TO] Fix soft brick & error mounting sdcard
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
I tried this, but allways get reply unable to mount /sdcard
AKToronto said:
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
Click to expand...
Click to collapse
When I reach adb shell su, it stops
AKToronto said:
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
Click to expand...
Click to collapse
adb shell su
message
/sbin/sh: su: not found
mita399 said:
adb shell su
message
/sbin/sh: su: not found
Click to expand...
Click to collapse
Try adb shell
Then seperately on the next line, type "su"
If its not found after that, it may be that you dont have root?
If so, just try the "Other Method #1" posted on that thread too. Just note that it requires a full wipe of your device
AKToronto said:
Try adb shell
Then seperately on the next line, type "su"
If its not found after that, it may be that you dont have root?
If so, just try the "Other Method #1" posted on that thread too. Just note that it requires a full wipe of your device
Click to expand...
Click to collapse
Thanks for reply,
I cannot do antthing with fastboot, so I can't get root, I can,t load anything, locks like ther is no OS, I need to flash a kernel, but I don't know which one for the Htc one s s3 chip
mita399 said:
Thanks for reply,
I cannot do antthing with fastboot, so I can't get root, I can,t load anything, locks like ther is no OS, I need to flash a kernel, but I don't know which one for the Htc one s s3 chip
Click to expand...
Click to collapse
In twrp can you select mount then mount usb storage? If so your computer should now see sd. If so format your sd card from your pc
Sent from my HTC One S using xda premium
---------- Post added at 06:41 PM ---------- Previous post was at 06:40 PM ----------
bochocinco23 said:
In twrp can you select mount then mount usb storage? If so your computer should now see sd. If so format your sd card from your pc
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
And for the kernel its just the boot.img file from any Rom download...download an s3 Rom and flash the boot.img in fastboot
Sent from my HTC One S using xda premium

[Root] RockMyMoto (Yes, even the first OTA)

This will void your warranty, like all root exploits. Use this at your own risk. Do not take OTAs on rooted devices unless you know what you are doing, as it may cause a bootloop or a soft brick.
RockMyMoto is designed for MotoXs that have recieved the Camera update, patching PwnMyMoto. If you are unsure of your firmware, try PwnMyMoto first.
First step is to install Cydia Impactor, by Saurik. http://www.cydiaimpactor.com/ This is required. You will also need adb installed and working, and be comfortable with the command line. Your phone must be on the same network as your PC.
Figure out the ip address of your phone:
adb shell getprop dhcp.wlan0.ipaddress
Click to expand...
Click to collapse
unzip RockMyMoto-{version}.zip and push the exploit and su to /sdcard/:
adb push su /sdcard/
adb push RockMyMoto.jar /sdcard/
Click to expand...
Click to collapse
Run Impactor and select "# start telnetd as system on port 2222", then hit start.
Once the process is complete, run telnet:
telnet {your phone's ipaddress} 2222
Click to expand...
Click to collapse
Run the exploit through telnet
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
Click to expand...
Click to collapse
The exploit will tell you to use adb to reboot:
adb reboot
Click to expand...
Click to collapse
Run the exploit through telnet for the second time, it will reboot on it's own:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
Click to expand...
Click to collapse
Run the exploit through telnet for the third time, it will not reboot:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
Click to expand...
Click to collapse
Wait 0-60 seconds, for su to install, then install SuperSu from the market.
Enjoy!
Known issues:
If you have AP isolation mode enabled in your AP (aka WiFi router) you won't be able to connect to your phone via telnet, disable isolation.
Windows users having trouble see here
Amazing! Trying now...
You are the man!!!!!!!!!!
Sent from my XT1060 using Tapatalk
Doing this now. Wonderful job jcase.
Edit: It works.
OMG It worked like a charm! Thank you jcase!!!
one thing though
adb push RockMyMoto-1.0.zip /sdcard/
Click to expand...
Click to collapse
should have been
adb push RockMyMoto.jar /sdcard/
which should have been extracted with su from the zip.
Okay. I have never rooted like this before. Adb = command prompt? Do I need the SDK? Or just the rockmymoto and the other program?
Sent from my XT1060 using Tapatalk
holyevilcow said:
OMG It worked like a charm! Thank you jcase!!!
one thing though
should have been
adb push RockMyMoto.jar /sdcard/
which should have been extracted with su from the zip.
Click to expand...
Click to collapse
Thanks, fixed
Quick question, does this method force us to reboot recovery for system r/w like pwnmymoto?
d4mi3n said:
Quick question, does this method force us to reboot recovery for system r/w like pwnmymoto?
Click to expand...
Click to collapse
yes it does
Works on windows perfectly. AWESOME WORK !
You never cease to amaze. Nice work bro,
Thanks a ton
Sent from my Nexus 7 using Tapatalk
Major Kudoos to Jcase and saurik. Up and running like a boss.
Thanks jcase! Followed your steps and worked like a charm.
Sent from my XT1058 using XDA Premium 4 mobile app
I haven't taken the update so could I just unfreeze apps, unroot, uninstall root apps, take the update, then run this? I don't want to RSD a third time today.
Sent from my Moto Ghost
Thanks bro, amazing work as usual!
Sent from my XT1058 using XDA Premium 4 mobile app
---------- Post added at 03:22 AM ---------- Previous post was at 03:13 AM ----------
Also if anyone is not by a PC you can just type getprop and whatever command to get the info you need using terminal emulator. Just don't type adb shell before getprop. And just typing getprop in terminal emulator will list your whole build.prop or you can just type getprop ro.secure & hit enter & that will tell you whether your s-off or not by listing a 0 or a 1. That was just a example if you just want to find out just 1 line like jcase first command to get your ipaddress. You would just type getprop dhcp.wlan0.ipaddress & hit enter & terminal emulator will list your sensitive data if your not by a PC
Sent from my XT1058 using XDA Premium 4 mobile app
thanks bro! worked beautifully
does anyone know of a way to get the native tethering working after rooting this way on a camera updated vz moto x? thanks
edit: this works: http://forum.xda-developers.com/showthread.php?t=2443562
Quote:
adb push su /sdcard/
adb push RockMyMoto.zip /sdcard/
When I do this step I get an error about no such directory. Please help
---------- Post added at 02:48 AM ---------- Previous post was at 02:38 AM ----------
Now says "read only file system"
---------- Post added at 03:09 AM ---------- Previous post was at 02:48 AM ----------
Okay got past that.
Know saying telnet is not reconized as command
---------- Post added at 03:50 AM ---------- Previous post was at 03:09 AM ----------
Okay I finally got it!! Yay Root!
When I try the telnet action, I get an error that the 'link failed File exists'. If I try to proceed to the next step, same error. My router is an Asus router and I made sure Isolation was unchecked, and there was a setting for telnet (never used this before) and I tried both on and off for that one.
Anybody have a clue how I can get through this?
Thanks!

[CWM] 6.0.3.3 for HP Slate 7

I have successfully built ClockworkMod for our HP Slate 7. I have been successful in backup and restore to and from internal SD and external SD. This is confirmed working on 2800 series and 4600 series tablets.
Prerequisites
You must have root to install this.
- Download ROOT install tool http://www.sjroot.com
- After tablet is rooted, install SuperSU from the market and update the su binary
- Verify root access with Root Checker or equivilent
Updates
-Confirmed working on 2800 series by user Joshua11007! Thanks!
-Confirmed working on 4600 series by goodguy25. Thanks!
-Added download link to stock recovery
Install at your own risk. I or anyone else am not responsible for the damage caused to your tablet or breaking warranty.
Issues
If you go into key test the only way out is to reboot is to hold the power button until tablet resets, but i think this normal.
Install from Windows *** Updated installer
If your tablet isn't rooted, please root it first. You must also have ADB working in Windows. This installer will not work from Linux, but I will provide steps below to flash from linux too.
Download attached zip file and extract on Windows PC.
Follow back-up procedure below if you want to backup your factory recovery first. (This can be skipped but you won't have your factory recovery image anymore if you skip it).
Run the Batch file labeled "Install-CWM.bat"
Done! The script will automatically reboot the tablet into recovery when complete.
Install from Linux
Ensure tablet is rooted
Download attached file and unzip it
Code:
adb push recovery.img /sdcard/
Code:
adb shell dd if=/sdcard/recovery.img of=/dev/block/mtd/by-name/recovery
Code:
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
Done! You have copied the recovery image to the internal SD, copied it to the recovery partition, and moved the factory recovery image so it doesn't over-write CWM the next time you reboot.
Backup Procedure
From your computer with ADB working
Code:
adb shell dd if=/dev/block/mtd/by-name/recovery of=/sdcard/factory-recovery.img
Code:
adb pull /sdcard/factory-recovery.img
You have copied the recovery partition to your internal SD and copied it to your computer.
Download Link
CWM 6.0.3.3
http://goo.gl/GDbDyc - Mega (Link Fixed 11/13/2014)
Stock Recovery
http://goo.gl/cGtlt1 - Mega
Reserved
Please can you upload a stock recovery backup? Thanks!!
rjwil1086 said:
I have successfully built ClockworkMod for our HP Slate 7. I have only tested this on my Slate, which is a 2800. I have been successful in backup and restore to and from internal SD and external SD. I don't have a ROM to test with yet but once I do, I will verify ROM installation works as well.
I hope this goes without saying, but I am the only person that has tested this, so install at your own risk. I or anyone else am not responsible for the damage caused to your tablet or breaking warranty.
Issues
None that I am aware of. Please let me know otherwise.
Install from Windows
If your tablet isn't rooted, please root it first. You must also have ADB working in Windows. This installer will not work from Linux, but I will provide steps below to flash from linux too.
Download attached zip file and extract on Windows PC.
Follow back-up procedure below if you want to backup your factory recovery first. (This can be skipped but you won't have your factory recovery image anymore if you skip it).
Run the Batch file labeled "Install-CWM.bat"
Done! The script will automatically reboot the tablet into recovery when complete.
Install from Linux
Ensure tablet is rooted
Download attached file and unzip it
Code:
adb push recovery.img /sdcard/
Code:
adb shell dd if=/sdcard/recovery.img of=/dev/block/mtd/by-name/recovery
Code:
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
Done! You have copied the recovery image to the internal SD, copied it to the recovery partition, and moved the factory recovery image so it doesn't over-write CWM the next time you reboot.
Backup Procedure
From your computer with ADB working
Code:
adb shell dd if=/dev/block/mtd/by-name/recovery of=/sdcard/factory-recovery.img
Code:
adb pull /sdcard/factory-recovery.img
You have copied the recovery partition to your internal SD and copied it to your computer.
Download Link
http://goo.gl/aGjiij - Mega
Click to expand...
Click to collapse
Please can you upload a stock recovery.img backup? Thanks!! :good:
J001E said:
Please can you upload a stock recovery.img backup? Thanks!! :good:
Click to expand...
Click to collapse
I have added a link to the op. Thanks.
Just tested, I can confirm it works.
Most easy way to install on linux :
Use this rkflashkit
Also works across 4600 models. Just don't use key test as you'll trap yourself inside and have to power off manually.
Sent from my HP Slate 7 using Tapatalk
how to flash stock recovery?
preferably from CWM
Just so you guys know I got a request to port my custom ROM for the Slate 7 Plus to the Slate 7 and worst case scenario I can get a build out Monday.
Sent from my Sero 7 Pro using Tapatalk
gless said:
how to flash stock recovery?
preferably from CWM
Click to expand...
Click to collapse
You can flash the stock recovery via Flashify if you're rooted.
Sent from my Sero 7 Pro using Tapatalk
I tried to install this by it comes up with an error:
/dev/block/mtd/by-name/recovery: cannot open for write: Permission denied
Click to expand...
Click to collapse
Any advice? Thanks!
Python. said:
I tried to install this by it comes up with an error:
Any advice? Thanks!
Click to expand...
Click to collapse
Are you rooted?
Sent from my HP Slate 7 using Tapatalk
goodguy25 said:
Are you rooted?
Sent from my HP Slate 7 using Tapatalk
Click to expand...
Click to collapse
Yep. That was the first thing I checked. Confirmed it with Root Checker...
Edit: For extra information, I have the HP Slate 7 2801 (Same as the 2800 version)
Python. said:
Yep. That was the first thing I checked. Confirmed it with Root Checker...
Click to expand...
Click to collapse
If I were you, I would get the Cwm recovery on to the tablet, then using terminal emulator to backup the stock recovery and install the Cwm one.
Sent from my HP Slate 7 using Tapatalk
goodguy25 said:
If I were you, I would get the Cwm recovery on to the tablet, then using terminal emulator to backup the stock recovery and install the Cwm one.
Sent from my HP Slate 7 using Tapatalk
Click to expand...
Click to collapse
Could you clarify that? How would I get CWM recovery on to the tablet? I'm getting the error message when running the Batch file 'Install-CWM.bat'. The cmd console has that message about permission being denied and then it says installation complete and press to reboot. When rebooting, it goes to the stock recovery...
Python. said:
Could you clarify that? How would I get CWM recovery on to the tablet? I'm getting the error message when running the Batch file 'Install-CWM.bat'. The cmd console has that message about permission being denied and then it says installation complete and press to reboot. When rebooting, it goes to the stock recovery...
Click to expand...
Click to collapse
Try taking the CWM .IMG file and flashing it via Flashify.
Sent from my Sero 7 Pro using Tapatalk
I looked through my batch script. I think I need to modify it because it's not executing as root. Use the steps I created for Linux except from Windows command prompt. That's all the batch file is doing.
Sent from my LG-E970 using XDA Premium 4 mobile app
jerbear294 said:
Try taking the CWM .IMG file and flashing it via Flashify.
Sent from my Sero 7 Pro using Tapatalk
Click to expand...
Click to collapse
I tried this but when I open Flashify, it says 'You don't have root/superuser access'. But, Root Checker says that I have root and SuperSU is working...
rjwil1086 said:
I looked through my batch script. I think I need to modify it because it's not executing as root. Use the steps I created for Linux except from Windows command prompt. That's all the batch file is doing.
Sent from my LG-E970 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I tried doing that but there's an error on Step 2:
rjwil1086 said:
adb shell dd if=/sdcard/recovery.img of=/dev/block/mtd/by-name/recovery
Click to expand...
Click to collapse
It states that:
Code:
/dev/block/mtd/by-name/recovery: cannot open for write: Permission denied
Python. said:
I tried this but when I open Flashify, it says 'You don't have root/superuser access'. But, Root Checker says that I have root and SuperSU is working...
I tried doing that but there's an error on Step 2:
It states that:
Code:
/dev/block/mtd/by-name/recovery: cannot open for write: Permission denied
Click to expand...
Click to collapse
Strange. Try rerooting, both issues are connected to root. It could be the SU binary as well, does SuperSU want you to update?
Sent from my Sero 7 Pro using Tapatalk
jerbear294 said:
Strange. Try rerooting, both issues are connected to root. It could be the SU binary as well, does SuperSU want you to update?
Sent from my Sero 7 Pro using Tapatalk
Click to expand...
Click to collapse
I've tried rebooting several times, SuperSU doesn't need an update but it's still not working...
I'll need a bit more time to make the ROM. Sorry guys, I've been trying to tackle an issue with porting CWM to the Slate 7 Plus. I will definitely have a ROM for you guys by the time Saturday rolls around.
Sent from my Sero 7 Pro using Tapatalk

stuck in twrp

I deleted my rom file while doing a wipe. adb sees the device, so I ran from cmd and cd'd into the platform tools directory. Then ran:
Code:
C:\Users\Administrator\Desktop\android-sdk-windows\platform-tools> adb push ROM.zip
But when I run that, I get the man pages or error:closed
At least it's good that adb sees my device after running adb devices. Is there something wrong with the way I'm trying to push the rom over?
You need to tell it what to push it. \sdcard\download. Or something along those lines
Sorry, you need to use / not \
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
You need to tell it what to push it. \sdcard\download. Or something along those lines
Sorry, you need to use / not \
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
I'm trying eveything I can think of, but still nothing. So close.
When I run adb status-window I get:
<-[2J<-[2HAndroid Debug Bridge
State: sideload
did you try adb push ROM.zip /sdcard/ROM.zip but changing the name ROM.zip to whatever the exact name of your file is?
goofball2k said:
did you try adb push ROM.zip /sdcard/ROM.zip but changing the name ROM.zip to whatever the exact name of your file is?
Click to expand...
Click to collapse
I just tried that, and got:
error:closed
Ran the original command with sideload:
C:\Users\Administrator\Desktop\android-sdk-windows\platform-tools> adb sideload ROM.zip
and got:
* failed to write data 'protocol fault <no status>' * 1%
If all else fails, just flash stock, reroot and start fresh.
Return to Stock
OK, I got it done. I rebooted the phone back into recovery mode, and ran the original command which finally worked. I got a new rom installed successfully! Thanks for the help guys, all is well, and lesson learned.
wolfen69 said:
I'm trying eveything I can think of, but still nothing. So close.
When I run adb status-window I get:
Sorry didnt noticed that you tried
Click to expand...
Click to collapse

[Help] How to extract system.img in Windows 10

Hello.
I want to know how to extract system.img in windows 10. I have tried the ext4_unpacker but whenever I load the system.img file in it,it does not respond,i,e.it hangs.And I have also tried the command sonu mount -t.......... after downloading the tools but it shows error it is not recognized as an internal or external command line in windows.
So does anyone has a solution for this.
Many Many thanks in advance.
Raunak09 said:
Hello.
I want to know how to extract system.img in windows 10. I have tried the ext4_unpacker but whenever I load the system.img file in it,it does not respond,i,e.it hangs.And I have also tried the command sonu mount -t.......... after downloading the tools but it shows error it is not recognized as an internal or external command line in windows.
So does anyone has a solution for this.
Many Many thanks in advance.
Click to expand...
Click to collapse
Have u tried with terminal?
Sent from my GT-S5830i using XDA Free mobile app
sohamsen said:
Have u tried with terminal?
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
if you mean to say command prompt then yes thats the only way i tried apart from ext4_unpacker. Actually i tried to unpack cm13 system.img using ext4_unpacker and i was successful in it but when try to unpack Micromax Canvas5 E481 stock system.img using ext4_unpacker it does not respond and hangs.
Use This Terminal Emulator Code:
Code:su tar -c system/* >> sdcard/system.tar
This will copy all your /system folder to your SDcard with name System.tar
This will take some time to finish so be patient.
Hit The Button Thanks If I Helped You!
Sent From A Galaxy Ace-i Far Far Away!
Currently Running Rom:CMX11 V6(CyanogenMod 11) With Jenkins Kernel

Categories

Resources