2.11.23


Status
Not open for further replies.
Hi everyone.
So, I done one clean install on Mi1S, everything is working, I change Mms.apk through Root explorer and with this changed for landscape support.
But I have one question or maybe better to say one issue.
From the update.zip I change Mms.apk, I change also LatinIme.apk and I include GoogleQuickSearchBox.apk
Then I needed to sign the new update.zip. I follow the steps from cat_baxter :
try this please https://www.dropbox.com/s/wcg7uho9ah61ojb/signer.zip
you should have java installed, the command line:

java -jar signapkv2.jar -w -v testkey.x509.pem testkey.pk8 Email.apk Email_s.apk

Email.apk (or firmware.zip) - input file
Email_s.apk (or firmware_signed.zip) - output file.
I decompress all stuff in new dir C:\signer, I put the update.zip in this directory, I run cmd and I type command line
java -jar signapkv2.jar -w -v testkey.x509.pem testkey.pk8 update.zip update_s.zip
but I get this message: Error Unable to access to jarfile signapkv2.jar
I have I installed Java JDK 6U20, and also Cygwin in my Pc.

How can I sign the Update.zip file, where is my mistake?
 
Hi everyone.

but I get this message: Error Unable to access to jarfile signapkv2.jar
I have I installed Java JDK 6U20, and also Cygwin in my Pc.

How can I sign the Update.zip file, where is my mistake?

Put signapkv2.jar in whatever folder that is. Or change the location to signapkv2.jar like /home/blah/blah/signapkv2.jar
 
sorry if I ask, will be released, multi For 2.11.23
Thanks
Inviato dal mio GT-I9000 con Tapatalk 2
 
sorry if I ask, will be released, multi For 2.11.23
Thanks
Inviato dal mio GT-I9000 con Tapatalk 2

No multi this week. I couldn't finish them in time. I still haven't finished updating the scripts and its already Monday.
 
Put signapkv2.jar in whatever folder that is. Or change the location to signapkv2.jar like /home/blah/blah/signapkv2.jar
Done, C:\Documents and Settings\Administrator\My Documents\signapk\signapkv2.jar
but I get the same answer. Is that so difficult? Can be some antivirus or other program who block the process?
 
Hi, did not find this by searching:

On SGS2 / GT-I9100, I cannot set SMS notification via setting, sound settings. It says unfortunately setting has stopped. I'm not otherwise bothered with it but by default, after full wipe, it's set to Silent. Simply no sound.
 
Am i missing something here, there is no link for SGS3 JB download, there is discussion on here where people have downloaded and installed, where from?. I am currently using the beta from the Chineese site.
 
Am i missing something here, there is no link for SGS3 JB download, there is discussion on here where people have downloaded and installed, where from?. I am currently using the beta from the Chineese site.
READ OP
 
Is there a way to update to the newest version of MIUI without it applying it's own kernel? I'm using syiah 5.0.1 for my S2 and it overwrites it every time, so I have to install it again. It's not much of a problem, just curious if there's a way around this...
 
There's no way around that. Or try cmiui, it let's you choose a kernel on install. But that's a whole other rom. ;)

But flashing a kernel only takes about 10 secs :D
 
Done, C:\Documents and Settings\Administrator\My Documents\signapk
but I get the same answer. Is that so difficult? Can be some antivirus or other program who block the process?

Make sure you put the JAR, the test key files and the update ZIP in that same folder, then from command prompt do:
Code:
CD /D "C:\Documents and Settings\Administrator\My Documents\signapk"
java -jar "%CD%\signapkv2.jar" -w -v "%CD%\testkey.x509.pem" "%CD%\testkey.pk8" "%CD%\update.zip" "%CD%\update_s.zip"

P.S. You really should not be running Windows as the 'Administrator' user, especially in XP. That's like using Linux as root user.
 
  • Like
Reactions: Ahaba
Is there a way to update to the newest version of MIUI without it applying it's own kernel? I'm using syiah 5.0.1 for my S2 and it overwrites it every time, so I have to install it again. It's not much of a problem, just curious if there's a way around this...
It is simple. Just open ROM zip file in archive manager and delete "boot.img" (MIUI stock kernel) file. After flashing ROM without "boot.img" file boot partition won't be overwritten and you will keep your previously flashed kernel without flashing it every time.
 
  • Like
Reactions: boxcarracer81
Status
Not open for further replies.