Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 (edited) I managed it to remove the frame limit of the Acer Liquid MT (Novatek 35399 Panel). As it is the same Panel as the HTC Evo 4G (partially), this is the maximum the panel can achieve. This works at the moment, just for Froyo (2.2.x), as we only have this source. Be aware that this can damage your device if you don't know what you do. I'm not responsible if you damage, brick or blow up your device and your girlfriend doesn't like you anymore cause the phone is dead! If you don't know what you do wait for a tutorial or keep your hands away. That's the safer way! Before you do anything do a NANDROID, It's your fault when your device doesn't boot anymore, you can always make a backup and restore it! A Preview-UV/OC-Boot.img (@ 1GHz) can be downloaded here: Acer_Liquid_MT_Kernel_20110615_202318.imgFlash/Boot it via fastboot As I don't know how to do it as an update.zip ;) I forgot to say, that the softkeys are at a higher position than before 'cause I have to send my Acer back to repair, but I don't want to :P just booting it - not risky, just pull battery if it doesn't work! adb reboot bootloader fastboot -i 0x0502 boot boot.img flashing it to the device - riskier if you don't know what you do! adb reboot bootloader fastboot -i 0x0502 flash boot boot.img fastboot -i 0x0502 reboot If someone wants do use the code in his own kernel, have a look at my github: https://github.com/marcOcram Edited June 16, 2011 by TechnoLover
Guest Posted June 15, 2011 Report Posted June 15, 2011 VERY NICE I will test when I have a minute ! Thanks a lot for your effort !
Guest dieghito Posted June 15, 2011 Report Posted June 15, 2011 hi. i wrote adb reboot bootloader fastboot -i 0x0502 flash boot kernel.img fastboot reboot Now my metal is stopped at the ACER white word
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 On which Rom/Leak have you been? Do you have a Nandroid? Than mount your sdcard and copy the boot.img from there and flash that image back to your device.
Guest Posted June 15, 2011 Report Posted June 15, 2011 same problem here using the 1.100.49 GEN1 (available on Acer web site).
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 alright I flash my phone to 1.100.49 and have a look ;)
Guest Nesli Posted June 15, 2011 Report Posted June 15, 2011 Wow ;) Great news, thanks for your work :P I´ll hope acer will release 2.3 and it´s source soon, then, MT rocks :D
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 (edited) here it works on 1.100.49, with Acer UI and with Android UI, so the download is maybe corrupt, I will upload a *.zip with the boot.img inside. //EDIT: *.zip in first post Edited June 15, 2011 by TechnoLover
Guest Nesli Posted June 15, 2011 Report Posted June 15, 2011 (edited) Is this boot includes 1pct. battery step ? ;) Edited June 15, 2011 by Nesli
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 (edited) It includes UndervoltOverclock1%-Battery-Stepremoved Framelimiteverything else from the github Battery-Step could be a bit buggy, I need some opinions ;) Edited June 15, 2011 by TechnoLover
Guest Nesli Posted June 15, 2011 Report Posted June 15, 2011 Incredible ;) Really nice to have another dev on our "ship" of MT :P
Guest Posted June 15, 2011 Report Posted June 15, 2011 Same problem after flashing content from the .zip stuck at Acer logo ;)
Guest Posted June 15, 2011 Report Posted June 15, 2011 Do we need to wipe before and/or after flashing ?
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 (edited) @paugustin Is your phone rooted? Do you have any modifications installed? Can you provide me a "adb logcat" or something else, maybe a nandroid (without your personal things of course)? You don't need a wipe (normally), cause it's just a kernel, but you can try of course if you want to ;) don't forget the nandroid :P Edited June 15, 2011 by TechnoLover
Guest Posted June 15, 2011 Report Posted June 15, 2011 Phone is rooted, running stock 1.100.49. I could provide a logcat but when do I run it ?
Guest TechnoLover Posted June 15, 2011 Report Posted June 15, 2011 try to get a logcat when the phone stuck at "Acer" otherwise tell me how you rooted your phone and I will try my luck ;)
Guest Posted June 15, 2011 Report Posted June 15, 2011 I'm going to try. Phone was rooted using superoneclick. I also have Vache's recovery installed.
Guest Nesli Posted June 15, 2011 Report Posted June 15, 2011 I´m flashing 2.2 (.35 leak) to post feedback, I´ll try to flash it over Metalounay 1.2...
Guest davidevinavil Posted June 15, 2011 Report Posted June 15, 2011 Very compliments ;) Hope we can port this to new kernel easly :P Tank you.. This is the only thing that let me downgrade to froyo when phone come back from ACER service :D
Guest Nesli Posted June 15, 2011 Report Posted June 15, 2011 (edited) So, bin .35, ROM T and L 0.3 : working perfect ;) Graphic operations are absolutly smooth :P EDIT: Batt. level seems to be still 5pct :/ EDIT2: FPS limit in max. 53fps, not average Anyway, perfect work :D Edited June 15, 2011 by Nesli
Guest harylauw Posted June 16, 2011 Report Posted June 16, 2011 thank you Technolover, i am still waiting for confirmation if your kernel works on.49 bin.thank you
Guest ES4540 Posted June 16, 2011 Report Posted June 16, 2011 I managed it to remove the frame limit of the Acer Liquid MT (Novatek 35399 Panel). As it is the same Panel as the HTC Evo 4G (partially), this is the maximum the panel can achieve. This works at the moment, just for Froyo (2.2.x), as we only have this source. A Preview-UV/OC-Boot.img (@ 1GHz) (Do a NANDROID!) can be downloaded, flash/boot it via fastboot. This isn't an update.zip (!) as I don't know how to do it as an update.zip ;) I forgot to say, that the softkeys are at a higher position than before 'cause I have to send my Acer back to repair, but I don't want to :P just booting it - not risky, just pull battery if it doesn't work! adb reboot bootloader fastboot -i 0x0502 boot boot.img flashing it to the device - riskier if you don't know what you do! adb reboot bootloader fastboot -i 0x0502 flash boot boot.img fastboot -i 0x0502 reboot If someone wants do use the code in his own kernel, have a look at my github: https://github.com/marcOcram I cant download it, it say 403error
Guest osmarthe Posted June 16, 2011 Report Posted June 16, 2011 It works well on Metalounay 1.3, max FPS is 54, and battery level becomes 1pct.
Guest redshift13 Posted June 16, 2011 Report Posted June 16, 2011 Awesome...!!great work mate..will test tonigh.. ;) on a side note..can u tell me where u got the protective case for your metal..??links..??
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now