Guest Tom G Posted September 13, 2010 Report Posted September 13, 2010 Any chance of initially focusing on a custom kernel for UK 2.1 Eclair.... pretty please :P I'm sure BigBear and Flibblesan will have that done before I get home from work tomorrow.
Guest SonMauri Posted September 13, 2010 Report Posted September 13, 2010 I think i'm going to start crying now!
Guest BigBearMDC Posted September 13, 2010 Report Posted September 13, 2010 I'm sure BigBear and Flibblesan will have that done before I get home from work tomorrow. Weird, my kernel is still rebooting :P The old one booted up after several attempts, but why? I'm using the 4.4.0 toolchain like you did.
Guest starkos Posted September 13, 2010 Report Posted September 13, 2010 I'm sure BigBear and Flibblesan will have that done before I get home from work tomorrow. Yea probably lol
Guest GlasWolf Posted September 13, 2010 Report Posted September 13, 2010 Noob alert: does this mean you should be able to track down and eliminate whatever's causing the 2.1 SMS/memory problem?
Guest david_dawkins Posted September 13, 2010 Report Posted September 13, 2010 I think i'm going to start crying now! Hold in there, we'll get through this, together.
Guest david_dawkins Posted September 13, 2010 Report Posted September 13, 2010 Noob alert: does this mean you should be able to track down and eliminate whatever's causing the 2.1 SMS/memory problem? Soldering iron and ram chips is probably the answer to that. I'm thinking an OutOfMemory exception is being thrown in the Android core (not the kernel), and it's not even being reported; possibly not enough memory to log and report it? But I'm taking us off-topic.
Guest Elmo108 Posted September 13, 2010 Report Posted September 13, 2010 what do you need the source for? :P anyone? :) i also want to cheer with you :(
Guest Tom G Posted September 13, 2010 Report Posted September 13, 2010 Soldering iron and ram chips is probably the answer to that. I'm thinking an OutOfMemory exception is being thrown in the Android core (not the kernel), and it's not even being reported; possibly not enough memory to log and report it? But I'm taking us off-topic. Swap will effectively give more memory, so it might fix it. Compcache might be worth a try as well, but I think the more we complicate the memory setup the less reliable the device will be. Compcache would also mean less physical memory (so we will lose some of the 128MB).
Guest david_dawkins Posted September 13, 2010 Report Posted September 13, 2010 Swap will effectively give more memory, so it might fix it. Compcache might be worth a try as well, but I think the more we complicate the memory setup the less reliable the device will be. Compcache would also mean less physical memory (so we will lose some of the 128MB). Excellent point. This is exactly why you're Tom and I'm Dave.
Guest BigBearMDC Posted September 13, 2010 Report Posted September 13, 2010 It looks like this kernel has usb gadget support which means we could eventually port PSFreedom to our Pulse :P
Guest rikkiej Posted September 13, 2010 Report Posted September 13, 2010 anyone? :P i also want to cheer with you :( Swap (turns your SD into RAM) multitouch (maybe) overclock CPU (very maybe) customize the kernel for better performance/lower memory usage something like that :)
Guest rulerofkaos Posted September 13, 2010 Report Posted September 13, 2010 I hope Tom can get a working camera driver for froyo out of this...
Guest david_dawkins Posted September 13, 2010 Report Posted September 13, 2010 Swap (turns your SD into RAM) multitouch (maybe) overclock CPU (very maybe) customize the kernel for better performance/lower memory usage something like that :P You forgot "Putting Huawei to shame".
Guest Theme Ishere Posted September 13, 2010 Report Posted September 13, 2010 "Putting Huawei to shame". I thought Flibble, Baer, Tom and the Others have already done that? So, Bear, I am leaving work in an hour, than a quick run at the Gym, and when I am at home afterwards, I want to have multitouch! :P
Guest flip360 Posted September 13, 2010 Report Posted September 13, 2010 You forgot "Putting Huawei to shame". I VOTE FOR THAT ONE TO BE ON TOP OF THE LIST.
Guest rulerofkaos Posted September 13, 2010 Report Posted September 13, 2010 I VOTE FOR THAT ONE TO BE ON TOP OF THE LIST. +1
Guest BigBearMDC Posted September 13, 2010 Report Posted September 13, 2010 Well I just compiled the kernel with SWAP support and it booted up without any problems :) Now I only need to test if SWAP is really enabled - how? :P
Guest tomdubs Posted September 13, 2010 Report Posted September 13, 2010 Well I just compiled the kernel with SWAP support and it booted up without any problems :) Now I only need to test if SWAP is really enabled - how? :P get the swapper app from the market? see how much is free :(
Guest Willz Posted September 13, 2010 Report Posted September 13, 2010 Hey BB, would this source help get multitouch working? :P
Guest Totyasrác Posted September 13, 2010 Report Posted September 13, 2010 Well I just compiled the kernel with SWAP support and it booted up without any problems :) Now I only need to test if SWAP is really enabled - how? :P Available free RAM maybe? :(
Guest BigBearMDC Posted September 13, 2010 Report Posted September 13, 2010 It wouldn't help multitouch, nope :( But SWAP! Actually I don't have a swap partition, but in /proc there's now an "swaps" entry, which I could swear wasn't there before :P :)
Guest whackster Posted September 13, 2010 Report Posted September 13, 2010 (edited) this might work From the terminal type: free it will return swap size. try turning swap off and on: swapoff /dev/block/mmcblk1p2 (wait few moments) free (check if swap line is 0 now) swapon /dev/block/mmcblk1p2 free (check if swap is enabled) Edited September 13, 2010 by whackster
Guest BigBearMDC Posted September 13, 2010 Report Posted September 13, 2010 # cat /proc/swaps Filename Type Size Used Priority[/code] :P
Guest flip360 Posted September 13, 2010 Report Posted September 13, 2010 It wouldn't help multitouch, nope :( But SWAP! Actually I don't have a swap partition, but in /proc there's now an "swaps" entry, which I could swear wasn't there before :) :( SWAP!!! WANT!!! :P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now