q any devs want to borrow xyboard to port cwr - Xoom Q&A, Help & Troubleshooting

any devs interestied in porting a bootstrap/safestrap or clockwork for the xyboard 8.2? i have two willing to lend one to a reputable developer to port a custom recvoery
pm me for details

Koush does this, send him your xyboard
Look on his website he has instructions and everything
Sent from my ADR6425LVW using Tapatalk

superchilpil said:
Koush does this, send him your xyboard
Look on his website he has instructions and everything
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
I know, and ive reached out to him twice for two different devices and never heard back from him, so while i wait i figured id ask around
Sent from my MZ609 using Tapatalk

Ahh why not. Check my profile and email me.

bigrushdog said:
Ahh why not. Check my profile and email me.
Click to expand...
Click to collapse
Email sent.
Thanks rushdog
Sent from my Galaxy Nexus using Tapatalk

If you ever need a xoom 2 for a test just PM me. I would do anything to get developing going on the Xyboard/Xoom 2!

luke.arran said:
If you ever need a xoom 2 for a test just PM me. I would do anything to get developing going on the Xyboard/Xoom 2!
Click to expand...
Click to collapse
Here's instructions If u r using tapatalk open in browser and it will make more sense, in the app everything looks confusing
if your partitions are not the same as below change the mmcblk1pXX to your correct block ( to find your block partitions in adb shell or terminal on device
Code:
su
cat /proc/partitions
now enter theses commands in adb shell or terminal
Code:
dd if=/dev/block/mmcblk1p11 of=/sdcard/boot.img
dd if=/dev/block/mmcblk1p12 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk1p17 of=/sdcard/system.img
once the img has been created do these
Code:
adb pull /sdcard/boot.img C:\
adb pull /sdcard/recovery.img C:\
adb pull /sdcard/system.img C:\
Then upload files

runandhide05 said:
Here's instructions If u r using tapatalk open in browser and it will make more sense, in the app everything looks confusing
if your partitions are not the same as below change the mmcblk1pXX to your correct block ( to find your block partitions in adb shell or terminal on device "su" enter "cat /proc/partitions" enter
now enter theses commands in adb shell or terminal
dd if=/dev/block/mmcblk1p11 of=/sdcard/boot.img dd if=/dev/block/mmcblk1p12 of=/sdcard/recovery.img dd if=/dev/block/mmcblk1p17 of=/sdcard/system.img
once the img has been created do these
adb pull /sdcard/boot.img C:\adb pull /sdcard/recovery.img C:\adb pull /sdcard/system.img C:\
Then upload files
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Sure I will do it and get back to you soon.

luke.arran said:
Sure I will do it and get back to you soon.
Click to expand...
Click to collapse
cleaned up the code, (sorry copy and paste fail!) cleaner now
and also please be sure to label with device name (ie ZM609)
and again if u hear of anyone bricking their tab tell them to contact me

Sorry for the delay. Got the files but I'm not at my computer so going to leave my xoom on over night uploading the files then I will share the link in the morning.
Sent from my HTC ChaCha A810e using XDA

luke.arran said:
Sorry for the delay. Got the files but I'm not at my computer so going to leave my xoom on over night uploading the files then I will share the link in the morning.
Sent from my HTC ChaCha A810e using XDA
Click to expand...
Click to collapse
Ok sounds good yhe only thung i ask if that if u are uploading via 3g that u verify the md5 after word to ensure they r not corrupted
An u can verify with android app
Also it will be a lot quicker if u zip the three files before uploading ( before zip all three files r almost 800mg and after zip only 300ish )
Sent from my MZ609 using Tapatalk

runandhide05 said:
Ok sounds good yhe only thung i ask if that if u are uploading via 3g that u verify the md5 after word to ensure they r not corrupted
An u can verify with android app
Also it will be a lot quicker if u zip the three files before uploading ( before zip all three files r almost 800mg and after zip only 300ish )
Sent from my MZ609 using Tapatalk
Click to expand...
Click to collapse
No I'm still doing it over WiFi but if you want me to do MD5 then I will.
Sent from my HTC ChaCha A810e using XDA

luke.arran said:
No I'm still doing it over WiFi but if you want me to do MD5 then I will.
Sent from my HTC ChaCha A810e using XDA
Click to expand...
Click to collapse
Nah u it should be good
Sent from my MZ609 using Tapatalk

DO NOT FLASH THE SYSTEM.IMG!!!
It will fail even the stock img, even tho the recovery and boot img will flash

Here you go. Model number and so on are inside the zip file. - http://db.tt/UGdD2NRD
Sent from my XOOM 2 using XDA

luke.arran said:
Here you go. Model number and so on are inside the zip file. - http://db.tt/UGdD2NRD
Sent from my XOOM 2 using XDA
Click to expand...
Click to collapse
Thanks buddy
Edit : I think it may be corrupted, I downloaded twice now, u may want to download it and check the sum of before and after
Sent from my Galaxy Nexus using Tapatalk

Oh right, I will upload it again.
Sent from my HTC ChaCha A810e using XDA

We have a cwm recovery img built, an update.zip built, cant get the boot hijacked with bootstrap, if anyone wants to contribute we could use a little help
Recovery img
To access this file, visit the following link: https://www.box.com/shared/9ed327c7b23a6b35d903
Update.zip
To access this file, visit the following link : https://www.box.com/shared/2aa143e144dbc95f89e0
Sent from my MZ609 using Tapatalk

runandhide05 said:
We have a cwm recovery img built, an update.zip built, cant get the boot hijacked with bootstrap, if anyone wants to contribute we could use a little help
Recovery img
To access this file, visit the following link: https://www.box.com/shared/9ed327c7b23a6b35d903
Update.zip
To access this file, visit the following link : https://www.box.com/shared/2aa143e144dbc95f89e0
Sent from my MZ609 using Tapatalk
Click to expand...
Click to collapse
Why don't you contact bootstrap developers which have had previous success with Motorola's devices in the past?

luke.arran said:
Why don't you contact bootstrap developers which have had previous success with Motorola's devices in the past?
Click to expand...
Click to collapse
Believe me I have, I contacted him(hashcode aka koush) and he does not have the time, I've also reached out to others and I will not "bug" them if they do not respond or do and say they don't have the time then that's really that
So that is why I posted it here.
Also we (myself a another guy) have made progress but at a wall right now,
And of my two tabs one I have already killed..lol (until fastboot files r released) so ya...u know
Sent from my Galaxy Nexus using Tapatalk

Related

Firmware Dump

How do I dump my firmware? I would like to start working on something, my phone is already rooted.
Sent from my SGH-T959V using XDA App
IDK bout dumping f/w but, adb pull /system works for a system dump!
Sent from my T-Mobile myTouch 3G Slide using XDA App
adb pull / works for the entire phone, but then you'll pull your sdcard contents also
just do adb pull /data/* and adb pull /system
Also, what baseband version did the 4G come with.
krylon360 said:
adb pull / works for the entire phone, but then you'll pull your sdcard contents also
just do adb pull /data/* and adb pull /system
Also, what baseband version did the 4G come with.
Click to expand...
Click to collapse
Baseband version is T959VUKB5 on mine.
krylon360 said:
adb pull / works for the entire phone, but then you'll pull your sdcard contents also
just do adb pull /data/* and adb pull /system
Also, what baseband version did the 4G come with.
Click to expand...
Click to collapse
KB5 also.
Sent from my SGH-T959V using XDA App
How do I get stock T959VUKB5 on my vibrant
phillieblunt742 said:
How do I get stock T959VUKB5 on my vibrant
Click to expand...
Click to collapse
4G? It is already stock. Not 4G? Wrong thread.
Sent from my SGH-T959V using XDA App
All I need is a sysdump and I can port the build to the Vibrant. the modem and kernel our a no go on the vibrant though.
I've got a test rom already built for the 4G, but it's based off KAH
krylon360 said:
adb pull / works for the entire phone, but then you'll pull your sdcard contents also
just do adb pull /data/* and adb pull /system
Also, what baseband version did the 4G come with.
Click to expand...
Click to collapse
see attached img.
krylon360 said:
All I need is a sysdump and I can port the build to the Vibrant. the modem and kernel our a no go on the vibrant though.
I've got a test rom already built for the 4G, but it's based off KAH
Click to expand...
Click to collapse
Is there any way I can zip a copy of my /system and upload it, all from my phone? I am nowhere near a computer, but if i could do it from my phone with root explorer, I can upload it ASAP.
Sent from my SGH-T959V using XDA App
troby1986 said:
Is there any way I can zip a copy of my /system and upload it, all from my phone? I am nowhere near a computer, but if i could do it from my phone with root explorer, I can upload it ASAP.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
I dont think there is a way to do it just by phone.
krylon360 said:
I dont think there is a way to do it just by phone.
Click to expand...
Click to collapse
Ok, Im currently copy/pasting my system to my sdcard. If root explorer lets me zip it, ill upload it.
Sent from my SGH-T959V using XDA App
troby1986 said:
Ok, Im currently copy/pasting my system to my sdcard. If root explorer lets me zip it, ill upload it.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
sweet. thanks
SGS 4G System dump
http://www.multiupload.com/ASHJAKBYR0
Didn't copy the data though, its just the System. I'll be so glad when we can deodex this thing once CWM comes out.
Got the dump. Thank you
aloneinshadow said:
SGS 4G System dump
http://www.multiupload.com/ASHJAKBYR0
Didn't copy the data though, its just the System. I'll be so glad when we can deodex this thing once CWM comes out.
Click to expand...
Click to collapse
I can deodex it now for you. you just wont be able to flash it.
Oh crap... I just realised the email.apk file is bad. Might as well scrap that dump or replace the email.apk file if someone else has a copy. My bad.
krylon360 said:
Got the dump. Thank you
Click to expand...
Click to collapse
Krylon, was the one that I provided you useful?
i hope this gets me back to factory ima try to use it in bootloader
The vibrant one works
Sent from my SGH-T959V using XDA Premium App

[02/10/13][TOOL][NANDROID] md5 mismatch FIXER

if there is a thread that the same with this then inform me and i will personally lock this one
kindly move this thread if it was in the wrong section. :laugh:
okay, i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Please don't blame me if anything happens on your phone by doing this.
Requirements:
- Terminal Emulator
- Brain.apk
- Experience on flashing
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
02/10/13 UPDATE!
http://qfs.mobi/f397801
- fix bootloop problem
- compatible with console provided by Aroma File Manager
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
i hope this will help you
goodluck
Good Work!
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Droid_beginner_student said:
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Click to expand...
Click to collapse
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Wow good will try this, in the same time I always got error message while backup sd-ext n there's no nandroid.md5 file in the folder :thumbup:
Sent from my GT-S5360 using xda premium
Access to the web page was blocked by ESET Smart Security. The web page is on the list of websites with potentially dangerous content.
lol.. can you upload using another way?
rio. said:
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
thank you
will try in my corrupt nand..
pressed
Sent by Schoolar Boy who wanna help and being a devs
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
thirdzcee said:
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
ClockWorkMod can't read folder's name with space (two words)
it's not on my script.
my script can only fix a corrupted md5sum on every piece of nandroid backup but can not rename folders
Sent from my Android System using Busybox Commands.
unsupported
rio. said:
i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
Click to expand...
Click to collapse
the zip file has an unsupported compression method . I cannot unzip it on my PC.
mai77 said:
the zip file has an unsupported compression method . I cannot unzip it on my PC.
Click to expand...
Click to collapse
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Good Tool...... Very Nice Work...
..::[email protected]::.. said:
Good Tool...... Very Nice Work...
Click to expand...
Click to collapse
thanks bro!
Sent from my Android System using Busybox Commands.
md5 recalc tool
rio. said:
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
7zip no luck but winrar works.
So the script recalculates the md5 sums. this assumes, that when you switch between various builds of "CWM recovery shell" the md5 calculation somehow calculates kinda "wrong" md5 sums.
a very useful tool. :good::good:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
ajdevera said:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
Click to expand...
Click to collapse
flash it thru CWM
Sent from my Android System using Busybox Commands.
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
how to use the script ? any example ?
encik_racun said:
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
Click to expand...
Click to collapse
yes!
mai77 said:
how to use the script ? any example ?
Click to expand...
Click to collapse
after flashing just call it from terminal emulator.. the command is "md5fix"
rio. said:
yes!
after flashing just call it from terminal emulator.. the command is "md5fix"
Click to expand...
Click to collapse
recommend which CWM is working to restore?

Image not found (jb).img

I have followed everything to a 't' and took the jb image 'renamed it' to (basically took out jb and kept 'recovery' and '.img') IS THAT CORRECT?
and when I ran the command for the image recovery it says image not found.
I even tried TWRP image and renamed... Same problem-
I know I posted some stupid stuff and I apologize - i have read a lot more into rooting and figured a lot out, but this is am @ a loss... Not sure what else to...
I plead for help
ganggreen777 said:
I have followed everything to a 't' and took the jb image 'renamed it' to (basically took out jb and kept 'recovery' and '.img') IS THAT CORRECT?
and when I ran the command for the image recovery it says image not found.
I even tried TWRP image and renamed... Same problem-
I know I posted some stupid stuff and I apologize - i have read a lot more into rooting and figured a lot out, but this is am @ a loss... Not sure what else to...
I plead for help
Click to expand...
Click to collapse
the image file needs to be in the same place that you are running fastboot from. for example i have C:/andriod abd where all my adb/fastboot drivers and .exe and such are and to flash a blob/img file i must put the file in that same folder because thats where fastboot looks for the blob/img.
ide bet money that this is your problem. and what fastboot command are you using? It would be helpful if you could be more descriptive of the steps you have tried
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
markymark567 said:
the image file needs to be in the same place that you are running fastboot from. for example i have C:/andriod abd where all my adb/fastboot drivers and .exe and such are and to flash a blob/img file i must put the file in that same folder because thats where fastboot looks for the blob/img.
ide bet money that this is your problem. and what fastboot command are you using? It would be helpful if you could be more descriptive of the steps you have tried
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
BTW-THANKYOU soo much for hekping
I will put more information up and pics to help-people see what I see and are doing
I actually made a file folder (I saw it on a YouTube video) and put all of the files needed for the recovery;for example
"rocovery1"=file folder (in c drive) and that folder includes the two(2) adb(.dll) files / the fastboot file (but my 'fastboot' file doesn't have an exe after it) does that matter-/and then of course the image file... ALL OF THAT IS IN A folder I named... should I have not done that? If not where would I find my adb files? Better yet how are they supposed to be listed?
Sent from my Galaxy Nexus using Tapatalk 2
ganggreen777 said:
BTW-THANKYOU soo much for hekping
I will put more information up and pics to help-people see what I see and are doing
I actually made a file folder (I saw it on a YouTube video) and put all of the files needed for the recovery;for example
"rocovery1"=file folder (in c drive) and that folder includes the two(2) adb(.dll) files / the fastboot file (but my 'fastboot' file doesn't have an exe after it) does that matter-/and then of course the image file... ALL OF THAT IS IN A folder I named... should I have not done that? If not where would I find my adb files? Better yet how are they supposed to be listed?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
FYI
Asus uses .blob NOT .img
Even if it's CWM or TWRP (either one would be '.blob') NOT '.img' - either one?
Sent from my Galaxy Nexus using Tapatalk 2
ganggreen777 said:
Even if it's CWM or TWRP (either one would be '.blob') NOT '.img' - either one?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Recovery is through fastboot, and fastboot for asus requires .blob. So yes, its blob irregardless.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
I AM ROOTED!
Sent from my Galaxy Nexus using Tapatalk 2

[Q] Need help with mac adb

I'm having trouble using adb on my mac. when i type ./adb it just says no such file or directory. Please help. I have tried a few guides to.
OS X 10.8.4
jeffcojake said:
I'm having trouble using adb on my mac. when i type ./adb it just says no such file or directory. Please help. I have tried a few guides to.
OS X 10.8.4
Click to expand...
Click to collapse
Are you in the right directory ? Do you have adb and fastboot for mac installed ?
Crappyvate said:
Are you in the right directory ? Do you have adb and fastboot for mac installed ?
Click to expand...
Click to collapse
Yes I am in the right directory and have fastboot installed.
Why ./? Can't just adb on Mac? Even linux is just adb no ./
Sent from my One X using xda app-developers app
exad said:
Why ./? Can't just adb on Mac? Even linux is just adb no ./
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
no, ./ is actually correct on the mac. do you have adb in that directory not just fasboot !
if you type ./adb devices what do you get ?
Crappyvate said:
no, ./ is actually correct on the mac. do you have adb in that directory not just fasboot !
if you type ./adb devices what do you get ?
Click to expand...
Click to collapse
Still says no such file or directory . Does ./make it look for a file or something?
Sent from my One X using xda premium
You have to cd (change directory) first. So open terminal than type cd.
Than if i remember right you keep tapping the space bar until you see the adb folder.Once there than run the adb commands.
Yep i'm pretty sure that's right because in Windows you tap the tab key
If i helped hit the thanks button!
Sent from my SPH-D710VMUB using XDA Premium HD app
jeffcojake said:
Still says no such file or directory . Does ./make it look for a file or something?
Sent from my One X using xda premium
Click to expand...
Click to collapse
Do you have adb in the directory you are in ??? I'm wiling to help but you need to answer this...
if you don't have adb installed it's pointless, 2 possibilities either you have adb installed but are not currently in the directory where it resides (you then need to navigate to the right directory using the cd command) or you don't and you need to install it and then go to that directory.
---------- Post added at 09:47 AM ---------- Previous post was at 09:44 AM ----------
worldwidehustling said:
You have to cd (change directory) first. So open terminal than type cd.
Than if i remember right you keep tapping the space bar until you see the adb folder.Once there than run the adb commands.
Yep i'm pretty sure that's right because in Windows you tap the tab key
If i helped hit the thanks button!
Sent from my SPH-D710VMUB using XDA Premium HD app
Click to expand...
Click to collapse
you use the tab button on mac too, but if he doesn't know where adb resides or it's not installed it's pointless...:::banghead:::
Crappyvate said:
Do you have adb in the directory you are in ??? I'm wiling to help but you need to answer this...
if you don't have adb installed it's pointless, 2 possibilities either you have adb installed but are not currently in the directory where it resides (you then need to navigate to the right directory using the cd command) or you don't and you need to install it and then go to that directory.
---------- Post added at 09:47 AM ---------- Previous post was at 09:44 AM ----------
you use the tab button on mac too, but if he doesn't know where adb resides or it's not installed it's pointless...:::banghead:::
Click to expand...
Click to collapse
No, you don't understand. I have went into the adb folder.. It just won't work.
Sent from my One X using xda premium
jeffcojake said:
No, you don't understand. I have went into the adb folder.. It just won't work.
Sent from my One X using xda premium
Click to expand...
Click to collapse
I don't know if you have seen this, it may help answer some questions.
http://forum.xda-developers.com/showthread.php?t=1917237
Sent from my HTC One X using Tapatalk 2
ronnie498 said:
I don't know if you have seen this, it may help answer some questions.
http://forum.xda-developers.com/showthread.php?t=1917237
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I will try it when I get back home
Sent from my One X using xda premium
jeffcojake said:
No, you don't understand. I have went into the adb folder.. It just won't work.
Sent from my One X using xda premium
Click to expand...
Click to collapse
that's just not possible with the error message you get...you either not in the right directory or it's not installed.
Go to the directory where you think adb is and type ls and post the results.
Are you sure your USB debugging is on
Crappyvate said:
that's just not possible with the error message you get...you either not in the right directory or it's not installed.
Go to the directory where you think adb is and type ls and post the results.
Are you sure your USB debugging is on
Click to expand...
Click to collapse
Adb_mac. Adb is on. And trust me, I know how to use Adb. It is in the right directory. Even if the phone is unplugged Adb should still be able to work
Sent from my HTC One XL using xda premium
He is right though. That error message can only mean it's not in the directory or you typed the name wrong. Are you sure there's not something simple you're overlooking? Sometimes we geeks over think things. I'm not a mac user but that error message is pretty clear.
Sent from my One X using xda app-developers app
exad said:
He is right though. That error message can only mean it's not in the directory or you typed the name wrong. Are you sure there's not something simple you're overlooking? Sometimes we geeks over think things. I'm not a mac user but that error message is pretty clear.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
I can post a pic of the folder. It has adb
Sent from my HTC One XL using xda premium
Well, ladies and gentlemen: here is the answer.... If you rename a file from adb to adb_mac then in order to execute/run it you need to type ./adb_mac voilà....
mystery solved....
"know how to use adb" but not how to read a file name in a directory ::banghead::
Sent from my HTC One X using xda app-developers app
Crappyvate said:
Well, ladies and gentlemen: here is the answer.... If you rename a file from adb to adb_mac then in order to execute/run it you need to type ./adb_mac voilà....
mystery solved....
"know how to use adb" but not how to read a file name in a directory ::banghead::
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
The file in the folder is just adb though.... Not adb_mac
Sent from my HTC One XL using xda premium
jeffcojake said:
The file in the folder is just adb though.... Not adb_mac
Sent from my HTC One XL using xda premium
Click to expand...
Click to collapse
As Redpoint said if you want help you need to try to follow instructions. you posted adb_mac after i asked you to perform an "ls"in your directory so that made sense as far as getting a "no such file or directory" error if you execute by doing ./adb. Either it's not there, it's corrupted,there is typo or wrong directory, that's the only time you will get this error maybe you just want to try re-installing adb in your directory of choice.
go to directory where adb reside type "ls" and post a screenshot

weird adb sideload problem

Hi guys
After a few weeks on f2fs i decided to revert back y filesystem to ext4. Everything goes well except sideloading new rom to my device ( as its completely wiped ) Everything is now formated to ext4. Then the problem starts..
When I'm trying to sideload the rom i get error 'cannot read' even though I've put rom in my adb folder and my device is connected in sideload mode.
If someone could help me via team viewer ( free software allowing you to use my PC from yours PC ) it would be super great.
Thanks
When you type adb devices is your phone recognized?
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
When you type adb devices is your phone recognized?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
yes
screenshot of my ADB folder and command window
toster jp said:
screenshot of my ADB folder and command window
Click to expand...
Click to collapse
Must give the path to your ROM zip. Your cmd prompt runs from c: \users\koppa but the ROM is not there.
You can't put the ROM in the adb folder. That only works if. You haven't added adb to your environment variable path and you have cd to that location
To get this to work either put the ROM in c: \users\koppa or cd to your adb folder or give the full path in the command
Sent from my Nexus 5 using Tapatalk
trying now
thanks
del.
No, sorry. If you want my help,, you'll have to keep replying in this thread
Sent from my Nexus 5 using Tapatalk
toster jp said:
could you pm me on hangouts? my email is : [email protected]
thanks
Click to expand...
Click to collapse
I don't think rootSU or I are going to pm you. The answers here can help others and it's best to keep them here. Did you put the rom.zip in the folder rootSU suggested?
okay
I just thought that you could help with this via TeamViewer so i could learn how to and you know, not spend another hour or two doing super basic things.
+yes
What directory is your ROM.zip?
Sent from my Nexus 5 using Tapatalk
I'm trying to flash stock 4.4.3
Its placed in a few places... C:/users/kopa/adb C:/users/kopa/desktop C:/users/kopa
toster jp said:
okay
I just thought that you could help with this via TeamViewer so i could learn how to and you know, not spend another hour or two doing super basic things.
+yes
Click to expand...
Click to collapse
A neat little trick with Windows and cmd is to back out of the folder you are in. So, if the path was C:\Users\toster jp\adb, back out to the C:\Users\toster jp folder. Hold shift and right click the adb folder. Select Open command window here. Then, cmd automatically cd to the proper directory. Then your adb sideload rom.zip will work.
toster jp said:
I tried to put my rom everywhere... And still same thing. 'cannot read'
Click to expand...
Click to collapse
Be explicit please
Also don't forget you must enable sideload in recovery
Sent from my Nexus 5 using Tapatalk
Aerowinder said:
A neat little trick with Windows and cmd is to back out of the folder you are in. So, if the path was C:\Users\toster jp\adb, back out to the C:\Users\toster jp folder. Hold shift and right click the adb folder. Select Open command window here. Then, cmd automatically cd to the proper directory. Then your adb sideload rom.zip will work.
Click to expand...
Click to collapse
SOLVED
huge thanks guys
I'm super happy because of that! And finaly I feel like I know how to use adb
THANKS!
toster jp said:
SOLVED
huge thanks guys
I'm super happy because of that! And finaly I feel like I know how to use adb
THANKS!
Click to expand...
Click to collapse
Glad you got it worked out
Sent from my Nexus 5 using XDA Free mobile app

Categories

Resources