Error cwm status 6 - LG Optimus L9 P760, P765, P768, P769

So, I'm trying to port MIUI V4 to p769, but when I flash it it says "Error status 6"
I know that this problem is on build.prop, but I'm not developer, and I want to know what's the problem
(I'm noob, and I can't post links, so delete spaces)
dl .dropboxusercontent.com /u/49865447/Rom.txt

dxco said:
So, I'm trying to port MIUI V4 to p769, but when I flash it it says "Error status 6"
I know that this problem is on build.prop, but I'm not developer, and I want to know what's the problem
(I'm noob, and I can't post links, so delete spaces)
dl .dropboxusercontent.com /u/49865447/Rom.txt
Click to expand...
Click to collapse
post your updater-script and what recovery you are using

Lelus said:
post your updater-script and what recovery you are using
Click to expand...
Click to collapse
https:// dl.dropboxusercontent .com/u/49865447/updater-script
CWM 6

dxco said:
https:// dl.dropboxusercontent .com/u/49865447/updater-script
CWM 6
Click to expand...
Click to collapse
looks like wrong mount points in updater-script
system should be mmcblk0p10 , boot mmcblk0p3 , etc...
http://forum.xda-developers.com/showthread.php?t=2173613

Lelus said:
looks like wrong mount points in updater-script
system should be mmcblk0p10 , boot mmcblk0p3 , etc...
http://forum.xda-developers.com/showthread.php?t=2173613
Click to expand...
Click to collapse
Thanks Lelus! But like I said, I'm a noob on this, I searched but I can't understand where I have to put that, I'd appreciate that you could explain me how to do it

dxco said:
Thanks Lelus! But like I said, I'm a noob on this, I searched but I can't understand where I have to put that, I'd appreciate that you could explain me how to do it
Click to expand...
Click to collapse
Please try to download L9 flashable patch/rom, unzip it and see what is the right thing to do in updater script.

artit said:
Please try to download L9 flashable patch/rom, unzip it and see what is the right thing to do in updater script.
Click to expand...
Click to collapse
Thanks a lot! I just did it, now, like I was expecting, I have Status 7
format () expects 5 args, got 4
I'm going to search, but if you have an idea, is welcome

