Jump to content

StreakDroid v2.0.0 (GingerStreak)


Recommended Posts

Guest fards
Posted (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 by fards
Guest Adam Mallinson
Posted

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

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

  • 2 weeks later...
Guest Adam Mallinson
Posted

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 (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 by fards
Guest Adam Mallinson
Posted

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

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 (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 by fards
Guest Azurren
Posted

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

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

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

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

Tested some more today and appears stable but battery drain (for me at least) is dramatically increased from your 12v kernel one

  • 2 weeks later...
Guest bouncingdonkey
Posted

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

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

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 RichB93
Posted

What is this like in terms of usability and stability now? Is it as fast as SimpleStreak?

Guest Adam Mallinson
Posted

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

Posted

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

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.

Posted

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

  • 5 months later...
Guest Jose Luis de la Fuente
Posted

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!

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.