[Q] Inexperienced Android Users Wants to Port a CM7 Rom - Samsung Infuse 4G

I was looking around in the Galaxy S (i9000) dev forums and I cam across found this iOS look-alike Link here. Me being the noob that I am, i thought that it was derived from stock, I was wrong. Thankfully, CWM came up with a build.prop error and stopped me from "bricking" my Infuse.
My question is this: Could anyone possibly help me in porting that rom for our Infuse? I know it's possible and probably super simple to do. This is my first real attempt at doing something for android and plus I need a new "hobby". I already have Notepad++, both roms, and 7-Zip. I just need a Guru, or just anyone who could potentially walk me through this.
Disclaimer: I have super Slow internet speeds...
Thanks,
Magnetboard
(you guys are amazing and XDA in general a godsend)

Are you wanting to "ghetto port" it(copy/paste files) or port it from source?
Sent from my SGH-I997 using xda premium

FauxAffliction said:
Are you wanting to "ghetto port" it(copy/paste files) or port it from source?
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
I'd rather do a "Ghetto Port" it, as I have horrible Internet Speeds.
EDIT: I followed this guide and I have built the rom, I tried flashed it, and it clears the screen after saying "Installation Aborted" and goes to the main screen. Any Ideas?
Thanks,
Magnetboard

magnetboard said:
I'd rather do a "Ghetto Port" it, as I have horrible Internet Speeds.
EDIT: I followed this guide and I have built the rom, I tried flashed it, and it clears the screen after saying "Installation Aborted" and goes to the main screen. Any Ideas?
Thanks,
Magnetboard
Click to expand...
Click to collapse
Do you get an error code 7?
Sent from my SGH-I997 using xda premium

Nope, it just says installation aborted. Would it help if I posted the ROM?
Sent from my SGH-I997 using xda app-developers app

I think the first place to look would be at your updater-script.
Make sure the device assert is set to our device (infuse4g or sgh-I997) and then work your way down and make sure each file and directory actually exists.
Cwm usually indicates at which command it fails, whether setting permissions, flashing, etc

andros11 said:
I think the first place to look would be at your updater-script.
Make sure the device assert is set to our device (infuse4g or sgh-I997) and then work your way down and make sure each file and directory actually exists.
Cwm usually indicates at which command it fails, whether setting permissions, flashing, etc
Click to expand...
Click to collapse
The guide I followed said "Don't change any symlinks Just change/edit/add permissions , ui_prints , asserts , run_programs , and installing the Kernel" and I did. As I said, CWM shows no errors, just installation aborted, followed by a quick "reboot" of recovery.
EDIT: I realized that I zipped the folder instead of Zipping up the rom contents, and that the script isn't asserting out device. Thanks for the tip. I will reply back with progress.
EDIT 2: After editing the script and rezipping everything, CWM now throws and error (Status 6) and then Installation Aborted.
Thanks,
Magnetboard

Okay, for anyone who wants to help, the ROM I was to port is the i9000 ROM JOI9000. I'm using the compiled CM7 as a base. Every time I make any changes to the updater-script using notepad++, I receive a Error (Status 6) in CWM.
Thanks,
Magnetboard
Sent from my SGH-I997 using xda app-developers app

magnetboard said:
Okay, for anyone who wants to help, the ROM I was to port is the i9000 ROM JOI9000. I'm using the compiled CM7 as a base. Every time I make any changes to the updater-script using notepad++, I receive a Error (Status 6) in CWM.
Thanks,
Magnetboard
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
There may be something in the grammar or diction. Even a missing ";" may make a difference. You may even need to start a new file and simply copy and paste the older text over.
Google "status 6" error or "android status 6" or "xda status 6 error"

Okay, Im sorry for not responding, as I had a virus and I had a little too much fun trying out new oses... Im back on windows and Im re-downloading everything right now, I will try to find the grammar mistake if I can, if I can't Ill post the updater-script on here.
EDIT: I used another guide and built the rom using that. After zipping everything up and trying to flash, CWM now throws Error Status 7, and it fails to assert our device. I copied and pasted the CM7 updater-script assert line, and I honestly have no clue where to go, and no clue how to fix this. Any help would be appreciated.
Thanks,
Magnetboard

Related

[Q] Questions on Bryan's CM7 build

