Image not found (jb).img - Transformer TF300T Q&A, Help & Troubleshooting

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

Related

q any devs want to borrow xyboard to port cwr

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

[Q] how can i relock my bootloader ?

unlocked my bootloader running official stock
would like to lock it so i can upgrade and flash a rom.
i saw this thread : http://forum.xda-developers.com/showthread.php?t=1675312
but the only problem is that i didnt save my original files
so the question is, how can i relock my bootloader ?
I believe the command for it was fastboot oem lock but please check the q and a section the answer is there
Sent from my HTC One X using Tapatalk 2
The_Zodiac said:
unlocked my bootloader running official stock
would like to lock it so i can upgrade and flash a rom.
i saw this thread : http://forum.xda-developers.com/showthread.php?t=1675312
but the only problem is that i didnt save my original files
so the question is, how can i relock my bootloader ?
Click to expand...
Click to collapse
The only original file you need is the Unlock_code.bin. They emailed this to you, that's the only way you can get the file. So if you did not delete the email, you can just go and download it again from your email. If you did delete it, it's most likely still in your email's trash bin.
BTW you do not need any original files to relock. Just boot back into fastboot usb mode and do as they said in the thread "fastboot oem lock"
I still have the file that htc emailed me. But in the instructions it list needing to move 2 other files to the android folder you create.
So basically just move the unlock.bin to that folder and follow the instructions as normal?
Sent from my HTC One X using xda premium
Are you talking about these 3 files adb.exe, AdbWinApi.dll, fastboot.exe? Really he shouldnt have said to move them. You can leave them where they are at. On your PC navigate to C:\Android\platform-tools and they should all be there still. Look and see if they are. If they are not, then I can send them to you.
If they are still there, then you just navigate to that directory in CMD prompt and follow his instructions. Where he says to navigate to C:\Android you instead navigate directly to C:\Android\platform-tools in cmd. Does that make sense?
NguyenHuu said:
Are you talking about these 3 files adb.exe, AdbWinApi.dll, fastboot.exe? Really he shouldnt have said to move them. You can leave them where they are at. On your PC navigate to C:\Android\platform-tools and they should all be there still.
Click to expand...
Click to collapse
I never had a directory called C:\android\platform-tools. I could not get any fastboot commands to work without having those 3 other files in the same directory as the Unlock_code.bin I was trying to push. Which is why I told them to put them together, to avoid the same issue I was having.
freshleysnipes said:
I never had a directory called C:\android\platform-tools. I could not get any fastboot commands to work without having those 3 other files in the same directory as the Unlock_code.bin I was trying to push. Which is why I told them to put them together, to avoid the same issue I was having.
Click to expand...
Click to collapse
if you update your SDK to the latest you will see. Everyone should update their sdk once every month or so. you put your unlock file in that folder too, it's same instructions they tell you, but instead of moving those files out, you keep them there and you move your unlock file in. so you don't break the SDK for future stuff.
NguyenHuu said:
Are you talking about these 3 files adb.exe, AdbWinApi.dll, fastboot.exe? Really he shouldnt have said to move them. You can leave them where they are at. On your PC navigate to C:\Android\platform-tools and they should all be there still. Look and see if they are. If they are not, then I can send them to you.
If they are still there, then you just navigate to that directory in CMD prompt and follow his instructions. Where he says to navigate to C:\Android you instead navigate directly to C:\Android\platform-tools in cmd. Does that make sense?
Click to expand...
Click to collapse
I never had that folder created if you could send them to me that would be awesome
Sent from my HTC One X using xda premium
The_Zodiac said:
I never had that folder created if you could send them to me that would be awesome
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
sure you can download it here http://www.mediafire.com/?dn8py7ww4rsbi5e
Just extract it to the same folder in that other thread then to keep it simple.
NguyenHuu said:
sure you can download it here http://www.mediafire.com/?dn8py7ww4rsbi5e
Just extract it to the same folder in that other thread then to keep it simple.
Click to expand...
Click to collapse
Thanks for the help I'll give it a shot when I get home from work
Sent from my HTC One X using xda premium

Files in gs3ezrecovery??

