Guest fards Posted July 22, 2011 Report Posted July 22, 2011 (edited) Vdd has voltage and smoothass tweaks, vrscheduler is same kernel with a vr scheduler included Unless specifically stated kernels are usually incremental based on the kernel version before. I've rebuilt the last kernel (which has 12v car charging and adb working as well) on my 64 bit machine for sake of comparison with the one built on the 32 bit machine I posted earlier. (When I upload it)12v_64bit_boot.img Edited July 22, 2011 by fards
Guest Adam Mallinson Posted July 22, 2011 Report Posted July 22, 2011 So is this latest kernel the same as VR one but with 12v and ADB? If so does it matter whether you use 32bit or 64bit one?
Guest fards Posted July 22, 2011 Report Posted July 22, 2011 So is this latest kernel the same as VR one but with 12v and ADB? If so does it matter whether you use 32bit or 64bit one? it shouldn't matter, but I found a slight mistake in the 64 bit build tonight, so use the 32bit
Guest Adam Mallinson Posted August 1, 2011 Report Posted August 1, 2011 Hi Fards Just wonder how you are progressing with your kernels? I have been using this build for a little while now and have to say im impressed how stable it is and how speedy it seems (w O/C). Getting a good solid day out of the battery, sometimes even more. Keep up the good work
Guest fards Posted August 2, 2011 Report Posted August 2, 2011 (edited) Hi Fards Just wonder how you are progressing with your kernels? I have been using this build for a little while now and have to say im impressed how stable it is and how speedy it seems (w O/C). Getting a good solid day out of the battery, sometimes even more. Keep up the good work AWD_maniac and I have been working on the sensors, trying to get them working as they do with the passion code from the AOSP (ie properly according to how google do it),theres been some progress but not really enough yet.. I've been tweaking lots, I discovered the "random reboots" are being caused by a kernel panic on oops, disabling the reboot when that happens gets rid of it, giving the os a chance to recover, but there's been a couple of times when its just blackscreened rather than rebooted. try these in the init.streak.post_boot.sh if it does hang, then change the panic_on_oops 0 to 1 mount -t debugfs debugfs /sys/kernel/debug echo 32 > /sys/kernel/debug/msm_fb/0/bpp echo 0 > /sys/kernel/debug/msm_fb/0/hw_vsync_mode echo 0 > /sys/kernel/debug/msm_fb/0/vsync_enable echo 4 > /sys/kernel/debug/msm_fb/0/backbuff echo 1 > /sys/power/wake_lock echo 1 > /sys/kernel/debug/kgsl/cache_enable insmod /system/lib/modules/aes_generic.ko insmod /system/lib/modules/ansi_cprng.ko insmod /system/lib/modules/cpaccess.ko insmod /system/lib/modules/cryptoloop.ko #insmod /system/lib/modules/gspca_main.ko #insmod /system/lib/modules/evbug.ko insmod /system/lib/modules/qce.ko insmod /system/lib/modules/qcedev.ko insmod /system/lib/modules/qcrypto.ko insmod /system/lib/modules/twofish_common.ko insmod /system/lib/modules/twofish.ko #insmod /system/lib/modules/cpufreq_smartass.ko #insmod /system/lib/modules/cpufreq_smoothass.ko #insmod /system/lib/modules/cpufreq_interactive.ko echo 8192 > /sys/block/mmcblk1/queue/read_ahead_kb echo 128 > /sys/block/mmcblk1/queue/max_sectors_kb echo 8192 > /sys/block/innersd0/queue/read_ahead_kb #echo 128 > /sys/block/innersd0/queue/max_sectors_kb echo 0 > /proc/sys/vm/swappiness echo 0 > /proc/sys/vm/oom_kill_allocating_task echo 0 > /proc/sys/kernel/sched_child_runs_first echo 1 > /proc/sys/vm/overcommit_memory echo 0 > /proc/sys/kernel/panic_on_oops echo 1000 > /proc/sys/vm/dirty_writeback_centisecs echo 500 > /proc/sys/vm/dirty_expire_centisecs echo 8192 > /proc/sys/vm/min_free_kbytes echo 95 > /proc/sys/vm/dirty_ratio echo 60 > /proc/sys/vm/dirty_background_ratio echo 10 > /proc/sys/vm/vfs_cache_pressure echo "1536,2560,5120,6144,7680,10240" > /sys/module/lowmemorykiller/parameters/minfree Edited August 2, 2011 by fards
Guest Adam Mallinson Posted August 2, 2011 Report Posted August 2, 2011 Glad to see your still making progress on it and still busy tweaking away, would love for this to be a fully working build. Do those lines want adding to the end of the existing init file or replacing everything in the init file?
Guest fards Posted August 3, 2011 Report Posted August 3, 2011 Glad to see your still making progress on it and still busy tweaking away, would love for this to be a fully working build. Do those lines want adding to the end of the existing init file or replacing everything in the init file? replace should be ok
Guest fards Posted August 4, 2011 Report Posted August 4, 2011 (edited) ok after far too long swearing at the screen, and with a HUGE amount of work put in by AWD_Maniac here's a KERNEL WITH COMPASS! that means it rotates, maps work properly and other stuffs like that.. what doesn't work.. proximity sensor, light sensor, beer sensor.. (mine seems to be lacking that function anyway) there's three files. boot image, flash with fastboot sensors.8x50.so that needs to go system/lib/hw (and chmod 644) also there's a libsensorservice but I don't think thats needed.. please test for stability Edited August 4, 2011 by fards
Guest Azurren Posted August 5, 2011 Report Posted August 5, 2011 ok after far too long swearing at the screen, and with a HUGE amount of work put in by AWD_Maniac here's a KERNEL WITH COMPASS! that means it rotates, maps work properly and other stuffs like that.. what doesn't work.. proximity sensor, light sensor, beer sensor.. (mine seems to be lacking that function anyway) there's three files. boot image, flash with fastboot sensors.8x50.so that needs to go system/lib/hw (and chmod 644) also there's a libsensorservice but I don't think thats needed.. please test for stability Im really looking forward to a more final release! I would really love to test your release now but I rely on my streak as my phone, satnav and as my trusted beer detector
Guest Adam Mallinson Posted August 6, 2011 Report Posted August 6, 2011 ok after far too long swearing at the screen, and with a HUGE amount of work put in by AWD_Maniac here's a KERNEL WITH COMPASS! that means it rotates, maps work properly and other stuffs like that.. what doesn't work.. proximity sensor, light sensor, beer sensor.. (mine seems to be lacking that function anyway) there's three files. boot image, flash with fastboot sensors.8x50.so that needs to go system/lib/hw (and chmod 644) also there's a libsensorservice but I don't think thats needed.. please test for stability Flashing this now, will let you know how i get on. If it does need the libsensorservice where should it go? Also what sensors does this include?
Guest fards Posted August 6, 2011 Report Posted August 6, 2011 Flashing this now, will let you know how i get on. If it does need the libsensorservice where should it go? Also what sensors does this include? you dont need libsensorservice. ecompass and gsensor
Guest Adam Mallinson Posted August 7, 2011 Report Posted August 7, 2011 So far have tested the accelerometer which appears to be working perfectly well. Having some issues with BBC iPlayer (app and website) when trying to play videos though, the streak locks up and either force restarts or i have to take the battery out to get it to restart. I am still using the old init.streak.post_boot.sh file though, dont know if that would make a difference so will try the new one today and update further then
Guest Adam Mallinson Posted August 8, 2011 Report Posted August 8, 2011 Tested some more today and appears stable but battery drain (for me at least) is dramatically increased from your 12v kernel one
Guest bouncingdonkey Posted August 20, 2011 Report Posted August 20, 2011 I still have an issue of the dell not detecting nonstock earphones. I'm wondering if it's due to this rom.
Guest Adam Mallinson Posted August 21, 2011 Report Posted August 21, 2011 I still have an issue of the dell not detecting nonstock earphones. I'm wondering if it's due to this rom. I think it is as it looks for a certain pin configuration on the headphones. There is a widget you can use to force output through the headphones instead called ToggleHeadset2 on the market Toggle Headset 2 - Android Market Website
Guest popetodd Posted August 24, 2011 Report Posted August 24, 2011 Wow, this is all getting a bit convoluted now. There are several flash's to get this far now, are they all required (as in flash every file in this thread in order) or is there a specific set of files that can be tossed on without having to run through every iteration to get here?
Guest Adam Mallinson Posted August 24, 2011 Report Posted August 24, 2011 (edited) Just the StreakDroid 2.0 file (first post) Then Fards First Patch ( Post 168 in this thread ) - Either file as i think they are a mirror Then the Kernel with Compass ( Post 208 in this thread ) Also useful to replace the init.streak.post_boot.sh file with the contents of the one in Fards post ( Post 205 in this thread ) Edited August 24, 2011 by Adam Mallinson
Guest RichB93 Posted August 25, 2011 Report Posted August 25, 2011 What is this like in terms of usability and stability now? Is it as fast as SimpleStreak?
Guest Adam Mallinson Posted August 26, 2011 Report Posted August 26, 2011 What is this like in terms of usability and stability now? Is it as fast as SimpleStreak? Pretty usable and stable, seems to be some issues with some apps, seems to be flash video related but could be wrong. Not used SimpleStreak so cant really comment, maybe someone else can assist with that part
Guest fards Posted August 29, 2011 Report Posted August 29, 2011 OK quick heads up. I should have an update out tomorrow. A full image, lots more stable. It still has power issues and mic not working on first outgoing calls (it works in everyother scenario). compass/sensors still die sometimes.
Guest spanner44 Posted August 29, 2011 Report Posted August 29, 2011 OK quick heads up. I should have an update out tomorrow. A full image, lots more stable. It still has power issues and mic not working on first outgoing calls (it works in everyother scenario). compass/sensors still die sometimes. Looking forward to seeing this progress as having recently come from the Blade with Gingerbread, I am looking forward to getting back to a stable or daily workable Gingerbread Rom.
Guest fards Posted August 30, 2011 Report Posted August 30, 2011 Looking forward to seeing this progress as having recently come from the Blade with Gingerbread, I am looking forward to getting back to a stable or daily workable Gingerbread Rom. time to close this thread. new one open to keep it clean again
Guest Jose Luis de la Fuente Posted February 7, 2012 Report Posted February 7, 2012 Hi Guys: I am receiving the following error: The process com.android.phone has stopped unexpectedly. Please try again. Do you know if I am missing something? I have flashed both amss and dsp1 after loading the StreakDroid5-2.0.zip. Thanks in advanced!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now