I didn't want to clutter up the dev thread with these questions, but I've never used any CM build on any phone.
I unzipped Bryan's CM7 build to see what was inside and noticed it didn't seem to have a launcher and didn't seem to have any market app. Ok so does that mean you have to pre install Google apps from the SDcard to be able to access the market?
In reading the instructions, it seems like Bryan's CM7 build uses the same kernel as his regular beta kernel thread but that can't be right, can it, with the discussion on the thread....
I noticed that the Google apps were all modified for CM7, so does that mean that ordinary apps won't work unless they're modified?
Can I still use the TW4 launcher on CM7? Used to it.
The business about USB storage not working in Android. I assume that means you can't put anything on the SDcard using the USB cable after Android has booted up so that you have to push everything on there with ADB, is that it, in recovery mode?
1. It does contain a launcher; Its called ADW Launcher.
2. Yes, you would need to flash the google apps. I use this one
http://goo.im/gapps/gapps-gb-20110828-signed.zip
and this one http://goo.im/gapps/gapps-gb-20110828-newtalk-signed.zip​
3. You flash the gapps-gb-20110828-signed.zip file then the gapps-gb-20110828-newtalk-signed.zip google talk with video chat support.
4. Its a different kernel. CM7 is using the MTD version. While regular stock roms use BML.
5. I believe you can use the google apps on those files on any rom. But most roms already bring them integrated.
6. Apps developed for use on the Galaxy S phones like TWLauncher et al will not work as they hook onto some samsung specific programming.
7. As mentioned in 6, you cannot use TWLauncher on cm7.
8. Yes you would have to push everything through ADB in the meantime. Pushing/puling through adb does not require rebooting to recovery though.
Can someone make a video on how to install the rom?
Just follow the written instructions on the thread and you'll be fine
Sent from my SGH-T959V using xda premium
Honestly they confuse the crap outta me. A video would dumb it down for me and im sure a few others.
IDK how the heck I made my efs backup.
But if anyhow, you manage to make some sort of a tar file with your efs files, you should be fine.
After that,
do the erase_image
and mount /efs
and cd /efs
and tar xf anybackupname.tar
you will install. That is if you get your.
Donte21 said:
Honestly they confuse the crap outta me. A video would dumb it down for me and im sure a few others.
Click to expand...
Click to collapse
My suggestion is to wait until the install procedure is easier.
In the CM7 OP, Bryan said (twice) to re-read OP after updates.
Making a video will give you proper instructions for this build, but if Bryan updates the install procedure users following the video are going to have a mixed bag of results, and possible bricks.
Sent from my SGH-T959V using Tapatalk
when I try to Heimdall the boot.img I get a warning that says Tar header contained an invalid file size.
cybok0 said:
when I try to Heimdall the boot.img I get a warning that says Tar header contained an invalid file size.
Click to expand...
Click to collapse
Are you using the heimdall command prompt? Or the heimdall program?
Sent from my SGH-T959V using xda premium
Juls317 said:
Are you using the heimdall command prompt? Or the heimdall program?
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Program, I just started reading the one click guide, I think I should of tried that first right?
---------- Post added at 09:58 AM ---------- Previous post was at 09:48 AM ----------
I will have to try this on my day off, a lot of reading and understanding to do.
cybok0 said:
Program, I just started reading the one click guide, I think I should of tried that first right?
---------- Post added at 09:58 AM ---------- Previous post was at 09:48 AM ----------
I will have to try this on my day off, a lot of reading and understanding to do.
Click to expand...
Click to collapse
You need to follow Bryan's instructions EXACTLY, a in use the heimdall command prompts
Sent from my SGH-T959V using xda premium
OK, I think I'll stick with VB, I'm not this tech savvy.
I'm going to make a video guide tonight hopefully, but of course I'm going to leave the explicit direction that noobs should not flash it
Sent from my SGH-T959V using xda premium
I have a question as well. Yes, I know that this isnt exactly high priority, but I'm wondering if later there will be a build with Wifi calling. I was trying to install it myself, but it kept force closing, and I don't wanna try anything that'll mess up my phone any worse than I have before.
Wifi calling is basically a must for me since I basically live in Smallville, KS. I get little to no service here, and without it, it usually takes forever to get anything. And yes, I've tried every modem I could, KG4 works best, since I can sometimes get one bar.
I'm trying to complain or anything, and I thank Team Acid for bringing us CM7.
Neo I'm sure at one point bryan will get that working.
Sent from my SGH-T959V using Tapatalk 2
elmejor183 said:
6. Apps developed for use on the Galaxy S phones like TWLauncher et al will not work as they hook onto some samsung specific programming.
Click to expand...
Click to collapse
So does that mean that NONE of the apps will work unless modified to run on CM7? Or are you just talking about certain Samsung issued apps? I'm in the middle of an old Tarzan novel on my e-reader program on the phone...
I have a question with the process flash boot.img with heimdall...when i open heimdall front end and put boot.img into the flash local package..i get a error the tar header contained an invalid file size..on the flash tab, it only takes pit files..also when i just use the heimdall ..a black screen happens similar like a command prompt and just exits..
how do i flash the boot.img with heimdall?
This is using fbs instructions that I am using and i am stuck on step 7. flash the latest boot.img from bryans op..
http://forum.xda-developers.com/showpost.php?p=25197350&postcount=279
Are you on windows? If so open command promt. Cd into the heimdall suite directory. Put your phone in DL mode and connect to usb. From command type "heimdall detect". Should say device detected. Then just put the boot.img in the same directory and follow the OP.
nazcalito said:
So does that mean that NONE of the apps will work unless modified to run on CM7? Or are you just talking about certain Samsung issued apps? I'm in the middle of an old Tarzan novel on my e-reader program on the phone...
Click to expand...
Click to collapse
That's just Samsung-specific stuff like TouchWiz that require Samsung's modified frameworks and extra libraries.
Just use FB's install guide instead. I was going to wait until it was installable through CWM, but this is essentially the same thing with a few extra steps.

