[Q] TWRP 2.6.3.1 Can Not Mount System - Kindle Fire 2 Q&A, Help and Troubleshooting

I cant flash a zip due to this. I've also lost my fastboot cable. So if fastboot is my only option does anyone know the commands that need to be typed in terminal commands to accomplish this?

Did you try mounting it in mount, and browsing system from An adb shell or twrp's file browser to see if you can view the contents of /system? If you can tell me what shows up in there.
Sent from my LG-P769 using xda app-developers app

Try adb push after turning it on.
Twrp won't Mount properly with our device
Sent from my SAMSUNG-SGH-I317 using Tapatalk

I tried to mount system under mount but the screen just freezes than unfreeze with system still unmounted. Don't have my kindle with me at the moment so can't check to see if files show up in system. I don't think adb push would help though because I don't think anything can be written to system because it won't mount. Correct me if I'm wrong.

Have you tried from TWRP:
Code:
adb reboot bootloader
Should reboot into fastboot mode without a fastboot cable

narms72 said:
I tried to mount system under mount but the screen just freezes than unfreeze with system still unmounted. Don't have my kindle with me at the moment so can't check to see if files show up in system. I don't think adb push would help though because I don't think anything can be written to system because it won't mount. Correct me if I'm wrong.
Click to expand...
Click to collapse
Nvmd. Just understood what you are saying. Fastboot is your only option
Sent from my SAMSUNG-SGH-I317 using Tapatalk

Does anybody know what happened? Did it become corrupt? I d like to prevent this from happening again.

narms72 said:
Does anybody know what happened? Did it become corrupt? I d like to prevent this from happening again.
Click to expand...
Click to collapse
No idea. This never happened to me. What were the circumstances that occurred before this happened?
Sent from my SAMSUNG-SGH-I317 using Tapatalk

https://www.youtube.com/watch?v=xuM5QAinkUA&feature=youtube_gdata_player heres what happens when you type adb reboot bootloader and what shows up in system and sys.

Failed Post

What other commands is there to get to fastboot? Why is adb missing? I really don't want to buy about her fastboot cable. Thanks.

narms72 said:
What other commands is there to get to fastboot? Why is adb missing? I really don't want to buy about her fastboot cable. Thanks.
Click to expand...
Click to collapse
Sorry I should have been more clear...with the regular USB cable connected.
From terminal on your PC use adb reboot bootloader then your regular USB will act like a Fastboot cable

Related

Please help!

