[MOD] [SGA-Only!] Improve your Touchscreen - Galaxy Ace S5830 Android Development

Hey guys,
this is still no kernel, it will only optimize your values for touchscreen using The most important thing in this script is the following line:
touch.pressure.scale = 0.001
Click to expand...
Click to collapse
On my SGS and the SLC is this the best one. Maybe you can try whats working for you as the best and tell it to me so that i can share the best result. I hope the script is now supported by the SGA, i modified it from Galaxy SLC working device... Please give me your feedback.
Can someone of the good Devs from this device tell me if this config is supported by the SGA kernels? Sure it is, but i don´t know under which name
Files attached to this post:
the_modified_file.zip (THE mod, RootExplorer method)
the_mod_for_galaxy_ace_flashable.zip (THE mod, CWM method)
Files should work now on CM7 and Custom/Stock Samsung Firmwares
How to install:
- RootExplorer method; download the attached the_modified_file.zip, unpack it and put the file to /system/usr/idc/mxt224_ts_input.idc. Aaaand Reboot.
- CWM method; download the attached the_flashable_modified_file.zip, put it to your sd-card and flash it through CWM. Aaaand Reboot.
Source:
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Input Device Calibration File for the Crespo touch screen.
#
# These calibration values are derived from empirical measurements
# and may not be appropriate for use with other touch screens.
# Refer to the input device calibration documentation for more details.
#
# Touch Size
touch.touchSize.calibration = pressure
# Tool Size
# Driver reports tool size as an area measurement.
#
# Based on empirical measurements, we estimate the size of the tool
# using size = sqrt(22 * rawToolArea + 0) * 9.2 + 0.
touch.toolSize.calibration = area
touch.toolSize.areaScale = 22
touch.toolSize.areaBias = 0
touch.toolSize.linearScale = 9.2
touch.toolSize.linearBias = 0
touch.toolSize.isSummed = 0
# All edited parts by fuss132 licensed under GPL
# Visit my profile on xda http://forum.xda-developers.com/member.php?u=3264556
# Thanks for using...
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001
MODULE_DESCRIPTION("Touchscreen Driver");
MODULE_LICENSE("GPL");
# Size
touch.size.calibration = normalized
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001
# Orientation
touch.orientation.calibration = none
Click to expand...
Click to collapse
And why a new Thread?
Very easy. This mod is completely different to my other script. I don´t want to confuse the users ^^

Can not find download link, did you forget to post it?

dragonnn said:
Can not find download link, did you forget to post it?
Click to expand...
Click to collapse
Yes i forgot it. Thanks for reminder

dragonnn said:
Can not find download link, did you forget to post it?
Click to expand...
Click to collapse
dude the link is already there

Thanks for posting it. I have one question, I don't have a folder /system/usr/idc. Should I create it?

so just flash it and that's it? just that?

itasoulas said:
so just flash it and that's it? just that?
Click to expand...
Click to collapse
yep,flash in normal way

ok thanks, I'll give it a try!

Installed through CWM, everything seems fine, but I didn't notice any changes.
optimize your values for touchscreen using
Click to expand...
Click to collapse
What do you mean by 'optimize'?
It gives more accuracy, performance or smoothness?

Installed.
The touch looks just a little more sensitive, but the orientation have apparent speed incrase i think

When You Gonna back to BB SGA project?
^^

Before I install this could u please share how to undo it
Sent from my GT-S5830 using xda premium

BTW I have no IDC folder
Sent from my GT-S5830 using xda premium

fuss132 said:
Hey guys,
this is still no kernel, it will only optimize your values for touchscreen using The most important thing in this script is the following line:
On my SGS and the SLC is this the best one. Maybe you can try whats working for you as the best and tell it to me so that i can share the best result. I hope the script is now supported by the SGA, i modified it from Galaxy SLC working device... Please give me your feedback.
Can someone of the good Devs from this device tell me if this config is supported by the SGA kernels? Sure it is, but i don´t know under which name
Files attached to this post:
the_modified_file.zip (THE mod, RootExplorer method)
the_mod_for_galaxy_ace_flashable.zip (THE mod, CWM method)
Files should work now on CM7 and Custom/Stock Samsung Firmwares
How to install:
- RootExplorer method; download the attached the_modified_file.zip, unpack it and put the file to /system/usr/idc/mxt224_ts_input.idc. Aaaand Reboot.
- CWM method; download the attached the_flashable_modified_file.zip, put it to your sd-card and flash it through CWM. Aaaand Reboot.
Source:
And why a new Thread?
Very easy. This mod is completely different to my other script. I don´t want to confuse the users ^^
Click to expand...
Click to collapse
I had installed this script, and I feel more sensitive touch screen. it's usefully script dude. . .

i flash with CWM installation aborted?? i download flashable.zip...wheres wrong?? gonna unmount system?? tell me....thx
EDIT: its solved now..thx fuss

totally compatible with my SGA running custom rom ^^
my touch screen seems to be more sensitive after flashing ur superb script!
thx!

THanks mate. I can feel the difference.

yes.. i believe it works, it feels bit more sensitive than before... thx..

does it really work or are you guys just experiencing placebo effect? how do we undo it if we decide to uninstall it?

diospada11 said:
does it really work or are you guys just experiencing placebo effect?
Click to expand...
Click to collapse
nice one!!!!

Related

[GPL] Shipped rom extractor (Linux)

