Jump to content

DELL STREAK Froyo Build Beta - Version 1.2.0 Released


Recommended Posts

Guest Stephen Hyde
Posted

you dont need an option just try it clockwork starts adb, and i really aint sure why apps wont install thats just weird

Posted (edited)

Same problems with installing Apps here.

Autoupdating not working, updating Apps manually works.

New apps won't install (Out of Space).

What I allready tried:

-Factory Reset

-Wipe via Clockwork

-complete new install (checked Data folder before and after it, cleaned before installing, after installing still was empty -so this is not the problem)

Edited by Passe
Guest cellopoly
Posted (edited)
I updated maps, twitter, and Gmail just fine, but nothing is working for the storage issue.

Yeah updates work fine.

90% of the time nothing else will install. I say 90% because if you keep trying the app might eventually install.

A good example is trying to use androot. Even though the device says its rooted superuser does not install. And when it does it force closes. I got it to install once without any FC but since then I have tried reinstalling the SU with no luck.

Tried also installing APN Backup Restore off my SD card but that will not install either.

I also forgot to mention I also had to use the rm rf * command to get 1.2 to boot. Not sure if that matters or not

Edited by cellopoly
Guest Stephen Hyde
Posted
Is anyone using Ubuntu 10.10? I can't make fastboot work despite the fact adb works fine. It either just shows waiting for device or exists without an explanation. I am using Ubuntu 64 but I guess it shouldn't be a problem as it worked with 10.04. TIA.

try using the latest android sdk adb

Guest sukicat
Posted

I am Stuck on the Dell logo and I THINK i would like to go back to 2.1

I have the UPDATE.PKG can I use that and run that from clockwork mode ?

Guest Mirrdhyn
Posted

@matty.cptk :

I can also install a few apps (approximatively 10 MB) and after "out of space" issue.

But, I don't know where the market store the data of these applications.

For example, I have this line with adb logcat :

W/PackageManager( 134): Package couldn't be installed in /data/app/jackpal.androidterm-1.apk

Guest Stephen Hyde
Posted

not entirely sure why its failing to install things, can people let me know the contents of /system/etc/init.qcom.post_boot.sh and init.streak.post_boot.sh

Guest jnovello
Posted
not entirely sure why its failing to install things, can people let me know the contents of /system/etc/init.qcom.post_boot.sh and init.streak.post_boot.sh

The init file size is 132636

Guest Mirrdhyn
Posted

# cat /system/etc/init.qcom.post_boot.sh

		setprop net.hostname DellStreakFroyo

		echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

		echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

		echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

		#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#	   busybox_1P8P1 sysctl -w kernel.sched_child_runs_first=0

#	   busybox_1P8P1 sysctl -w vm.oom_kill_allocating_task=1

#	   busybox_1P8P1 sysctl -w vm.vfs_cache_pressure=100

		busybox_1P8P1 sysctl -w kernel.sched_latency_ns=6000000

		busybox_1P8P1 sysctl -w kernel.sched_min_granularity_ns=2000000

#		busybox_1P8P1 sysctl -w kernel.sched_features=24188

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_time = 900

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_probes = 5

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_intvl = 15

#	   echo 60 > /proc/sys/vm/dirty_background_ratio

#	   echo 95 > /proc/sys/vm/dirty_ratio
# cat /system/etc/init.streak.post_boot.sh		

		setprop net.hostname DellStreakFroyo

		echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

		echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

		echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

		#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#	   busybox_1P8P1 sysctl -w kernel.sched_child_runs_first=0

#	   busybox_1P8P1 sysctl -w vm.oom_kill_allocating_task=1

#	   busybox_1P8P1 sysctl -w vm.vfs_cache_pressure=100

		busybox_1P8P1 sysctl -w kernel.sched_latency_ns=6000000

		busybox_1P8P1 sysctl -w kernel.sched_min_granularity_ns=2000000

#		busybox_1P8P1 sysctl -w kernel.sched_features=24188

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_time = 900

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_probes = 5

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_intvl = 15

#	   echo 60 > /proc/sys/vm/dirty_background_ratio

#	   echo 95 > /proc/sys/vm/dirty_ratio

Guest johnnobts
Posted

finally managed to boot up (thanks stephen) but alas, same problem with not being able to install any apps...

Guest Stephen Hyde
Posted

ok last theory try changing BOTH of the above files to contain only :

setprop net.hostname DellStreakFroyo

echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

Guest cellopoly
Posted
# cat /system/etc/init.qcom.post_boot.sh

		setprop net.hostname DellStreakFroyo

		echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

		echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

		echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

		#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#	   busybox_1P8P1 sysctl -w kernel.sched_child_runs_first=0

#	   busybox_1P8P1 sysctl -w vm.oom_kill_allocating_task=1

#	   busybox_1P8P1 sysctl -w vm.vfs_cache_pressure=100

		busybox_1P8P1 sysctl -w kernel.sched_latency_ns=6000000

		busybox_1P8P1 sysctl -w kernel.sched_min_granularity_ns=2000000

#		busybox_1P8P1 sysctl -w kernel.sched_features=24188

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_time = 900

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_probes = 5

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_intvl = 15

#	   echo 60 > /proc/sys/vm/dirty_background_ratio

#	   echo 95 > /proc/sys/vm/dirty_ratio
# cat /system/etc/init.streak.post_boot.sh		

		setprop net.hostname DellStreakFroyo

		echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

		echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

		echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

		#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#	   busybox_1P8P1 sysctl -w kernel.sched_child_runs_first=0

#	   busybox_1P8P1 sysctl -w vm.oom_kill_allocating_task=1

#	   busybox_1P8P1 sysctl -w vm.vfs_cache_pressure=100

		busybox_1P8P1 sysctl -w kernel.sched_latency_ns=6000000

		busybox_1P8P1 sysctl -w kernel.sched_min_granularity_ns=2000000

#		busybox_1P8P1 sysctl -w kernel.sched_features=24188

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_time = 900

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_probes = 5

		busybox_1P8P1 sysctl -w net.ipv4.tcp_keepalive_intvl = 15

#	   echo 60 > /proc/sys/vm/dirty_background_ratio

#	   echo 95 > /proc/sys/vm/dirty_ratio

Same contents here

Guest lbj23numb1
Posted

can i use the old framework to have the stock look again?

Guest Graysson
Posted

I dont understand what you mean with adb over clockwork.

When i go into clockwork on my Streak there isnt any option with adb.

Trying the adb-windows.exe in the clockwork directory on my pc doesnt work.

The pc starts the adb daemon but after that i get the error device not found.

Posted

it simply won't work for me right now and i need to go to bed now and need to use my phone tomorrow morning for business.

@ STEPHEN: can you please give me a link to v. 1.1? does that work with the new amss?

would be greatly appreciated!

Guest Mirrdhyn
Posted
ok last theory try changing BOTH of the above files to contain only :

setprop net.hostname DellStreakFroyo

echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

echo 30 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold

echo 50000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

#echo 245760 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

Nothing changed after a reboot. 'out of space'

If you need another logs, I can put it here for you :)

Guest Stephen Hyde
Posted

logcat of trying to install would be nice though im not certain why its failing

Guest flamingsamurai
Posted

Got adb running by just executing in clockwork recovery, but it says busybox_1P8P1 not found

Guest Stephen Hyde
Posted

hmm that doesn help me too much can all do factory reset IN CLOCKWORK then immediatly after the dell reset and see what happens

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.