Guest Stephen Hyde Posted November 4, 2010 Report Posted November 4, 2010 you dont need an option just try it clockwork starts adb, and i really aint sure why apps wont install thats just weird
Guest Passe Posted November 4, 2010 Report Posted November 4, 2010 (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 November 4, 2010 by Passe
Guest cellopoly Posted November 4, 2010 Report Posted November 4, 2010 (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 November 4, 2010 by cellopoly
Guest Stephen Hyde Posted November 4, 2010 Report Posted November 4, 2010 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 Ha.Vo Posted November 4, 2010 Report Posted November 4, 2010 Nope...going to ADB in clokwork didn't work either.
Guest sukicat Posted November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 @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 November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 # 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 November 4, 2010 Report Posted November 4, 2010 finally managed to boot up (thanks stephen) but alas, same problem with not being able to install any apps...
Guest Stephen Hyde Posted November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 # 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 November 4, 2010 Report Posted November 4, 2010 can i use the old framework to have the stock look again?
Guest Graysson Posted November 4, 2010 Report Posted November 4, 2010 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.
Guest Ha.Vo Posted November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 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 November 4, 2010 Report Posted November 4, 2010 no you need to downgrade baseband .... downloads.streakdroid.com/testing/amss-2.1.mbn is the 2.1 baseband 1.1 is stil available http://build2.streakdroid.com/update-release-1.1.1.zip
Guest Stephen Hyde Posted November 4, 2010 Report Posted November 4, 2010 logcat of trying to install would be nice though im not certain why its failing
Guest Ha.Vo Posted November 4, 2010 Report Posted November 4, 2010 no you need to downgrade baseband .... downloads.streakdroid.com/testing/amss-2.1.mbn is the 2.1 baseband 1.1 is stil available http://build2.streakdroid.com/update-release-1.1.1.zip Thanks a lot!
Guest cellopoly Posted November 4, 2010 Report Posted November 4, 2010 logcat of trying to install would be nice though im not certain why its failing Here is mine trying to install swype http://pastebin.com/5eVMuf6d
Guest matty.cptk Posted November 4, 2010 Report Posted November 4, 2010 http://pastebin.com/TmSWCBvr failed install of flash player
Guest flamingsamurai Posted November 4, 2010 Report Posted November 4, 2010 Got adb running by just executing in clockwork recovery, but it says busybox_1P8P1 not found
Guest Stephen Hyde Posted November 4, 2010 Report Posted November 4, 2010 hmm that doesn help me too much can all do factory reset IN CLOCKWORK then immediatly after the dell reset and see what happens
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now