In t &l it doesn't change with the icon. Check in phone status and you will see it is 1%. Mine is the same way. Also it shows the correct percent when on lockscreen while charging.
[KERNEL] TechnoLover's Kernel Edition 1.5 (25.06.2012)
Started by
TechnoLover
, Oct 30 2011 09:58 PM
#721
Posted 05 July 2012 - 02:44 PM
#722
Posted 05 July 2012 - 02:49 PM
#723
Posted 05 July 2012 - 03:04 PM
eamonzo, on 05 July 2012 - 02:49 PM, said:
Same on Performance ROM...
About the battery on t&l, the framework-res.apk only has the battery pictures for 5% so it cannot show 1% battery shifts. If you install a widget that shows the Battery percentage, that will have 1% (if you have 1% kernel)
Edited by Mtman1, 05 July 2012 - 03:06 PM.
#724
Posted 06 July 2012 - 06:10 AM
#725
Posted 06 July 2012 - 06:12 AM
Go on uot kitchen and change the battery mod will fix it I think....
Edited by Mtman1, 06 July 2012 - 06:13 AM.
#726
Posted 06 July 2012 - 07:15 PM
Techno is back!
I should change my playlist now. 
1.5 works very well on Gingerounnay 3.0.1
No more power button issue. Just sometimes a litte power button lag lower then 1 second.
Really nice work!
1.5 works very well on Gingerounnay 3.0.1
No more power button issue. Just sometimes a litte power button lag lower then 1 second.
Really nice work!
#727
Posted 06 July 2012 - 07:35 PM
I know I probably shouldn't ask this but, are you planning on adding anything to this kernel on 1.6? I would like to know what's coming up! Or is the project finished?
Edited by Mtman1, 06 July 2012 - 07:35 PM.
#728
Posted 11 July 2012 - 11:01 AM
I have lost my boot sound when blue android logo comes up on boot used to make a sound and vibrate on stock and 1.4 kernel using 1.5 now and not working?
#729
Posted 11 July 2012 - 11:01 AM
I have lost my boot sound when blue android logo comes up on boot used to make a sound and vibrate on stock and 1.4 kernel using 1.5 now and not working?
#730
Posted 14 July 2012 - 09:40 PM
Was beats audio installer.not kernel sorry
#731
Posted 16 July 2012 - 03:27 PM
it consumes the battery faster than a cigarette!
#732
Posted 16 July 2012 - 03:45 PM
#733
Posted 25 July 2012 - 01:02 AM
My GPS stays on in next to signal never used to come up till I used Google maps ect wont go off unless I turn off completely never happened on 1.4c
#734
Posted 07 August 2012 - 12:09 AM
Hi all
I have got a problem, indeed i triyed to install this kernel but when the phone reboot after installation, the phone freezes on the screen technolover's edition.
I'm in stock rom 2.3.6 and i installed busybox so i need your help thanks
(sorry for my bad english, i'm french)
I have got a problem, indeed i triyed to install this kernel but when the phone reboot after installation, the phone freezes on the screen technolover's edition.
I'm in stock rom 2.3.6 and i installed busybox so i need your help thanks
#735
Posted 07 August 2012 - 11:23 AM
balap, on 07 August 2012 - 12:09 AM, said:
Hi all
I have got a problem, indeed i triyed to install this kernel but when the phone reboot after installation, the phone freezes on the screen technolover's edition.
I'm in stock rom 2.3.6 and i installed busybox so i need your help thanks
(sorry for my bad english, i'm french)
I have got a problem, indeed i triyed to install this kernel but when the phone reboot after installation, the phone freezes on the screen technolover's edition.
I'm in stock rom 2.3.6 and i installed busybox so i need your help thanks
Bysubox by Stephen (Stericson) not work properly with TechnoKernel.
Restore original kernel in recovery, boot device and install busybox by JRummy, then inside bysubox installer run busybox installation process and after try to flash TechoKernel.
#736
Posted 09 August 2012 - 10:20 AM
Thanks the problem is fixed.
This new kernel is great thanks to Genrix and Technolover's
This new kernel is great thanks to Genrix and Technolover's
#737
Posted 10 August 2012 - 04:33 PM
why you don't add swap support?
#738
Posted 10 August 2012 - 06:15 PM
i think no need of spaw here, especially if you use you SD for storing apps
#739
Posted 04 September 2012 - 11:08 PM
i've notice this kernel has the same problem of the 1.3...
after open camera or play a video the fps are at 43!
is possible to fix it in any way?
after open camera or play a video the fps are at 43!
#740
Posted 05 October 2012 - 10:27 AM
Is there some documentation to build and pack the kernel?
EDIT:
I tried to build the kernel, but I get errors when building the ath6kl driver (wifi), can someone help me?
I'm using the config I found on my device (using kernel 1.5)
These are the errors I'm getting: http://pastebin.com/mkpxCQid
To build the kernel:
http://source.androi...ng-kernels.html
You need a Linux box (I tested it on a Debian system).
-Create a work directory
-Download the android prebuilt
-Set env variables:
-Download kernel source:
-Configure the kernel.
You can find the current kernel configuration on the Acer Liquid Metal (if you're using Technolover's Kernel) in the file proc/config.gz
-Build the kernel
EDIT:
I tried to build the kernel, but I get errors when building the ath6kl driver (wifi), can someone help me?
I'm using the config I found on my device (using kernel 1.5)
These are the errors I'm getting: http://pastebin.com/mkpxCQid
To build the kernel:
http://source.androi...ng-kernels.html
You need a Linux box (I tested it on a Debian system).
-Create a work directory
mkdir android cd android
-Download the android prebuilt
git clone https://android.googlesource.com/platform/prebuilt
-Set env variables:
export PATH=$(pwd)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:$PATH export ARCH=arm export SUBARCH=arm export CROSS_COMPILE=arm-eabi-You can put these lines in a file env.sh and load it with the following command instead of setting every env variable every time you need it
source env.sh
-Download kernel source:
git clone git://github.com/marcOcram/Acer-Liquid-MT-Gingerbread-Kernel.git
-Configure the kernel.
You can find the current kernel configuration on the Acer Liquid Metal (if you're using Technolover's Kernel) in the file proc/config.gz
cd Acer-Liquid-MT-Gingerbread-Kernel/kernel make menuconfig
-Build the kernel
make
Edited by sakya, 05 October 2012 - 03:28 PM.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users







Sign In
Create Account


Back to top









