Jump to content

[ROM] Performance Rom 4.3b *Play Store Fixed* Must Apply Patch After Setting Up Play


Recommended Posts

Guest Doser
Posted (edited)

Hello,

I like to instal "HC bat new statusba"

i am a newbe in this.

Can anyone tell me how to install this?

Regards,

Doser.

PS. i wont to install the Vanilla romV4.3, but i dont know how.

Do i have to put the file on the micro sd card and start in recoverymode, and then install it.

I now have the T&L rom on the phone, and i have also root the phone.

Do i have to re-install all the apps, and do i have to back-up the apps bevore i install the new rom?

Edited by Doser
Guest Pinguy
Posted (edited)

As this is called the "Performance Rom" I thought I better share some benchmarks. This is using fresh install of Vanilla Version - Links2SD V4.3 set to the highest settings (only drocap2 and Quadrant was added) . As you can see there is a fair bit of improvement from the first release of the ROM.

post-970248-0-96807300-1335212933_thumb. post-970248-0-33353800-1335212943_thumb.

Edited by Pinguy
Guest Pinguy
Posted

Hello,

I like to instal "HC bat new statusba"

i am a newbe in this.

Can anyone tell me how to install this?

Regards,

Doser.

PS. i wont to install the Vanilla romV4.3, but i dont know how.

Do i have to put the file on the micro sd card and start in recoverymode, and then install it.

I now have the T&L rom on the phone, and i have also root the phone.

Do i have to re-install all the apps, and do i have to back-up the apps bevore i install the new rom?

You will loose everything. You will be starting from scratch again.

To install you wipe the phone and flash the ROM by using CWM. Read this:

Guest vikings123
Posted

Do this please: http://www.androidau...ery-life-43307/

I would do a wipe. There are a few things in data that needs copying over.

I wouldn't worry about there being another update soon so its safe to start over :) I had some set goals I wanted for the ROM and I have achieved 95% of them now (I thought it would take me longer to add all the features I wanted, thats why there has been so many updates in the last week). The other changes I want to make are to do with the kernel and I have no clue how to tweak the kernel. Hopefully TechnoLover can add the features I am after in his next release.

Link2SD does not work. I got error message about ext. partition not available.

Guest Pinguy
Posted

Link2SD does not work. I got error message about ext. partition not available.

Have you made one?

Guest vikings123
Posted

Have you made one?

Yes. I have no problem with versions pre 4.3. But I use Ext2, not Ext4. Is Ext4 a "MUST HAVE"?

Guest Pinguy
Posted (edited)

Yes. I have no problem with versions pre 4.3. But I use Ext2, not Ext4. Is Ext4 a "MUST HAVE"?

I have just tried it with EXT4 and it works fine. Some of the scripts to speed up read and write need to use EXT4, but Links2SD is independent to them so it shouldn't effect it. Anyway use EXT4 and you won't have a problem.

post-970248-0-13730900-1335215257_thumb.

Edited by Pinguy
Guest jiego
Posted

my idea:

1. make a basic stock rom

2.make Vanilla & blue patch rom & A2SDX patch rom & Link2SD

Guest andrea938
Posted

To update 4.2c with 4.3 what i have to do ?

Guest ther0x
Posted (edited)

To update 4.2c with 4.3 what i have to do ?

try with this

"You can keep your data and install the new version of the ROM. What you need to do is first make a backup with CWM of your current install, then flash the new ROM without doing any wipes. After the new ROM has been flashed go to backup and restore while still in CWM and select advanced restore, then pick your backup that you just made and select Restore data."

Edited by ther0x
Guest vamper89
Posted

Can I install this Rom with Amonra recovery 2.2?

The link to CWM 5 show this version is deprecated... it contains bug?

Guest ther0x
Posted

Can I install this Rom with Amonra recovery 2.2?

The link to CWM 5 show this version is deprecated... it contains bug?

I don't think

I have installed It and doesn't have any problem

Guest Pinguy
Posted (edited)

Minor update to V4.3

I made it so it does auto Calibration of the battery on boot. You should now see the true level of your battery.

It also cleans up Cache and redundant files on boot and a defragdb.