[Q] Removing beats audio

I am running Lithium as my rom, which has beats audio installed. This has caused some problems for me, as it lowers audio quality when using poweramp. If you disagree, keep it to yourself and don't tell me I am wrong in this thread. Wow, that just sounded a lot meaner than it was meant to. Anyways, is there any way to remove it completely?
lkrasner said:
I am running Lithium as my rom, which has beats audio installed. This has caused some problems for me, as it lowers audio quality when using poweramp. If you disagree, keep it to yourself and don't tell me I am wrong in this thread. Wow, that just sounded a lot meaner than it was meant to. Anyways, is there any way to remove it completely?
Click to expand...
Click to collapse
I was looking at that at one time... and I started writing down all of the files that get installed with the mod... but then I got to the /system/etc/ folder and gave up...
If you're feeling motivated, check out the attached zip for everything it installs, and then you could attempt to remove those files... by your method of choice.
NOTE: NO ONE SHOULD ATTEMPT TO FLASH THE ATTACHMENT - sorry for yelling, but it's not a flashable zip, just the system folder from the BeatsAudiob0314.zip for reference...
You should probably cross-reference and take the proper files from a stock ROM you have lying around though, because a few of the files are replaced, like /system/etc/media_profiles.xml and /lib/libreverbwrapper.so & libvisualizer.so (and possibly others?)... In fact, if you do manage to do all of that it would definitely be worth making a "remove beats audio" script/zip
Well, I removed it from the rom after setting it up with rom kitchen. This has worked before, but now it will not flash, I get an error in CWM that says something about status 0 and it aborts the zip install I think that has something to do with the update binary. anyone have any ideas?
lkrasner said:
Well, I removed it from the rom after setting it up with rom kitchen. This has worked before, but now it will not flash, I get an error in CWM that says something about status 0 and it aborts the zip install I think that has something to do with the update binary. anyone have any ideas?
Click to expand...
Click to collapse
Yea, that sounds like an updater-script or update-binary file issue... You could try borrowing the META-INF folder from a different flashable rom...
Or maybe you could remove the necessary files through adb in recovery (or make a script if you can - that's beyond me) and make a smaller update.zip with the files you need to replace. I have much better luck making small flashable zips as opposed to full roms. Either way, good luck! And keep us posted..
Sent from my mind using XDA
lkrasner said:
Well, I removed it from the rom after setting it up with rom kitchen. This has worked before, but now it will not flash, I get an error in CWM that says something about status 0 and it aborts the zip install I think that has something to do with the update binary. anyone have any ideas?
Click to expand...
Click to collapse
Status 0 refers to an issue eighths updater-script. Make sure you have a semicolon at the end of every line, and the line endings are in Linux format if you using windows.
Sent from my MB865 using XDA
farshad525hou said:
Status 0 refers to an issue eighths updater-script. Make sure you have a semicolon at the end of every line, and the line endings are in Linux format if you using windows.
Sent from my MB865 using XDA
Click to expand...
Click to collapse
...and a blank line at the bottom of the script..
Another thought... don't know how well it would work but - you could possibly make a cwm backup, get it on to your comp, open the system.ext3.tar with 7-zip, and do all of your deleting/replacing through 7-zip... then close her up, move it back to your sdcard and restore as normal (or restore system only).. obviously not touching the name or md5 sum..
again, never tried anything like that, but it sounds possible (in my head at least)...
"I claim no responsibility, etc, etc..."
Sent from my mind using XDA
well all I need to do is replace and delete the right files, I am almost done with a flashable zip to just do that. do you know if the files that were listed as needing to be replaced instead of deleted (which is true) will work on all devices? I would like to post this for other device users to use if so.
lkrasner said:
well all I need to do is replace and delete the right files, I am almost done with a flashable zip to just do that. do you know if the files that were listed as needing to be replaced instead of deleted (which is true) will work on all devices? I would like to post this for other device users to use if so.
Click to expand...
Click to collapse
That I do not know.
But, if you could do it for our phone first (keep it in the family ), I'm sure others would eventually port it to their device if it doesn't work right.. sounds like it'd be a very useful "anti-mod", if you will...
Sent from my mind using XDA
EDIT: Just found an unistall zip by H3ROS here (check posts #18 & 20). But, I think it's a dud.. I opened the zip and it's only the pvplayer.cfg.
alteredlikeness said:
That I do not know.
But, if you could do it for our phone first (keep it in the family ), I'm sure others would eventually port it to their device if it doesn't work right.. sounds like it'd be a very useful "anti-mod", if you will...
Sent from my mind using XDA
EDIT: Just found an unistall zip by H3ROS here (check posts #18 & 20). But, I think it's a dud.. I opened the zip and it's only the pvplayer.cfg.
Click to expand...
Click to collapse
all right, I will finish it with what I have for replacements on our phone, then see if anyone else will test it on some others. is there a good way to make sure it worked other than making sure nothing is force closing and the files are gone?
lkrasner said:
all right, I will finish it with what I have for replacements on our phone, then see if anyone else will test it on some others. is there a good way to make sure it worked other than making sure nothing is force closing and the files are gone?
Click to expand...
Click to collapse
That's probably the best you can do.. if it boots, no FC's, audio still works, files gone, then you're probably good to go. I would offer to test it but I got no beats mod installed right now... Did you successfully remove it on yours?
Sent from my mind using XDA
alteredlikeness said:
That's probably the best you can do.. if it boots, no FC's, audio still works, files gone, then you're probably good to go. I would offer to test it but I got no beats mod installed right now... Did you successfully remove it on yours?
Sent from my mind using XDA
Click to expand...
Click to collapse
not yet, there are a ton of files and I have to manually type out all the file names into the zip updater file, so it is taking forever, I'm getting close though. I will put it up in an hour or so, assuming it works.
What a pain in the arse. I installed beats, to my dismay, it hurt sound quality. The voodoo sound mod is much better. If you made a backup, I didn't, prior to install you are in good shape otherwise, full wipe and reinstall rom. It would be great if someone made an uninstall zip. Good luck!
Vibrant
Ics passion
Sent from my SGH-T959 using xda premium
samsgun357 said:
What a pain in the arse. I installed beats, to my dismay, it hurt sound quality. The voodoo sound mod is much better. If you made a backup, I didn't, prior to install you are in good shape otherwise, full wipe and reinstall rom. It would be great if someone made an uninstall zip. Good luck!
Vibrant
Ics passion
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
my uninstall zip will be up in less than an hour, assuming I am not doing it completely wrong! It should work on the Atrix 2, but some files get replaced, not deleted. I think this should be fine, cross platform but you know the drill, not my problem if it does something bad and all that stuff.
getting status 0with the zip even though I wrote it in Ubuntu. any ideas
Sent from my MB865 using XDA
lkrasner said:
getting status 0with the zip even though I wrote it in Ubuntu. any ideas
Sent from my MB865 using XDA
Click to expand...
Click to collapse
I could take a look at your updater-script and see if I notice anything out of the ordinary - if you post or pm it..
Sent from my mind using XDA
alteredlikeness said:
I could take a look at your updater-script and see if I notice anything out of the ordinary - if you post or pm it..
Sent from my mind using XDA
Click to expand...
Click to collapse
will do thanks
Sent from my MB865 using XDA
lkrasner said:
will do thanks
Sent from my MB865 using XDA
Click to expand...
Click to collapse
Do you mind PM'ing it to me as well?
farshad525hou said:
Do you mind PM'ing it to me as well?
Click to expand...
Click to collapse
Well it is not giving that error anymore, but now it just goes from opening, then aborts right away?!?!?!
well the updater script is fixed a little, but it still just aborts right away with no error message. Any ideas
lkrasner said:
well the updater script is fixed a little, but it still just aborts right away with no error message. Any ideas
Click to expand...
Click to collapse
Haha.. yea, I wish cogeary was here!
Man, them scripts... I don't know, lemme look at a few different ones to try and get some ideas.
You send it off to farshad525hou? This is a good enough cause for a community effort... not to bash beats, but - we need options!
I guess that's what we get for having, ahem (excuse me), "unofficial" copies...
You see that the zips have been pulled from xda threads? http://www.xda-developers.com/android/beats-audio-now-available-on-any-gingerbread-rom/ - check the last line.
Sent from my mind using XDA

REALLY NEED HELP assert failed: motorola.steflash("/tmp/steflash")

need help... I cannot apply any updates to my AT&T Atrix 2.
i keep getting this error
assert failed: motorola.steflash("/tmp/steflash")
Milenko2121 said:
need help... I cannot apply any updates to my AT&T Atrix 2.
i keep getting this error
assert failed: motorola.steflash("/tmp/steflash")
Click to expand...
Click to collapse
What update are you trying to install? OTA updates usually require a stock system, so if you've modded your system then you'll probably need to FXZ a clean setup. *Note - ICS has no offical FXZ and should use the appropriate resources according to the version you have.
If you post more info about what you have and what you're trying to achieve then I'm sure we'll be able to help you along.
I'm trying to flash the official AT&T ICS that released yesterday.
I was originally rooted with bootstrap on 2.3.6 with the Lithium Rom.
I unrooted the phone, flashed 2.3.6 with RSDLite to get a clean phone. This is when I tried the OTA which gives me that error.
I have tried multiple scripts here. I've used RSDLite and also the fastboot scripts to return to 2.3.5/2.3.6 from ICS(or GB) countless times.
I've never had this much trouble before.
has anyone had this issue? i can't even find anything about this on google.
well if this helps anyone at all.
I am flashing above 50% battery.
after RSDLite to 2.3.6 I still get this error, but it shows 2.3.6 just fine when I start up again.
When I do the update for ICS it does everything just fine all the way up until "updating STE BP"
this is where it gets held up and throws the error.
updating STE BP ..
assert failed: motorola.steflash("/tmp/steflash")
E:error in /cache/Blur_Version.55.13.25.MB865.ATT.en.US.zip
(Status 7)
Installation Aborted
I have tried the method of downloading it straight from OTA and also from copying the file from their website to my SD Card and installing this way.
Both methods result in the problem.
the exact method I have been doing is this.
I was originally on 2.3.6 rooted bootstrap on Lithium rom
I did the clean up method for bootstrap and then ran the unroot script.
Then used RSDLite to flash to 2.3.5 (tried straight to 2.3.6 as well)
when it reboots it still throws the error even for 2.3.5/6 steflash
I then do the OTA for ICS over WiFi which again throws the error.
I would extremely appreciate any possible help you guys could give.
UPDATE:
grabbed this from the log file. here is where the STEFLASH code starts.
Code:
Extracted file "/tmp/steflash/config.txt"
minzip: Extracted file "/tmp/steflash/cops_data.csd"
minzip: Extracted file "/tmp/steflash/flash_archive.zip"
minzip: Extracted file "/tmp/steflash/production_loader.ldr"
minzip: Extracted file "/tmp/steflash/prologue_loader.ldr"
Entered SteFlashFn()
updating devtree ...
Unmounted system image
updating STE BP ..
MID launched
Flashing timed out. killing mid(97); waiting for MID exit.
Flashing failed, MID exited;; retry.
MID launched
Got MfaResult signal with value fail
Flashing failed, MID exited;; retry.
MID launched
Got MfaResult signal with value fail
Flashing failed, MID exited;; retry.
script aborted: assert failed: motorola.steflash("/tmp/steflash")
assert failed: motorola.steflash("/tmp/steflash")
E:Error in /cache/Blur_Version.55.13.25.MB865.ATT.en.US.zip
(Status 7)
Installation aborted.
blk: partition "userdata" size 4961730560 not a multiple of io_buffer_size 524288
I:Set boot command ""
Anyone?
Sent from my MB865 using xda app-developers app
Milenko2121 said:
I'm trying to flash the official AT&T ICS that released yesterday.
I was originally rooted with bootstrap on 2.3.6 with the Lithium Rom.
I unrooted the phone, flashed 2.3.6 with RSDLite to get a clean phone. This is when I tried the OTA which gives me that error.
I have tried multiple scripts here. I've used RSDLite and also the fastboot scripts to return to 2.3.5/2.3.6 from ICS(or GB) countless times.
I've never had this much trouble before.
Click to expand...
Click to collapse
Milenko2121 said:
has anyone had this issue? i can't even find anything about this on google.
Click to expand...
Click to collapse
While I'd like to tell you that you searching on Google was the right approach, you have come up short because these things have been addressed countless times here on xda. So, anyone else reading this, please include "xda" in your Google searches. That will point you back here, whereas otherwise searching xda FROM xda yields less than satisfactory results at times.
You were on 2.3.6 and wanted to update to ICS, but you had the Atrix 2 Bootstrap app and likely CWM Recovery as well. That said, and if so, you have some file finding and deleting to do:
You will need to delete all the files associated with CWM and the Atrix 2 Bootstrap (if ever installed) via Root Explorer or ADB:
Removing Atrix 2 Bootstrap:
Delete file /system/bin/logwrapper
Delete file /system/bin/hijack
Rename file /system/bin/logwrapper.bin to /system/bin/logwrapper
Delete directory /preinstall/recovery (Note: This directory might not exist)
Since you also installed the recovery on boot you need to restore the following:
Removing Bootstrap Recovery on Boot:
Delete file /system/bin/mot_boot_mode
Rename file /system/bin/mot_boot_mode.bin to /system/bin/mot_boot_mode
Thanks jboxer
Sent from my rooted Mayan Calendar
Quick question before doing all that again.
Since I did the RSD flash, shouldn't it have made it stock and not require those steps?
Sent from my MB865 using xda app-developers app
Milenko2121 said:
Quick question before doing all that again.
Since I did the RSD flash, shouldn't it have made it stock and not require those steps?
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
has anyone solved this because if you flashed back to stock then i agree with you, you shouldnt need to delete these files
blackiceboi said:
has anyone solved this because if you flashed back to stock then i agree with you, you shouldnt need to delete these files
Click to expand...
Click to collapse
No, it doesn't work that way. Post number 8 details how to solve this issue. Simply flashing back to stock doesn't remove the files, and therefore they must be removed manually.
Brought to you by Carl's Jr.
Apex said:
While I'd like to tell you that you searching on Google was the right approach, you have come up short because these things have been addressed countless times here on xda. So, anyone else reading this, please include "xda" in your Google searches. That will point you back here, whereas otherwise searching xda FROM xda yields less than satisfactory results at times.
You were on 2.3.6 and wanted to update to ICS, but you had the Atrix 2 Bootstrap app and likely CWM Recovery as well. That said, and if so, you have some file finding and deleting to do:
You will need to delete all the files associated with CWM and the Atrix 2 Bootstrap (if ever installed) via Root Explorer or ADB:
Removing Atrix 2 Bootstrap:
Delete file /system/bin/logwrapper
Delete file /system/bin/hijack
Rename file /system/bin/logwrapper.bin to /system/bin/logwrapper
Delete directory /preinstall/recovery (Note: This directory might not exist)
Since you also installed the recovery on boot you need to restore the following:
Removing Bootstrap Recovery on Boot:
Delete file /system/bin/mot_boot_mode
Rename file /system/bin/mot_boot_mode.bin to /system/bin/mot_boot_mode
Thanks jboxer
Sent from my rooted Mayan Calendar
Click to expand...
Click to collapse
Does this work? I have the same problem..
jackdowsan said:
Does this work? I have the same problem..
Click to expand...
Click to collapse
Are you still on 2.3.6?
"Laughter is the best medicine, except for treating diarrhea."
Apex said:
Are you still on 2.3.6?
"Laughter is the best medicine, except for treating diarrhea."
Click to expand...
Click to collapse
Lol.. Great sig..
jackdowsan said:
Does this work? I have the same problem..
Click to expand...
Click to collapse
Apex's question.. Plus, do you have the hijack and .bin files? Are you rooted?
Sent from my MB865 using xda app-developers app
Apex said:
Are you still on 2.3.6?
"Laughter is the best medicine, except for treating diarrhea."
Click to expand...
Click to collapse
Hey bro you still visit these forums?Haven't seen you in here like forever.How've you been?
Sent from my MB865 using xda premium
Yea, I was on 2.3.6 and had /system/bin/logwrapper.bin but no hijack file or any other files you mentioned..
alteredlikeness said:
Lol.. Great sig..
Apex's question.. Plus, do you have the hijack and .bin files? Are you rooted?
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
yea, I was rooted, that was needed to change those bin files..after that, I fxz back to 2.3.6 stock again and hopefully this time the update will work ...
UPDATE: Again the same error
updating STE BP ..
assert failed :motorola.steflash("/tmp/steflash")
E:Error in /tmp/sideload/package.zip
(Status 7)
Installation aborted.
Should I have an unlocked boot-loader or something?
deveshmanish said:
Hey bro you still visit these forums?Haven't seen you in here like forever.How've you been?
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
I'm doing well, thanks! Long time, so see is right! PM me when you get a chance.
jackdowsan said:
Yea, I was on 2.3.6 and had /system/bin/logwrapper.bin but no hijack file or any other files you mentioned..
yea, I was rooted, that was needed to change those bin files..after that, I fxz back to 2.3.6 stock again and hopefully this time the update will work ...
UPDATE: Again the same error
updating STE BP ..
assert failed :motorola.steflash("/tmp/steflash")
E:Error in /tmp/sideload/package.zip
(Status 7)
Installation aborted.
Should I have an unlocked boot-loader or something?
Click to expand...
Click to collapse
The bootloader is locked up tighter than a 16th Century King's daughter's chastity belt, so don't worry about that being an issue. Are you using Root Explorer to delete and rename the appropriate files? Also, you say you've already tried to use the above steps, then used the FXZ back to stock 2.3.6 and you still can't get the Moto Server update, correct?
"Laughter is the best medicine, except for treating diarrhea."
Apex said:
I'm doing well, thanks! Long time, so see is right! PM me when you get a chance.
The bootloader is locked up tighter than a 16th Century King's daughter's chastity belt, so don't worry about that being an issue. Are you using Root Explorer to delete and rename the appropriate files? Also, you say you've already tried to use the above steps, then used the FXZ back to stock 2.3.6 and you still can't get the Moto Server update, correct?
"Laughter is the best medicine, except for treating diarrhea."
Click to expand...
Click to collapse
Yea, I used root explorer to rename and delete files..and yea, even after these and fxz back to stock 2.3.6 I still cant get the update to work. Also, weird thing is it shows no IMEI, no baseband and is always stuck in Airplane mode.
jackdowsan said:
Yea, I used root explorer to rename and delete files..and yea, even after these and fxz back to stock 2.3.6 I still cant get the update to work. Also, weird thing is it shows no IMEI, no baseband and is always stuck in Airplane mode.
Click to expand...
Click to collapse
Were you able to verify that the Atrix 2 Bootstrapper files and the Bootstrap Recovery on Boot files were in fact deleted and renamed correctly? Also, which FXZ file did you use in RSDLite?
"Laughter is the best medicine, except for treating diarrhea."

[Q] Status 7 error when flashing a new ROM in TWRP

So, I do have the newest TWRP installed, but I get a "Status 7" error message anytime I want to flash a new Jelly Bean rom. I'm on AOKP 4.2.1 right now. Can anyone help me?
Here is the error message:
Code:
--Installing: /sdcard/aokp_tf300t)_unofficial_20120625_2002_build-40.zip
Finding Update package...
Opening Update package...
Installing update...
assert failed: getprop("ro.product.device") == "tf300t" || getprop("ro.build.product") == "tf30
0t"
E:Error in /sdcard/aokp_tf300t_unnoficial_20120625_2002_build-40.zip
(Status 7)
Installation aborted.
Frank11 said:
So, I do have the newest TWRP installed, but I get a "Status 7" error message anytime I want to flash a new Jelly Bean rom. I'm on AOKP 4.2.1 right now. Can anyone help me?
Here is the error message:
Code:
--Installing: /sdcard/aokp_tf300t)_unofficial_20120625_2002_build-40.zip
Finding Update package...
Opening Update package...
Installing update...
[B][COLOR=Red]assert failed: getprop("ro.product.device") == "tf300t" || getprop("ro.build.product") == "tf30
0t"[/COLOR][/B]
E:Error in /sdcard/aokp_tf300t_unnoficial_20120625_2002_build-40.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
Your problem shown in red. updater-script tested your build.prop for tf300t and did not find that. If your unit is tf300t then edit updater-script and remove the assert lines.
Inside the zip you will find /META-INF/com/google/android/updater-script. Edit with notepad or notepad++; not word, wordpad, or other. Save rezip and flash.
tobdaryl said:
Your problem shown in red. updater-script tested your build.prop for tf300t and did not find that. If your unit is tf300t then edit updater-script and remove the assert lines.
Inside the zip you will find /META-INF/com/google/android/updater-script. Edit with notepad or notepad++; not word, wordpad, or other. Save rezip and flash.
Click to expand...
Click to collapse
Okay, thanks, so I deleted that first line...But the update still failes, yet a I don't get an Error Code anymore.
Frank11 said:
Okay, thanks, so I deleted that first line...But the update still failes, yet a I don't get an Error Code anymore.
Click to expand...
Click to collapse
Sorry for the long delay! Search is still down here on XDA.
I'll have to ask questions I would have searched for.
The rom you are trying to flash is 20120625. That is very old and I can't remember any JB aokp roms on XDA during that time. I didn't catch the date earlier because the assert error was staring at me.
Is this from XDA? Give me some info about the rom or better yet a link. I feel that is an ICS rom with a date that old. Maybe that is not actually a date but appears so. With a link to the rom I might be able to find your current issue.
Note: your recovery you are flashing with should be twrp 2.4.1.0 JB.
XDA search is alive again.
This is an ICS rom. Choose a JB rom and try again I think you will have success.
Good Luck!
Any update I'm having same problem.I'm trying to flash blackbean 6 and getting same error,I deleted the stuff posted above and now I get status 6 error.I have jb bootloader and I can flash all other jb romsroms and blackbean 7,but not 6.
mikep2323 said:
Any update I'm having same problem.I'm trying to flash blackbean 6 and getting same error,I deleted the stuff posted above and now I get status 6 error.I have jb bootloader and I can flash all other jb romsroms and blackbean 7,but not 6.
Click to expand...
Click to collapse
Did you do your editing with notepad or notepad ++?
Error 6 is usually files that were edited with wordpad or word. It can also be an editing error such as not completely removing the line or partially deleting or editing a line that is still included.
Note: Wasn't blsckbean 6 ICS?
mikep2323 said:
Any update I'm having same problem.I'm trying to flash blackbean 6 and getting same error,I deleted the stuff posted above and now I get status 6 error.I have jb bootloader and I can flash all other jb romsroms and blackbean 7,but not 6.
Click to expand...
Click to collapse
Not sure but was blackbean 6 an ics rom? I've not looked to see for myself but I have ran 7 and it's great!
Sent from my SAMSUNG-SGH-I747 using xda premium
I unziped it on tablet and edited it with a text editor from tablet then reziped it.If it was a ics one that would make sense but on goo site it says blackbean 6 jbl so I assumed that the jbl meant jellybean boot loader.I also opened the bb7 zip and in that script updater it doesnt have the few lines with the build prop stuff,so after I deleted the first few lines in the bb6 zip it looked exactly like bb7 script updater.I don't think I left any of the lines there.After I edited the stuff I went down to the next line and pressed back button to move the rest of the lines up.If the jbl doesn't mean jellybean loader and it was for icecream sandwhich then I would assume that's why it isn't working.Thanks for writing back.Ive tried almost all the roms for tf300t and like that one the most but without ability to move my game data to microsd card I can't use it.I guess ill have to wait till they can figure out how to make directory bind workwork with jb 4.2.
I also just looked it up and bb6 is for jb bootloader.
mikep2323 said:
I unziped it on tablet and edited it with a text editor from tablet then reziped it.If it was a ics one that would make sense but on goo site it says blackbean 6 jbl so I assumed that the jbl meant jellybean boot loader.I also opened the bb7 zip and in that script updater it doesnt have the few lines with the build prop stuff,so after I deleted the first few lines in the bb6 zip it looked exactly like bb7 script updater.I don't think I left any of the lines there.After I edited the stuff I went down to the next line and pressed back button to move the rest of the lines up.If the jbl doesn't mean jellybean loader and it was for icecream sandwhich then I would assume that's why it isn't working.Thanks for writing back.Ive tried almost all the roms for tf300t and like that one the most but without ability to move my game data to microsd card I can't use it.I guess ill have to wait till they can figure out how to make directory bind workwork with jb 4.2.
I also just looked it up and bb6 is for jb bootloader.
Click to expand...
Click to collapse
I'm downloading it now, when finished I'll see what I can do and give you an update.
tobdaryl said:
I'm downloading it now, when finished I'll see what I can do and give you an update.
Click to expand...
Click to collapse
Thanks I would appreciate the help,I've searched for endless hours and everything always points back to editing those lines..If you need anymore info let me know.I've also tried to download diffrent times.Bb7 flashes fine and hydro and clean rom and blue rom but bb6 wont.I even flashed bb7 then tried to flash bb6,same error as frank got.I also made sure my build prop said tf300t for the errors.I've tried many combonations and wipes.I'm on blue rom now if that matter
mikep2323 said:
Thanks I would appreciate the help,I've searched for endless hours and everything always points back to editing those lines..If you need anymore info let me know.I've also tried to download diffrent times.Bb7 flashes fine and hydro and clean rom and blue rom but bb6 wont.I even flashed bb7 then tried to flash bb6,same error as frank got.I also made sure my build prop said tf300t for the errors.I've tried many combonations and wipes.I'm on blue rom now if that matter
Click to expand...
Click to collapse
OK. Sorry for the delay, I've been recovering my tablet. I edited the updater-script, flashed BB6. Stuck on bootanimation, flashed again, stuck on bootanimation, restored my previous backup, stuck on bootanimation. Flashed stock rom back to a working tablet.
I can't suggest you install the rom but I have uploaded updater-script.
For the future I also edit on the tablet. I suggest jota free on the playstore, it does not add extra characters that cause errors. Example most editors end a line with both linefeed and carriage return which will not work for these files.
Good Luck!
Thanks for getting back to me,I will probably try this at some point,if it didn't work on your tablet then maybe it wont work on mine as well.I do have a few backups and all my apps on titanium back up so maybe ill give it a try.Maybe I just might have to wait till they make directory bind work with jb 4.2 to flash Bb7.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
mikep2323 said:
Thanks for getting back to me,I will probably try this at some point,if it didn't work on your tablet then maybe it wont work on mine as well.I do have a few backups and all my apps on titanium back up so maybe ill give it a try.Maybe I just might have to wait till they make directory bind work with jb 4.2 to flash Bb7.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
You're welcome. Sorry my results weren't better.
tobdaryl said:
OK. Sorry for the delay, I've been recovering my tablet. I edited the updater-script, flashed BB6. Stuck on bootanimation, flashed again, stuck on bootanimation, restored my previous backup, stuck on bootanimation. Flashed stock rom back to a working tablet.
I can't suggest you install the rom but I have uploaded updater-script.
For the future I also edit on the tablet. I suggest jota free on the playstore, it does not add extra characters that cause errors. Example most editors end a line with both linefeed and carriage return which will not work for these files.
Good Luck!
Click to expand...
Click to collapse
Can you upload an updater-script for Gingerbread MT6575 models ? Also the link is not working.

[Q] Dsixda's android kitchen compatibility

Hello everyone.
I'm trying to make a custom ROM for my I8260, but every time I try to install it to my phone, I get "status 0 or 6 or 7) error's in CWM.
I tried variuos troubleshooting methods, but none worked as they should.
It seems that I can't get the edify_defs file (arubaslimss) correct.
The mount points are okay, I think, because they are the same as of I8262.
Can anyone check if the fix_boot thingy is okay for this phone ?
Also, I attach the mount points data for this phone
MirXas said:
Hello everyone.
I'm trying to make a custom ROM for my I8260, but every time I try to install it to my phone, I get "status 0 or 6 or 7) error's in CWM.
I tried variuos troubleshooting methods, but none worked as they should.
It seems that I can't get the edify_defs file (arubaslimss) correct.
The mount points are okay, I think, because they are the same as of I8262.
Can anyone check if the fix_boot thingy is okay for this phone ?
Also, I attach the mount points data for this phone
Click to expand...
Click to collapse
Use this meta folder
https://www.dropbox.com/s/jk47kfnjj8lze7r/META-INF.zip
Sent from my GT-I8262 using XDA Premium 4 mobile app
Omkar$ said:
Use this meta folder
https://www.dropbox.com/s/jk47kfnjj8lze7r/META-INF.zip
Sent from my GT-I8262 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It does not work.. com.android.phone keeps crashing no matter what I do.
Also, in the notification toggles menu, I get to see an option to change between SIM1 and SIM2.
It has something to do with the updater-binary file, wich I can't edit in any way.

Categories

Resources