Moved post manually
http://forum.xda-developers.com/showthread.php?t=489633
Anyone please
Did you resign the zip?
If you replaced the browser.apk ,you need to re-sign the Rom before you flash it ..
Ita atheme but Yes 3 -5 times.. still received error
Just to check wich Java should I be using
Will gladly donate to the first person to help me solve this
Related
Since we have rooted it now SPL seems to be useless.
----
Well, this is the original SPL image on Tattoo, nothing related to update.zip.
----
I was trying to reverse it, and just found why it refuses to erase, but I could not find why it refuses to download data from the host.
----
By now, to flash SPL or the first splash, you need a custom kernel with additional partition information and then use flash_image is OK.
tewilove said:
Since we have rooted it now SPL seems to be useless.
Click to expand...
Click to collapse
useless !! nope defo not, thanks for the input..
are you new here or regular user with new I.D. ??
..
definitely tewilove ; i loved this since long time.... is it correct that i rename it as update.zip & boot into recovery, then apply update.zip ???
one more question : will it change my baseband version from G to H ?, which is non 3G to 3G firmware...
i am dying here someone would come up with this innovative upload. thanks tewilove for this wonderful upload....
@tewilove, ur zip file is not signed.... when i tried updating it in recovery mode, it says verification failed, no signature....
what to do buddy ?
manuvaidya said:
@tewilove, ur zip file is not signed.... when i tried updating it in recovery mode, it says verification failed, no signature....
what to do buddy ?
Click to expand...
Click to collapse
sign it urself using testsign.jar
svprm said:
sign it urself using testsign.jar
Click to expand...
Click to collapse
how do i do it ??? little brief explanation would have been much better rather than telling me do it myself right ???
I have a dead Tattoo.. stucked in tattoo logo at the boot... it's possible to use this spl for heal?
Lox_Dev said:
Original post:
Now you are going to sign the zip file. Download attached testsign.zip and copy it in your <SDK>/tools folder. Extract it here. It should create a sign subfolder with a testsign.jar file in it.
Then, from <workdir> folder, do:
java -classpath <SDK>/tools/sign/testsign.jar" testsign file.zip file-signed.zip
Ok, now your zip file is ready to be deployed using cyanogen recovery image.
Click to expand...
Click to collapse
Test Jar:http://forum.xda-developers.com/attachment.php?attachmentid=220533&d=1251207154
after i signed the file and try to flash i get the following message:
E:Can't find update script
Any ideas?
svprm said:
Test Jar:http://forum.xda-developers.com/attachment.php?attachmentid=220533&d=1251207154
Click to expand...
Click to collapse
i am sorry. i couldnt succeed in signing it with testsign.jar file u uploaded....
could u please do it for me... just a favour. i think i am missing out some important step whicch i couldnt figure it out.... please test sign it & upload it here.....
moved to here
Hello
I've edited the status bar to gold ( below) but i cant get them working in a theme and i was wondering if anyone could help put it into a working .zip thnks
MacaronyMax said:
Hello
I've edited the status bar to gold ( below) but i cant get them working in a theme and i was wondering if anyone could help put it into a working .zip thnks
Click to expand...
Click to collapse
Have you put it in framework-res.apk under /res/drawable_mdpi?
If you have, it should work.
Yes i have but when i goto flash it in recovery it says it is invalid or something similar.
EDIT; It says
E:Wrong Digest:
system/framework/framework-res.apk
E:Verification failed
Installation Aborted
Is there somekind of way i need to rezip it ??? because some themes and things hav _signed in Thanks in advance
I found out it does need to be signed but i have no idea how to please could i have some help with this or even better please could someone sign this to use thanks
MacaronyMax said:
Yes i have but when i goto flash it in recovery it says it is invalid or something similar.
EDIT; It says
E:Wrong Digest:
system/framework/framework-res.apk
E:Verification failed
Installation Aborted
Is there somekind of way i need to rezip it ??? because some themes and things hav _signed in Thanks in advance
I found out it does need to be signed but i have no idea how to please could i have some help with this or even better please could someone sign this to use thanks
Click to expand...
Click to collapse
There is no need to resign it, it will work just fine. And instead of flashing it, you can just push it with adb:
Code:
adb push framework-res.apk /system/framework/
Oh Okay Thank You v.much will post back if it works
Sorry Kind of noobish how do i do that to my device ????
MacaronyMax said:
Oh Okay Thank You v.much will post back if it works
Sorry Kind of noobish how do i do that to my device ????
Click to expand...
Click to collapse
You go to android.com and download the SDK. Inside that zip is a folder called tools, and in that you have the adb.exe. Connect your phone to your computer, and type the command from my previous post.
Thank-You Will post up a pic when updates finished
It tells me that it's a read-only system file ???
'adb remount' first
THANK-YOU
I got it working but i changed my rom to a sence rom so i edited some different pictures and will hopefully make more gold / or different soon Thanks
Oh and on 1 of the screens my apptray is there it wasnt ment to be
also could anyone point out where the main 3 buttons are at the bottom
Hello, i've a problem with my ROM:
when i put the framework into the ROM Cooked, on the first boot I get some errors and vibrations. Installing only recovery framework it works fine. The ROM is Signed with Android Signer
What's wrong?
Help
Help Me MASTERS
DocRambone, Darkyy, Jim_panse ecc..
Please ...
To start, this is in the wrong section.
Now for a few guesses on my part based on the vague diagnosis u provided.
1. U decompiled the framework-res and recompiled, in essence changing the digest of the manifest and hence only a push through recovery is valid.
2. You signed the framework-res in which case, well you shouldnt (copy meta-inf from original apk)
3. "Adb logcat" is your best friend (not literally i hope). Use it to find out where you went wrong, yes it's in english not "code" so it shud help you find out what it's complaining about.
velenoso84 said:
Hello, i've a problem with my ROM:
when i put the framework into the ROM Cooked, on the first boot I get some errors and vibrations. Installing only recovery framework it works fine. The ROM is Signed with Android Signer
What's wrong?
Help
Click to expand...
Click to collapse
what i9000 version do you have?
Thanks.
I have GT-I9000. The ROM and Framework is this http://forum.xda-developers.com/showthread.php?p=9807217#post9807217 I Want work JPU
Sent from my GT-I9000 using Tapatalk
Daneshm90 said:
To start, this is in the wrong section.
Now for a few guesses on my part based on the vague diagnosis u provided.
1. U decompiled the framework-res and recompiled, in essence changing the digest of the manifest and hence only a push through recovery is valid.
2. You signed the framework-res in which case, well you shouldnt (copy meta-inf from original apk)
3. "Adb logcat" is your best friend (not literally i hope). Use it to find out where you went wrong, yes it's in english not "code" so it shud help you find out what it's complaining about.
Click to expand...
Click to collapse
I just tried apkmanager 4.9 + apktools 1.3.1 and undergoing rebuilding me no errors.
I decompiled and recompiled twframework framework and without touching anything, I put in the ROM, I did the flash recovery but still have the same problems.
excuse for English
check the logcat, i bet you find your answer there
The comand is adb logcat > logAndroid.txt?
Hi guys I'm a friend who is helping velenoso84 in this work. When we flash rom with new framework the phone after bootanimation logo start to vibrate. We tried to use the logcat but him return only:
* daemon not running. starting it now *
* daemon started successfully *
Whyyy?????
Help me please guys
hi all,
I tried to create an theme for the new 20N rom(lite, deodexed) so i copied SystemUI.apk and framework-res.apk to my PC and uploaded them to UOT Kitchen.
In UOT Kitchen i start choosing icons etc (settings.uot in attatchment) and tried flashing it but when i do i get an error:
Code:
E: Error in /sdcard/theme.zip
(Status 0)
Installation aborted.
(tried Update-binary = MTD and Optimus)
PLEASE HELP!
EDIT: Forgot to click the sumbit work to kitchen so downloaded someone others file
WORKAROUND for recovery error (Status 0):
1. Unzip your ROM and find
META-INF/com/google/android/update-binary file
2. Put this file in the UOT zip (overriding UOT's file)
from: http://uot.dakra.lt/how_to/
I'm having problems too.
I get this error
E:Can't open /sdcard/Download/Andrew-2.zip
(bad)
Installation aborted.
Please help.
Andrew-2.zip is the second theme I made. The first one I made also got the same error. I replaced the binary file thing the one above me said.
andrewbadge said:
I'm having problems too.
I get this error
E:Can't open /sdcard/Download/Andrew-2.zip
(bad)
Installation aborted.
Please help.
Andrew-2.zip is the second theme I made. The first one I made also got the same error. I replaced the binary file thing the one above me said.
Click to expand...
Click to collapse
try it with an another SD card... m8be is the SD card corrupt or something
yeomond said:
WORKAROUND for recovery error (Status 0):
1. Unzip your ROM and find
META-INF/com/google/android/update-binary file
2. Put this file in the UOT zip (overriding UOT's file)
from: http://uot.dakra.lt/how_to/
Click to expand...
Click to collapse
Where is the META-INF/com/google/android/update-binary located? I searched eveywhere on my phone with root explorer...
WIIstpM said:
Where is the META-INF/com/google/android/update-binary located? I searched eveywhere on my phone with root explorer...
Click to expand...
Click to collapse
It is in the flashable zip file of your rom
That's weird. I got the cooked zip to install on my OB. Im on Zeus v3n. It flashed fine and everything was working besides the status bar and notification. I still haven't found a workaround for that..
timvdhoorn said:
It is in the flashable zip file of your rom
Click to expand...
Click to collapse
Eh I'm using the stock rom... anyway it wasn't the problem but the script editing (had to put it to "Type Optimus") Everything worked then
WIIstpM said:
Eh I'm using the stock rom... anyway it wasn't the problem but the script editing (had to put it to "Type Optimus") Everything worked then
Click to expand...
Click to collapse
where did u have to make that change?
lMonsterl said:
where did u have to make that change?
Click to expand...
Click to collapse
At Uot Kitchen's website. At file upload section. Under the "Select flashable zip scripting" part you can choose update-binary type. Never forget to set it to "Type optimus".
hi after to much searching i didnt find any solution for my problem and im sure someone well help to fix it here on this great fourm
i made a small app using a website
then i download the apk file
after that i try to upload the file to the app store
but i got this problem zipalign the apk
i download Android Studio and eclipse but i cant use them because both of the tow program ask me for the project folder witch i dont have it ... im noob with programing
i search a lot i didnt find any explain how i can zipalign the file without the project file i only have the apk file
i try some ways i seen it on youtube and some tools i find it here nothing work
can someone please guide me and help me to fix this problem with the dos command or anyway other way
thank
in some how i was able to finish the problem by trying everything
now i got the second problem and i hope its easy to fix it
hope someone well tell me how
Upload failed
You uploaded an APK that is signed with a restricted certificate. You need to upload an APK signed with your own certificate.