Guest Sh4d0w940 Posted May 16, 2010 Report Posted May 16, 2010 Did you upload the one with the original phone.apk? Yes, Update1 has the original apk.
Guest xarxiusxiii Posted May 16, 2010 Report Posted May 16, 2010 About the clock being white, have you read this: xda-developers forum link? Or if that's too much work, I wonder what the result of replacing the services.jar file with one from the MCR 1.7 would be... Just some suggestions :)
Guest Gurdjieff Posted May 16, 2010 Report Posted May 16, 2010 Mic doesn't work on call, what did i wrong?
Guest Sh4d0w940 Posted May 16, 2010 Report Posted May 16, 2010 About the clock being white, have you read this: xda-developers forum link? Or if that's too much work, I wonder what the result of replacing the services.jar file with one from the MCR 1.7 would be... Just some suggestions :) Yes, I've read that. The problem is .line 46 is missing in our statusbaricon.smali file. I'll try replacing the file with the one from MCR.
Guest Steelman Posted May 16, 2010 Report Posted May 16, 2010 hi update1 im now probe, and forcedcoles phone app and settings, and not work mobilnetwork:(
Guest Csöpi Posted May 16, 2010 Report Posted May 16, 2010 (edited) this updated one didnt worked for me. Force closes a lot and i havent any recetion. Edited May 16, 2010 by Csöpi
Guest robot1000 Posted May 16, 2010 Report Posted May 16, 2010 (edited) this updated one didnt worked for me. Force closes a lot and i havent any recetion. I'd have to agree This updated version is extremely buggy I can't even get onto my network Edited May 16, 2010 by robot1000
Guest Sh4d0w940 Posted May 16, 2010 Report Posted May 16, 2010 I'd have to agree This updated version is extremely buggy I can't even get onto my network I have this problem also now, I will update first post now. I will change the first post again when the problem is fixed.
Guest thisweb Posted May 16, 2010 Report Posted May 16, 2010 http://smarterware.org/4308/android-2-1s-b...-in-screenshots I think this is what a vanilla should look like. Particularly I like the picture gallery and home screen buttons. The car view looks excellent for sat nav. Does anyone know if it will be possible to get these features? All very different from the current beta (T-mob or vanilla)
Guest MarcusHenrique Posted May 16, 2010 Report Posted May 16, 2010 http://smarterware.org/4308/android-2-1s-b...-in-screenshots I think this is what a vanilla should look like. Particularly I like the picture gallery and home screen buttons. The car view looks excellent for sat nav. Does anyone know if it will be possible to get these features? All very different from the current beta (T-mob or vanilla) That's what I thought too!
Guest biron_w Posted May 16, 2010 Report Posted May 16, 2010 What exactly are the mic problems?Can you still hear/talk to people properly?
Guest Jan M Posted May 16, 2010 Report Posted May 16, 2010 http://smarterware.org/4308/android-2-1s-b...-in-screenshots I think this is what a vanilla should look like. Particularly I like the picture gallery and home screen buttons. The car view looks excellent for sat nav. Does anyone know if it will be possible to get these features? All very different from the current beta (T-mob or vanilla) that's a nexus one homescreen...if you want that you'll need to buy the nexus one (to have it standard) or port it over... have a look at some sdk screenshots to see what the true vanilla looks like: http://androidrelease.com/2010/01/13/insta...-your-computer/
Guest Csöpi Posted May 16, 2010 Report Posted May 16, 2010 I have this problem also now, I will update first post now. I will change the first post again when the problem is fixed. Will we get an update today or only tomorrow?
Guest zerosignull Posted May 16, 2010 Report Posted May 16, 2010 http://smarterware.org/4308/android-2-1s-b...-in-screenshots I think this is what a vanilla should look like. Particularly I like the picture gallery and home screen buttons. The car view looks excellent for sat nav. Does anyone know if it will be possible to get these features? All very different from the current beta (T-mob or vanilla) just built a rom with nexus one launcher. ROM booted and launcher "works" but the apps wheel is horribly distorted ...
Guest jmmL Posted May 16, 2010 Report Posted May 16, 2010 just built a rom with nexus one launcher. ROM booted and launcher "works" but the apps wheel is horribly distorted ... Just seen this on the page you linked to re JIT http://sholes.id.au/how-to/#ringdelay Looks like this would eliminate the annoying ring delay - it's just a simple change in build.prop.
Guest Sh4d0w940 Posted May 16, 2010 Report Posted May 16, 2010 Will we get an update today or only tomorrow? Not today, but I hope tomorrow. Can't make promises though, I have school tomorrow but I will try at least to fix the problems.
Guest gusthy Posted May 16, 2010 Report Posted May 16, 2010 What exactly are the mic problems?Can you still hear/talk to people properly? No. The problem with both of the vanilla 2.1 roms are that during a phone call the other party hears nothing, meanwhile we hear her/him. This is the situation w the vanilla Phone. apk. With tmob Phone.apk it is very unstable. I am afraid that it is somehow in relation with the baseband - we do not upgrade that. and maybe 2.1 Phone.apk's are not compatible with current baseband, hm?
Guest zerosignull Posted May 16, 2010 Report Posted May 16, 2010 Just seen this on the page you linked to re JIT http://sholes.id.au/how-to/#ringdelay Looks like this would eliminate the annoying ring delay - it's just a simple change in build.prop. its not a simple build prop mod. You have to get the dalvik JIT capable compiler files and add them into the ROM + The build prob change. Link to the nexus one ROM + Apk files if ne ones interested ... http://www.gadgetsdna.com/nexus-one-epe54b...-1-leaked/1161/
Guest jmmL Posted May 16, 2010 Report Posted May 16, 2010 (edited) its not a simple build prop mod. You have to get the dalvik JIT capable compiler files and add them into the ROM + The build prob change. I wasn't talking about the JIT stuff - that seems a bit more involved. I was talking about reducing the ring delay - explained in the link I provided. How to shorten the Ring Delay * Pull build.prop from your phone: ADB pull /system/build.prop C:\build.prop * Change the line: ro.telephony.call_ring.delay=3000 to ro.telephony.call_ring.delay=500 * Push the build.prop back to your phone: ADB push C:\build.prop /sdcard/build.prop ADB shell $ su # mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system # cat /sdcard/build.prop > /system/build.prop # mount -o remount,ro /dev/mtd/mtdblock6 /system # reboot Edited May 16, 2010 by jmmL
Guest Daniel Williamson Posted May 16, 2010 Report Posted May 16, 2010 I wasn't talking about the JIT stuff - that seems a bit more involved. I was talking about reducing the ring delay - explained in the link I provided. I couldnt find that line with the call delay when i searched for it ?? Dan
Guest eckengucker1 Posted May 16, 2010 Report Posted May 16, 2010 I couldnt find that line with the call delay when i searched for it ?? Dan You've to add it
Guest Daniel Williamson Posted May 16, 2010 Report Posted May 16, 2010 You've to add it Ahh right, where abouts or does it not matter ? Dan
Guest Cheadle Posted May 16, 2010 Report Posted May 16, 2010 This is the 2.1 rom from Paul and Bobo revision 6 but with the vanilla apps from stock 2.1 Features: - A2SD+ included and working without having to pull the sd card out on boot. - Dropbear SSH removed - Roadsync removed - Most Languagepacks removed - Replaced some apps with the stock versions - ro.product.device changed to U8220 Download: *Expect download link to fixed version here* Update1 - 16/05/10 - MediaFire - Buggy, don't download First version - 16/05/10 - MediaFire - Mic problems, only download to test 2.1 not for everyday use First version - 16/05/10 - MegaUpload - Mic problems, only download to test 2.1 not for everyday use Known Issues: - Vibrate not working - Green button still goes to call log - Clock is white (not very visible) If you find more, please post here. Screenshots: Much thanks to: - Paul - BigBearMDC - eckengucker1 - zerosignull - feelmychi - Árpii - Daniel Williamson Almost forgot :): DO A NANDROID BACKUP and wipe BEFORE TRYING And also: Although it should be safe, do this only at your own risk. I am not responsible if anything happens. Where do you get the smart HTC clock and weather from for the pulse?
Guest martinmax Posted May 16, 2010 Report Posted May 16, 2010 So is the mic working of this version , is it worth install it ?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now