Hi guys! I have a error in CWM (Error 6), that I belive it's error in updater-script! Can anyone help me?
I will add my updater-script and my updater-binary in attachement!
Thanks,
pedrorubster
PS: I changed in updater-script my Rom name to ROM_NAME to don't have copys of my ROM's name!
What is the error actually? Just the code doesn't help, I need to know more exactly about it.
A quick overview, I noticed
Code:
package_extract_dir("system", "/system")
Missing a ; from the end.
And for some reason,
Code:
show_progress(1.0, "-74000");
seems a bit strange to me, haven't noticed such values(under 0) earlier.
Someguyfromhell said:
What is the error actually? Just the code doesn't help, I need to know more exactly about it.
A quick overview, I noticed
Code:
package_extract_dir("system", "/system")
Missing a ; from the end.
And for some reason,
Code:
show_progress(1.0, "-74000");
seems a bit strange to me, haven't noticed such values(under 0) earlier.
Click to expand...
Click to collapse
What more info can I provide you?
pedrorubster said:
What more info can I provide you?
Click to expand...
Click to collapse
Someguyfromhell said:
What is the error actually? Just the code doesn't help, I need to know more exactly about it.
Click to expand...
Click to collapse
Feanor88 said:
Click to expand...
Click to collapse
I allready sad that CWM gives me Error 6...
Try this:
http://boardreader.com/thread/update_zip_error_status_6_677jjXi0hq.html
Feanor88 said:
Try this:
http://boardreader.com/thread/update_zip_error_status_6_677jjXi0hq.html
Click to expand...
Click to collapse
Already at UNIX format!
Gonna try make zip and sign with the Someguyfromhell's corrections!
The script worked, but now the ROM is in bootloop...
What can I do to fix it?
pedrorubster said:
The script worked, but now the ROM is in bootloop...
What can I do to fix it?
Click to expand...
Click to collapse
I see you are making your own custom ROM.
What about custom kernel? Do you have it or not? If not, try installing one.
Someguyfromhell said:
I see you are making your own custom ROM.
What about custom kernel? Do you have it or not? If not, try installing one.
Click to expand...
Click to collapse
I'm running with Extended Stock Kernel v2, 'cause my ROM is based in stock...
Should I use other kernel?
Related
Is there anyone to help me and me step by step to install FXP121 CM9. Please, always gives me error.I flash fxp121.ftf -boot in recovery & intall FXP121_update-cm-9.0.0-RC0-es209ra-UNOFFICIAL-kernel. Thank you.
what the error u got there?
error7?
installation aborted?
nelikp said:
what the error u got there?
error7?
installation aborted?
Click to expand...
Click to collapse
yes... installation aborted.
Have you tried this? http://forum.xda-developers.com/showthread.php?t=1689286
wikdNoob said:
Have you tried this? http://forum.xda-developers.com/showthread.php?t=1689286
Click to expand...
Click to collapse
Its OK . Thank you!
So I was trying to flash this ROM and after doing the first step, it got bricked. I cannot find a proper RUU, since I have hboot 1.25.0002 radio 1.15.40.04. I would love it if anyone could help me out.
You flashed an ICS rom on a JB hboot?
Can you not boot into recovery again?
oddoneout said:
You flashed an ICS rom on a JB hboot?
Can you not boot into recovery again?
Click to expand...
Click to collapse
Yes, he has to edit updater-script and change 25/26/27 numbers to 24/25/26.
xpirt
xpirt said:
Yes, he has to edit updater-script and change 25/26/27 numbers to 24/25/26.
xpirt
Click to expand...
Click to collapse
I can go in recovery, but could you help me with editing the numbers?
Demistocle said:
I can go in recovery, but could you help me with editing the numbers?
Click to expand...
Click to collapse
Follow this (start at step 4): http://forum.xda-developers.com/showthread.php?t=2213663
It will work for the rom you want too, and don't forget to flash boot in fastboot too
Demistocle said:
I can go in recovery, but could you help me with editing the numbers?
Click to expand...
Click to collapse
No, open Half-Sense.zip with 7Zip and open /META-INF/com/google/android/updater-script and edit with Notepad++ number I said.
Then repack all.
xpirt
xpirt said:
No, open Half-Sense.zip with 7Zip and open /META-INF/com/google/android/updater-script and edit with Notepad++ number I said.
Then repack all.
xpirt
Click to expand...
Click to collapse
Really? Will it work with the whole boot.img thing? I'm kinda new to all of this.
Demistocle said:
Really? Will it work with the whole boot.img thing? I'm kinda new to all of this.
Click to expand...
Click to collapse
Yep.
xpirt
It will work, as you're changing the mountpoints in updater-script to be able to flash an ICS ROM on JB hboot. But you will have to flash an ICS kernel (use the one attached to the ROM thread).
EDIT: You have been faster, xpirt...
dansou901 said:
It will work, as you're changing the mountpoints in updater-script to be able to flash an ICS ROM on JB hboot. But you will have to flash an ICS kernel (use the one attached to the ROM thread).
EDIT: You have been faster, xpirt...
Click to expand...
Click to collapse
ICS kernel? Help?
Demistocle said:
ICS kernel? Help?
Click to expand...
Click to collapse
ICS Kernel
xpirt
xpirt said:
ICS Kernel
xpirt
Click to expand...
Click to collapse
Did I do it right?
mount("ext4", "EMMC", "/dev/block/mmcblk0p24", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p26", "/cache");
Demistocle said:
Did I do it right?
mount("ext4", "EMMC", "/dev/block/mmcblk0p24", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p26", "/cache");
Click to expand...
Click to collapse
Yes
xpirt
xpirt said:
Yes
xpirt
Click to expand...
Click to collapse
Well something just hit me like a train. How would I go about going down from JB to ICS? Forgot about the candy names and their abbreviations. Sorry for all the questions, I'm a noob at the whole android rom scene.
Demistocle said:
Well something just hit me like a train. How would I go about going down from JB to ICS? Forgot about the candy names and their abbreviations. Sorry for all the questions, I'm a noob at the whole android rom scene.
Click to expand...
Click to collapse
After you changed the numbers and flashed the attached boot.img you are on ICS (4.0).
To go back to JB (4.1) is just flashing a JB rom and the boot.img attached in the rom thread
After a few struggles, it did not work and it's still bricked :crying:
Demistocle said:
After a few struggles, it did not work and it's still bricked :crying:
Click to expand...
Click to collapse
Since you're new and not familiar with all this thing, why don't you first unbrick your device by installing a JB ROM as I assume you don't make a nandroid backup of your JB ROM.
Before that, which recovery that you installed ? Not sure, download and install one from here : http://forum.xda-developers.com/showthread.php?t=2099513
Use v2.5.0.0 RC1.0 (For JB)
Then download this ROM : http://forum.xda-developers.com/showthread.php?t=2239511 and install it.
Once your device is up and running again ... then you can try other ROM (again).
ckpv5 said:
Since you're new and not familiar with all this thing, why don't you first unbrick your device by installing a JB ROM as I assume you don't make a nandroid backup of your JB ROM.
Before that, which recovery that you installed ? Not sure, download and install one from here : http://forum.xda-developers.com/showthread.php?t=2099513
Use v2.5.0.0 RC1.0 (For JB)
Then download this ROM : http://forum.xda-developers.com/showthread.php?t=2239511 and install it.
Once your device is up and running again ... then you can try other ROM (again).
Click to expand...
Click to collapse
Well I did do a nandroid backup actually, I have tried it and it didn't work.
Before the brick I was using Paranoid Android
Aaaaand as typical Murphy's law, I just got it working. I had to change two more lines of code. Thank you very much everyone, for everything. This community is awesome.
hey guys here is a custom bootimg for the L5 II (e450).
What has Changed?
ro.secure set to 0
added init.d support
What is to come?
Underclock CPU
Overclock CPU
a few people may have noticed that by unlocking the bootloader you can still get a security error is you changed a system file that LG doesnt want you playing with, in other words if you try port Lewa or MIUI you still get a security error. that is because there are a few additional things that need to be changed on the bootimg. I thought changing ro.secure to 0 would fix this but it didnt.
Download
E450
E460
Happy Flashing
Thanks for this, great job as always
Beershake said:
Thanks for this, great job as always
Click to expand...
Click to collapse
working on e460?
jamase787 said:
working on e460?
Click to expand...
Click to collapse
Oh yeah
Beershake said:
Oh yeah
Click to expand...
Click to collapse
good to see that you guys are doing your best to get some custom roms on this device . so you can confirm this works on e460??
porozex said:
good to see that you guys are doing your best to get some custom roms on this device . so you can confirm this works on e460??
Click to expand...
Click to collapse
I am Guessing its a Yes. I dont see much difference between the two devices. but I would suggest making a back up first. when building this I flashed faulty bootimg 's and it didnt brick my device I was able to boot into recovery and flash back stock.
slipsystem said:
I am Guessing its a Yes. I dont see much difference between the two devices. but I would suggest making a back up first. when building this I flashed faulty bootimg 's and it didnt brick my device I was able to boot into recovery and flash back stock.
Click to expand...
Click to collapse
so i succesfully flashed it on e460 and it works but the led buttons dosent light up and i didnt find the initd folder in system/etc. so i think there are some differences between these devices and this kernel cannot be compatible. can you build one with the e460 source?
porozex said:
so i succesfully flashed it on e460 and it works but the led buttons dosent light up and i didnt find the initd folder in system/etc. so i think there are some differences between these devices and this kernel cannot be compatible. can you build one with the e460 source?
Click to expand...
Click to collapse
It was a problem with my updater script. I forgot to create the init.d folder. I will upload it not.
you can send me your stock bootimg if you want and i will add the same features.
slipsystem said:
It was a problem with my updater script. I forgot to create the init.d folder. I will upload it not.
you can send me your stock bootimg if you want and i will add the same features.
Click to expand...
Click to collapse
http://www.mediafire.com/download/ufaxd12d32arq68/boot.img thanks
Updated Bootimg
fixed init.d not creating folder and calling on wrong sh
porozex said:
http://www.mediafire.com/download/ufaxd12d32arq68/boot.img thanks
Click to expand...
Click to collapse
Give me 10 min Just got to download it quick
slipsystem said:
Give me 10 min Just got to download it quick
Click to expand...
Click to collapse
ok. i will test it and report back
porozex said:
http://www.mediafire.com/download/ufaxd12d32arq68/boot.img thanks
Click to expand...
Click to collapse
try this
https://mega.co.nz/#!f4gTXCqS!81EL0YNJ4883OeZj8ZJSgwaCkvSb5yRTqIrITD4_nPw
slipsystem said:
try this
https://mega.co.nz/#!f4gTXCqS!81EL0YNJ4883OeZj8ZJSgwaCkvSb5yRTqIrITD4_nPw
Click to expand...
Click to collapse
now works perfectly thanks . i also check the data/local/tmp to see if there is a log about init.d
everything is ok
i also will appreciate if you check this app: http://forum.xda-developers.com/showthread.php?t=2401988
im interested about the modules dynamic fsync etc.
im using this app and i can contol alot of things like zram and lowmemorykiller
closed tested not working
hey i have made a rom for xperua t2 and i knw this will work on m4
can someone test it
linkhttp://forum.xda-developers.com/showthread.php?t=3269970]
if u r testing then replace build.prop with m2 stock build.prop
How would this rom possibly work?
Anyways I was looking at your work and it seems like you what you are doing and that our devices are in a similar state. Is there anyways that you can help us build a working AOSP rom?
You mean it should work without any mod/fix?
U need to be on stock system to use this
Can you explain how would work on m4?you sure?
ardentis said:
How would this rom possibly work?
Anyways I was looking at your work and it seems like you what you are doing and that our devices are in a similar state. Is there anyways that you can help us build a working AOSP rom?
Click to expand...
Click to collapse
I cant. I don't own this device..
I think it can't work. Well however, I was so crazy that I tried. :cyclops:
No fu**** way. Not working.
MK99 said:
I think it can't work. Well however, I was so crazy that I tried. :cyclops:
No fu**** way. Not working.
Click to expand...
Click to collapse
Did u changed build.prop
darklord18 said:
Did u changed build.prop
Click to expand...
Click to collapse
Yes. Also tried different kernel.
Best result is bootanimation, but still bootloop.
How u r doing tell me the whole process u doing
MK99 said:
Yes. Also tried different kernel.
Best result is bootanimation, but still bootloop.
Click to expand...
Click to collapse
Do like this
1)flash ur stock 5.1.1
2)wipe only data(not system)
3)flash Decepticon v2
4)wipe data,dalvic and cach
5)replace build.prop set permissions
Reboot
Problem is: we don't have stock 5.1.1, only 5.0.
MK99 said:
Problem is: we don't have stock 5.1.1, only 5.0.
Click to expand...
Click to collapse
Ok then thread closed
darklord18 said:
Did u changed build.prop
Click to expand...
Click to collapse
You mean if replace M4 build.prop it will work?
senator m95 said:
You mean if replace M4 build.prop it will work?
Click to expand...
Click to collapse
Apparently
Hello good time
I want to flash the xz1 8342 phone gives the following error:
No flash script found. Flash script is mandatory
flashtools is syncing 100%
.
This is the folder of the device:
How to fix this error?
No flash script found. Flash script is mandatory
.
One more question
Which of the following should I check when flashing?I want the device to be fresh after the flash
Guide me.tnx bro
Time for you to retire the flashtool and move to Newflasher.. go have a read over here.. https://forum.xda-developers.com/cr...-newflasher-xperia-command-line-t3619426/amp/
lilbrat said:
Time for you to retire the flashtool and move to Newflasher.. go have a read over here.. https://forum.xda-developers.com/cr...-newflasher-xperia-command-line-t3619426/amp/
Click to expand...
Click to collapse
I just want to flash the phone with a flashtools
I don't want a newflasher
So answer my questions
ehsas1 said:
I just want to flash the phone with a flashtools
I don't want a newflasher
So answer my questions
Click to expand...
Click to collapse
Well in that case, jump over to the flashtool thread and search over there... and that's about the only answer you'll get..
lilbrat said:
Well in that case, jump over to the flashtool thread and search over there... and that's about the only answer you'll get..
Click to expand...
Click to collapse
Do you think I can change the fc script from 47.1 to 47.2?
ehsas1 said:
Do you think I can change the fc script from 47.1 to 47.2?
Click to expand...
Click to collapse
You have to change name of file from 47.1 to 47.2. It should work.
Kommissar47 said:
You have to change name of file from 47.1 to 47.2. It should work.
Click to expand...
Click to collapse
Are you sure?
isn't break the device?
Tell me if you tried it yourself
tnx bro
ehsas1 said:
Are you sure?
isn't break the device?
Tell me if you tried it yourself
tnx bro
Click to expand...
Click to collapse
I did it myself. Everything works fine.