Jump to content

[ROM][GEN2]CyanogenMod 7 (Android 2.3.7)


Recommended Posts

Guest Pondlife
Posted (edited)

Nightly ;) 160 is ready !!

Yeah LoA said that on previous page.

Edited by Pondlife
Guest k0zmic
Posted

Hello there mates,

I installed the new Cyanogen rom in my Blade yesterday, aswell with the latest Google apps file that was available in the rom's site, the problem is:

The Android Market icon won't show up in the menu, and checking the Settings-> Applications, the Market is installed but it's kind of greyed out, and can't start the application,

I've reinstalled the Google Apps aswell without success,

Anything I can do? Do I have to connect to my Google account first and then it will appear in the menu?

Thanks!

Try connect it.

If that still doesn't make a difference try another full wipe and re-flash Gapps.

Guest appolus
Posted (edited)

wifi closes randomly in n160

kozmic: why u give -1 in reputation? not that i care why dont u comment instead?

stupid badword

Edited by appolus
Guest Jean85
Posted

Just upgraded from N128 to N160. So 2.3.4->2.3.5 with no problems, yay!

wifi closes randomly in n160

I can confirm that, it just happened, but it was really fast to reconnect too

Guest kapouille
Posted

Hi guys,

I've got a problem, not sure if it's shared (I had a search through the forum, no luck).

When plugging earphones, I expect the notifications (alarms, etc..) to be played through the earphones. In fact, it used to, when I first installed N88 (or so).

Then I moved on to N100, and it stopped and from that version on (I recently updated to N160 with the same problem), notifications were only played through the phone speaker. That's annoying in an office environment.

And yes I tried to adjust the notifications settings in the Cyanogens settings relative to that and they have no effect whatsoever.

So, I wonder if I'm the only one to see this problem or if it's a problem with my phone setup.

Guest arkannis
Posted (edited)

Hi, in order to update from one nightly version to a more recent one, what should i do? Wipe only the caches?

If I just wipe the caches and install the zip of the new nighlty in clockwork everything will be the same as before (apps, settings, etc) but updated?

Thanks!

Edited by arkannis
Guest lordofangels
Posted

One Blade specific update included in this build. Fix (Add support for FocalTech touchscreen used in some new blades).

Official CM N161

md5sum: df56e0a494707fcf52072bdfbdb471b9

Posted

I'm also having problems with wifi disconnecting in the later builds, bluetooth do not need to be enabled for this to happen.

Guest u116040
Posted (edited)

@sej7278 (or any builder actually): Did you look at this patch ?

Could you provide a Plus build with this, when the newly introduced wifi disconnect bug will be solved, as it seems to fix the wifi reconnection speed ?

Using VLC Remote, I noticed a few day ago that just after the wake up, wifi is functionnal (the media position is updated once) and then I have to wait 5-10sec to use the wifi again ; this patch seems to fix that.

Edited by u116040
Guest appolus
Posted

I'm also having problems with wifi disconnecting in the later builds, bluetooth do not need to be enabled for this to happen.

alright any respone from the cm crew about this one?

Guest androrphin
Posted

Hi, in order to update from one nightly version to a more recent one, what should i do? Wipe only the caches?

If I just wipe the caches and install the zip of the new nighlty in clockwork everything will be the same as before (apps, settings, etc) but updated?

Thanks!

I only wipe the Dalvik cache between nightlies, your apps and settings will then be untouched. Works every time, so far!

Some say you don't even have to wipe the Dalvik - but I haven't tried that yet.

Guest u116040
Posted

Is "modprobe cifs" or "insmod /system/lib/modules/2.6.32.9-perf/cifs.ko" working on the latest nightlies ?

I'm getting an "Out of memory" error on N152 :mellow:

Guest sej7278
Posted (edited)

Is "modprobe cifs" or "insmod /system/lib/modules/2.6.32.9-perf/cifs.ko" working on the latest nightlies ?

I'm getting an "Out of memory" error on N152 :mellow:

have you tried just using cifs without modprobing it, as looking at the kernel config its compiled into the kernel not as a module, although for some reason the module is bundled with the build.

if you're using my n152+ then i wouldn't have included the cifs.ko file for the above reason, if it doesn't work (without modprobe) then its interesting.

i get the same error on the regular n159

Edited by sej7278
Guest sm4tik
Posted

Are the statusbar animations working for you guys with the latest nightlies? I noticed I don't have stuff like battery charging and downloading arrow beeing animated anymore. I'm not sure when this happened, if it's a common thing, maybe it was N151 when the USB debug notification icon disappeared.

Guest u116040
Posted (edited)

have you tried just using cifs without modprobing it, as looking at the kernel config its compiled into the kernel not as a module, although for some reason the module is bundled with the build.

Yep, here's what I get (even after a reboot) :

# mount -o rw,remount /

mount -o rw,remount /

# mkdir /mnt/cifs

mkdir /mnt/cifs

# mkdir /mnt/cifs/Films

mkdir /mnt/cifs/Films

# mount '\\192.168.0.9\Films' -t cifs -o ro /mnt/cifs/Films/

mount '\\192.168.0.9\Films' -t cifs -o ro /mnt/cifs/Films/

mount: mounting \\192.168.0.9\Films on /mnt/cifs/Films/ failed: Invalid argument

# mount -t cifs //192.168.0.9/Films

mount -t cifs //192.168.0.9/Films

mount: can't read /etc/fstab: No such file or directory // < not supposed to work .. but no fstab at all ?

# modprobe cifs

modprobe cifs

modprobe: 'cifs.ko': Out of memory

# lsmod

lsmod

ar6000 239417 0 - Live 0xbf000000

# insmod /system/lib/modules/2.6.32.9-perf/cifs.ko

insmod /system/lib/modules/2.6.32.9-perf/cifs.ko

insmod: init_module '/system/lib/modules/2.6.32.9-perf/cifs.ko' failed (Out of memory)

And CIFS Manager that I previously used don't work anymore. It is regular n152.

Btw, have you seen my previous post ?

Edited by u116040
Guest targetbsp
Posted

Are the statusbar animations working for you guys with the latest nightlies? I noticed I don't have stuff like battery charging and downloading arrow beeing animated anymore. I'm not sure when this happened, if it's a common thing, maybe it was N151 when the USB debug notification icon disappeared.

Mine is charging and animating fine right now.

I haven't noticed any wifi issues out of the ordinary that others are reporting either. Though I do have a Netgear router so mine has never been great and it would be hard to tell!

Guest sm4tik
Posted

Yep, here's what I get (even after a reboot) :

And CIFS Manager that I previously used don't work anymore. It is regular n152.

Btw, have you seen my previous post ?

I don't know if this will help, but you could try 'busybox mount' instead of just 'mount'. This trick fixes mounting NFS shares. Link to original post

Guest wishmasterf
Posted

After selecting your non North American region, manually set the tuner as high as it goes and seek downwards. Currently this is the only workaround I know of if you want to use auto seeking.

I can not find a bugreport about that. Is there no bugreport yet?

Guest u116040
Posted (edited)

I don't know if this will help, but you could try 'busybox mount' instead of just 'mount'. This trick fixes mounting NFS shares. Link to original post

Tried but same error (mount is actually a shortcut to busybox and the one included should work); thank anyway.

Edited by u116040
Guest appolus
Posted

does cm7 support a2sd? i just partitioned my sd-card via cwm but i cant find my partiton with app2sdgui

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.