A newbie, I rooted my phone and was trying to figure out EZRecovery. Ended up bricking the phone and installed a stock image using Odin, but that is a separate issue about which I may write a separate question.
After I installed the stock image, I noticed that there is a folder on the SDCard entitled gs3recovery and inside are 6 files named as follows: 2 (0 bytes), recovery_hyb_invisibleckv2 (5.44MB), recovery_rec_CWM6010 (5.41MB), recovery_rec_CWMT5849 (6.34MB), recovery_rec_stock (6.10MB), and recovery_rec_twrp220 (6.96MB). The latter 5 are all Disk Image Files.
When I was trying to use EZRecovery, I went looking for images in TRWP and CWM folders and didn't find any. Are these the images inside the gs3recovery folder or are they too small to be images?
Could these images be used if I rerooted?
What images are you trying to find? The images in that folder are when you open ezrecovery and use the drop down box to select a recovery to flash, those are the recoveries.
Sent from my SCH-I535 using xda app-developers app
Those are the recovery images that EZRecovery uses to flash a specific recovery onto your phone. There only usable if your rooted, so if you aren't its safe to delete that folder.
kintwofan said:
What images are you trying to find? The images in that folder are when you open ezrecovery and use the drop down box to select a recovery to flash, those are the recoveries.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Thank you for your reply.
So let me confirm that you're saying these are images that I could recover using EZRecovery?
I thought that was probably the case, but I had expected the images to be a lot larger than 5-6MB.....like on Windows PC 7 where the image is more than 50% the size of the system drive.
Those are the recovery images. You could even use terminal to flash them using.the dd commands. The app does it for u
Sent from my SCH-I535 using xda premium
Thank you all for responding. Basically then, I have images I could restore but I will have to root to do so.
I won't go into the whole story, but I have to root anyway because I restored a stock image to the bricked phone while the bootloader was unlocked.
I am planning to go back to stock but I can't do that until the bootloader is locked and I have to root in order to do that.
Thanks again.

HELP!!!! BOOTLOOP atrix 2

