Guest kallt_kaffe Posted September 24, 2010 Report Posted September 24, 2010 Could someone please provide /proc/config.gz from a pulse mini running original ROM (rooting is OK, but custom ROM is not). The boot.img from a stock pulse mine (t-mobile uk) would also be nice. I want to try compiling the released pulse mini source code and with the settings it's meant to have and make sure it really works on a pulse mini because when I use the source to compile a kernel for my u8100 it stops reporting battery status so there is a few alternatives: 1. The U8100 needs an updated (not yet released) battery driver. 2. There is some clue in the pulse mini kernel config. Maybe an option that has changed it's name. 3. The released source is broken 4. The battery status is broken because I'm using the wrong toolchain. The benefit for you is that I can give you (pulse mini users) a boot.img with a swap-enabled kernel if everything turns out well. I'm running with 64Mb swap on my SD-card right now but I have no idea how much or little battery is left. There are also people working on a psfreedom port depending on a working self compiled kernel and I suppose that if they get it working on the U8100 it propably will work on the U8110 aswell.
Guest Gjole86 Posted September 24, 2010 Report Posted September 24, 2010 (edited) humm u are lucky i just reinstalled updata.app.. so u need stock boot.img or just the file? anyway ill upload both. boot.img and /proc/config.gz are from U8110 V100R001C85B215SP06(Slovak TMO) gimme few mins to zip em up. PS: can u look into adding JIT? :lol: or that god damn network crap. (i provided logcat)boot.imgconfig.gz Edited September 24, 2010 by Gjole86
Guest kallt_kaffe Posted September 24, 2010 Report Posted September 24, 2010 (edited) Thanks. I still would like /proc/config.gz from a T-mobile UK phone. It's propably the same but just to be sure. I did download and split the UPDATA.APP today so I have the boot.img now for T-mobile UK. As for JIT, that's not in the kernel. It's part of Android and asfaik it doesn't work (yet?) on all CPU's. The U8150 2.2 code seems to be compiled without so chances are that our CPUs does not yet support it. What I can do is make a boot.img for you with swap support, not sure what else I could add att the moment. EDIT: your config matches the .config that came with the pulse mini source so I guess it's safe to assume that the included .config really is what the pulse minis use. Edited September 24, 2010 by kallt_kaffe
Guest kallt_kaffe Posted September 24, 2010 Report Posted September 24, 2010 or that god damn network crap. (i provided logcat) I just had a quick look at the logcat. Could you upload /system/cust/* (and subfolders) from your stock ROM.
Guest Gjole86 Posted September 24, 2010 Report Posted September 24, 2010 (edited) I just had a quick look at the logcat. Could you upload /system/cust/* (and subfolders) from your stock ROM. here it is.cust.zip Edited September 24, 2010 by Gjole86
Guest kallt_kaffe Posted September 25, 2010 Report Posted September 25, 2010 (edited) here it is. Excellent, now what does cat /data/custom.bin say? My guess is that "your" subfolder in system/cust/ contains an nv.bin. You could try my custom ROM and then copy "your" nv.bin to the sdcard, then do this from a terminal: cp /sdcard/nv.bin /data/cust/nv.bin chmod 666 /data/cust/nv.bin That may fix the network problem. Edited September 25, 2010 by kallt_kaffe
Guest Gjole86 Posted September 25, 2010 Report Posted September 25, 2010 cat /data/custom.bin returnts t-mobile/mk as i expected. and nope, no nv.bin file in /system/cust just the contents i attached up here. in /data/cust there is apk_name_need_to_enable.xml and folder named wifi with wpa_supplicant.conf inside. anyway, much thanks on help :lol:
Guest kallt_kaffe Posted September 25, 2010 Report Posted September 25, 2010 Here's my last idea.... Take this line out of your original ROM build.prop ro.cdma.home.operator.numeric=xxxxxx Put it into the build.prop in my custom ROM and also add these two lines: ro.config.mcc=294 ro.config.mnc=01 Resign the zip file and install it. If it still does not work then I'm out of ideas (for the moment).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now