Please help! Accidentally did a wipe /system in TWRP and now get the message "exec '/system/bin/sh' failed: No such file or directory". How can this be a fix?
Having no experience with the fire, my guess would be to use the USB mount in twrp put on cm7 flash it.
Sent from my Full Android on Bravo using XDA App
adbirdie said:
Having no experience with the fire, my guess would be to use the USB mount in twrp put on cm7 flash it.
Sent from my Full Android on Bravo using XDA App
Click to expand...
Click to collapse
Now I have nothing else works except ADB. I tried to copy the system dir by
adb push "D:\sdf\system" /sytem
but in result received message:
push: D:\sdf\system/app/Windowshop.apk -> /sytem/app/Windowshop.apk
failed to copy 'D:\sdf\system/app/Windowshop.apk' to '/sytem/app/Windowshop.apk'
: No such file or directory
What am I doing wrong?
You need to flash a zip in recovery try cm7
Sent from my Galaxy Nexus using XDA App
JackpotClavin said:
You need to flash a zip in recovery try cm7
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
With TWRP I flashed stock firmware, then decided to wipe everything. So now I have no recovery. Just sign on the screen "Kindle fire"
When I try to do adb shell I get the message "exec '/ system / bin / sh' failed: No such file or directory"
Sorry for my poor English.
If you flashed stock firmware with TWRP, then can you just not do that again?
I didnt think wiping system wiped recovery.... In fact, im sure it doesnt as I wiped system yesterday when I flashed CM7.
About the adb push thing not working. Not tried, but does ADB recognise windows formatted paths? Seems like it doesnt. Move what you are trying to copy into the adb directory and try again.
Oh lord stock overwrites the recovery. Looks like your device is broken permanently, the same thing happened to me and my first kindle. Unless you can get yourself a factory cable you are going to need to get a new one
Sent from my Galaxy Nexus using XDA App
JackpotClavin said:
Oh lord stock overwrites the recovery. Looks like your device is broken permanently, the same thing happened to me and my first kindle. Unless you can get yourself a factory cable you are going to need to get a new one
Click to expand...
Click to collapse
Sad
factory cable? Where I can get it? Can be solder?
Im confused, sorry. If you flash Stock using TWRP, and this means you lose recovery, how can you then do a system wipe using TWRP?
alchemyst said:
Im confused, sorry. If you flash Stock using TWRP, and this means you lose recovery, how can you then do a system wipe using TWRP?
Click to expand...
Click to collapse
you can wipe system...but you can't flash stock firmware, as it will install stock recovery, then you lose function over your TWRP recovery, hence the whole process halt!
ck_looi said:
you can wipe system...but you can't flash stock firmware, as it will install stock recovery, then you lose function over your TWRP recovery, hence the whole process halt!
Click to expand...
Click to collapse
Maybe you can flash twrp with the fastboot command. If you still get recognized by adb devices you are not totally lost.
Sent from my SGH-I777 using Tapatalk
warren2781 said:
Maybe you can flash twrp with the fastboot command. If you still get recognized by adb devices you are not totally lost.
Sent from my SGH-I777 using Tapatalk
Click to expand...
Click to collapse
That was my thought too. Could you use idme to set the boot mode to fastboot then use that to flash twrp and firefirefire? Even if idme isn't available, you can adb push it from a computer.
ttabbal said:
That was my thought too. Could you use idme to set the boot mode to fastboot then use that to flash twrp and firefirefire? Even if idme isn't available, you can adb push it from a computer.
Click to expand...
Click to collapse
when i try "adb shell" i get message "exec '/system/bin/sh' failed: No such file or directory"'.
ttabbal said:
Even if idme isn't available, you can adb push it from a computer.
Click to expand...
Click to collapse
What exactly should I push?
when your fire boots to the "kindle fire" screen connect it to comp and try running the "fastboot devices" command and see if it will recognize it, if it does then you are ok we can fix it if. make sure you are in <your path to sdk>/platform-tools to try the fastboot commands.
I had this problem with my first kindle. Afaik there's no way to get into fastboot without a factory cable in the current state that it's in. He's missing the sh binary that actually lets you go into the shell. He can't push to the system because he doesn't have the su binary so he cannot remount. There's no way to push files to a PATH location as they are all read only unless you're root. He needs a factory cable or he's screwed.
As for the cable itself, if you Google tbh Motorola factory cable you'll find it. You can also make one from an existing cable, just google around for a guide
Sent from my Galaxy Nexus using XDA App
JackpotClavin said:
I had this problem with my first kindle. Afaik there's no way to get into fastboot without a factory cable in the current state that it's in. He's missing the sh binary that actually lets you go into the shell. He can't push to the system because he doesn't have the su binary so he cannot remount. There's no way to push files to a PATH location as they are all read only unless you're root. He needs a factory cable or he's screwed.
As for the cable itself, if you Google tbh Motorola factory cable you'll find it. You can also make one from an existing cable, just google around for a guide
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
many thanks =). This cable looks easy, I'll try

Any way to save data on a Nexus in a bootloop?