im stuck in a loopboot on my ME865 after installing 4.2.2 from this http://forum.xda-developers.com/showthread.php?t=2121029
i flashed the rom but didnt flash the gapps because it said to do it after with built in recovery but i didnt know how to so i used this http://forum.xda-developers.com/showthread.php?t=1346977
which got me into the loop boot i can boot into fastmode
PLEASE HELP ME!!!!!!
DaFrenchTaco said:
im stuck in a loopboot on my ME865 after installing 4.2.2 from this http://forum.xda-developers.com/showthread.php?t=2121029
i flashed the rom but didnt flash the gapps because it said to do it after with built in recovery but i didnt know how to so i used this http://forum.xda-developers.com/showthread.php?t=1346977
which got me into the loop boot i can boot into fastmode
PLEASE HELP ME!!!!!!
Click to expand...
Click to collapse
Well, first, turn off the phone and charge it so you don't loose battery.
Second, never install another recovery on top of an existing one without knowing what you are doing - ask first.. (You get into the built-in recovery on that cm10.1 by tapping the volume down button at the end of the red moto logo when the lights come on).
Next, you could possibly fix your system with adb and switching some files.. but that would take a lot of explaining if you are not familiar with it.. plus, you might not get adb recognized during the bootloop.
So, you need to use the FXZ files for your phone/region... Or, just flash the system.img only.. See here: http://forum.xda-developers.com/showpost.php?p=41436876&postcount=1106 - and see the link linked there.
EDIT: If you can get adb recognized, you might be able to just run these few lines to fix things from the command prompt:
Code:
adb shell
su
mount -o rw,remount /system
rm /system/bin/hijack
sh /system/bin/finalize_release
exit
alteredlikeness said:
Well, first, turn off the phone and charge it so you don't loose battery.
Second, never install another recovery on top of an existing one without knowing what you are doing - ask first.. (You get into the built-in recovery on that cm10.1 by tapping the volume down button at the end of the red moto logo when the lights come on).
Next, you could possibly fix your system with adb and switching some files.. but that would take a lot of explaining if you are not familiar with it.. plus, you might not get adb recognized during the bootloop.
So, you need to use the FXZ files for your phone/region... Or, just flash the system.img only.. See here: http://forum.xda-developers.com/showpost.php?p=41436876&postcount=1106 - and see the link linked there.
EDIT: If you can get adb recognized, you might be able to just run these few lines to fix things from the command prompt:
Code:
adb shell
su
mount -o rw,remount /system
rm /system/bin/hijack
sh /system/bin/finalize_release
exit
Click to expand...
Click to collapse
do you know any other place to download the zip file
and wheres the fxz folder supposed to be
DaFrenchTaco said:
do you know any other place to download the zip file
and wheres the fxz folder supposed to be
Click to expand...
Click to collapse
Look here
http://forum.xda-developers.com/showthread.php?t=2176124
Make sure you install the correct firmware otherwise you will brick.
And next time please search before posting. This has been asked a number of times before
Sent from my MB865 using XDA Premium HD app
nikhJ said:
Look here
http://forum.xda-developers.com/showthread.php?t=2176124
Make sure you install the correct firmware otherwise you will brick.
And next time please search before posting. This has been asked a number of times before
Sent from my MB865 using XDA Premium HD app
Click to expand...
Click to collapse
No. Those are only MB865. And those are only for gingerbread..
The 4.0.4 ME865 ones are here: http://forum.xda-developers.com/showthread.php?t=1934874
Also, it's a little outdated, but see here too: http://forum.xda-developers.com/showthread.php?t=1909319
Which should all lead you here: http://sbf.droid-developers.org/edison/list.php
Sent from my manta ray
alteredlikeness said:
No. Those are only MB865. And those are only for gingerbread..
The 4.0.4 ME865 ones are here: http://forum.xda-developers.com/showthread.php?t=1934874
Also, it's a little outdated, but see here too: http://forum.xda-developers.com/showthread.php?t=1909319
Which should all lead you here: http://sbf.droid-developers.org/edison/list.php
Sent from my manta ray
Click to expand...
Click to collapse
sorry for asking u so much stuff but i lost without help
ok so it says i have to edit it with the moto android depacker but i dont see any tutorials on how to do that
would it boot up if i use this hack to install the honk kong boot img on to it or would mess my device since its on "4.2.2." http://forum.xda-developers.com/showthread.php?p=35000737
DaFrenchTaco said:
sorry for asking u so much stuff but i lost without help
ok so it says i have to edit it with the moto android depacker but i dont see any tutorials on how to do that
would it boot up if i use this hack to install the honk kong boot img on to it or would mess my device since its on "4.2.2." http://forum.xda-developers.com/showthread.php?p=35000737
Click to expand...
Click to collapse
I am very confused at what you want to do. That link is only to root your device. But, if you are bootlooping, you need to replace your system.img.
You should download the entire SBF/FXZ zip file for your device/region/firmware. Then unzip it into a folder on your computer (best if it's close to C:\ with spaces in the path). Are you using a Windows OS on your computer?
Then, grab the restore-to-ics_win-batch.zip AND the restore-ics-system-only.bat.txt (remove the .txt extension) attached in this post: http://forum.xda-developers.com/showpost.php?p=36834775&postcount=108
Mix those files in with the big FXZ files that you just unzipped. Then run the .bat file to flash the system.img only. If that doesn't work, then open the other .bat file (use Notepadd++ or similar), check that everything that is being flashed is actually in your folder and has the same name... and flash the entire FXZ. If none of that helped, then you probably flashed the wrong files to your phone.
Just flashing the system.img only is probably the safest.. Because if it's wrong, you can just flash another one. The other files in the FXZ package can mess up your phone if they are not for your specific device.
EDIT: If you still did not flash anything else, you could try to use adb... Get that restore-to-ics_win-batch.zip that I linked above.. Unzip it to your desktop. Power on your phone so it bootloops and connect with USB. Open a command prompt on the restore-to-ics_win-batch folder by holding down shift and right-click. Then type adb devices - if it returns a number with the word "device" (not the word "offline"), then you can try to use those adb codes I posted in my previous post. Otherwisem you need to use fastboot and flash fxz or system only.
alteredlikeness said:
I am very confused at what you want to do. That link is only to root your device. But, if you are bootlooping, you need to replace your system.img.
You should download the entire SBF/FXZ zip file for your device/region/firmware. Then unzip it into a folder on your computer (best if it's close to C:\ with spaces in the path). Are you using a Windows OS on your computer?
Then, grab the restore-to-ics_win-batch.zip AND the restore-ics-system-only.bat.txt (remove the .txt extension) attached in this post: http://forum.xda-developers.com/showpost.php?p=36834775&postcount=108
Mix those files in with the big FXZ files that you just unzipped. Then run the .bat file to flash the system.img only. If that doesn't work, then open the other .bat file (use Notepadd++ or similar), check that everything that is being flashed is actually in your folder and has the same name... and flash the entire FXZ. If none of that helped, then you probably flashed the wrong files to your phone.
Just flashing the system.img only is probably the safest.. Because if it's wrong, you can just flash another one. The other files in the FXZ package can mess up your phone if they are not for your specific device.
EDIT: If you still did not flash anything else, you could try to use adb... Get that restore-to-ics_win-batch.zip that I linked above.. Unzip it to your desktop. Power on your phone so it bootloops and connect with USB. Open a command prompt on the restore-to-ics_win-batch folder by holding down shift and right-click. Then type adb devices - if it returns a number with the word "device" (not the word "offline"), then you can try to use those adb codes I posted in my previous post. Otherwisem you need to use fastboot and flash fxz or system only.
Click to expand...
Click to collapse
can not load "system.img" i went in and edited the the text to C:\system.img but it wont work
i tried the other one didnt work is the path supposed to be = C... or =C... what i mean is there a space or not
is the bat file scripted to work with me865 or only with mb865 flashing that sbf/fxz
and is the sbf/fxz file supposed to be unzipped and in a folder
or compressed
DaFrenchTaco said:
can not load "system.img" i went in and edited the the text to C:\system.img but it wont work
i tried the other one didnt work is the path supposed to be = C... or =C... what i mean is there a space or not
is the bat file scripted to work with me865 or only with mb865 flashing that sbf/fxz
and is the sbf/fxz file supposed to be unzipped and in a folder
or compressed
Click to expand...
Click to collapse
Unzip the sbf/fxz - all the files in a single folder, on your desktop or in the root of your C:\ drive (like C:\ InlineFlashing_Edison_XX-XX-XX_CFC_P3_APBP.xml - where that is the name of the folder)
Then put the .bat file and other files from my restore_to_ics zip and the restore_system_only .bat in that same folder.
Then, connect with USB while in AP fastboot mode, see if it says "OK to program", then double-click the restore-ics-system-only.bat
alteredlikeness said:
Unzip the sbf/fxz - all the files in a single folder, on your desktop or in the root of your C:\ drive (like C:\ InlineFlashing_Edison_XX-XX-XX_CFC_P3_APBP.xml - where that is the name of the folder)
Then put the .bat file and other files from my restore_to_ics zip and the restore_system_only .bat in that same folder.
Then, connect with USB while in AP fastboot mode, see if it says "OK to program", then double-click the restore-ics-system-only.bat
Click to expand...
Click to collapse
thank u so much is it safe to root and install cm10 with bootstrap?
and how do you enter cmw in cm10.1?
THX
Sorry to intrude with my following off-topic statement, but that was a lot of detailing you did there altered. xD Great job and it'll serve well to assist others who need the same solution.
Now on-topic;
Yes it's okay to root with any of the ICS root methods available.
Sent from the Ace's MB865 using xda app-developers app
Aceofzeroz said:
Sorry to intrude with my following off-topic statement, but that was a lot of detailing you did there altered. xD Great job and it'll serve well to assist others who need the same solution.
Now on-topic;
Yes it's okay to root with any of the ICS root methods available.
Sent from the Ace's MB865 using xda app-developers app
Click to expand...
Click to collapse
yeah true that this is a very detailed guide/thread i hope my problem will help all the others now that i know how it feels to mess up a two day old phone
alteredlikeness said:
No. Those are only MB865. And those are only for gingerbread..
The 4.0.4 ME865 ones are here: http://forum.xda-developers.com/showthread.php?t=1934874
Also, it's a little outdated, but see here too: http://forum.xda-developers.com/showthread.php?t=1909319
Which should all lead you here: http://sbf.droid-developers.org/edison/list.php
Sent from my manta ray
Click to expand...
Click to collapse
Ah..sorry my bad..Forgot his phone was me865..
Question about the original problem
DaFrenchTaco said:
im stuck in a loopboot on my ME865 after installing 4.2.2 from this http://forum.xda-developers.com/showthread.php?t=2121029
i flashed the rom but didnt flash the gapps because it said to do it after with built in recovery but i didnt know how to so i used this http://forum.xda-developers.com/showthread.php?t=1346977
which got me into the loop boot i can boot into fastmode
PLEASE HELP ME!!!!!!
Click to expand...
Click to collapse
Did you solve this? I have the same problem...
---------- Post added at 10:17 PM ---------- Previous post was at 10:01 PM ----------
alteredlikeness said:
No. Those are only MB865. And those are only for gingerbread..
The 4.0.4 ME865 ones are here: http://forum.xda-developers.com/showthread.php?t=1934874
Also, it's a little outdated, but see here too: http://forum.xda-developers.com/showthread.php?t=1909319
Which should all lead you here: http://sbf.droid-developers.org/edison/list.php
Sent from my manta ray
Click to expand...
Click to collapse
I encounter the same issue. I am not able to see the device in ADB.exe, but I am able to see in FASTBOOT.exe
Can I flash in FASTBOOT.exe?
Thank you
pa 3.60 problem from altered likeness
I tried to install Paranoid android 3+ from the link from altered likeness which was successful but the problem started after rebooting .The animation goes on forever and the first time the reboot gave me a message stating updating android system . Any solution to get back would be of a lot of help .I also have the recovery of my stock 4.0.4 done using CWM .
Same problem extension
Hi....
I faced the same problem and now after following the procedure facing a new prob.
Things I did
1. Upgraded from ICS to CM10.1--->Success
2. Forgot to install GAPPS ..so installed Atrix2Strap.apk (Bootloop problem started)
3. Flashed my atrix 2 with the procedure mentioned in the link by alteredlikeness.(Overcame the bootloop problem)
Now the problem is
I'm getting the lock screen but when I try to unlock it stays unresponsive.
How do I solve this. Please Help me out
Thnks guys
kyashwanth said:
Hi....
I faced the same problem and now after following the procedure facing a new prob.
Things I did
1. Upgraded from ICS to CM10.1--->Success
2. Forgot to install GAPPS ..so installed Atrix2Strap.apk (Bootloop problem started)
3. Flashed my atrix 2 with the procedure mentioned in the link by alteredlikeness.(Overcame the bootloop problem)
Now the problem is
I'm getting the lock screen but when I try to unlock it stays unresponsive.
How do I solve this. Please Help me out
Click to expand...
Click to collapse
Thanks guys for the wonderful tutorial...
Solved the issue by inserting a sim card into the phone.
Now I'm on CM 10.1

[Q] Need help fixing Device Tampered.

I have a LG nexus 5 and started playing around with software, Installed cyanogenmod to see what it had to offer.
Now I want to go back and I have succeeded in that but when I type fastboot oem device-info in cmd it says that the device has been tampered with.
I have access to Android toolkit PRO for nexus 5 so if anyone can give me a short guide step by step I would be very thankful.
For your information I have tried alot of different solutions none seem to work.
1.1 unlock fastboot
1.2 fastboot flash a recovery
1.3 flash the tamper fix zip
1.4 fastboot flash back to stock
1.5 check status
1.6 lock fastboot
Sent from my Nexus 5 using Tapatalk
nevermind
rootSU said:
1.1 unlock fastboot
1.2 fastboot flash a recovery
1.3 flash the tamper fix zip
1.4 fastboot flash back to stock
1.5 check status
1.6 lock fastboot
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Thanks for the quickest answer I've gotten ever.
Where can I D/L the recovery and tamper fix?
Rest I will manage. Ty
senseiblaze said:
Thanks for the quickest answer I've gotten ever.
Where can I D/L the recovery and tamper fix?
Rest I will manage. Ty
Click to expand...
Click to collapse
It's all in HERE for you, steps you need to take plus how to reset the tamper flag.
radicalisto said:
It's all in HERE for you, steps you need to take plus how to reset the tamper flag.
Click to expand...
Click to collapse
Thank you guys!
radicalisto said:
It's all in HERE for you, steps you need to take plus how to reset the tamper flag.
Click to expand...
Click to collapse
So still the same problem. It says in CMD That there's no such file or directory and it cant find twrp.img
senseiblaze said:
So still the same problem. It says in CMD That there's no such file or directory and it cant find twrp.img
Click to expand...
Click to collapse
Then you're doing it wrong. You need to type the path to the recovery. So if it's in c drive
fastboot flash recovery c:\twrp.img
Or if it's on your desktop
fastboot flash recovery c:\users\senseiblaze\desktop\twrp.img
Also note, the file must be called twrp.img. if it's called recovery.img, adjust your commands accordingly. It's also Case sensitive.
All basic stuff that every rooted user should know
Sent from my Nexus 5 using Tapatalk
Instead of flashing the twrp recovery boot from it.
Fastboot boot recovery recovery.img
Because as far as I can remember flashing that zip will also lock the bootloader.
rootSU said:
Then you're doing it wrong. You need to type the path to the recovery. So if it's in c drive
fastboot flash recovery c:\twrp.img
Or if it's on your desktop
fastboot flash recovery c:\users\senseiblaze\desktop\twrp.img
Also note, the file must be called twrp.img. if it's called recovery.img, adjust your commands accordingly. It's also Case sensitive.
All basic stuff that every rooted user should know
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Bro, it says cannot open file or cannot determine image filename
No such file or directory :S
senseiblaze said:
Bro, it says cannot open file or cannot determine image filename
No such file or directory :S
Click to expand...
Click to collapse
Screenshots please
Screenshot 1... Cmd prompt, the error and what you typed
Screenshot 2... Windows explorer open to the directory where you saved your recovery please
Sent from my Nexus 5 using Tapatalk
rootSU said:
Screenshots please
Screenshot 1... Cmd prompt, the error and what you typed
Screenshot 2... Windows explorer open to the directory where you saved your recovery please
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Here's a Pic with both of them in one, lol.
Better resolution and u can zoom in I believe : http://postimg.org/image/f7srtnc05/
senseiblaze said:
Here's a Pic with both of them in one, lol.
Better resolution and u can zoom in I believe : http://postimg.org/image/f7srtnc05/
Click to expand...
Click to collapse
Your phone is booted into fastboot, right?
What is output of "fastboot devices"
Sent from my Nexus 5 using Tapatalk
rootSU said:
Your phone is booted into fastboot, right?
What is output of "fastboot devices"
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
It is booted into fastboot yes. What do you mean by output of fastboot devices?
I'm from Sweden so I rly didn't understand what you meant by that last sentence
Also I noticed your file is called "TWRP.img" but the file directly above it is called "setup". Usually I would expect it to be "setup.exe" which means that you probably have the "hide extensions for known file types" set in windows explorer > organize > folder options...
If you turn this off, I'm hoping you'll see that you actually have TWRP.img.img which is of course, incorrect
Sent from my Nexus 5 using Tapatalk
rootSU said:
Also I noticed your file is called "TWRP.img" but the file directly above it is called "setup". Usually I would expect it to be "setup.exe" which means that you probably have the "hide extensions for known file types" set in windows explorer > organize > folder options...
If you turn this off, I'm hoping you'll see that you actually have TWRP.img.img which is of course, incorrect
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Hahahahahaha! You sure are special. I've been sitting here trying to solve this all day long. gives my soul peace to know that I can do this now.
Last but not least. THANK YOU!!! :victory:
rootSU said:
Also I noticed your file is called "TWRP.img" but the file directly above it is called "setup". Usually I would expect it to be "setup.exe" which means that you probably have the "hide extensions for known file types" set in windows explorer > organize > folder options...
If you turn this off, I'm hoping you'll see that you actually have TWRP.img.img which is of course, incorrect
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Seems like a lot of novice users make this same mistake. Perhaps a note of caution should be added to the guides?

Categories

Resources