Guest plop08 Posted September 9, 2011 Report Posted September 9, 2011 Ok so weird thing, with your kernel, Wifi stopped working, and if I only install CM7 from tilal it does (but then there is the screen issue unlock ...)
Guest kallt_kaffe Posted September 9, 2011 Report Posted September 9, 2011 Ok so weird thing, with your kernel, Wifi stopped working, and if I only install CM7 from tilal it does (but then there is the screen issue unlock ...) There's propably some mismatch between tilal's kernel config and mine that prevents the wifi module to load. Give me you complete output from "zcat /proc/config.gz" and I'll do some comparing. Meanwhile I will upload my changes to Toms repo so next time tilal make you a custom CM7 version he can also compile a kernel that works out of the box on your test sample.
Guest kallt_kaffe Posted September 9, 2011 Report Posted September 9, 2011 Here's the wifi module compiled with my config. I think it's location should be /system/lib/modules but you can confirm this by looking inside the installation zipy you got from tilal. Either replace the dhd.ko module in the install-zip and reinstall or use adb like this to replace it on the phone: adb remount adb push dhd.ko /system/lib/modules. This should fix the wifi problem with the new kernel.dhd.zip
Guest plop08 Posted September 9, 2011 Report Posted September 9, 2011 There's propably some mismatch between tilal's kernel config and mine that prevents the wifi module to load. Give me you complete output from "zcat /proc/config.gz" and I'll do some comparing. Meanwhile I will upload my changes to Toms repo so next time tilal make you a custom CM7 version he can also compile a kernel that works out of the box on your test sample. Thanks a lot, I do it this afternoon !
Guest plop08 Posted September 9, 2011 Report Posted September 9, 2011 From CMD - adb in windows i got that but i am sure some is missing ....: # CONFIG_CIFS_STATS is not set # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set # CONFIG_OSF_PARTITION is not set # CONFIG_AMIGA_PARTITION is not set # CONFIG_ATARI_PARTITION is not set # CONFIG_MAC_PARTITION is not set CONFIG_MSDOS_PARTITION=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_MINIX_SUBPARTITION is not set # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set # CONFIG_DLM is not set # # Kernel hacking # CONFIG_PRINTK_TIME=y CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DETECT_SOFTLOCKUP is not set # CONFIG_DETECT_HUNG_TASK is not set # CONFIG_SCHED_DEBUG is not set # CONFIG_SCHEDSTATS is not set CONFIG_TIMER_STATS=y # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_KMEMLEAK is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_LOCK_STAT is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DEBUG_MEMORY_INIT is not set # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_NOTIFIERS is not set # CONFIG_DEBUG_CREDENTIALS is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set # CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set # CONFIG_LKDTM is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set # CONFIG_PAGE_POISONING is not set CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_RING_BUFFER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_PREEMPT_TRACER is not set # CONFIG_SCHED_TRACER is not set # CONFIG_ENABLE_DEFAULT_TRACERS is not set # CONFIG_BOOT_TRACER is not set CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set # CONFIG_STACK_TRACER is not set # CONFIG_KMEMTRACE is not set # CONFIG_WORKQUEUE_TRACER is not set # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_RING_BUFFER_BENCHMARK is not set CONFIG_DYNAMIC_DEBUG=y # CONFIG_ATOMIC64_SELFTEST is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set CONFIG_ARM_UNWIND=y CONFIG_DEBUG_USER=y CONFIG_DEBUG_ERRORS=y # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_LL is not set # CONFIG_OC_ETM is not set # # Security options # # CONFIG_KEYS is not set # CONFIG_SECURITY is not set # CONFIG_SECURITYFS is not set # CONFIG_DEFAULT_SECURITY_SELINUX is not set # CONFIG_DEFAULT_SECURITY_SMACK is not set # CONFIG_DEFAULT_SECURITY_TOMOYO is not set CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_SECURITY="" CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_TESTS=y # CONFIG_CRYPTO_GF128MUL is not set # CONFIG_CRYPTO_NULL is not set CONFIG_CRYPTO_WORKQUEUE=y # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AUTHENC=y # CONFIG_CRYPTO_TEST is not set # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_SEQIV is not set # # Block modes # CONFIG_CRYPTO_CBC=y # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_PCBC is not set # CONFIG_CRYPTO_XTS is not set # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_VMAC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_GHASH is not set # CONFIG_CRYPTO_MD4 is not set CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_RMD128 is not set # CONFIG_CRYPTO_RMD160 is not set # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set # CONFIG_CRYPTO_TGR192 is not set # CONFIG_CRYPTO_WP512 is not set # # Ciphers # CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=y # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set CONFIG_CRYPTO_DES=y # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SERPENT is not set # CONFIG_CRYPTO_TEA is not set CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_TWOFISH_COMMON=y # # Compression # CONFIG_CRYPTO_DEFLATE=y # CONFIG_CRYPTO_ZLIB is not set # CONFIG_CRYPTO_LZO is not set # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=m CONFIG_CRYPTO_HW=y # CONFIG_BINARY_PRINTF is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y # CONFIG_CRC_T10DIF is not set # CONFIG_CRC_ITU_T is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=m CONFIG_DECOMPRESS_GZIP=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=y CONFIG_TEXTSEARCH_BM=y CONFIG_TEXTSEARCH_FSM=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_NLATTR=y
Guest plop08 Posted September 9, 2011 Report Posted September 9, 2011 (edited) Hum i tried installing GAPPS with the CM7 tilal gave me, it seems to crash each time I launch it and internet navigator was working fine, now it crashed too. maybe I have installed a bad GAPPS. I have installe june one i think EDIT: navigator working again I tried installing Google Music, app crashing I do not know why. EDIT2: market working, no idea why ... EDIT 3: Tried to install gmail -- force close ... Edited September 9, 2011 by plop08
Guest kallt_kaffe Posted September 9, 2011 Report Posted September 9, 2011 Hum i tried installing GAPPS with the CM7 tilal gave me, it seems to crash each time I launch it and internet navigator was working fine, now it crashed too. maybe I have installed a bad GAPPS. I have installe june one i think EDIT: navigator working again I tried installing Google Music, app crashing I do not know why. EDIT2: market working, no idea why ... EDIT 3: Tried to install gmail -- force close ... Are you using my or tilals kernel? This sounds exactly like the memory corruption problem you get with VMSPLIT_3G before I fixed an error ZTE's source. The kernel I compiled should have the fix.
Guest wrtease Posted September 9, 2011 Report Posted September 9, 2011 just curious what happens when you run an unlock program on your mobile just thought it might bring up some info that might help.just a thought.
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 Are you using my or tilals kernel? This sounds exactly like the memory corruption problem you get with VMSPLIT_3G before I fixed an error ZTE's source. The kernel I compiled should have the fix. It was titlal one. As I did not have wifi with your kernel I did not try. I will try with 3G and installing apps from APK to see
Guest kallt_kaffe Posted September 10, 2011 Report Posted September 10, 2011 It was titlal one. As I did not have wifi with your kernel I did not try. I will try with 3G and installing apps from APK to see Use the dhd.ko I attached some posts above and wifi should work.
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 (edited) OK wifi is back ! thanks ! (seems a little slow) let me check how apps work now Ok tried to install gmail, app not launching, force closed :( gtlak working google music beta, not launching (cant reinstall it neither) Engadget app working for example, another news app working too I will edit post if other things come to light Pool Party app wasnt launching, reinstalled it, works I will try move it to SD too to see trying to install now maps docs and google + too. Download seems slow, in Wifi google docs launching and synching fine (juste a little slow) Maps working - even wifi localization and compass (seems a little slow but its ok) google + works for exampel (for the moment I did not move anything to SD) Reinstalling gmail ...... Gmail now workgs ! I will try moving to SD to see Moved google + to SD, it works ! I will try a reboot see if all works fine works ok after reboot ! apps launching I will try redownloading and installing google music beta to see It only seems slower than what it was, specially on wifi as it should go faster i think I will try 3G later tonight I will keep you posted Oh : google beta music launching fine lol wifi seems really slow, I thinj it is the only issue I have right now (and it seems all a little slow but ok ) You all saved me hehe ! OK tried SIM CARD first time, it asked me for an unlock code, now I restarded, did not ask. It can't seem to lock, I mean I see "Orange" in the service for a second then it stops, and back to no service So Radio issue here ! I did not try 3G without your kernel, I should do Ok so it asks me for unlock code, even with Tilal CM7 ROM ... means I am screwed right ? OK after another reboot, did not ask again, but cannot seem to lock on the service again ... trying another reboot . OK it asks for unlock code again ... It was unlocked when i received it (at least worked with my SIM). I am on Orange, but french here .. Reboot again, this time did not ask but no service ... weird it asks but not all the time Is it normal it tries to find the service even if a canceled the unlock code (cause i don't have it) I can try to have it later on maybe Edited September 10, 2011 by plop08
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 Starting to loose faith lol It is so close, I mean everything working now except ... phone ... no signal :/
Guest tilal6991 Posted September 10, 2011 Report Posted September 10, 2011 Starting to loose faith lol It is so close, I mean everything working now except ... phone ... no signal :/ Is it asking for an unlock code?
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 Is it asking for an unlock code? Not every time, that is the weird thing And when it does, I do reject. then it does search for signal, I see the Orange FR une small second in the notification bar (with full bar of signal) then back to no signal Is it supposed to do that when you don't have the unlock code ? I thought it won't even search !
Guest tilal6991 Posted September 10, 2011 Report Posted September 10, 2011 Not every time, that is the weird thing And when it does, I do reject. then it does search for signal, I see the Orange FR une small second in the notification bar (with full bar of signal) then back to no signal Is it supposed to do that when you don't have the unlock code ? I thought it won't even search ! Disable data and see what happens.
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 (edited) it works .. even if asking for unlock code. Call is working, Mic is working all good but proximity sensor dd not work I think Maybe if I input an APN for the data ? (there is none right now) Edited September 10, 2011 by plop08
Guest tilal6991 Posted September 10, 2011 Report Posted September 10, 2011 it works .. even if asking for unlock code. Tried to make a call, mic is not working xD Maybe if I input an APN for the data ? (there is none right now) No. There is a problem in the rom itself which I fixed after I compiled the one for you. Ill make a new one for you tommorow.
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 No. There is a problem in the rom itself which I fixed after I compiled the one for you. Ill make a new one for you tommorow. Ho great amazing !
Guest tilal6991 Posted September 10, 2011 Report Posted September 10, 2011 Ho great amazing ! Btw I have a favour to ask as well. Ill explain tommorow.
Guest plop08 Posted September 10, 2011 Report Posted September 10, 2011 (edited) Btw I have a favour to ask as well. Ill explain tommorow. Sure, if I can help for the unlock ! Funny thing, it asks me for the unlock code, but i can reject and it works And it is definitly unlocked, I tried 2 different SIMs, no problem Edited September 10, 2011 by plop08
Guest tilal6991 Posted September 11, 2011 Report Posted September 11, 2011 Sure, if I can help for the unlock ! Funny thing, it asks me for the unlock code, but i can reject and it works And it is definitly unlocked, I tried 2 different SIMs, no problem Do you have google talk? - if so can you PM me your email. :)
Guest plop08 Posted September 11, 2011 Report Posted September 11, 2011 Do you have google talk? - if so can you PM me your email. :) done :)
Guest philmein Posted September 11, 2011 Report Posted September 11, 2011 (edited) i like this thread it makes me feel upbeat things can only get better Edited September 11, 2011 by philmein
Guest tilal6991 Posted September 11, 2011 Report Posted September 11, 2011 i like this thread it makes me feel upbeat things can only get better Yep - real progress behind the scenes. :)
Guest plop08 Posted September 11, 2011 Report Posted September 11, 2011 Yep - real progress behind the scenes. :) Now i'm watching tilal destroying his phone :D
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now