I have a Galaxy Nexus that after updating is stuck in a boot loop just recycling the Google logo. There is no ADB access as a result.
Is there anyway I can save my photos? Thanks!
You should be able to do is using fastboot to get into CWM - you can then mount the sd card and copy off your data
Like Eddy said. Via fastboot, boot up CWM, either you have it flashed or not.
From CWM, you can access the phone via adb over USB.
In a "adb shell", you can .tar.gz up the stuff you like (or your entire /sdcard). Afterwards you can "adb pull" that off the phone.
Requires quite a bit off commandline, but it's not hard, just cumbersome. If your data is important enough, it's definitely worth it.
EddyOS said:
You should be able to do is using fastboot to get into CWM - you can then mount the sd card and copy off your data
Click to expand...
Click to collapse
You can't mount /sdcard on a Galaxy Nexus.
Like josteink said, boot up CWM, open a command prompt on your computer and type: adb pull /sdcard or adb pull /data/media
That's it. This will pull all your data stored in /sdcard (although I believe it will not keep the directory structure in place). As well, keep in mind that file transfers over adb are very slow, so it may take a while if you have a lot of data...
It's not had CWM Installed. I assume that the process of unlocking the bootloader to install CWM would wipe the phone so that wont work?
Is that correct or am I mistaken?
efrant said:
You can't mount /sdcard on a Galaxy Nexus.
Like josteink said, boot up CWM, open a command prompt on your computer and type: adb pull /sdcard or adb pull /data/media
That's it. This will pull all your data stored in /sdcard (although I believe it will not keep the directory structure in place). As well, keep in mind that file transfers over adb are very slow, so it may take a while if you have a lot of data...
Click to expand...
Click to collapse
You can, just not as USB Mass Storage. Mount it in CWM then use ADB to get your data off
Spinstorm said:
It's not had CWM Installed. I assume that the process of unlocking the bootloader to install CWM would wipe the phone so that wont work?
Is that correct or am I mistaken?
Click to expand...
Click to collapse
Correct. If your bootloader is locked, you're out of luck. Unlocking wipes everything.
EddyOS said:
You can, just not as USB Mass Storage. Mount it in CWM then use ADB to get your data off
Click to expand...
Click to collapse
Once you boot up CWM, you have adb access to the files on your device. Not sure what "mount" you are talking about, but I have never had to do anything to get files off/on the /sdcard directory other than boot up CWM or my ROM.
Sent from my Galaxy Nexus using Tapatalk
Spinstorm said:
It's not had CWM Installed. I assume that the process of unlocking the bootloader to install CWM would wipe the phone so that wont work?
Is that correct or am I mistaken?
Click to expand...
Click to collapse
You are not mistaken. In that case, try booting to the stock recovery and use the adb pull command.
Sent from my Galaxy Nexus using Tapatalk
Boot loop
If you are having difficulty with boot loop, pull the battery. I had the same issue with my N1 didn't wipe dalvik cache after an update. And because of the loop couldn't get the timing for fastboot as the bootloop was not giving an indication of when the keypresses would activate the bootloader.
If you are unrooted and stock then try this:
Put device into the bootloader by holding down Vol Up + Vol Down + Power
use your volume buttons to change options next select (with power button) the fastboot option, after use the ADB instructions from the more knowledgeable members (ADB is somewhat cumbersome.... but it works and has saved my bacon) After wards using the Bootloader you should be able to resore to factory settings and reload your info after.
If you are Rooted with a custom bootloader and rom
same as above to get to bootloader, but then wipe your cache, and dalvik cache. Reflash latest ROM and Gapps. You shouldnt lose anything.
Good luck bud.... your Nexus isn't dead.... only in a Coma.... or a political promise...
J
You can perform a complete backup via adb without root access. You would have to do this from recovery...
http://forum.xda-developers.com/showthread.php?t=1436846
danger-rat said:
You can perform a complete backup via adb without root access. You would have to do this from recovery...
http://forum.xda-developers.com/showthread.php?t=1436846
Click to expand...
Click to collapse
Have you tried and gotten that to work in recovery? Although I haven't tried it, I don't think that works in recovery. It is a feature of ICS, so I'm pretty sure you need to be booted into your ROM for it to work.
Sent from my Galaxy Nexus using Tapatalk
sos lge960
i have one nexus4 lg e960 enter only in recovery mode or clockrecovery mode
but i can't update my rom in to the internal masse storage
how i mount sd card to performe update rom via zip file
command with adb or via menu of recovery clockworkmode
yours
[email protected]
emergency
bibi019 said:
i have one nexus4 lg e960 enter only in recovery mode or clockrecovery mode
but i can't update my rom in to the internal masse storage
how i mount sd card to performe update rom via zip file
command with adb or via menu of recovery clockworkmode
yours
[email protected]
emergency
Click to expand...
Click to collapse
My guess is this question is more appropriate for the nexus 4 forum
Sent from my Galaxy Nexus
Nooooo, necrobumping is fine, since he has the same issue, and this is the first hit on Google... even though he's on a different device. /s
Sent from my Nexus
Hey, I'm running to a similar problem with this guy.
I stupidly reformated my system files without having a rom on my internal sd.
The question is that I'm reading that I can use the adb to push files in but I'm just new to the whole adb.
How would I get my computer to use the adb?
Sorry for such a noob question -_-;
Edit: So it seems from looking around and reading other forums and faq's that I need to have the phone for the adb to be installed.
Is there away around that so that I can access the adb?
Edit2: Nevermind. Fixed it with a toolkit. Sorry to spam

