Guest starkos Posted November 5, 2010 Report Posted November 5, 2010 (edited) Ha? UI just flash all of the files. All of them are wore working fine. Whats? going on? Aha? Ok?! If somebody could find the problem? I find that sd-ext doesn't want to mount during zip flash in =clockwork recovery. Sometime it does and sometime it doesn't. So I'll have to change the zip install. For now apps2sd_optional_signed.zip is working perfect. I'll try to find the problem wit the minor update just now. Haven't tested this but you could try changing: copy_dir PACKAGE:sd-ext SD-EXT: to copy_dir PACKAGE:sd-ext SDEXT: If that doesn't work, you could also try removing the - on the actual folder & use: copy_dir PACKAGE:sdext SDEXT: Edit: You're also missing the : after BOOT on write_raw_image PACKAGE:boot.img BOOT Edited November 5, 2010 by starkos
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 Haven't tested this but you could try changing: copy_dir PACKAGE:sd-ext SD-EXT: to copy_dir PACKAGE:sd-ext SDEXT: If that doesn't work, you could also try removing the - on the actual folder & use: copy_dir PACKAGE:sdext SDEXT: Edit: You're also missing the : after BOOT on write_raw_image PACKAGE:boot.img BOOT I change this now. But now boot loop when it odex the system apps. Now it flash with no problems via clockwork and via amonra.
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 I change this now. But now boot loop when it odex the system apps. Now it flash with no problems via clockwork and via amonra. But still have to change a bit more things. I get it. The reason for the boot loop is the kernel image. I'll change the image. ok. Give me some time. I'll make it works. When I adb push all the files from the script, it works perfectly. So now I'l have to change the boot.img and I hope it'll work from now on.
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 Can somebody provide me a link of working oveclocked kernel image for the CM6 rom 0.30?
Guest James the First Posted November 5, 2010 Report Posted November 5, 2010 Can somebody provide me a link of working oveclocked kernel image for the CM6 rom 0.30? Hi Is this what you want http://android.modaco.com/index.php?act=at...st&id=65546
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 Hi Is this what you want http://android.modaco.com/index.php?act=at...st&id=65546 Yeah thanks. An I'm wondering, could show_progress 0.1 0 copy_dir PACKAGE:system SYSTEM: set_perm_recursive 0 0 0755 0644 SYSTEM: set_perm_recursive 0 2000 0755 0755 SYSTEM:bin in update-script cause the problem? Here is the Logcat from the boot loop. I just can't find the problem. Via adb push everything works fine. You can try it. set the correct permissions of the files from the update-script.MinorUpdate.txt
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 Hey thank you verry much. Finally a Boot up. Let me check if it'll odex the system apps, and what will happen. If it works the scripts will be uploaded Immediately. Thank you once again for the Bott.img So the problem was with the boot.img But strange it does work's fine with the non odex script.
Guest Pulseuser1 Posted November 5, 2010 Report Posted November 5, 2010 soz ime a noob...but wat does odexng actually do...does it just reduce the file size of the apk file by compressing it :)
Guest totiadrenalin Posted November 5, 2010 Report Posted November 5, 2010 soz ime a noob...but wat does odexng actually do...does it just reduce the file size of the apk file by compressing it :) The odexing of the applications is taking out the @class.dex out of the application and store it in /app/ folder as @class.odex. so that way the @class.dex file won't duplicate in /data/dalvik-cache. .dex means dalvik executable. So that's means more free space in /data/ - internal storage.
Guest skandigraun Posted November 6, 2010 Report Posted November 6, 2010 (edited) I've tried to flash a2sd, recieved syntax error aswell. However can i ask what are it's advantages over darktremor's a2sd (if i could flash)? I mean i can use dta2sd just fine also, does your script know something special? Edited November 6, 2010 by skandigraun
Guest fanyuxiao Posted November 6, 2010 Report Posted November 6, 2010 CM6 Minor Update plus overclocked kernel It doesn't include odexing of the applications. prepare_update_signed.zip CM6_Minor_Update+oc_kernel+odex_signed.zip To check if swap works fine type swaps in terminal --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- CM6 Minor Update plus overclocked kernel plus apps odexing Try this on your own risk. I'm not responsible if the odexed applications give you force closes. prepare_update_signed.zip CM6_Minor_Update+oc_kernel_signed.zip To check if swap works fine type swaps in terminal --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Optional A2sd This is very simple and tinny version of a2sd. Very easy to be used. Instructions. Before flash this zip, make sure that you didn't flash the dta2sd zip. Because in that case this script will not work. after you flash the a2sd_optional zip in recovery mode (AmonRa or ClockworkMod), On the next boot all applications will be moved from the internal storage (/data/) to the external storage (/sd-ext/). You can change things in the terminal. Available commands: Apps - Move the apps from internal to external storage and reverse. data - Move the android /data/data/ from internal to external storage and reverse. cachesd - Move the dalvik-cache from internal to external storage and reverse. Very simple to use. Only three available commands and you do the same as with dta2sd. But each time you ran a command you will have to reboot the phone for the script to works. a2sd-optional_signed.zip Because I don't have time enough to upload the files on mirror hosts. I upload them only on one host. Huawei official website forum to see them released u8220 source, do not know whether you upgrade froyo2.2 help it? http://www.huaweidevice.com/community/foru...&orderStr=9
Guest karlosoliveira Posted November 6, 2010 Report Posted November 6, 2010 Hey thank you verry much. Finally a Boot up. Let me check if it'll odex the system apps, and what will happen. If it works the scripts will be uploaded Immediately. Thank you once again for the Bott.img So the problem was with the boot.img But strange it does work's fine with the non odex script. syntax error too in the prepare update. tried to flash in clockwork.
Guest heaven666 Posted November 7, 2010 Report Posted November 7, 2010 +1 Syntax error in the prepare_update... :) I trided to flash with clockworkmod in recovery mod Thanks for your job
Guest totiadrenalin Posted November 12, 2010 Report Posted November 12, 2010 (edited) +1 Syntax error in the prepare_update... :rolleyes: I trided to flash with clockworkmod in recovery mod Thanks for your job Sorry guys. But I'm really so busy this month that I don't have time to correct the errors in the Minor Update. Next Time I'll include the new gapps. Almost everything works, but when I try to odex the system apps I get reboots now. For some strange reason when I solve the problem with the Force closes, I get reboots about 15 seconds after the phone boots up. The non odexed version is working with no problems. So I'm considering to upload this version of Minor Updates. But first let me to find some time this weekend to include the gapps in the zip. Once again one BIG sorry to all of you. Best regards TOTI Edited November 12, 2010 by totiadrenalin
Guest heaven666 Posted November 12, 2010 Report Posted November 12, 2010 (edited) no problem thanks for your answer :rolleyes: Edited November 12, 2010 by heaven666
Guest Tom G Posted November 28, 2010 Report Posted November 28, 2010 Working Gallery3D.apk Where did you get the working gallery from? I've tried gallerys from a couple of different devices and they are all giving me the same result.
Guest twrock Posted November 28, 2010 Report Posted November 28, 2010 Where did you get the working gallery from? I've tried gallerys from a couple of different devices and they are all giving me the same result. If this is what you are looking for, here's a link to two fixes Starkos put up, both Gallery3d and SoundRecorder: http://android.modaco.com/index.php?act=at...st&id=65686
Guest Tom G Posted November 28, 2010 Report Posted November 28, 2010 If this is what you are looking for, here's a link to two fixes Starkos put up, both Gallery3d and SoundRecorder: http://android.modaco.com/index.php?act=at...st&id=65686 No, I wont to know what device they came from, and are they from a cm6 rom.
Guest Berthur Posted November 28, 2010 Report Posted November 28, 2010 Hi, nice collection. Do you got any fix for the Wifi problems?
Guest peelie Posted November 28, 2010 Report Posted November 28, 2010 (edited) No, I wont to know what device they came from, and are they from a cm6 rom. according to shadow guy from a Hero rom http://forum.cyanogenmod.com/topic/8790-cm...4319#entry94319 Edited November 28, 2010 by peelie
Guest Tom G Posted November 28, 2010 Report Posted November 28, 2010 according to shadow guy from a Hero rom http://forum.cyanogenmod.com/topic/8790-cm...4319#entry94319 Thanks. Thats what I thought, but the gallery out of the current Hero nightly has the same problem. I will try some older ones.
Guest starkos Posted November 28, 2010 Report Posted November 28, 2010 Thanks. Thats what I thought, but the gallery out of the current Hero nightly has the same problem. I will try some older ones. I believe the one I uploaded was from the Hero RC1 6.1.0 release, so quite old compared to recent nightly builds I imagine...
Guest Tom G Posted November 28, 2010 Report Posted November 28, 2010 (edited) I believe the one I uploaded was from the Hero RC1 6.1.0 release, so quite old compared to recent nightly builds I imagine... Yep. Just tried RC1 and it works. Its not too long ago, so it should be easy enough to find the commit that broke it. Edit. Found the change that broke the Hero version. Link Apparently using the Dream/Sapphire libGLES_qcom.so on the Hero fixes the problem, so maybe that could also work on the Pulse. Link Either way the problem will be fixed in my next release. Edit. Confirmed. The DS libGLES_qcom.so fixes the problem. Edited November 28, 2010 by Tom G
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now