Related
I have been trying for some time now,pushing files via adb commands onto nexus one but keep getting cannot copy file read only file error.I am fully rooted and unlocked.I have also reinstalled the android sdk but always get the same error when I push the image file.has anyone experienced this with their phone. I have a feeling its something to do with the SD card but can't be sure.any help would be appreciated. Thanks.
I know you must be thinking "Jedi"how can he can he call himself an androidjedi when he can't sort this simple problem (to some of you),but I must say even a Jedi needs to learn!
try adb remount before your command
Dunno if this will help but have tried changing the system to rw then try to push
Tried that no cigar
are you trying to push it into your sdcard or the phone system??
and remember the whole folder name has to be in the push so it woul have to look like
C:\Users\Android>ad push "C:\Users\Android\Downloads\Android\Nexus 1\Phone.apk" /sdcard/files
has to have full path of where you are pushing it from/too.. i have mine sdk setup to use adb in any directory as well why you dont see it in the sdk directory
@ilostchild
Thanks i will try that later today and let you know
As for pushing the file - i am trying to push it to the sd card - but i am not really sure as i am following instructions in the [HOW-TO] Revert HBOOT 0.35.0017 to 0.33.0012 thread in the forum
as i need to downgrade my Hboot from #17 to 12
are the commands different for pushing a file to the phone?
the more i think about i think i need to flash the file to the phone - but i will try your adb command format of specifying the location of the file in the comp
androidjedi said:
the more i think about i think i need to flash the file to the phone - but i will try your adb command format of specifying the location of the file in the comp
Click to expand...
Click to collapse
Ooo you want to push to sdcard.. ok then yea, you would type it like this
C:\android-sdk-windows\tools> adb push C:\Users\Android\Downloads\Android\signed-passion-FRF50-from-
ERE27.1e519a24.zip /sdcard*
if you dont have the option to use adb in any directory, then you have to be in the android sdk directory and in tools
cd android-sd-windows
cd tools
adb push(drag the file you want to push in the command prompt window) /sdcard*
sorry i know its detailed and im sure you know all these things.. but it kinda gets the questions out of the way for future problems to come
ilostchild said:
Ooo you want to push to sdcard.. ok then yea, you would type it like this
C:\android-sdk-windows\tools> adb push C:\Users\Android\Downloads\Android\signed-passion-FRF50-from-
ERE27.1e519a24.zip /sdcard*
if you dont have the option to use adb in any directory, then you have to be in the android sdk directory and in tools
cd android-sd-windows
cd tools
adb push(drag the file you want to push in the command prompt window) /sdcard*
sorry i know its detailed and im sure you know all these things.. but it kinda gets the questions out of the way for future problems to come
Click to expand...
Click to collapse
thanks for spending time on this-i am new to the android world so any help is welcome-however detailed or not
thanks will try that
ilostchild said:
Dunno if this will help but have tried changing the system to rw then try to push
Click to expand...
Click to collapse
how do i change the system to read write as i am still getting cannot copy file read only file error
androidjedi said:
how do i change the system to read write as i am still getting cannot copy file read only file error
Click to expand...
Click to collapse
do adb shell
su
Mount -o remount,rw /dev/block/mtdblock3 /system
then exit and exit
then do push
ilostchild said:
do adb shell
su
Mount -o remount,rw /dev/block/mtdblock3 /system
then exit and exit
then do push
Click to expand...
Click to collapse
tried that did the push and all i got was 950 KB/s <0 bytes in 76044.000s>
looks like its not pushing the file not sure what to do now
androidjedi said:
tried that did the push and all i got was 950 KB/s <0 bytes in 76044.000s>
looks like its not pushing the file not sure what to do now
Click to expand...
Click to collapse
Umm if you got that mesage you may have pushed it in right..
ilostchild said:
Umm if you got that mesage you may have pushed it in right..
Click to expand...
Click to collapse
does not seem to have worked for some reason as after flashing it should reboot in htc mode and then i would be able to flash a rom with the hboot12
May i ask what are you trying to push into your phone/sdcard?
ilostchild said:
May i ask what are you trying to push into your phone/sdcard?
Click to expand...
Click to collapse
I am trying to follow the instructions on the thread which can be found in the the following link forum.xda-developers.com/showthread.php?t=726258
basically trying to flash two image files that enable downgrading the Hboot from 0.35.0017 to 0.33.0012
androidjedi said:
I am trying to follow the instructions on the thread which can be found in the the following link forum.xda-developers.com/showthread.php?t=726258
basically trying to flash two image files that enable downgrading the Hboot from 0.35.0017 to 0.33.0012
Click to expand...
Click to collapse
managed to do it after just following the instructions and inoring what i thought was an error i managed to downgrade my happy days have a good weekend
will no doubt ask you for help another time cheers and thanks a lot
Welcome and congratz
Sent from my Nexus One using XDA App
Ok, so I haven't figured out the cord thing yet (phone won't connect to any computer using the stock cord, I can get it to show its charging...thats it!), so I am wondering if there is anyway to unroot without a computer? PLEASE HELP!!! I AM GETTING DESPERATE!!!
ajgates92 said:
Ok, so I haven't figured out the cord thing yet (phone won't connect to any computer using the stock cord, I can get it to show its charging...thats it!), so I am wondering if there is anyway to unroot without a computer? PLEASE HELP!!! I AM GETTING DESPERATE!!!
Click to expand...
Click to collapse
Open market and grab "terminal emulator", once you have it open it up and follow the steps as root (first thing you type into the terminal emulator is "su")
1./ remount /system to rw "busybox mount -o remount,rw /system
2./ erase root files "rm /system/xbin/su" "rm /system/bin/su" "rm /system/app/Superuser.apk" "rm /system/xbin/busybox"
3./ remount system ro and reboot "busybox mount -o remount,ro /system" "reboot"
these paths are for root w/zergs but they might be the same for Petes etc. This will clear all files and symlinks that were created when you rooted your device.
I am trying this now, thanks for the quick reply. Will let you know how it works!
Edit: Can you please put the exact code string I should enter into the Terminal? Thank you
Double Edit: I'm an idiot! I read your post wrong, I got it right this time and it worked!!! THANK YOU SO MUCH!!!!!
Droid 3 stock cables suck f(2 d3s and both cables died).. be sure to also check with no stovk cable...
Enviado desde mi DROID3 usando Tapatalk
ajgates92 said:
I am trying this now, thanks for the quick reply. Will let you know how it works!
Edit: Can you please put the exact code string I should enter into the Terminal? Thank you
Double Edit: I'm an idiot! I read your post wrong, I got it right this time and it worked!!! THANK YOU SO MUCH!!!!!
Click to expand...
Click to collapse
No worries, I'm glad you got it working. You're not an idiot, I'm a cryptic poster
So terminal app comes with superuser and busybox?
poetryrocksalot said:
So terminal app comes with superuser and busybox?
Click to expand...
Click to collapse
No, terminal app usually comes on custom roms but stock rooted users will have to download it for free off the market.
[Urgent]GPS can't find satellite after flash emmc, please help!
my Incredible S bricked when me do the downgrade, so let others help to reflash the EMMC file into my phone,
after reflash, phone can boot and make call etc. but GPS doesn't work anymore,
i already change lot's of ROM....
how can i fix this problem,
is there any method can i use USB calble to reflash EMMC, thanks!
Anyone can help on it,thanks!
fengfengchao said:
[Urgent]GPS can't find satellite after flash emmc, please help!
my G11 bricked when me do the downgrade, so let others help to reflash the EMMC file into my phone,
after reflash, phone can boot and make call etc. but GPS doesn't work anymore,
i already change lot's of ROM....
how can i fix this problem,
is there any method can i use USB calble to reflash EMMC, thanks!
Click to expand...
Click to collapse
What is a G11? Are you sure you are posting this in the correct forum?
For a HTC Incredible S, you need to get a stock RUU file and use that to flash back to a basic stock ROM and see if GPS will work.
tpbklake said:
What is a G11? Are you sure you are posting this in the correct forum?
For a HTC Incredible S, you need to get a stock RUU file and use that to flash back to a basic stock ROM and see if GPS will work.
Click to expand...
Click to collapse
G11 is another name for the incredible s/vivo/s710e, its referred to as that in china mostly I think
Sent from my Nexus 7
tpbklake said:
What is a G11? Are you sure you are posting this in the correct forum?
For a HTC Incredible S, you need to get a stock RUU file and use that to flash back to a basic stock ROM and see if GPS will work.
Click to expand...
Click to collapse
yes, G11 is Incredible S, and where can i find the stock ruu file means PC RUU file like xxx_signed.exe, if so, i tried lots version but still not working, so i'm wondering if there any original file in emmc which they use JTAG flash in, if i can get it, can i use blankrose to flash it, thanks!
fengfengchao said:
[Urgent]GPS can't find satellite after flash emmc, please help!
my Incredible S bricked when me do the downgrade, so let others help to reflash the EMMC file into my phone,
after reflash, phone can boot and make call etc. but GPS doesn't work anymore,
i already change lot's of ROM....
how can i fix this problem,
is there any method can i use USB calble to reflash EMMC, thanks!
Click to expand...
Click to collapse
Have you tried vision_wipe_efs? You can download the file from this link:
http://forum.xda-developers.com/showthread.php?t=1044992
Just extract the executable from the zip, put it in your /tmp/, "chmod 777" this file and execute it. Basically it backup the mmcblk0p13 and mmcblk0p14 partitions and wipe them. Then reboot your phone to see if GPS works again.
itandy said:
Have you tried vision_wipe_efs? You can download the file from this link:
http://forum.xda-developers.com/showthread.php?t=1044992
Just extract the executable from the zip, put it in your /tmp/, "chmod 777" this file and execute it. Basically it backup the mmcblk0p13 and mmcblk0p14 partitions and wipe them. Then reboot your phone to see if GPS works again.
Click to expand...
Click to collapse
thanks for your reply, but i'm noticed that thread said, it's just for G2/DZ/DHD/MT4G, Incredible also can use it?
thanks!
fengfengchao said:
thanks for your reply, but i'm noticed that thread said, it's just for G2/DZ/DHD/MT4G, Incredible also can use it?
thanks!
Click to expand...
Click to collapse
Don't worry, IncS also uses the same partitions (13, 14) and I've been using it for a long time.
itandy said:
Don't worry, IncS also uses the same partitions (13, 14) and I've been using it for a long time.
Click to expand...
Click to collapse
thanks for reply, i tried with command in below thread, http://forum.xda-developers.com/showthread.php?t=1028405
and there seems has error, how to fix it
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\vision_wipe_efs-signed\tmp>adb push vision_wipe_efs /data/local/tmp/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
1927 KB/s (577228 bytes in 0.292s)
C:\vision_wipe_efs-signed\tmp>adb shell
[email protected]:/ $ su
su
[email protected]:/ $ stop rmt_storage
stop rmt_storage
[email protected]:/ $ chmod 777 /data/local/tmp/vision_wipe_efs
chmod 777 /data/local/tmp/vision_wipe_efs
[email protected]:/ $ /data/local/tmp/vision_wipe_efs
/data/local/tmp/vision_wipe_efs
Backing up partition /dev/block/mmcblk0p13 to /sdcard/part13backup-1347433768.bi
n ...
Error opening input file.
1|[email protected]:/ $
C:\vision_wipe_efs-signed\tmp>
i try to direct copy vision_wipe_efs to phone, but i can't find /data/local/tmp directory, i use Root Explore and copy file to SD card, thanks!
fengfengchao said:
thanks for reply, i tried with command in below thread, http://forum.xda-developers.com/showthread.php?t=1028405
and there seems has error, how to fix it
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\vision_wipe_efs-signed\tmp>adb push vision_wipe_efs /data/local/tmp/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
1927 KB/s (577228 bytes in 0.292s)
C:\vision_wipe_efs-signed\tmp>adb shell
[email protected]:/ $ su
su
[email protected]:/ $ stop rmt_storage
stop rmt_storage
[email protected]:/ $ chmod 777 /data/local/tmp/vision_wipe_efs
chmod 777 /data/local/tmp/vision_wipe_efs
[email protected]:/ $ /data/local/tmp/vision_wipe_efs
/data/local/tmp/vision_wipe_efs
Backing up partition /dev/block/mmcblk0p13 to /sdcard/part13backup-1347433768.bi
n ...
Error opening input file.
1|[email protected]:/ $
C:\vision_wipe_efs-signed\tmp>
i try to direct copy vision_wipe_efs to phone, but i can't find /data/local/tmp directory, i use Root Explore and copy file to SD card, thanks!
Click to expand...
Click to collapse
do you have root permission? normally with root permission, the prompt will become a # instead of $.
itandy said:
do you have root permission? normally with root permission, the prompt will become a # instead of $.
Click to expand...
Click to collapse
thanks, i reflash IS_ROOT, it worked, and i will to try to test my GPS now
fengfengchao said:
thanks, i reflash IS_ROOT, it worked, and i will to try to test my GPS now
Click to expand...
Click to collapse
test GPS for more than 30 minutes, but still can't find any satellite
is there any other method can use, thanks!
fengfengchao said:
test GPS for more than 30 minutes, but still can't find any satellite
is there any other method can use, thanks!
Click to expand...
Click to collapse
What Rom are you using?
Nonverbose said:
What Rom are you using?
Click to expand...
Click to collapse
i tried lots of version ROMs, 2.2.1, 2.3.5, 4.04 etc.
thanks!
Try cyanogenmod http://get.cm/?device=vivo
Make sure you try GPS outdoors.
If you cannot get a location, try a GPS test app to see if you are getting any sattelites.
Nonverbose said:
Try cyanogenmod http://get.cm/?device=vivo
Make sure you try GPS outdoors.
If you cannot get a location, try a GPS test app to see if you are getting any sattelites.
Click to expand...
Click to collapse
i'm start to download the file, choose stable one, but i don't know the functions of that file yet,
BTW, i also tried lots of GPS test software, and outdoor, no shield, but no any change, still no any satellite ,
is there any software can let use choose serial port like COM1, and set brade rate like 4800 to get GPS orignal data,
i' doubt maybe wrong eMMC jtag file make wrong GPIO config, sure acturelly GPS not power on when tape GPS on in the phone settings.
thanks!
Nonverbose said:
Try cyanogenmod http://get.cm/?device=vivo
Make sure you try GPS outdoors.
If you cannot get a location, try a GPS test app to see if you are getting any sattelites.
Click to expand...
Click to collapse
i download it, choose a table version ,but how to use it, sorry, i'm very new for it, thanks!
fengfengchao said:
i download it, choose a table version ,but how to use it, sorry, i'm very new for it, thanks!
Click to expand...
Click to collapse
It's a custom Rom. As I don't know anything about what you have installed on your phone I gave you a link to something that I know has a reliable working GPS. You install it in recovery.
Nonverbose said:
It's a custom Rom. As I don't know anything about what you have installed on your phone I gave you a link to something that I know has a reliable working GPS. You install it in recovery.
Click to expand...
Click to collapse
thanks, got it, will try now!
fengfengchao said:
thanks, got it, will try now!
Click to expand...
Click to collapse
Are you using your phone with the back cover attached?
Hello,
I had posted this in Frequently Asked Questions about the LG Optimus 4x HD but got no help so I post here for a last try.
Just followed all dexter's steps in this thread to flash CMW
http://forum.xda-developers.com/showthread.php?t=2180138
but I got stuck here. Tried to read 34 pages of the thread but still couldnt solve my problem
My LG was rooted and unlocked.
Any help? thanks
Ekio
The error message says it all: no such file or directory. Change /mnt/sdcard/ to /storage/external_SD/
AlderCass said:
The error message says it all: no such file or directory. Change /mnt/sdcard/ to /storage/external_SD/
Click to expand...
Click to collapse
Tried and still not such files and directory thx anyway
ekiong said:
Tried and still not such files and directory thx anyway
Click to expand...
Click to collapse
Are u sure, u have copied the neede files to the root of ur SD-Card? Seems not... U have to unpack the zip-files for CWM and copy both files to the root of ur SD-Card... After that the commands should work...
Bogeyof said:
Are u sure, u have copied the neede files to the root of ur SD-Card? Seems not... U have to unpack the zip-files for CWM and copy both files to the root of ur SD-Card... After that the commands should work...
Click to expand...
Click to collapse
Omg I already did
Look pics
ekiong said:
Omg I already did
Look pics
Click to expand...
Click to collapse
I needed to allow SuperSU access before I be able to do it...
Pay attention to your phone, when you give the command "adb shell", if Superuser/SuperSU don't ask permition.
Its just a idea...
RuedasLocas said:
I needed to allow SuperSU access before I be able to do it...
Pay attention to your phone, when you give the command "adb shell", if Superuser/SuperSU don't ask permition.
Its just a idea...
Click to expand...
Click to collapse
I did it in recovery mode and tried it in terminal app aswell, but nothing happened with "cat /mnt/sdcard/recovery-6028.img >/dev/block/mmcblk0p1"
ekiong said:
Omg I already did
Look pics
Click to expand...
Click to collapse
Looks like the path to your SD card is different to mine. Try replacing /mnt/sdcard/ in the original command with /sdcard/ , ie:
Code:
su
cat /sdcard/recovery-6028.img >/dev/block/mmcblk0p1
sync
Code:
su
cat /sdcard/unsecure-boot-mmcblk0p2.img >/dev/block/mmcblk0p2
sync
Also no need to get aggravated, none of us are being rewarded for helping you here but we're trying to help anyway...
*edit*
ooops didn't look at all the screenshots. The last one shows your SD card path actually is indeed the same as mine. I'm all out of ideas then.
---------- Post added at 06:48 PM ---------- Previous post was at 06:40 PM ----------
ekiong said:
I did it in recovery mode and tried it in terminal app aswell, but nothing happened with "cat /mnt/sdcard/recovery-6028.img >/dev/block/mmcblk0p1"
Click to expand...
Click to collapse
Did you do it in recovery mode from the start? When I did it it was when the phone was just switched on normally into the main OS.
ekiong said:
I did it in recovery mode and tried it in terminal app aswell, but nothing happened with "cat /mnt/sdcard/recovery-6028.img >/dev/block/mmcblk0p1"
Click to expand...
Click to collapse
AlderCass said:
Looks like the path to your SD card is different to mine. Try replacing /mnt/sdcard/ in the original command with /sdcard/ , ie:
Code:
su
cat /sdcard/recovery-6028.img >/dev/block/mmcblk0p1
sync
Code:
su
cat /sdcard/unsecure-boot-mmcblk0p2.img >/dev/block/mmcblk0p2
sync
Also no need to get aggravated, none of us are being rewarded for helping you here but we're trying to help anyway...
*edit*
ooops didn't look at all the screenshots. The last one shows your SD card path actually is indeed the same as mine. I'm all out of ideas then.
Click to expand...
Click to collapse
Where the hell did you found that path /mnt/sdcard/....... ???
Tutorial CWM
Dude forget what they say everyone tells different way, read here what i writeto you and make the steps like me.
1. Unlock Bootloader and get SU Permissions
2. Go to PlayStore download SuperSU and than start give permisions to it to update Binary , than go to Setting in SuperSU and install in System
3. Reboot Phone
4. Copy the 2 IMG data to root from SD and rename recovery-6028.img > recovery.img & unsecure-boot-mmcblk0p2.img > boot.img
this to IMG data must be unpacked from RAR(Zip) from Dexter.
5. make sure you have Unknow Sources and USB Debug Active , and also make sure that Superuser is replaced by SuperSU after reboot
6. Go to PlayStore and Download Android Terminal Emulator
and give in Terminal
Type "su" without quotes and than accept the permissions from SuperSU after that give in
----------------------------------------------------------------------------------------------------------------------------------
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
IF YOU USE UNSECURE BOOT tha use this
su
cat /mnt/sdcard/boot.img >/dev/block/mmcblk0p2
sync
Hope it helps and youv got it run :laugh:
RuedasLocas said:
Where the hell did you found that path /mnt/sdcard/....... ???
Click to expand...
Click to collapse
It's in the system root for me, it's a symlink. Though it didn't work for me in the cat command, which is why I suggested using /storage/external_SD/ instead which did work for me. It looks like the OP has the files in the right places, and the hash in the command line screenshot implies that SU is working correctly, so I'm all out of ideas now.
---------- Post added at 06:57 PM ---------- Previous post was at 06:55 PM ----------
x0BlackTeresis0x said:
Dude forget what they say everyone tells different way, read here what i writeto you and make the steps like me.
Click to expand...
Click to collapse
Little bit arrogant, we're all trying to help here, so I hope for your sake your way works for the OP
AlderCass said:
Looks like the path to your SD card is different to mine. Try replacing /mnt/sdcard/ in the original command with /sdcard/
Also no need to get aggravated, none of us are being rewarded for helping you here but we're trying to help anyway...
Click to expand...
Click to collapse
Sorry man, just had a bad feeling .
--------------------------------------------------------------------------
x0BlackTeresis0x said:
Dude forget what they say everyone tells different way, read here what i writeto you and make the steps like me.
1. Unlock Bootloader and get SU Permissions
2. Go to PlayStore download SuperSU and than start give permisions to it to update Binary , than go to Setting in SuperSU and install in System
3. Reboot Phone
4. Copy the 2 IMG data to root from SD and rename recovery-6028.img > recovery.img & unsecure-boot-mmcblk0p2.img > boot.img
this to IMG data must be unpacked from RAR(Zip) from Dexter.
5. make sure you have Unknow Sources and USB Debug Active , and also make sure that Superuser is replaced by SuperSU after reboot
6. Go to PlayStore and Download Android Terminal Emulator
and give in Terminal
Type "su" without quotes and than accept the permissions from SuperSU after that give in
----------------------------------------------------------------------------------------------------------------------------------
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
IF YOU USE UNSECURE BOOT tha use this
su
cat /mnt/sdcard/boot.img >/dev/block/mmcblk0p2
sync
Hope it helps and youv got it run :laugh:
Click to expand...
Click to collapse
Tried and looked like I'm typing in word lol, nothing happen, still android system recovery, not CMW.
Need CWM to wipe battery status, battery goes down to 93% in 1 min after full chagring.
ekiong said:
Sorry man, just had a bad feeling .
--------------------------------------------------------------------------
Tried and looked like I'm typing in word lol, nothing happen, still android system recovery, not CMW.
Need CWM to wipe battery status, battery goes down to 93% in 1 min after full chagring.
Click to expand...
Click to collapse
Remove micro sd from the phone.
Stick to the guide, pay atention to the phone screen behavior soo, keep the screen always on, in case of SuperSU ask for permition...
Dexter_nlb said:
......
GUIDE:
1. when you are running unlocked bootloader and is rooted goto step 2.
2. download attached zip files and extract content to internal sdcard location
3. use adb shell or terminal from market and execute the commands below
4. you are now running with native CWM recovery and unsecure boot, which enable adb root at boot instantly.
5. boot into recovery, by rebooting device and hold VOL-DOWN during bootup. (from power-off = keep holding vol-down during power on)
execute these 3 commands for recovery image install
Code:
su
cat /mnt/sdcard/recovery-6028.img >/dev/block/mmcblk0p1
sync
execute these 3 commands for unsecure boot image install
Code:
su
cat /mnt/sdcard/unsecure-boot-mmcblk0p2.img >/dev/block/mmcblk0p2
sync
or see screenshot here
do this at your own risk, and do NOT try this on old 4.0.3, which is not with unlocked bootloader, and you are required to install KDZ again.
THANKS to:
skydev - for his continued effort in finding root and giving our device full freedom with boot/recovery.
Click to expand...
Click to collapse
Copy and past the command lines from the post, like that you'll be sure that you don't miss write the path.
And like I use to say, be creative
Good luck !
RuedasLocas said:
Remove micro sd from the phone.
Stick to the guide, pay atention to the phone screen behavior soo, keep the screen always on, in case of SuperSU ask for permition...
Copy and past the command lines from the post, like that you'll be sure that you don't miss write the path.
And like I use to say, be creative
Good luck !
Click to expand...
Click to collapse
Still no such file, I give up :angel:
Thx every one
ekiong said:
Still no such file, I give up :angel:
Thx every one
Click to expand...
Click to collapse
You tried this? Only the path changes, but... I ran out of ideas.
Like I told you, be creative. Change /sdcard/ to /sdcard0/... don't know man...
"01. You must have Root access (https://mega.co.nz/#!0opzyBjS!DSoW-CaTRi49JcW58yvwCCEug4hz6VmnevdJ1prcdpE)
02. Extract both *.img files somewhere
03. Copy those files to your phone (no matter if internal or external storage, I used /sdcard/Unlocking/ so below commands will contains my directory)
04. Run terminal app on your phone or adb shell from PC while you have connected phone
05. Run those commands:
su
cat /sdcard/recovery-6028.img >/dev/block/mmcblk0p1
sync
su
cat /sdcard/unsecure-boot-mmcblk0p2.img >/dev/block/mmcblk0p1
sync
REMEMBER!
If your folder is different than /sdcard replace it in those commands above!
Methods and necessary files are found also here: http://forum.xda-developers.com/showthread.php?t=2180138
All credits goes to Dexter_nlb from xda community."
RuedasLocas said:
You tried this? Only the path changes, but... I ran out of ideas.
Like I told you, be creative. Change /sdcard/ to /sdcard0/... don't know man...
"01. You must have Root access (https://mega.co.nz/#!0opzyBjS!DSoW-CaTRi49JcW58yvwCCEug4hz6VmnevdJ1prcdpE)
02. Extract both *.img files somewhere
03. Copy those files to your phone (no matter if internal or external storage, I used /sdcard/Unlocking/ so below commands will contains my directory)
04. Run terminal app on your phone or adb shell from PC while you have connected phone
05. Run those commands:
su
cat /sdcard/recovery-6028.img >/dev/block/mmcblk0p1
sync
su
cat /sdcard/unsecure-boot-mmcblk0p2.img >/dev/block/mmcblk0p1
sync
REMEMBER!
If your folder is different than /sdcard replace it in those commands above!
Methods and necessary files are found also here: http://forum.xda-developers.com/showthread.php?t=2180138
All credits goes to Dexter_nlb from xda community."
Click to expand...
Click to collapse
OH MY GOD I'm stupid, I copied files with ZERO byte.
sorry I used airdroid to copy them to my phone. But only their icons moved into my phone, not contents.
It works now THANKSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS :laugh:
Close thread and my stupid problem :silly:
I thought id try f2fs and formatted data / cache / system in recovery.
Now i need to install rom but I cannot mount data in adb (device or resource busy) to pull a rom.zip
So at the moment I have a 5" paperweight lol
Are you sure its not mounted already?
How would i check if already mounted. Plus if was a clean install prior to doing this and sure ADB debugging wasn't enabled.
Ive tried pushing the rom.zip to data/media/0 but adb says not found
djcsurf said:
How would i check if already mounted. Plus if was a clean install prior to doing this and sure ADB debugging wasn't enabled
Click to expand...
Click to collapse
cd to data and do an ls.
USB debugging is nothing to do with any of this. You're not booted into Android
rootSU said:
cd to data and do an ls.
USB debugging is nothing to do with any of this. You're not booted into Android
Click to expand...
Click to collapse
could you please explain for someone not too familiar with ADB
Appreciate it
djcsurf said:
could you please explain for someone not too familiar with ADB
Appreciate it
Click to expand...
Click to collapse
Change directory to data and use the "ls" command to list the contents.
cd data
ls
Also read my adb thread
http://forum.xda-developers.com/showthread.php?t=3006500
I was actually looking at your adb thread.
If i do cd data
ls
it shows
media
/data
trying command adb push c:\aicp.zip data/media
I get /sbin/sh:adb: not found
djcsurf said:
So at the moment I have a 5" paperweight lol
Click to expand...
Click to collapse
6", unless you are not using a nexus 6, and these are the xda nexus 6 threads :silly:
simms22 said:
6", unless you are not using a nexus 6, and these are the xda nexus 6 threads :silly:
Click to expand...
Click to collapse
Yep, I stand corrected a 6 incher!
djcsurf said:
I was actually looking at your adb thread.
If i do cd data
ls
it shows
media
/data
trying command adb push c:\aicp.zip data/media
I get /sbin/sh:adb: not found
Click to expand...
Click to collapse
OK so we learned data is already mounted because you can list the contents.
So you need to adb push to /data/media/0
You can't use adb push within adb, hence the error. You need to exit adb by typing exit then use the adb push command
I got there in the end, now transferred rom.zip
Really appreciate your help rootSU
Thanks
No probs.