Need some help guys!

I tried flashing a rom and it wouldn't load past the bootscreen. I am now stuck in recovery and I can't mount my USB storage to flash another rom. Is there a way i can transfer the file from my computer to my phone while in recovery or the bootloader? I am on a Mac running OSX Lion. thanks for the help.
iPathik said:
I tried flashing a rom and it wouldn't load past the bootscreen. I am now stuck in recovery and I can't mount my USB storage to flash another rom. Is there a way i can transfer the file from my computer to my phone while in recovery or the bootloader? I am on a Mac running OSX Lion. thanks for the help.
Click to expand...
Click to collapse
If u are in recovery u can flash ur Android and start again.
You did to a Android backup, didn't you ?
Sent from my Galaxy Nexus using xda premium
You didn't make a NANDROID BACKUP?!?!?!?!?
I am not sure about the mounting in recovery but I think you can fastboot files to your phone in fastboot mode..
That is all I know.
bbgt2 said:
If u are in recovery u can flash ur Android and start again.
You did to a Android backup, didn't you ?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
no, I didn't do a backup stupid mistake on my part i know...
If its recognized by the computer, then you're fine.
Download ADB and Fastboot (I've attached the .zip to this post). Unzip it to your home folder, and drop whatever files you need to transfer to your phone in that folder.
Open terminal and direct it to the path of your ADB file (aka, type "cd " and drag the folder into Terminal).
Type:
Code:
./adb devices
and hit return. If you get "devices attached xyzxyzxyzyxz" you're good.
Type:
Code:
./adb push FILENAME.zip /sdcard/
and hit return. If it's a full ROM, it'll take a while, you don't get progress or any notification until its finished transferring.
Then load up your CWM and wipe your data etc etc then flash the ROM.
iPathik said:
no, I didn't do a backup stupid mistake on my part i know...
Click to expand...
Click to collapse
i am in fastboot mode and i have the fastboot comand open in terminal and it recognizes my device, how do i transfer files on it? i havent used it before. i've been searching on how to use fastboot and adb but adb isnt recognizing my device in recovery mode or fastboot mode.
iPathik said:
i am in fastboot mode and i have the fastboot comand open in terminal and it recognizes my device, how do i transfer files on it? i havent used it before. i've been searching on how to use fastboot and adb but adb isnt recognizing my device in recovery mode or fastboot mode.
Click to expand...
Click to collapse
Read my post. It's "./adb push FILENAME.zip /sdcard/ " . Just go into your recovery and do the ADB command to push the file. Let it xfer then you're good to go.
Mount /data in mounts and storage
then preform this
Code:
adb push name-of-ROM.zip /data/media
I would have said sdcard but sometimes that doesnt work.. at least the last time i've tried it didnt work correctly and wouldnt bring up my "sdcard" at all and had to reboot the recovery and it wasnt there. I know for sure this method works.
OH oops.. Boot into recovery and go into mounts and storage and mount /data sorry..
ÜBER™ said:
Mount /data in mounts and storage
then preform this
Code:
adb push name-of-ROM.zip /data/media
I would have said sdcard but sometimes that doesnt work.. at least the last time i've tried it didnt work correctly and wouldnt bring up my "sdcard" at all and had to reboot the recovery and it wasnt there. I know for sure this method works.
OH oops.. Boot into recovery and go into mounts and storage and mount /data sorry..
Click to expand...
Click to collapse
how will I flash the file once it transfers? :/
Nevermind, I see it, THANKS SO MUCH GUYS! Really appreciate it. I hit the thanks button on every1 that replied. thanks again for the help
iPathik said:
how will I flash the file once it transfers? :/
Click to expand...
Click to collapse
It'll be visible in CWM when you go select a zip. Just the same as you did the last one. All ADB push does is put it on your phone so you can flash it normally. Exact same as if you moved it via Android File Transfer or download.
---------- Post added at 03:41 PM ---------- Previous post was at 03:40 PM ----------
iPathik said:
Nevermind, I see it, THANKS SO MUCH GUYS! Really appreciate it. I hit the thanks button on every1 that replied. thanks again for the help
Click to expand...
Click to collapse
You're welcome. Next time nandroid backup...
But at least now you know how to ADB push.

[Q] Wiped phone completely how do I install rom

I completely formatted my phone and now I am stuck because I forgot that I didnt have an sd card to back up the new rom I want to flash to so how can I move it to my phone? I connected it to a pc but it didnt recognize it
RedJack117 said:
I completely formatted my phone and now I am stuck because I forgot that I didnt have an sd card to back up the new rom I want to flash to so how can I move it to my phone? I connected it to a pc but it didnt recognize it
Click to expand...
Click to collapse
Use ADB while in a custom recovery.
cupfulloflol said:
Use ADB while in a custom recovery.
Click to expand...
Click to collapse
How do I use that?
RedJack117 said:
How do I use that?
Click to expand...
Click to collapse
There are quite a few guides on how to setup and use adb. There is an FAQ stickied on this very subforum that likely has the information you seek. adb push is the command you want to look at.
RedJack117 said:
I completely formatted my phone and now I am stuck because I forgot that I didnt have an sd card to back up the new rom I want to flash to so how can I move it to my phone? I connected it to a pc but it didnt recognize it
Click to expand...
Click to collapse
..or if you want to give a clean you can also use toolkit
hotto. said:
..or if you want to give a clean you can also use toolkit
Click to expand...
Click to collapse
Thing is it won't even recognize my phone at all... I believe drivers are installed or maybe it has to do with the fact that I can't enable us debugging cause my phone doesn't have a rom
Sent from my SGH-T999 using Tapatalk 4 Beta
If the issue is getting the new ROM on the SD card, buy/borrow a small USB adapter so you can access the SD card on the PC without using the phone.
Sent from my Galaxy Nexus using Tapatalk 2
You don't need USB debugging enabled for adb to recognize your device in recovery. USB debugging is needed for adb to work while Android is booted, but not in recovery. The drivers on the other hand, you will need to figure out why those aren't working. Once those work, your custom recovery will allow adb to function. You then can adb push the file(s) to your sdcard.
UncleMike said:
If the issue is getting the new ROM on the SD card, buy/borrow a small USB adapter so you can access the SD card on the PC without using the phone.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
What adapter would be helpful in this situation? If you are talking about removing the sdcard, you realize this device doesn't have non-removable memory right?
cupfulloflol said:
You don't need USB debugging enabled for adb to recognize your device in recovery. USB debugging is needed for adb to work while Android is booted, but not in recovery. The drivers on the other hand, you will need to figure out why those aren't working. Once those work, your custom recovery will allow adb to function. You then can adb push the file(s) to your sdcard.
What adapter would be helpful in this situation? If you are talking about removing the sdcard, you realize this device doesn't have non-removable memory right?
Click to expand...
Click to collapse
Yeah im guessing its an issue with my drivers then im not not sure why
RedJack117 said:
I cant enable usb debugging because i dont have a rom to enable it...when i hit adb sideload in recovery it doesnt come up on my computer
Click to expand...
Click to collapse
You don't need USB Debugging to be on to get adb to work in your recovery. As I said previously, USB debugging only matters when you boot into the OS. You don't have an OS to boot into, and even if you did it wouldn't matter in the recovery. I have USB debugging off right now, and use adb in recovery quite often. The state of USB debugging, either on or off, isn't your issue.
ADB doesn't recognize your device because you are having driver issues. Maybe they aren't installed, aren't installed properly, or something else. Figure out what is going on with those, and adb will recognize your device in recovery. You then can use it to push the file(s) you want to flash, or use sideload.
cupfulloflol said:
You don't need USB Debugging to be on to get adb to work in your recovery. As I said previously, USB debugging only matters when you boot into the OS. You don't have an OS to boot into, and even if you did it wouldn't matter in the recovery. I have USB debugging off right now, and use adb in recovery quite often. The state of USB debugging, either on or off, isn't your issue.
ADB doesn't recognize your device because you are having driver issues. Maybe they aren't installed, aren't installed properly, or something else. Figure out what is going on with those, and adb will recognize your device in recovery. You then can use it to push the file(s) you want to flash, or use sideload.
Click to expand...
Click to collapse
Ok I got it to work thank you
RedJack117 said:
Ok I got it to work thank you
Click to expand...
Click to collapse
Why don't you flash Google's stock images ? As you did to update to 4.2.2 .
Sent from my Galaxy Nexus using xda app-developers app
because he doesnt need to.. and he doesn't know how to search... http://forum.xda-developers.com/showthread.php?t=2343269
beekay201 said:
because he doesnt need to.. and he doesn't know how to search... http://forum.xda-developers.com/showthread.php?t=2343269
Click to expand...
Click to collapse
Isn't easiest/fastest way is :-
Code:
fastboot flash system <The system image >.img
????
Sent from my Galaxy Nexus using xda app-developers app
$Parker said:
Isn't easiest/fastest way is :-
Code:
fastboot flash system <The system image >.img
????
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
That would definitely be needed, if he was trying to flash Google factory images. He's trying to push a flashable ROM zip to /sdcard/, and those, as you know, are not packaged for fastboot.
a manta wrote this.

Can't flash, wipe, or restore anything

Hi, guys , i'm on b709 but my phone can't flash any rom or wipe anything.
After i try to flash another rom, wipe and flashing seems to be done, but when i reboot the phone, i'm still on the previous rom (with all the app installed) and with airplane mode on. I can't find a solution ....It's a strange type of soft brick...... please help
sorry for the bad english
please help me, i can't install stock recovery, i can't do any local update..... the phone seems to back at yesterday every time i boot (sms, call, whatsapp message, app). I lost all today call and message every time i boot, also in can't unistall or install any app because at every reboot i have the same apps of yesterday
Guy's please don't ignore me ..... i know it seems a stupid problem, but i've never had a problem like this .... searching in the site, i've found a old post of a problem like mine. http://forum.xda-developers.com/showthread.php?t=1485289
You cant even wipe in fastboot?
Sent from my SM-G850F
tileeq said:
You cant even wipe in fastboot?
Sent from my SM-G850F
Click to expand...
Click to collapse
Hi, no, also via fastboot wipe or flash seems to be ok, but at reboot no effect... I think the phone can't write on internal storage and remain at the state of two days ago
I dont know how t help then sry.
maicolboss said:
Hi, no, also via fastboot wipe or flash seems to be ok, but at reboot no effect... I think the phone can't write on internal storage and remain at the state of two days ago
Click to expand...
Click to collapse
Is your bootloader unlocked? Because most common problems with "can't flash anything"are coming from locketd bootloader.
To check it go in cmd / terminal with connected phone with turned on USB debbuging mode and enter the following commands:
adb reboot-bootloader
after you phone reboot it will stay on the logo. This is bootloader mode. After that enter:
fastboot oem get-bootinfo
And see what is telling you - unlocked or locked?
If it is locked, you can unlock it by the following:
tauio111 said:
1. Make sure you have a working adb connection to the PC
2. Boot to fastboot/bootloader either via the command adb reboot bootloader or by restarting the phone and holding down vol down+power for about 10 seconds.
3. Send this command to the phone via adb:
Code:
fastboot oem unlock UUUUUUUUUUUUUUUU
The "U" letters are CAPITAL and are exactly 16!!!
Click to expand...
Click to collapse
I can say also - 4. The phone will restart himself after that. But don't worry - if it is not restarting by himself, just type:
adb fastboot reboot
ThunderBird891 said:
Is your bootloader unlocked? Because most common problems with "can't flash anything"are coming from locketd bootloader.
Click to expand...
Click to collapse
Unfortunately my bootloader was unlocked... other strange thing, if i delete a file or a folder from system via root explorer, at reboot these files are still there
maicolboss said:
Unfortunately my bootloader was unlocked... other strange thing, if i delete a file or a folder from system via root explorer, at reboot these files are still there
Click to expand...
Click to collapse
Try to push files with adb using command adb push and see if that works.
Sent from my HUAWEI P6-U06 using XDA mobile app
AdnanCG said:
Try to push files with adb using command adb push and see if that works.
Sent from my HUAWEI P6-U06 using XDA mobile app
Click to expand...
Click to collapse
Nothing... can't push on internal storage....only on sd card, but i can't flash
Maybe, but i'm not sure, my emmc is in readonly or something similar, i suppose

Categories

Resources