For the first time, I today attempted to extract a rom.zip from a shipped rom release (.exe) on Linux.
The process is problematic as, after launching the executable using wine, the application crashes, deleting all its files. You therefore have to be *very* quick looking inside the ~/.wine/users/username/Temp folder for the rom.zip.
Anyway, I have knocked up a quick python script that will monitor this directory for rom.zip and copy it to your home folder.
The only modification you need to make before running is to change the username field to your own username. I would have used getpass to obtain this but, for some reason, on certain systems you need to use sudo which messes this up.
Usage:
1.) Change username in script
2.) Run script
3.) Run RUU_xxxxxx.exe
4.) Get rom.zip from home folder
Anyway, I hope this is helpful and look forward to hearing feedback.
Best,
Martin
Code:
#!/usr/bin/python
'''
ROM Extractor Copyright (c) 2010 Martin Paul Eve
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
import os
import pyinotify
import io
# USERNAME IS REQUIRED (you may have to run as root using sudo)
username = "martin"
# Modify these if using a different wine location or rom name; HTC seem to use rom.zip
filename = "rom.zip"
monitor_path = "~/.wine/drive_c/users/%s/Temp/" % username
wm = pyinotify.WatchManager()
mask = pyinotify.IN_CREATE | pyinotify.IN_MODIFY | pyinotify.IN_DELETE | pyinotify.IN_MOVED_TO
bd = None
class RExtract(pyinotify.ProcessEvent):
def process_IN_MOVED_TO(self, event):
# this seems to be the event fired; IN_CREATE is included just in case, though
if event.name.endswith(filename):
print "Found ROM. Awaiting completion of modification."
self.f = open(os.path.join(event.path, event.name), "r")
self.bd = self.f.read()
def process_IN_CREATE(self, event):
if event.name.endswith(filename):
print "Found ROM. Awaiting completion of modification."
self.f = open(os.path.join(event.path, event.name), "r")
def process_IN_MODIFY(self, event):
# on modify, append to the file
if event.name.endswith(filename):
if hasattr(self, "bd"):
self.bd = self.bd + self.f.read()
else:
self.bd = self.f.read()
def process_IN_DELETE(self, event):
if event.name.endswith(filename):
self.f.close()
self.f = open(os.path.join("/home/%s/" % username, "rom.zip"), "w")
self.f.write(self.bd)
self.f.close()
print "ROM Copied to /home/%s/rom.zip" % username
raise KeyboardInterrupt
notifier = pyinotify.Notifier(wm, RExtract())
print "ROM Extractor Copyright (c) 2010 Martin Paul Eve"
print "This program comes with ABSOLUTELY NO WARRANTY."
print "This is free software, and you are welcome to redistribute it under certain conditions; see the included licence statement"
print ""
print "Monitoring: %(path)s for %(filename)s" % {"path": os.path.expanduser(monitor_path), "filename": filename}
print "Press CTRL+C to exit"
wdd = wm.add_watch(os.path.expanduser(monitor_path), mask, rec=True, auto_add=True)
while True:
try:
notifier.process_events()
if notifier.check_events():
notifier.read_events()
except KeyboardInterrupt:
notifier.stop()
break
Hey Martin there is a tool already available for this here in Forums... dint work for me for some reason.. Just informing you so that u do not reinvent the wheel ..
EDIT :: here it is: http://forum.xda-developers.com/showthread.php?t=711298
Regards
Ahh! Finally one that works!
Thanks!
TheDeadCpu said:
Ahh! Finally one that works!
Thanks!
Click to expand...
Click to collapse
Excellent; glad that my effort wasn't wasted then
I can't make it work but thanks for your job !
(and for your soft-root too !!)
voodka2007 said:
I can't make it work but thanks for your job !
(and for your soft-root too !!)
Click to expand...
Click to collapse
Could you be more specific about what happens when you run it and it doesn't work? You need python-py-inotify for it to detect the file...
Sent from my HTC Wildfire using XDA App
Script can be run, it just can't found rom.zip... i have install python-pyinotify package, and it's same.
I have try 2 monitoring path :
~/.wine/dosdevices/c:/windows/temp
and
~/.wine/drive_c/windows/temp
I have try with root, sudo, check username, chmod the script, and it's same.
voodka2007 said:
Script can be run, it just can't found rom.zip... i have install python-pyinotify package, and it's same.
I have try 2 monitoring path :
~/.wine/dosdevices/c:/windows/temp
and
~/.wine/drive_c/windows/temp
I have try with root, sudo, check username, chmod the script, and it's same.
Click to expand...
Click to collapse
Check the format of your path. It should be like this:
monitor_path = "~/.wine/drive_c/users/%s/Temp/" % username
This is because it won't extract to c:\Windows\Temp but to c:\Users\Username\Temp
Try leaving monitor path just as it was (but change the username)...
Code:
[Pyinotify ERROR] add_watch: cannot watch /home/voodka/.wine/drive_c/users/voodka/Temp/ (WD=-1)
I haven't users folder in my .wine/drive_c/
What version of windows have you set in winecfg?
Sent from my HTC Wildfire using XDA App
Thanks for your perseverance !
In my wincfg i use Windows XP
But i have try with Windows 7 and it's always same...
Do this problem can come from Wine 1.2 ? (i don't use 1.0)
Thanks...
PERFECT
i must buy you a beer
Worked for me.
Radio_13.53.55.24H_3.35.19.25_release_151892_signed.exe and Ubuntu 10.10
thanks!

[Q] Trying to recompile Hastarin for SuperRAM with CIFS: Issues

*EDIT*
Solved, new thread with download here: http://forum.xda-developers.com/showthread.php?t=887567
*/EDIT*
Hey everyone,
I'm trying to re-compile the Hastarin kernel for DarkStone1337's SuperRAM 1.5 to include CIFS support. I've compiled many a linux kernel, but never for Android, so can anyone point out what I'm doing wrong? Here are the commands I've run through:
Added android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin to PATH
git clone git://gitorious.org/~hastarin/linux-on-wince-htc/hastarins-linux_on_wince_htc.git
Grabbed DarkStone1337's patch from: http://pastebin.com/6qjkb4Hh
Renamed hastarins-linux_on_wince_htc to "a" to match the patch
patch -p0 < patch.txt (This did report a pre-mature ending on the patch, but everything appears to have patched OK)
make
The result:
arch/arm/mach-msm/built-in.o: In function `dex_cb_interrupt':
/files/Software/Android/hastarin/source/a/arch/arm/mach-msm/dex_comm.c:248: undefined reference to `notify_vbus_change_intr'
make: *** [.tmp_vmlinux1] Error 1
Click to expand...
Click to collapse
Any ideas?
Thanks,
B.
Hi!
Try using this toolchain instead! http://www.codesourcery.com/sgpp/lite/arm/portal/release1293
Then follow these commands to build the kernel:
make clean
make ARCH=arm htcleo_defconfig
Then change what is necessary to add the CIFS support
make ARCH=arm CROSS_COMPILE=/path-to-toolchain/bin/arm-none-linux-gnueabi- zImage
Taken from: http://htc-linux.org/wiki/index.php?title=QuickDeveloperStartGuide#Kernel
Then follow the same guide I linked to, to create the modules.
Hey Darkstone i saw the thread for SuperRAM 1.5 has been closed requested by you. Was there a major reason? Are we not supposed to use it anymore or was it put on hold. just asking because Im still testing it out and its been rock solid after several reboots.
PENKO956 said:
Hey Darkstone i saw the thread for SuperRAM 1.5 has been closed requested by you. Was there a major reason? Are we not supposed to use it anymore or was it put on hold. just asking because Im still testing it out and its been rock solid after several reboots.
Click to expand...
Click to collapse
prob due to folks refusing to read and do a little research before posting common problem Roth common fixes...
DarkStone1337 said:
Hi!
Try using this toolchain instead! http://www.codesourcery.com/sgpp/lite/arm/portal/release1293
Then follow these commands to build the kernel:
make clean
make ARCH=arm htcleo_defconfig
Then change what is necessary to add the CIFS support
make ARCH=arm CROSS_COMPILE=/path-to-toolchain/bin/arm-none-linux-gnueabi- zImage
Taken from: http://htc-linux.org/wiki/index.php?title=QuickDeveloperStartGuide#Kernel
Then follow the same guide I linked to, to create the modules.
Click to expand...
Click to collapse
First off, thanks a ton for responding, this was very helpful. Secondly, sorry for the threadjackers. Lastly, this both works, and doesn't. The following works fine:
# git clone git://gitorious.org/~hastarin/linux-on-wince-htc/hastarins-linux_on_wince_htc.git
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm clean
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm htcleo_defconfig
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm zImage -j 4
Click to expand...
Click to collapse
But when I try to make an exact copy of the kernel you created for SuperRAM 1.5 (without modifying for CIFS), it doesn't, so I must be doing something wrong. Here was my process there:
# git clone git://gitorious.org/~hastarin/linux-on-wince-htc/hastarins-linux_on_wince_htc.git
# mv hastarins-linux_on_wince_htc a
# cd a
# patch -p0 < patch
(Stripping trailing CRs from patch.)
patching file a/arch/arm/mach-msm/qdsp6_1550/q6audio.c
(Stripping trailing CRs from patch.)
patching file a/drivers/video/msm/gpu/kgsl/kgsl_ringbuffer.c
patch unexpectedly ends in middle of line
patch: **** malformed patch at line 786:
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm clean
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm htcleo_defconfig
# cp ../../config ./.config (This config was pulled from SuperRAM 1.5's /proc/config.gz)
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm menuconfig
# make CROSS_COMPILE=/files/Software/Android/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- ARCH=arm zImage -j 4
arch/arm/mach-msm/built-in.o: In function `dex_cb_interrupt':
/files/Software/Android/hastarin/source/a/arch/arm/mach-msm/dex_comm.c:248: undefined reference to `notify_vbus_change_intr'
make: *** [.tmp_vmlinux1] Error 1
Click to expand...
Click to collapse
Any additional help would be appreciated. Also, is there a reason (performance, size, etc) CIFS is not included by default? I've noticed a lot of other builds are like that, too.
*EDIT* Is it possible I need to checkout a specific version of Hastarin's kernel?
Thanks,
B.
I posted this in the main thread before it was closed -
insmod: init_module 'cifs.ko' failed (Exec format error)
and I looked in dmesg -
cifs: version magic '2.6.32.15r8.6-gb02686c preempt mod_unload ARMv7' should be '2.6.32.15-g2ef5752.dirty preempt mod_unload ARMv7'
Looks like this might be a side effect of the custom kernel and the magic not matching up with the cifs.ko from hastarin. Could this be recompiled with the correct kernel?
Looks like the cifs.ko that was included in the build was the stock module from hastarin - so when you do recompile it, could you post the module as well? I'd love to help, but I don't have a whole lot of experience with compiling kernels.
Thanks.
indecided said:
I posted this in the main thread before it was closed -
insmod: init_module 'cifs.ko' failed (Exec format error)
and I looked in dmesg -
cifs: version magic '2.6.32.15r8.6-gb02686c preempt mod_unload ARMv7' should be '2.6.32.15-g2ef5752.dirty preempt mod_unload ARMv7'
Looks like this might be a side effect of the custom kernel and the magic not matching up with the cifs.ko from hastarin. Could this be recompiled with the correct kernel?
Looks like the cifs.ko that was included in the build was the stock module from hastarin - so when you do recompile it, could you post the module as well? I'd love to help, but I don't have a whole lot of experience with compiling kernels.
Thanks.
Click to expand...
Click to collapse
Hi indecided,
This is the post I'm looking to resolve for everyone. Once I figure this out, I'll post how to patch the SuperRAM 1.5 to support CIFS.
Thanks,
B.
this is great news and i'm looking forward to this - i hope your efforts can accomplish this - it probably won't be easy, which is why hastarin and darkstone might have needed to focus their efforts on other things first -- i'm not being negative, i'm just saying that if you guys get this to work it might be an impressive thing you did. I need it bad too.
OK, unfortunately I've hit a bit of a roadblock. I've got the kernel to compile using nearly all the same config settings as DarkStone with CIFS added, but upon booting the kernel the phone acts as if there is 0% battery and instantly shuts itself off. I'm guessing it has to do with the one problem I had in compiling explained below.
The only difference in the configs for compiling were (removed CIFS info):
# diff MY.config DARKSTONES.config
119,120c119
< CONFIG_SLOW_WORK=y
< # CONFIG_SLOW_WORK_DEBUG is not set
---
> # CONFIG_SLOW_WORK is not set
241,242c240
< CONFIG_HTC_BATTCHG=y
< # CONFIG_HTC_BATTCHG_SMEM is not set
---
> # CONFIG_HTC_BATTCHG is not set
Click to expand...
Click to collapse
So basically, DarkStone's version had SLOW_WORK and HTC_BATTCHG disabled. I have no idea how he accomplished this. No matter what I set SLOW_WORK to, the compilation always changes it back. And if I try to disable HTC_BATTCHG, the kernel errors out with the message from my previous posts.
I'm also not entirely sure the patch DarkStone posted is complete (unless he responds otherwise) because it does end prematurely and was perhaps cut off by pastebin.
I wish I knew what else to try, but I'm not knowledgable enough to know why it thinks the battery is at 0%. I'm guessing it has something to do with the BATTCHG config, but I have no way around it at the moment.
Thanks,
B.
sorry to disturb here, but if you where to successfully recompile, what will be the benefit?
thanks you
there should be tons of warnings though correct?
Fmstrat said:
Any additional help would be appreciated. Also, is there a reason (performance, size, etc) CIFS is not included by default? I've noticed a lot of other builds are like that, too.
*EDIT* Is it possible I need to checkout a specific version of Hastarin's kernel?
Thanks,
B.
Click to expand...
Click to collapse
Hi! Sorry to hear you're having issues with building the kernel.
Here is a properly formatted patch that I've made: http://www.multiupload.com/FDJ4FXZ4L9
I used the eb_oldcam branch (or was it oldcam_eb? I've forgotten )
Try using the htcleo_hastarinconfig as the defconfig file.
I recommended that toolchain because Hastarin and myself have experienced issues with other toolchains causing the proximity/light sensor to eat up more battery during standby.
Hope this helps!
-------
Oh and Merry Christmas folks!
dapoharoun said:
sorry to disturb here, but if you where to successfully recompile, what will be the benefit?
thanks you
Click to expand...
Click to collapse
Ability to mount shares computers over wifi for playing media.
Fmstrat said:
Ability to mount shares computers over wifi for playing media.
Click to expand...
Click to collapse
It's like having a 4 terabyte sdcard. If you have say a 30,000 song collection, and you connect to your home computer via wifi at home you click the songs and they play instantly. For me, I click any one of my 3000 movies and they play on my hd2 in 10 seconds, and I can fast forward and rewind almost instantly.
If you are on the road and have a vpn to your computer and you 'mount the home share remotely' you now have a "virtual sd card" with 30,000 songs that play when you click the songs after about a 6 second lag.
DarkStone1337 said:
Hi! Sorry to hear you're having issues with building the kernel.
Here is a properly formatted patch that I've made: http://www.multiupload.com/FDJ4FXZ4L9
I used the eb_oldcam branch (or was it oldcam_eb? I've forgotten )
Try using the htcleo_hastarinconfig as the defconfig file.
I recommended that toolchain because Hastarin and myself have experienced issues with other toolchains causing the proximity/light sensor to eat up more battery during standby.
Hope this helps!
-------
Oh and Merry Christmas folks!
Click to expand...
Click to collapse
Good news everyone. It's working.
Thanks DarkStone for all your input, using the default config and eb_oldcam worked with the new patch you provided on the first try this time (Btw, I am using the toolchain you recommended now). I do have one last question though, how do I get it to load cifs.ko on boot? Android doesn't appear to have any modprobe.conf or anything similar that I see, so I must be missing something. I have to insmod it manually right now.
*EDIT*: I ended up rebuilding it directly into the kernel instead of a module for now, which works. I know that's not "proper" but that will ensure CIFS is always loaded even if the build doesn't load it by default. If you know a better way, I'm all ears Thanks again! */EDIT*
For everyone else, this is not an EXACT copy of the SuperRAM kernel that DarkStone used, but it's pretty close and seems to be the config they recommend going forward. Rather than post it here right now, I'll give it out as a Christmas gift later today in the Development forum since it will really apply to any RAM release going forward that uses Hastarin's kernel and post a link here. This will give me some time to test and ensure nothing goes weird.
Thanks,
B.
OK, it's all done: Download, installation instructions, and FAQ
I've also opened a thread back in the Android Development section since this is no longer a Q&A: http://forum.xda-developers.com/showthread.php?t=887567
Thanks,
B.

[TUT][MOD] FuguTweaks, feel the smoothness of Nexus S

Original thread here. Give thanks to nikademus
This tweak adds responsiveness on the phone. What it does is replace app_process and system_server binaries by the ones found in android 2.3.3_r1 or 3.1 (v0.2)
Note that those binaries have been compiled by me from google official source.
This has been qualified by supercurio as a taste of the Nexus S 2.3.3 smoothness.
It will not make your battery last longer or the opposite. Neither will it improve quadrant benchmarks.
Click to expand...
Click to collapse
As described above, this tweak will adds responsiveness on the phone, so our device will runs smoother than usual. Also, I'm just found that this tweak will reduce lockscreen-lag yeah I can feel the difference.
This tweak is tested by me on KPN + CF-Root but I'm sure it working on other ROM/firmware, as well as Froyo.
Do this as your own risk!
Always make backup before proceed!​
To install, just download one of the file at the link below then flash with CWM (don't forget to mount /system).
Pick one, no need to use them all...
Download v0.1: Download now - currently I'm using this one
--v0.2 REMOVED. It's troublesome.
Manual install & backup:
With any root file manager, goto /system/bin and mount as R/W, backup the following files to your sdcard: app_process, system_server
Copy FuguTweak files (app_process and system_server) to /system/bin, replace the current one.
Set permissions to rwxr-xr-x (755) then change owner to:
Owner = 0 - root | Group = 2000 -shell
Reboot.
Changelog in the original thread.
0.1 = all files taken from 2.3.3 AOSP
0.2 = app_process only, taken from 3.0 AOSP
If your Ace went wrong:
Revert back any changes you've made with this flashable-zip:
Backup KPN
PS: ROM makers, would you give me a proper credit? because I've tested this awesome tweak on SGA
Nice tut tks u
devilsking said:
Nice tut tks u
Click to expand...
Click to collapse
Your welcome..
Comments are highly appreciated
my rom is blackhawk...which version file should i download?
rsgarcia888 said:
my rom is blackhawk...which version file should i download?
Click to expand...
Click to collapse
Up to you, because Blackhawk is gingerbread ROM, you can use both
great share.. you using the first or second version?
I've been looking for CWM for the Ace for the last 3 days with no luck . Where did you [guys] geddit?
EDIT: nvm, I think I got it.
Hopefully...
mundixx said:
great share.. you using the first or second version?
Click to expand...
Click to collapse
I'm using the first version... but it doesn't matter
great! i sense that this gets incorporated into flash X2 yah
mundixx said:
great! i sense that this gets incorporated into flash X2 yah
Click to expand...
Click to collapse
Right! It's Fla.sh X2 "secret" tweak which I've mentioned before
Download v0.1: = CWM recovery
Download v0.2: = root explorer
is above correct fla.sh?
and we can choose any above or do we have to do both (for gingerbread stock)?
thanks!
rsgarcia888 said:
Download v0.1: = CWM recovery
Download v0.2: = root explorer
is above correct fla.sh?
and we can choose any above or do we have to do both (for gingerbread stock)?
thanks!
Click to expand...
Click to collapse
Correct install 0.1 first, then 0.2...
fla.sh said:
Original thread here. Give thanks to nikademus
As described above, this tweak will adds responsiveness on the phone, so our device will runs smoother than usual. Also, I'm just found that this tweak will reduce lockscreen-lag yeah I can feel the difference.
This tweak is tested by me on KPN + CF-Root but I'm sure it working on other ROM/firmware, as well as Froyo.
Do this as your own risk!
Always make backup before proceed!​
To install, just download the file at the link below then flash with CWM (don't forget to mount /system).
Download v0.1: Download now
Download v0.2: Download now (tested on gingerbread only)
Manual install & backup:
With any root file manager, goto /system/bin and mount as R/W, backup the following files to your sdcard: app_process, system_server
Copy FuguTweak files (app_process and system_server) to /system/bin, replace the current one.
Set permissions to rwxr-xr-x (755) then change owner to:
Owner = 0 - root | Group = 2000 -shell
Reboot.
Changelog in the original thread.
0.1 = all files taken from 2.3.3 AOSP
0.2 = app_process only, taken from 3.0 AOSP
PS: ROM makers, would you give me a proper credit? because I've tested this awesome tweak on SGA
Click to expand...
Click to collapse
Hey,
just to be sure; Just install the first download trough CMW and that's it?
Thnx
What do you mean by change owner?
consegregate said:
What do you mean by change owner?
Click to expand...
Click to collapse
Actually this menu can be found in Root Explorer... linux command: chown
consegregate said:
What do you mean by change owner?
Click to expand...
Click to collapse
In linux systems permissions and ownership are assigned to owner, group and others .To get a particular thing to work you have to set right permissions and ownership.For ownership there is chown command and permissions chmod command.
Coming back to the topic you can change ownership by root explorer .Long press the required file and from the popup menu choose the last option-Change Owner
and change Owner = 0 - root | Group = 2000 -shell
.
Nice..
Another Brilliant Tut for our beloved fellow SGA Users..
Thanx a Lot.!
Jst keep it Coming..
Sent from my GT-S5830 using XDA Premium App
i did the above process...now my SGA is stuck up at boot process...
how to fix this?
wow fla.sh! wake up lag is negligible now! smooth
rsgarcia888 said:
i did the above process...now my SGA is stuck up at boot process...
how to fix this?
Click to expand...
Click to collapse
did you mount /system prior to install?
try to wipe data/cache..

[ROM] 9/13/2011 New GINGERedDEBIAN Gingerbread ROM(fat32, Linux ext2, Swap)

This is a new Gingerbread Sense rom Please make a nandroid backup before Flashing, just incase you don't like it, so you wont hate me.
http://www.multiupload.com/1KQA36UXS0 - V 2 Gingerbreadeddebain.ext2.zip
http://www.multiupload.com/FEO9PZLOCP - DEBIAN squeeze, working for your eris, web, and basic setup openoffice works on this, I uninstalled for space, but just about anything that works on a desktop works on this img. Follow instructions below.
Made for 3 partitions, Fat32, ext2, swap.
To use this rom correctly you must partition your sdcard as follows:
adb shell
parted /dev/block/mmcblk0
print
Click to expand...
Click to collapse
remove any partitions
Code:
rm1
rm2
rm3
rm4
rm5
Click to expand...
Click to collapse
now create new partitions these partitions should be as so, for sense or 2.1, or gingerbread roms fat32 ext2 swap file is the order, for froyo I believe it is swap ext2 fat32, but I have not tried a froyo rom yet.
16GB sdcard, change for your correct card amount
Code:
mkpartfs primary fat32 0 11500MB
mkpartfs primary ext2 11500MB 15500MB
mkpartfs primary linux-swap 152500MB 15900MB
Click to expand...
Click to collapse
CPU clocked at 748 mhz, any higher you will freeze your phone
WORKING
DEBIAN linux mount in terminal use pocketcloud free,or android-vnc to connect.
FLASH 10.1( WORKING )
make &recieve calls
camera video
market
sms
mms
gps
navigation
widgets
sensors
search
skins
scenes
voice
wi fi
friendstream
twitter
NOT WORKING
wi fi hotspot no drivers
softkey lights (with backlight version)
A few notes:
1. IF YOU HAVE ANY PERMISSION ERRORS i.e the camera not saving images to sdcard, you have to unmount your sdcard and remount it.
2. If you don't have an ext2 or a swap partition, everything will be ok, but if you do make sure they are in the correct order, because on boot the sdcard is mounted
3. there are a few custom commands in the terminal,
Code:
bash free, term, linux, nano, swapon, swapscriptv2, swap-off, swapon50, swapon60, swapon70, swapon80, swapon90, bootscriptv2, bootswap90,bootswap80,bootswap70, mountsd, umountsd, mountsd2pc, umountsd2pc, linuxloop
[QUOTE][COLOR=red]4. This rom first boot is close to 10 minutes, be patient it will pay off.[/COLOR][/QUOTE]
[QUOTE]To use bash it is a good idea to add this to the terminal emulator's initial command just below PATH
[CODE]su -c bash
[/QUOTE]
That sets the terminal up to use bash, this will allow you to use your tracball to scroll threw old commands.
3. To chroot into linux, it is very easy if you dont have the linux, To use this debian.img download the debain.img from above and push to sdcard. /sdcard/debain.img
busybox mount -o rw,remount /
mkdir /sdcard/debain
mount -o rw,loop -t ext2 /sdcard/debain.img /sdcard/debian
dd if=/sdcard/debain of=/mnt/linux
Click to expand...
Click to collapse
this will take some time several hours maybe. use a file manager to check your progress.
Once the copy is complete, than you can open the terminal and type
Code:
linux
this should put you into a localhost:#
once in local host type:
nano /etc/init.android/rc_enter.sh
Click to expand...
Click to collapse
now add this to the file
vncserver -kill :1
rm -r tmp
mkdir tmp
cd tmp
mkdir .X11-unix
cd ..
vncserver
Click to expand...
Click to collapse
To connect to vncserver use any vncserver app and use the following info:
username: localhost
password: android
host: localhost
port: 5901
Click to expand...
Click to collapse
the new debian.img is roughly 2.5 gigs so I would make enough room on your ext2 partition for 2.5 gigs at least, if you have any problems let me know
here is a link to an old thread of 2 versions of linux, NEITHER of these are the debian.img I have and am working on. these two are just incase you want to try to play around.
you will need to know a little about linux to get them running, but they will work. http://forum.xda-developers.com/showthread.php?t=823564
I forgot to add custom cpu settings, but it can stand up to 748mhz, that is what mine is clocked at.
Things that need fixing or tweaks wanted, please help as follows:
Download Apps2SD Free to use apps on sdcard, made by AZSoft Technology.
/system folder has only 13 megs after fresh install
currently I have a data/apps/ but data/apps is mounted as sdcard/data/apps
so the phone thinks data/apps is my external sdcard memory
would like to link a few apps into the system settings If you would like to help on this rom and become part of the new team please private message.
Compiled from Google source:
http://www.mydroidworld.com/forums/htc-droid-eris/1234-android-2-1-htc-eris-leaked.html
free apps from market on phone:
quickboot
pocketcloud
terminal emulator
File manager (android open source code)
http://www.multiupload.com/6K1O736M29 - Gingerbreadeddebian v 1 - Plain (old)
you say wifi hotspot isn't working.
was that ever even a feature available for the eris?
never has worked besides an app, the only reason I say isnt working is because there is an app that works, for wifi tether, and wpasupplicant should be able to handle wifi hotspot, we just need to go threw a few files and rewrite the code. If someone has the hear they can do this, or an nother way that would make me happy would be just to change the link, for settings wifi hotspots to wifi tether app
either way I would like a more perminant way to use wifi tether make it look native
hows debian run? and which version is it?
THE SENSING VERSION IS AN ARMV STABLE VERSION, WITH VNCSERVER, AND ICEWEASEL, JUST RUN LINUX BOOT IN TERMINAL AND CONNECT TO SENSING WITH:
User:android
Localhost
Pass:android
5901
Everythingworks connects to internet, the image I posted was me searching XDA forums with it
Sent from my HTC(ERIS) CLOAKED Vision using XDA App
Does that say flash 10.1 is working...?
Yep, finaly added link for download, now adding the debain.img soon
This Rom looks just another one on here.
Sent from my...
The looks isn't what makes this Rom, its what u don't see that makes this Rom .This Rom is SENSE, any Rom that is sense will look the same, unless we change the launcher or how it looks. If you want to theme the Rom or join the team let me know, lots to work on.
Sent from my HTC Vision (cloaked-Eris running Gingerbrededdebain)using XDA App
PFongemie said:
This Rom looks just another one on here.
Sent from my...
Click to expand...
Click to collapse
GPL requires links to the source for all Rom's or Apps posted on XDA... What source is this Rom from?
Google code, and my updates added info in original post
Sent from my HTC Vision (cloaked Eris Gingerbreadeddebain using XDA App
mjgdroid said:
Google code, and my updates added info in original post
Sent from my HTC Vision (cloaked Eris Gingerbreadeddebain using XDA
Deleted should have sent a pm
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
ORIGINALY POSTED BY ITHINKTOHILYOFMYSELF TAZZ
Dude don't lie.. u used my Rom I've pulled it apart.. just thank me .. u could have asked tho. U need my boot img I had to edit it. Also u used my build prop and update script stop Ur lies
Sent from my ADR6400L using XDA Premium App
__________________
Please help control the Human population: spay or neuter your humans.
Click to expand...
Click to collapse
Dont think that highly of yourself. I didnt use any of your rom, ACTUALY I tested your rom and your ROM SUCKS, you dont have half of the lib files I have in my rom, also I did try your boot.img for the softkeyboard, BUT IT DID NOT WORK. IT FROZE MY PHONE. I WAS GOING TO THANK YOU IF THE BOOT.img worked but it did not however. update script was provided by autosigner wow you are a lamer!
OH ya and my build.prop, I edited using the thread on how to trick flash10.1 to run on android armv6 so you are wrong there too here is my build.prop for the world to see:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=HCL31
ro.build.display.id=GRJ22
ro.build.version.incremental=eng.kmobs.20110510.000606
ro.build.version.sdk=11
ro.build.version.codename=REL
ro.build.version.release=3.1
ro.build.date=Thurs Sept 3 10 00:06:35 PDT 2011
ro.build.date.utc=0
ro.build.type=user
ro.build.user=localhost
ro.build.host=localhost
ro.build.tags=test-keys
ro.product.model=HTC Vision
ro.product.brand=verizon
ro.product.name=HTC Vision
ro.product.device=desirec
ro.product.board=desirec
ro.product.cpu.abi=armeabi-v6j
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm7k
# ro.build.product is obsolete; use ro.product.device
ro.build.product=Vision
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=HoneyCombed-Linux
ro.build.fingerprint=google/soju/crespo:2.3.1/GRH78/85442:user/release-keys
ro.product.version=HoneyCombed-Linux
# end build properties
#
# ADDITIONAL_BUILD_PROPERTIES
#
keyguard.no_require_sim=true
#
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.hsxpa=2
ro.ril.hsupa.category=5
ro.ril.enable.a52=1
ro.ril.enable.a53=1
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.gprsclass=10
#
wifi.interface=tiwlan0
#
windowsmgr.support_rotation_270=true
#
debug.sf.hw=1
ro.product.multi_touch_enabled=true
# Increase value for jpg decode capability
ro.media.dec.jpeg.memcap=10000000
# Screen Resolution
ro.sf.lcd_density=160
# Dalvik Tweaks
dalvik.vm.execution-mode=int:jit
dalvik.vm.heapsize=32m
dalvik.vm.stack-trace-file=/data/anr/traces.txt
# Compcache Settings
ro.compcache.default=26
# Tweaks
persist.sys.use_dithering=0
ro.telephony.call_ring.delay=1000
windowsmgr.max_events_per_sec=60
wifi.supplicant_scan_interval=90
mot.proximity.delay=150
# OpenGL Settings
ro.opengles.version=165537
# Network Settings
ro.telephony.default_network=4
ro.com.google.clientidbase=android-htc-rev
ro.cdma.home.operator.alpha=Verizon
ro.com.google.locationfeatures=1
ro.cdma.home.operator.numeric=310012
ro.cdma.homesystem=128,64
ro.cdma.data_retry_config=default_randomization=960000,960000,960000,960000,960000
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
#
settings.display.autobacklight=1
# SD Storage insert notification sound
persist.service.mount.playsnd=0
# Additional Build Properties
ro.setupwizard.enable_bypass=1
net.bt.name=Android
ro.config.sync=yes
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.config.ringtone=Playa.ogg
ro.config.notification_sound=regulus.ogg
ro.config.alarm_alert=Alarm_Beep_03.ogg
ro.setupwizard.mode=OPTIONAL
# Rommanger Info
## NOT SET UP YET
ro.rommanager.developerid=Mike
ro.modversion=HoneyCombed-Linux
# Hardware Info
ro.product.processor=528MHz
ro.product.ram=288MB
ro.product.display_resolution=3.2 inch HVGA resolution
ro.product.main_camera=5M
ro.product.front_camera=NA
ro.product.wifi = 802.11 b/g
ro.product.bluetooth=BRF6300
Click to expand...
Click to collapse
BRING BACK KAOS
mjgdroid said:
ORIGINALY POSTED BY ITHINKTOHILYOFMYSELF TAZZ
Dont think that highly of yourself retard. I didnt use any of your rom, ACTUALY I tested your rom and your ROM SUCKS, you dont have half of the lib files I have in my rom, also I did try your boot.img for the softkeyboard, BUT IT DID NOT WORK. IT FROZE MY PHONE. I WAS GOING TO THANK YOU IF THE BOOT.img worked but it did not however. update script was provided by autosigner wow you are a lamer!
BRING BACK KAOS
Click to expand...
Click to collapse
First off .. Ur wrong and on Tuesday I will show u ok? No need for name calling dude.. u did use mine but its kool man I really don't care...u needed to edit the boot Img mind telling how u did it ? U have to copy ..I'm not gonna resort to name calling like u bro
Sent from my ADR6400L using XDA Premium App
mjgdroid said:
ORIGINALY POSTED BY ITHINKTOHILYOFMYSELF TAZZ
Dont think that highly of yourself retard. I didnt use any of your rom, ACTUALY I tested your rom and your ROM SUCKS, you dont have half of the lib files I have in my rom, also I did try your boot.img for the softkeyboard, BUT IT DID NOT WORK. IT FROZE MY PHONE. I WAS GOING TO THANK YOU IF THE BOOT.img worked but it did not however. update script was provided by autosigner wow you are a lamer!
BRING BACK KAOS
Click to expand...
Click to collapse
U need to read the GPL license here... Links to sources used for Rom's and Apps have to be posted in the OP. This is an open source forum, therefore sources need to have links for others to share in. I'm assuming since the source link isn't posted, this rom is a clone of someone else's and therefore doesn't belong up here. Given your response to the dev, that just confirms it.
Bringing Kaos back to the Eris community? Why, so you have some new source code to use? Dude, just post the source link and everything will be totally fine... If it's a clone, atleast give credit and discuss it with the Dev...
Wpw just the kind of thing I want to read in a PUBLIC FORUM. This seems like a PRIVATE issue and I am sure a lot of folks would appreciate it if y'all kept it that way.
tazzpatriot said:
First off .. Ur wrong and on Tuesday I will show u ok? No need for name calling dude.. u did use mine but its kool man I really don't care...u needed to edit the boot Img mind telling how u did it ? U have to copy ..I'm not gonna resort to name calling like u bro
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
You know there were people before you that could create roms, there are people after you can will create more roms, yours is not the best, and you try to say that it is.
I was kind enough to not tell people all you do is put a luancher on an old build of froyo, and call it a new rom, like your IPHONE ROM, and the reason I can say this is, because about a year ago I posted the windows7.apk. This post stopped you from creating " a new rom" even though it was no new rom, just an old foryo with a new windows7.apk. Talk about taking peoples work and making it yours.
mjgdroid said:
You know there were people before you that could create roms, there are people after you can will create more roms, yours is not the best, and you try to say that it is.
I was kind enough to not tell people all you do is put a luancher on an old build of froyo, and call it a new rom, like your IPHONE ROM, and the reason I can say this is, because about a year ago I posted the windows7.apk. This post stopped you from creating " a new rom" even though it was no new rom, just an old foryo with a new windows7.apk. Talk about taking peoples work and making it yours.
Click to expand...
Click to collapse
Dude I can. Count how many ways that statement is wrong Windows ? but I'm done. Not gonna argue with u peace
Just one more thing and ill never speak about it again
U should remove system/etc/ init.d/ 40data2text from Ur update script.
I REMOVED IT FROM MY ROM..lol that's y its not in Ur folder
Now if u wish to continue pm me not here if in my thread
Sent from my ADR6400L using XDA Premium App
I'm getting really confused here Lol
Sent from my ADR6300
http://forum.xda-developers.com/showthread.php?t=755526
Sent from my ADR6300

CYANOBIZ CM9 Support Thread!

Welcome to Gen8 CYANOBIZ Support thread!​
ATTENTION: This build is stil in early Beta stage! Bizcuite is not responsible of bricked tabs, world war or some kind of alien invasion!
What is this thread for?
This thread is made to help people run CYANOBIZ Unofficial CM9 on their tabs, report bugs related to this ROM and share tips and tweaks.
Before adding your problem(s):
Make sure you are running the latest release of CYANOBIZ !
Make sure your problems is not already listen in the OP (aka this post) !
Bug/Problem list:
Bluetooth can work only by command in Terminal Emulator. Not fixed yet.
Camera. Preview only (can not take pictures for now). Not fixed yet.
Battery stats (% works but no notification of charge). Not fixed yet.
Each problem reported by user will be posted here after its accepted. Remember to use the latest build before reporting.​
How to install CM9 step by step:
You have to install SDE before you attempt to install CM9. Follow the guide in this thread: http://forum.xda-developers.com/showthread.php?t=930197
From now on you have to download the files only from this thread: http://forum.xda-developers.com/showthread.php?t=1941377
Step 1: Download and decompress (unzip) CM9 image file. Rename it to "openaos-cm.img".
always remember to download the file made for your device. Each device has different specification like screen size, RAM, etc.
Step 2: Download zImage.zip (its usually named with the date of the build like "zimage041013.zip") and rename it to "zImage". Do NOT decompress it!
Step 3: Download "initramfs.cpio.gz".
Step 4: Download "data.img.tar.gz", decompress it and choose the size that fits to your needs. (This file will be used to install apps. If you usually install low amount of apps you can use 256MB. Recommended size: 512 MB.. After you decompress it, rename it to "data_ICS.img" and copy it to the root of your internal storage.
Step 5: Copy the decompressed CM9 system file (openaos-cm.img) to the root of your internal storage.
Step 6: Create a new text file. Insert this line: ICS||/openaos-cm.img|/init|0Archos|ARCHOS|ARCHOS|/init and save it. Rename the text file to "menu.lst" and copy it to the internal storage. (If it doesnt work open "menu.lst" with Notepad++ and add one additional line below by pressing enter)
Step 7: Installing the kernel and initramfs.cpio.gz:
Reboot your tab into recovery. Select Recovery System => Developer Edition Menu => Flash Kernel and Initramfs. Connect your tab to your PC via USB and copy the files from steps 2 and 3. (Its recommended to copy the files one by one)
You are done! :good:
Currently the kernel is not supported by other ROMs (except stock firmware with stock kernel).
How to add swap file
Use adb or Terminal Emulator and add these lines:
If you are going to copy the lines copy it line by line do not copy-paste the whole guide else it wont work!
swapoff -a
rm /swapfile
rm /system/etc/fstab
dd if=/dev/zero of=/swapfile bs=1024 count=50000
mkswap /swapfile
touch /system/etc/fstab
echo "/swapfile none swap sw 0 0" >> /system/etc/fstab
swapoff /dev/block/ramzswap0
swapon -a /swapfile
This activates a swap file of 50MB in the root of your system image file (CYANOBIZ_xxx.img also knows as openaos-cm.img
Do NOT increase the size over 50MB because the system will become full and it will result in a bootloop!
How to activate swap in internal SD card (storage). This way you can put highter value like 128MB/256MB/512MB/etc.
Use adb or Terminal Emulator and add these lines:
If you are going to copy the lines copy it line by line do not copy-paste the whole guide else it wont work!
swapoff -a
rm /mnt/storage/swapfile
rm /system/etc/fstab
dd if=/dev/zero of=/mnt/storage/swapfile bs=1024 count=128000
mkswap /mnt/storage/swapfile
touch /system/etc/fstab
echo "/mnt/storage/swapfile none swap sw 0 0" >> /system/etc/fstab
swapoff /dev/block/ramzswap0
swapon -a /mnt/storage/swapfile
If you want to see if it's working type "cat /proc/swaps"
You should see this:
cat /proc/swaps
Filename Type Size Used Priority
/mnt/storage/swapfile file 127972 0 -1
You swapfile is done!
Notice: Sometimes a logcat worths more then a hundred words.
If you like the ROM and you'd like to support it feel free to donate to Bizcuite. This way you can tell him a huge "Thank You" and support his job.
CYANOBIZ Unofficial CM9 Tips & Tweaks
These tweaks come with no warranty! There is a change of bootloop if you edit the wrong value.
Open your root File Explorer (most people use RootExplorer) then go to /system and add these lines to your Build.prop file:
# ADDITIONAL_BUILD_PROPERTIES
#
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
wifi.interface=tiwlan0
net.dns1=8.8.8.8
net.dns2=8.8.4.4
qemu.hw.mainkeys=1
wifi.supplicant_scan_interval=120
persist.sys.usb.config=mass_storage,adb
ro.telephony.default_network=0
# dalvik props
persist.adb.notify=0
dalvik.vm.heapstartsize=25m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=160m
#dalvik.vm.dexopt-flags=m=y
#dalvik.vm.heapstartsize=5m
#dalvik.vm.heapgrowthlimit=48m
#dalvik.vm.heapsize=196m
dalvik.vm.dexopt-flags m=y,o=v,u=y
ro.fb.mode=1
ro.sf.compbypass.enable=0
# persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.ril.disable.power.collapse=1
debug.sf.hw=1
debug.composition.type=gpu
debug.composition.type=c2d
windowsmgr.max_events_per_sec=240
ro.ui.fullscreen=false
debug.performance.tuning=1
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
hw3d.force=1
persist.sys.composition.type=c2d
persist.sys.ui.hw=0
#ro.telephony.call_ring.delay=0
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.carrier=wifi-only
#crash tab don't enable it
#debug.enabletr=true
Many thanks for your works Mavasilisk. It's perfect!! Just don't forget the "e" in Bizcuite :angel:
Upload of first BETA release is in progres
Don't forget, if you install my kernel, you will NOT be able to use others OS (except original Firmware with original kernel of course)
Maybe we must add "This release is not official and not supported by cyanogen".
Bizcuite
bizcuite said:
Many thanks for your works Mavasilisk. It's perfect!! Just don't forget the "e" in Bizcuite :angel:
Upload of first BETA release is in progres
Don't forget, if you install my kernel, you will NOT be able to use others OS (except original Firmware with original kernel of course)
Maybe we must add "This release is not official and not supported by cyanogen".
Bizcuite
Click to expand...
Click to collapse
Updated. Sorry, I was so focused so I missed "e" in your nickname. Cant wait to try the first beta!
Mavasilisk said:
Updated. Sorry, I was so focused so I missed "e" in your nickname. Cant wait to try the first beta!
Click to expand...
Click to collapse
First page updated in dev section.
Link updated
Bizcuite
Sent from my GT-N7100 using xda app-developers app
How is sleep with CM9? I used to find with CM7 Bull my tab used to use more power than stock Froyo when sleeping. Also how well does Chrome work with 256mb ram? Thanks.
I prefer Boat Browser. Its very fast and snappy with the new HW. I can compare it to Opera. Chome is just....not my taste.
Browsers
Mavasilisk said:
I prefer Boat Browser. Its very fast and snappy with the new HW. I can compare it to Opera. Chome is just....not my taste.
Click to expand...
Click to collapse
Yes Boat browser works best but is laggy on bigger pages and force closes when I try to start flash content - flash player is still not working. Other browsers force close on bigger pages and chrome is slow. Opera final still dont work, beta is working but freezes on first couple starts. Even stock browser freezes on first couple starts and crashed system once and then started to work pretty normal. Most interesting thing is with Puffin browsers, they worked well under 1.8 and now Puffin free cant even start and Puffin paid freezes or force close when I try to start some web address or edit speed dial. I edited vm heapsize but it didnt help. I am still suspicious on GPU driver. Rom is fast and many apps and games works but we still have some major problems. Keep up with good work Biz and I hope that we will get stable rom soon.
Biz, check for dalvik cache and cache errors. I had some problems with apps when I forgot to wipe caches.
WiFi
Mavasilisk said:
Biz, check for dalvik cache and cache errors. I had some problems with apps when I forgot to wipe caches.
Click to expand...
Click to collapse
I dont have problem with cache but you were right we still have problems with wifi driver, that is our major problem for now. I hope that Biz will find good driver and recompile it soon.
aleksandarvs said:
I dont have problem with cache but you were right we still have problems with wifi driver, that is our major problem for now. I hope that Biz will find good driver and recompile it soon.
Click to expand...
Click to collapse
I try both. Today i have try to compile the driver module from cm9 sources and with archos gen8 stock kernel.
Compilation success but the driver doesn't want to be insert. I have warning during compilation and this failed the insertion.
Can you say me which security you use to connect you to your wifi?
I think that there is an issue with wpa1/2 security.
Because when i am at work i have no pb, it's a free hotspot wifi without any security just a login.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
I am using WPA-PSK-CCMP and I can make it crash pretty often.
Hi Biz,
congrats to your excellent your CM9 Build. It's pretty fast. However I have a A70S like Mavasilisk and also have the same problems. I can make the tablet crash and reboot with Angry Birds Space with WIFI enabled. However if I disable Wifi and reboot so that the systems boots with WIFI off I can play the game. After another reboot with WIFI enabled the game crashes again.
I have a completely fresh system with nes data_ICS and I'm on WPA WLAN encryption.
groovey2k said:
Hi Biz,
congrats to your excellent your CM9 Build. It's pretty fast. However I have a A70S like Mavasilisk and also have the same problems. I can make the tablet crash and reboot with Angry Birds Space with WIFI enabled. However if I disable Wifi and reboot so that the systems boots with WIFI off I can play the game. After another reboot with WIFI enabled the game crashes again.
I have a completely fresh system with nes data_ICS and I'm on WPA WLAN encryption.
Click to expand...
Click to collapse
TO ALL WHO USES BETA 2.0 (only 2.0 a 2.1 will be upload this evening), PLEASE CHANGE THOSE VALUES:
in /init.rc:
Code:
write /proc/cpu/alignment 1
The original value is 4
And in /system/build.prop:
search "vm.heapsize" and set the value to 192m
Crashes/Kernel Panic must be a REAL old story.
Bizcuite
bizcuite said:
TO ALL WHO USES BETA 2.0 (only 2.0 a 2.1 will be upload this evening), PLEASE CHANGE THOSE VALUES:
in /init.rc:
Code:
write /proc/cpu/alignment 1
The original value is 4
And in /system/build.prop:
search "vm.heapsize" and set the value to 192m
Crashes/Kernel Panic must be a REAL old story.
Bizcuite
Click to expand...
Click to collapse
This post was a wrong way
Jut edit init.rc and change the value of this line: write /proc/sys/kernel/panic_on_oops 0
Set the value to 0.
The will be really stable!!!
Bizcuite
Sent from my GT-I9003 using xda app-developers app
So alignment to 1 or 2 ?
Mavasilisk said:
So alignment to 1 or 2 ?
Click to expand...
Click to collapse
4
Bizcuite
Sent from my GT-N7100 using xda app-developers app
First page (OP) updated with How-to add swapfile guide!
Ok, Good tutorial this rom rocks.
FYO, after upgrade my swap to 1G and my cpu to 1200... Chrome style unusable. I Think our poor gen8 is style weak to it...
Regards,
Rabbit
Try with OC to 1100.

Categories

Resources