dxco said:
Thanks a lot! I just did it, now, like I was expecting, I have Status 7
format () expects 5 args, got 4
I'm going to search, but if you have an idea, is welcome
Click to expand...
Click to collapse
This is what format and mount should be
Code:
format("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/system", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/system", "/system");

Related

[Q] assert failed: write_raw_image("tmp/boot.img","boot")

i believe this question is asked before, but the search function is not working at the moment.
I am using a Incredible S with S-OFF, installed with a custom recovery that confirm working with some other rom.
i decided to make one rom my self, i setup the Kitchen enviroment, and extracted the official RUU follow the tutorial, everything goes fine.
until i copied it to my SD card and trying to flash, i will get the following messsage
assert failed: write_raw_image("tmp/boot.img","boot")
can anyone help me? i had tried different setting for and make about 10 rom but all return the same message.
thank you.
chchia said:
i believe this question is asked before, but the search function is not working at the moment.
I am using a Incredible S with S-OFF, installed with a custom recovery that confirm working with some other rom.
i decided to make one rom my self, i setup the Kitchen enviroment, and extracted the official RUU follow the tutorial, everything goes fine.
until i copied it to my SD card and trying to flash, i will get the following messsage
assert failed: write_raw_image("tmp/boot.img","boot")
can anyone help me? i had tried different setting for and make about 10 rom but all return the same message.
thank you.
Click to expand...
Click to collapse
The same problem happened on the myTouch 4G but works with this:
package_extract_file("boot.img", "/dev/block/mmcblk0p22");
Let us know if it works...
You can send the "update-script" to me,then let me give a look.
My email addrress:[email protected]
Or just paste it here so that it can help everyone.
dsixda said:
Or just paste it here so that it can help everyone.
Click to expand...
Click to collapse
Well.Take it onder in the web,let me try to download it.
So,I can take a look.
dsixda said:
Or just paste it here so that it can help everyone.
Click to expand...
Click to collapse
Maybe it is this:"write_raw_image tmp/boot.img boot"
zeaxion said:
Maybe it is this:"write_raw_image tmp/boot.img boot"
Click to expand...
Click to collapse
No .... that is wrong syntax. Won't even work in an update-script. For the Incredible S you need an updater-script (not update-script). Commands are followed by parentheses, with each parameter followed by a comma, and then a semi-colon at the very end. Run the kitchen on your ROM to get the proper syntax.
Anyways, nothing can be done at this point unless the original poster provides more detail, like at least posting his updater-script.
I'm no developer but I believe it should be write_raw_image BOOT:boot.img
Correct me if I'm wrong
Sent from my Zio using XDA App
Mattix724 said:
I'm no developer but I believe it should be write_raw_image BOOT:boot.img
Correct me if I'm wrong
Sent from my Zio using XDA App
Click to expand...
Click to collapse
That's correct syntax, but it doesn't work on newer htc devices because of the new filesystem formats. Boot.img has to be copied to /tmp folder before it can be flashed to device. You have to use updater-script to accomplish that.
dsixda said:
The same problem happened on the myTouch 4G but works with this:
package_extract_file("boot.img", "/dev/block/mmcblk0p22");
Let us know if it works...
Click to expand...
Click to collapse
That's from ADB? My MT4G is stuck at:
Flashing Kernal ...
assert failed: write_raw_image("/tmp/boot.img","boot")
E:Error in /sdcard/download/virtuous_fusion-glacier-rom-v1.0.9.zip
(Status 7)
Installation aborted
Any help is greatly appreciated. Stuck on a bootscreen in a bad way
I never had any issues using
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "boot"),
delete("/tmp/boot.img"));
in my updater-script for Incredible S.
lars.oakland said:
That's from ADB? My MT4G is stuck at:
Flashing Kernal ...
assert failed: write_raw_image("/tmp/boot.img","boot")
E:Error in /sdcard/download/virtuous_fusion-glacier-rom-v1.0.9.zip
(Status 7)
Installation aborted
Any help is greatly appreciated. Stuck on a bootscreen in a bad way
Click to expand...
Click to collapse
Status 7 usually means you are using the wrong update-binary.
dsixda said:
Status 7 usually means you are using the wrong update-binary.
Click to expand...
Click to collapse
For us that know little can you elaborate and what that means exactly?
Per your previous answer I tried using an updater based on other devs work and I still get the same error on my g2.
I just wanted to add that I do run the error check and it says the update binary fine. No errors.
chchia said:
assert failed: write_raw_image("tmp/boot.img","boot")
Click to expand...
Click to collapse
Should tmp/boot.img be /tmp/boot.img?
Mioze7Ae said:
Should tmp/boot.img be /tmp/boot.img?
Click to expand...
Click to collapse
Good catch!
rsxtypes72 said:
For us that know little can you elaborate and what that means exactly?
Per your previous answer I tried using an updater based on other devs work and I still get the same error on my g2.
I just wanted to add that I do run the error check and it says the update binary fine. No errors.
Click to expand...
Click to collapse
Update-binary is not the update-script.
The update-binary file is supposed to be included with the updater-script and contains all the command implementations that are used in the script... however there are three main types of update-binary and you have to know which one to include. They are mostly differentiated by the number of parameters supported for the 'mount' command for your updater-script.
All I the roms I have made have both the update and updater scripts included. That's why I'm stumped. I am using the leaked gb rom for g2. Oh well. Thank you for everything.
I'm gonna try to do and root the boot.img myself. Decompile and compile.
Sent from my T-Mobile G2 using XDA App
rsxtypes72 said:
All I the roms I have made have both the update and updater scripts included. That's why I'm stumped. I am using the leaked gb rom for g2. Oh well. Thank you for everything.
I'm gonna try to do and root the boot.img myself. Decompile and compile.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
On your G2 you should have only an update-script in the ROM, or else the two other files (updater-script and update-binary), not both at the same time. The updater-script is a more advanced script than the update-script yet very similar.
The new versions of ClockworkMod only support the updater-script + update-binary however.
dsixda said:
The new versions of ClockworkMod only support the updater-script + update-binary however.
Click to expand...
Click to collapse
This is why the roms have both. I have not come across a single htc vision rom that only has an update-binary in it. They all have both
Sent from my T-Mobile G2 using XDA App
Update.
I just wanted to add that I have tried countless times to make a rom. I check that update script has no error and still I get the same error.
The weird thing is if I use a custom rom from one of the devs that does boot and I use the kitchen to go from edify to amend and then try to
convert it back later after I have made changes using the kitchen it wont boot and results in same write error.
Has anyone been able to make a bootable vision rom using the kitchen? If you have can you tell me where I can look or can you give me some answers. Yes I have checked google. No luck. Thanks
Im almost ready to give up.
I did make one rom that booted up and worked fine. Except when i went thru the steps to make the zip I removed the updater-script and update-binary created by the kitchen and replaced them with the udpater-script and update binary from one of the dev roms I use. This is the only way I have gotten a rom to flash and boot.
Just a thought. I know you said the htc vision is supported but would adding an edify_def for it help solve the problem?
Sent from my T-Mobile G2 using XDA App