Basically every time you reboot the phone it will do a check to see if it needs to do a cleanup, zipalign and defragdb, or calibrate the battery. If nothing needs doing it skips the task and boots the phone normally. This way its not always slow booting up. If you find some boots are slightly slower its because it is running one of them tasks.

Edited by Pinguy
Guest lizak
Posted (edited)

It must be ext4 so you won't be able to use CWM to do the partitioning for you as it uses ext3.

Why It must be ext4 with a2sdx version? And how could I free some space in internal memory?

Edited by lizak
Guest Pinguy
Posted (edited)

Why It must be ext4 with a2sdx version? And how could I free some space in internal memory?

Because that is how the script was made.

#-- Mount sd-ext to /data ( You Will Get 1GB/2GB Internal Memory :D )

busybox mount -t ext4-o noauto_da_alloc,data=ordered,commit=15,barrier=1,nouser_xattr,errors=continue,noatime,nodiratime,nosuid,nodev /dev/block/mmcblk0p2 /data; 

busybox chown 1000:1000 /data; 

busybox chmod 771 /data;

The script will only look for ext4.

Link to AD2SDX: http://forum.xda-dev...d.php?t=1310309

Also the read/write differences between ext3 and ext4 is pretty large. The script places a huge amount of the data partition onto the SD and only keeps files under 128kbs onto the internal nano. If the filesystem was ext3 for the data files it would be really slow and almost unusable.

If you don't know how to setup a EXT4 partition just use the Links2SD version to free up internal memory.

Here is a guide on how to use it: http://www.xperiablo...y-limits-again/

It also shows you how to make a EXT4 partition using MiniTool Partition Wizard.

Edited by Pinguy
Guest lizak
Posted

There is no problem for me to setup ext4, but allways after wipe in recovery, the secon partition is formated to ext3 again. So that why I was asking about it. I'm useing a2sdx script but after installing about 70 apps, I have only 10MB free in internal memory, and about 600MB free on ext4 partition. Can I move anythink from /sd-ext to free some space?

post-571791-0-68416800-1335294572_thumb.

Guest Pinguy
Posted (edited)

There is no problem for me to setup ext4, but allways after wipe in recovery, the secon partition is formated to ext3 again. So that why I was asking about it. I'm useing a2sdx script but after installing about 70 apps, I have only 10MB free in internal memory, and about 600MB free on ext4 partition. Can I move anythink from /sd-ext to free some space?

Ahh ok I get you now :P

Yes you can. Open up App2SD and it will tell you what apps can be moved to the SD. This isn't moving them to your ext-sd but to the part where you keep music, pictures etc. Problem with having them there is it takes awhile for them to come active when you first boot the phone or unplug your phone as a storage device. So I would only place apps there that you don't use that often or don't mind waiting a minute or two before you can use them after a reboot (I normally move all the games to the SD).

Edited by Pinguy
Guest Pinguy
Posted

Hello,

I installed the vanilla 4.3 version and busybox.

When i install "TechnoLover's Kernel Edition 1.3a." the phone wont boot.

Anyone knows why?

Regards,

Doser.

It already has TechnoLover's Kernel 1.3a installed and Busybox. You don't need to install them.

It takes awhile to boot from the first install, so give it a sec.

Guest Doser
Posted

It already has TechnoLover's Kernel 1.3a installed and Busybox. You don't need to install them.

It takes awhile to boot from the first install, so give it a sec.

Thank you Pinguy,

When i push the home button, nothing happens, can i turn it on again?

Regards Doser.

Guest sattarat
Posted

can't flash

verify update package

E:missing file:

data/appcom.nema.batterycalibration-1.apk

E:Verification failed

Installation aborted

How I can do next

Guest Pinguy
Posted

can't flash

verify update package

E:missing file:

data/appcom.nema.batterycalibration-1.apk

E:Verification failed

Installation aborted

How I can do next

Does anyone read the post?

You have to use CWM that I link to in the main post.

Guest Pinguy
Posted

Thank you Pinguy,

When i push the home button, nothing happens, can i turn it on again?

Regards Doser.

Do a wipe before installing.

Guest spicysomtam
Posted

Just caught up on this. I tried your new build and not only is it still awesome, but the sip dialing is fixed! Many many thanks for this.

I have just ordered a class 10 microsd 16Gb so hopefully I can go to the AD2SDX rom when it arrives.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.