Guest MadEye Moody Posted July 22, 2012 Report Posted July 22, 2012 If anyone's interested in removing multiple files from the zip file in one stretch (eg:- remove RomManager, VideoEditor etc from the ROM :P), I have made a linux shell script. Open it and add/remove the files you want to delete https://dl.dropbox.com/u/38622080/zip_trimmer.sh
Guest MadEye Moody Posted July 22, 2012 Report Posted July 22, 2012 (edited) What should I do? I have my Windows fixed again, and my Ubuntu is finally working flawlessly. -Ninjeh. tried the chown thingy that fixed mine? Edited July 22, 2012 by MadEye Moody
Guest MadEye Moody Posted July 22, 2012 Report Posted July 22, 2012 Know any way of integrating the CM, gapps and a2sd zip files into one flashable zip?
Guest Dazzozo Posted July 22, 2012 Report Posted July 22, 2012 I would've released builds today but my internet was kinda dead. I had to tether through my phone to get a reliable (but bad) connection. Edit: However... surfaceflinger is working again. I would release this but there's no point as it's already stale, I'll do fresh builds tomorrow.
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 No, Jelly Bean has totaled that. I'm running a 220 system and have to trim to get the gapps to even fit with 4mb spare. Edit: That's trimmed gapps too. Edit 2: telephony patch now sitting on gerrit http://review.cyanogenmod.com/#/c/19984/
Guest b4da55 Posted July 23, 2012 Report Posted July 23, 2012 So how would I go about getting a tpt for jellybean on tmv. Tpt helper won't let me choose make my own and even if it did I wouldn't know what sizes I'd need Thx in advance
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 TPT Helper seems a little buggered. Not working on the SF2 either. I'm planning on creating similar TPTs to what is recommended right now for CM10 in the Skate forum. I'll work on it after I've migrated to the goo.im buildbot.
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 Tried to compile with changes in the doc. It gave me something about system image being too large. I'll get home and post the actual error.
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 Yeah, you're right at the end. Did you grab this change? https://github.com/D...d13bda23e58dfd6 If yes it's probably overflown again... *sigh*
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 Yeah, you're right at the end. Did you grab this change? https://github.com/D...d13bda23e58dfd6 If yes it's probably overflown again... *sigh* I synced just before making the changes, so that should have been pulled. I think I have commit 06ef1d1095d545d4c13a997d0d13bda23e58dfd6 Author: Daz Jones <[s][email protected][/s]> Date: Sat Jul 21 20:46:37 2012 +0100 lol did we seriously just overflow system While compiling, I noticed it was compiling extra/v8 . Is this for ARMv8? can we omit it?
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 ARMv8 pretty much doesn't exist yet. I'm assuming you mean external/v8. V8 is the JavaScript engine.
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 222MB doesn't seem to be enough Error: Install system fs image: out/target/product/blade2/system.img out/target/product/blade2/system.img+out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p maxsize=237625344 blocksize=135168 total=249505490 reserve=2433024 error: out/target/product/blade2/system.img+out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p too large (249505490 > [240058368 - 2433024]) make: *** [out/target/product/blade2/system.img] Error 1 make: *** Deleting file `out/target/product/blade2/system.img'
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 ARMv8 pretty much doesn't exist yet. I'm assuming you mean external/v8. V8 is the JavaScript engine. sorry, my bad :(
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 222MB doesn't seem to be enough Error: Install system fs image: out/target/product/blade2/system.img out/target/product/blade2/system.img+out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p maxsize=237625344 blocksize=135168 total=249505490 reserve=2433024 error: out/target/product/blade2/system.img+out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p too large (249505490 > [240058368 - 2433024]) make: *** [out/target/product/blade2/system.img] Error 1 make: *** Deleting file `out/target/product/blade2/system.img' [/CODE] Bump the system image size in BoardConfig.mk in the same way I did and it'll be satisfied.
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 Bump the system image size in BoardConfig.mk in the same way I did and it'll be satisfied. Yup made it F0 = 240 Will delete the apps that are not used.
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 Running releasetool... /home/renjith/android/source/cm10/out/target/product/blade2/cm_blade2-ota-user.renjith.zip doesn't exist! make: *** [bacon] Error 1 There is a /home/renjith/android/source/cm10/out/target/product/blade2/cm_blade2-ota-eng.renjith.zip which has a 234MB system Is this file ready to be flashed?
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 Running releasetool... /home/renjith/android/source/cm10/out/target/product/blade2/cm_blade2-ota-user.renjith.zip doesn't exist! make: *** [bacon] Error 1 [/CODE] There is a [i]/home/renjith/android/source/cm10/out/target/product/blade2/cm_blade2-ota-[/i][u][b]eng[/b][/u][i].renjith.zip[/i] which has a 234MB system Is this file ready to be flashed? What build variant are you trying to build for?
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 What build variant are you trying to build for? eh... user $ brunch cm_blade2-user Yesterday I got a lot more errors for userdebug, thats why I went for user. Will try with userdebug
Guest Dazzozo Posted July 23, 2012 Report Posted July 23, 2012 eh... user $ brunch cm_blade2-user Yesterday I got a lot more errors for userdebug, thats why I went for user. Will try with userdebug I actually suggest eng at the moment as CM10 is early, hence engineering. If you get a boot loop you have an insecure boot.img with root, etc.
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 Sorry for the confusion. compiled in userdebug with 191.2MB system in the zip. So there is not an issue with the size
Guest MadEye Moody Posted July 23, 2012 Report Posted July 23, 2012 (edited) The build that i compiles earlier is not booting. The boot animation won't end. Any troubleshooting tips? Tried formatting system,boot,cache,sdext, etc.. no use Edited July 23, 2012 by MadEye Moody
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now