(DEV/WIP) Sensation sense 3.5 android 4.01 port for Shooter

hey all, just saw THIS yesturday, which made me made me feel extremely left out. i then searched & found THIS...i spent some time this morning following the instructions for the port, then i upped it for testing. PLEASE POST RESULTS. i have a very busy day and may not be able to flash this today..if it does not boot please try the anthrax kernel or some others(after flashing the rom,but before reboot). i just wanted to jumpstart dev on this for us lowly shooter owners..
DISCLAIMER: IF SANTA COMES AND REPLACES YOUR HOUSE WITH REINDEER FECES AFTER FLASHING THIS ROM YOU AND ONLY YOU ARE TO BLAME. I ACCEPT NO RESPONSIBILITY/LIABILITY. THIS IS A TEST TO GET THIS STARTED SINCE THE DEVICES ARE SO SIMILAR AND JUST A SENSE TO SENSE PORT. NO CRYING. PLEASE JUST POST RESULTS AND ILL GET TO IT AS SOON AS I CAN.THIS IS A TEST ROM.
MERRY CHRISTMAS
credits to robocik and capychimp for the sensation rom
​
Awesome! I'm going to check this out when I get off work!
Sent by my Supercharged dual core from the 3rd Dimension
Has anyone tried this rom yet?
Sent from my HTC EVO 3D using xda premium
Nandroiding now, will post after flash.
Downloading now.
Good to see some movement on the ICS front for our device! I was beginning to think all the devs had forgotten us...
Looking forward to checking this out after work as well, dang you work filter blockage
Funny, I was working on the same thing
Hit me up in PM if you want to chat.
Flashed it, stuck on white htc screen, reboot into bootloader and my recovery doesn't exist anymore. Had to use RUU.
Gordon Ramsay said:
Flashed it, stuck on white htc screen, reboot into bootloader and my recovery doesn't exist anymore. Had to use RUU.
Click to expand...
Click to collapse
Oh wow that sucks I guess I will not be flashing this but thanl you for taking one for the team.
Sent from my PG8610000 using XDA App
Gordon Ramsay said:
Flashed it, stuck on white htc screen, reboot into bootloader and my recovery doesn't exist anymore. Had to use RUU.
Click to expand...
Click to collapse
Yeah, I was just gonna say....
Dont flash it! The mount points are all wrong. They are set for the Sensation.
Whats in the script:
mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/data");
What it should be:
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p24", "/data");
Good news is you didn't brick it!
Also, if that ever happens again you dont have to drop back to RUU. You can just copy twrp flashable to SD card and just reflash it or flash it from fastboot.
Yeah but the problem was I couldn't get USB to put the recovery back on my sd, so I was stuck haha.
So then who will be the one to get a working ics up before the day is out lol
Sent from my PG8610000 using XDA App
Gordon Ramsay said:
Yeah but the problem was I couldn't get USB to put the recovery back on my sd, so I was stuck haha.
Click to expand...
Click to collapse
Thats why you can use fastboot. I made a tool that will do it for you
You can check it out here: http://forum.xda-developers.com/showthread.php?t=1292556
(I may have done this once or twice in the past 24 hours, lol)
isn't this the same port that was put up yesterday & moved to general yesterday?
SketchyStunts said:
isn't this the same port that was put up yesterday & moved to general yesterday?
Click to expand...
Click to collapse
Nope, not even remotely close.
The thread I assume you are referring to yesterday is this one: http://forum.xda-developers.com/showthread.php?t=1404346
The Op of that thread is simply pointing out that Sensation had ICS. This thread is for actual development. Big difference.
scrosler said:
Nope, not even remotely close.
The thread I assume you are referring to yesterday is this one: http://forum.xda-developers.com/showthread.php?t=1404346
The Op of that thread is simply pointing out that Sensation had ICS. This thread is for actual development. Big difference.
Click to expand...
Click to collapse
well, on that note....word to the mothership!!!!
scrosler said:
Yeah, I was just gonna say....
Dont flash it! The mount points are all wrong. They are set for the Sensation.
Whats in the script:
mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/data");
What it should be:
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p24", "/data");
Click to expand...
Click to collapse
So if change the points in the script will it flash?
scrosler said:
Yeah, I was just gonna say....
Dont flash it! The mount points are all wrong. They are set for the Sensation.
Whats in the script:
mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/data");
What it should be:
mount("ext4", "EMMC", "/dev/block/mmcblk0p23", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p24", "/data");
Good news is you didn't brick it!
Also, if that ever happens again you dont have to drop back to RUU. You can just copy twrp flashable to SD card and just reflash it or flash it from fastboot.
Click to expand...
Click to collapse
@ scott thanks for pointing this out - was about to post the same.
@ magnus, you should be ashamed of yourself, this is downright abusive. What if the script had block 34. Did you even look? WTF.
---------- Post added at 03:44 PM ---------- Previous post was at 03:41 PM ----------
alammori said:
So if change the points in the script will it flash?
Click to expand...
Click to collapse
Clearly there is something wrong, my guess is magnus posted a sensation ROM with a renamed zip title to be "first". Which is awesome.
I wouldn't touch this with a ten foot pole. But sure you could try if you want lol.
---------- Post added at 03:46 PM ---------- Previous post was at 03:44 PM ----------
@ scott - tell me this isn't ACTUALLY the sensation ROM
....please tell me....
@Scott: I'm working on something as well. I'll get in touch with you.
@MagnusRagnarok: PM me for me gtalk
Thread closed until the ROM is made usable for the 3D...

CWM Error (Status 0) when flashing customized ROM

I have been cooking a customized ICS ROM using dsixda's kitchen and all I done was deodex the ROM and add some other stuff like bash, nano etc. I then built and signed it. When I attempt to flash it tells me there is an error in the .zip file and displays (status 0). I am guessing I have done something wrong when building the ROM in dsixda's kitchen.
Does anyone know what a status 0 error means in CWM and how I can fix it?
Wrong update-binary
私のEVO 3Dから送信される。
Ahh right thank you!
Sent from my Nexus S using xda premium
dastin1015 said:
Wrong update-binary
私のEVO 3Dから送信される。
Click to expand...
Click to collapse
what shoukd it be update or updater
Sent from my GT-S5670 using xda premium
Mr.Oug said:
what shoukd it be update or updater
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
update-binary, update-script and updater-script are three different things.
私のEVO 3Dから送信される。
I had faced the same problem what should i do ....?
I have the same problem!
how can i solve this problem?
same here, my galaxy note is bricked
I have the same problem.. on LG 2x
find out if your device takes update-script(Amend)or updater-script(Edify)
Sent from my HTC VLE_U using Tapatalk 2
ourcumnt THIRD
How to find out if your device takes update-script(Amend)or updater-script(Edify)?? :good:
Pranjal Joshi said:
How to find out if your device takes update-script(Amend)or updater-script(Edify)?? :good:
Click to expand...
Click to collapse
Look in the Meta-inf then com>Google > android then you will see the script one the binary and the update or updater script
If you got update-script then amend
Updater-script you got edify
Sent from my PG86100 using Tapatalk 2
try to find an update-binary from another custom rom and use that one
globula_neagra said:
try to find an update-binary from another custom rom and use that one
Click to expand...
Click to collapse
please don't try that, i just used JMP xtreme's update binary file on my custom rom, and i just CEMENTED my Micromax canvas 2.
i'm also stuck at the status 0 error.
SOMEONE HELP US !!!!!!
FirmShark said:
I have been cooking a customized ICS ROM using dsixda's kitchen and all I done was deodex the ROM and add some other stuff like bash, nano etc. I then built and signed it. When I attempt to flash it tells me there is an error in the .zip file and displays (status 0). I am guessing I have done something wrong when building the ROM in dsixda's kitchen.
Does anyone know what a status 0 error means in CWM and how I can fix it?
Click to expand...
Click to collapse
Status 0 means that you have a wrong script.Put a correct script in "/META-INF/com/google/android" floder in your rom.
quadratic_function said:
Status 0 means that you have a wrong script.Put a correct script in "/META-INF/com/google/android" floder in your rom.
Click to expand...
Click to collapse
I use dsxda and when i build the rom i use updater script, the ROM was coocked by 0, from system folder and boot.img, any solutions?
The update-binary for mtd type phones from dsixda kitchen no longer run on some new mtd phones. You may try to replace the update binary with other update binary and modify the scripts to mount using busybox and the format partition command should be removed and do the format from cwmr menu.
I´ve got update-binary, update-binary.orig, updater-script, updater-script.orig and update-script
What should i do to fix the status 0 error?
thanks for help
sgt_R04CH said:
please don't try that, i just used JMP xtreme's update binary file on my custom rom, and i just CEMENTED my Micromax canvas 2.
i'm also stuck at the status 0 error.
SOMEONE HELP US !!!!!!
Click to expand...
Click to collapse
Ofc, you have to use one, from the same phone, eg: OTA UPDATE
Instalation aborted
how to solve this problem?

Easy Root

Download https://www.dropbox.com/s/2yoxhfzq3sm21aj/Root-i8190-Signed.zip
Paste in the root of sd card.
Go to recovery
Select install update from sd card (or like that)
Install zip
Reboot
I AM NOT RESPONSIBLE FOR ANY DAMAGE
BIG THANKS TO Deadly, for generous support, tutorials and overall help. I will always remember that
Highly unlikely.
This is for a different device and for gingerbread.
(it's my previous device btw)
I tried this root method: http://forum.xda-developers.com/showthread.php?t=1886460
but it also failed...
I'am trying to come up with root as we speak with the help of my friend Deadly.
ppero196 said:
I'am trying to come up with root as we speak with the help of my friend Deadly.
Click to expand...
Click to collapse
wow! good luck mates!
Ok guys, its here
Download http://db.tt/64EnEhCV
Paste in the root of sd card.
Go to recovery
Select install update from sd card (or like that)
Install zip
Reboot
In theory it should work. It almost imposible to brick with wrong mounting of partitions, but to be sure I AM NOT RESPONSIBLE if you manage to brick it.
No one?
Sent from my GT-I8190 using xda app-developers app
ppero196 said:
No one?
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
I think evrybody here are rooted, so lets wait for some new members..
Пратено со Tapatalk 2 од мојот SGSIII mini
vonuzu said:
I think evrybody here are rooted, so lets wait for some new members..
Пратено со Tapatalk 2 од мојот SGSIII mini
Click to expand...
Click to collapse
Yeah.
Sent from my GT-I8190 using xda app-developers app
Pumping this thread, maybe someone (more courageous than me) is willing to give this a try!
quendil said:
Pumping this thread, maybe someone (more courageous than me) is willing to give this a try!
Click to expand...
Click to collapse
I feel ya mate, I really don't feel like doing something that hasn't been tested yet.
ppero196 said:
Ok guys, its here
Download http://db.tt/64EnEhCV
Paste in the root of sd card.
Go to recovery
Select install update from sd card (or like that)
Install zip
Reboot
In theory it should work. It almost imposible to brick with wrong mounting of partitions, but to be sure I AM NOT RESPONSIBLE if you manage to brick it.
Click to expand...
Click to collapse
putting the phone in recovery with rom tools with root access from blackmart ou google play, and then install the zip update doesnt work... needs to be signed by samsung. i already tried that with a custom rom i made and tried to flash it that way, CWM in recovery...
infected_ said:
putting the phone in recovery with rom tools with root access from blackmart ou google play, and then install the zip update doesnt work... needs to be signed by samsung. i already tried that with a custom rom i made and tried to flash it that way, CWM in recovery...
Click to expand...
Click to collapse
Thank You!
You just earned a :beer:
You 100% sure you tried this? Cause its signed..
ppero196 said:
Thank You!
You just earned a :beer:
You 100% sure you tried this? Cause its signed..
Click to expand...
Click to collapse
yes, I'm sure. tried different signers also.
infected_ said:
yes, I'm sure. tried different signers also.
Click to expand...
Click to collapse
Can you please tell what it said? Like any error or such? Usually something will be shown if it didn't work.. that would give a clue..
___________________________________
[HELP THREAD]Ask Any Questions!
No one is listening until you make a mistake.
Deadly. said:
Can you please tell what it said? Like any error or such? Usually something will be shown if it didn't work.. that would give a clue..
___________________________________
[HELP THREAD]Ask Any Questions!
No one is listening until you make a mistake.
Click to expand...
Click to collapse
says "signature bla bla bla"... sorry can remember now exactly.
This is the updater script for my previous device i9001 (the one that was set as an example in the first post:
-----------------------------------------------------------------------------------------------
ui_print("***********************************************");
ui_print(" ROOT Superuser.apk & su for I9001 only! ");
ui_print("***********************************************");
show_progress(1.000000, 0);
ui_print(" Mounting SYSTEM...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p15", "/system");
set_progress(0.100000);
ui_print(" Deleting SYSTEM:bin/su...");
delete("/system/bin/su");
set_progress(0.200000);
ui_print(" Deleting SYSTEM:xbin/su...");
delete("/system/xbin/su");
set_progress(0.300000);
ui_print(" Extracting files to SYSTEM...");
package_extract_dir("system", "/system");
set_progress(0.400000);
ui_print(" Setting SYSTEM:xbin/su permissions to 6755...");
set_perm(0, 0, 06755, "/system/xbin/su");
set_progress(0.500000);
ui_print(" Setting SYSTEM:app/Superuser.apk permissions to 644...");
set_perm(0, 0, 0644, "/system/app/Superuser.apk");
set_progress(0.600000);
ui_print(" Unmounting SYSTEM...");
unmount("/system");
set_progress(0.900000);
ui_print("Install complete. Enjoy!");
set_progress(1.000000);
-----------------------------------------------------------------------------------------------
Now, i'm no expert, but if we know how to change the: "mount("ext4", "EMMC", "/dev/block/mmcblk0p15", "/system");" line shouldnt wew be able to make a root zip for our device as well?
quendil said:
This is the updater script for my previous device i9001 (the one that was set as an example in the first post:
Now, i'm no expert, but if we know how to change the: "mount("ext4", "EMMC", "/dev/block/mmcblk0p15", "/system");" line shouldnt wew be able to make a root zip for our device as well?
Click to expand...
Click to collapse
Yup... I figured out its this
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system" );
But I'm not sure on update binary.. we need a update binary which was used with job roms... anyone has a jb rom zip of other devices of Samsung ?
___________________________________
[HELP THREAD]Ask Any Questions!
No one is listening until you make a mistake.
Deadly. said:
Yup... I figured out its this
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p22", "/system" );
But I'm not sure on update binary.. we need a update binary which was used with job roms... anyone has a jb rom zip of other devices of Samsung ?
___________________________________
[HELP THREAD]Ask Any Questions!
No one is listening until you make a mistake.
Click to expand...
Click to collapse
What if we use the superuser.apk and binary from the zip files from the superuser site:
http://androidsu.com/superuser/
It's supposed to work up to 4.1
quendil said:
What if we use the superuser.apk and binary from the zip files from the superuser site:
http://androidsu.com/superuser/
It's supposed to work up to 4.1
Click to expand...
Click to collapse
That's not what causing problems.. that's what everyone uses... we need a working binary afaik
Does anyone know a jb rooting zip file of other device? I can try with it..
___________________________________
[HELP THREAD]Ask Any Questions!
No one is listening until you make a mistake.
I found this (attached) which was the SimpleRoot for the 4.1 Nexus S device.
Hope it helps.

[CLOSED] Help me, Updater-script

Hi.
I have a samsung A70 device
I want to make a simple zip can to delete bloatware and install some app after reflash rom.
So, i try many time with updater-script file but seemlike it not working.
There is code example:
ui_print(" Starting ... ");
run_program("/sbin/busybox", "mount", "/system");
Click to expand...
Click to collapse
mount("ext4", "EMMC", "/dev/block/platform/soc/1d84000.ufshc/by-name/system", "/system");
Click to expand...
Click to collapse
ui_print(" ");
delete("/system/app/ARCore/ARCore.apk");
Click to expand...
Click to collapse
I Zip it on update.zip file and when i flash it still running nomarly but nothing got delete in /system/app/arcore/
TWRP so me
script susseded: result was [0]
Click to expand...
Click to collapse
i think system partion is not mounted yet. I don't know extracly vartion "/dev/block/platform/soc/1d84000.ufshc/by-name/system" is correct or not. Or i must set permission for that.
Can somebody help me write updater-script. Thank you!
mrttd said:
Hi.
I have a samsung A70 device
I want to make a simple zip can to delete bloatware and install some app after reflash rom.
So, i try many time with updater-script file but seemlike it not working.
There is code example:
Click to expand...
Click to collapse
@mrttd Thread closed as duplicate of
How to make updater-script.
Hi. I have a samsung A70 device I want to make a simple zip can to delete bloatware and install some app after reflash rom. So, i try many time with updater-script file but seemlike it not working. There is code example: ui_print(" Starting ...
forum.xda-developers.com
Please review the XDA Forum Rules with special emphasis on rule no. 5 and post only ONCE! Your other duplicate thread has been closed, too. Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Categories

Resources