^
If you're a real photographer wouldn't you want a real camera?
Seems like a mathematician complaining about the calculator on the phone not being powerful enough...
google earth for android 2.0/2.0.1 (droids)
http://uploaded.to/file/8wmahm
Its real fly
apps from the motori (don't work on droid but probably will work on nexus since its full 2.1)
Dock.apk, mediagallery.apk, com.MotoDemos.apk, spare parts apk and FMRadioService.apk
The spare parts apk doesn't work on droid but it might on nexus. its basically make your phone faster stuff that speeds up the transitions. its a overclocking shortcut without rooting.
http://alldroid.org/viewtopic.php?f=210&t=2736&sid=2426043d7a624b830bbab9dea8062c6b
these haven't been tested on nexuses. use your file manager to install on astro if u dont see the icon for the apk its not installable.
anyone tried pmessenger its like bbm but u can use it on android and with people u know with iphones or itouches and soon on blackberry. u get your own pin its pretty cool.
What up fam? I am now an official member of the Nexus One fam.. As you can see I copped the dock too.. And yes the phone is unlocked..![]()
My G1 looks so primitive now..
![]()
thanks Creed ill try these on the Nexus. Where can i get PM Messenger from?
Anybody using Better Keyboard on their N1? I heard it runs slower than the default keyboard but trust the responses from yall more.
Sweet. I'll give it a shoti used it and it was a little slowe but not enough to tell a difference. If you are really interested in a different Keyboard, run with HTC IME. Couldn't be happier.
http://forum.xda-developers.com/showthread.php?t=624416
Primer: Read this about Dalvik VM http://en.wikipedia.org/wiki/Dalvik_virtual_machine
Read this to: Google Groups post about JIT compiler for Dalvik VM from Android-Platform Link
From the post we see that this particular compiled library is ALPHA, so results can vary, but from reading most posts in this thread the results are right near the talked about 3x faster code, stability is going to vary on what apps and or widgets are running. More Widgets = slower performance as these have processes that are eating cycles. When testing with Linpack wait for the advertisement to load first then tap the benchmark button and remove your finger from the touch screen. Background process such that interrupt or having auto-rotate enabled while testing is going to give you slower benchmarks.
In short your apps should load faster and run faster, particularly 3D games. The web browser is faster and you can actually scroll through pages even while graphics are still loading.
The reboot when enabling it is long even appearing to hang at the G1 Screen for 5 minutes or more but once it starts booting past this you will know that your ROM is compatible. The cause is that the dex files are being optimized, after about a third reboot, your ROM should feel pretty snappy and launching apps should be quicker as well as switching apps. The snappiness lasts as well and as some may have said that it's a placebo effect are wrong. Bench mark readings prove it and more importantly a few ROM builders have included this in their 2.1 ROMs as experimental.
The libdvm.so that t3steve cross compiled for the DROID at the time was for Android 2.0, the library works for with newer ROMs Android 1.6 that have some eclair pieces built into the kernel, CyanogenMOD has been using bits and pieces for a while now, if other ROM builders have been using his kernel and framework than a good chance it will work for your phone as well.
I have nothing to do with the compiling of this or the exact functions of enabling JIT except that I had a hunch that the combo might work and it did, so I'm sharing it.
If you aren't good at typing in commands, or don't know how to extract a zip file and understand that a sub folder may or may not exist where you have extracted said zip file to, well.... you may run into some issues, maybe a video tutorial for basic command line on youtube would be a good place to learn.
I wanted to make a very detailed post on www.andoidonroids.com about how to mash the JIT enabled Dalvik VM library into Android 1.6 Donuts I'm calling the hack "Dusted Donuts" and take from the name for what you will. I have been using the JIT enabled Dalvik VM for about two weeks and i runs decent but not perfect. Anyhow a death in the family Sunday has kept me from making a decent post and haven't had the time to get to the website and post and cross post and give credit where due.
No doubt that aaraya1516 broke the news on http://forum.xda-developers.com/showpost.php?p=5703076&postcount=193 as he was first to break the hack on FastTest, not taking anything away from him on that.
My testing goes back two weeks or more even during the 580mhz & 780mhz hack, I was waiting for someone to compile a boot.img with some 2.x stuff and sure enough the carlospants boot.img from ctso worked with enabling JIT for Dalvik VM, but as we know now the overclocking doesn't work at the moment.
Thank Cyanogen and t3hSteve of which may not know that this was entirely possible. Cyanogen mixed in enough Eclair into his Donuts (he's like Willy Wonka) that makes it possible to use the cross compiled JIT enabled Dalvik VM library from 2.1 for the Motorola DROID 2.0.1 libdvm.so that t3hSteve of www.alldroid.com compiled for the custom roms on Droid.
WARNING: Using other methods supplied from other forum members that include replacing the build.prop may cause problems, using the build.prop from the original VMLIBS.ZIP (which is here for reference and original source for libdvm.so) is definitely going to cause ROM and application problems. Hello....use your head here... the VMLIBS.ZIP is for Motorola DROIDS, why would you put the build.prop file for a DROID on your G1 and expect your apps or ROM to work afterwards? It's so simple, you need 1 file, it's called libdvm.so it goes in /system/lib a file by the same name already exists there and it's in your best interest to at least back it up before overwriting it and gives you the ability in the event that your system doesn't boot up you can restore it through recovery console and get your phone to boot past the G1 screen.
FYI: Some ROMs have the option dalvik.vm.execution-mode=int:fast in the /system/build.prop file, this would need to be changed to dalvik.vm.execution-mode=int:jit or commented out or deleted. If you want to play with advanced options create /data/local.prop and fiddle in there with options available from typing dalvikvm -h in your console or terminal app.
Required:
1. Android 1.6 ROMS with a bit Eclair stuff in the Kernel and framework such as Cyanogen ROM 4.2.x, Super D 1.8 - 1.92, WG Y2.6, FastTest, KingKlick Eclair and more.. This libdvm.so works on Android 2.1 as well as it seems it should.. 1 st bootup is slow and I recommend you let it sit even when desktops are up for a couple of minutes and then reboot it, 2nd and 3rd bootups are faster and smoother response overall even for long durations, days.
FIX YOUR FILE SYSTEM FIRST !!!!!! Got to do it from Recovery Console, It's partly the cause of poorly running ROMS and takes seriously longer to type the command than to fix your unknowingly faulty file system. EXT2 is the worst offender and the built in function to repair falls short, even more so when checking EXT4.
Code:#e2fsck -fcpDC0 /dev/block/mmcblk0p2 #reboot recovery For the lazy fingers #e2fsck -fcpDC0 /*/*/*0p2 #reboot recovery
1. Download www.androidonroids.com/dusted-donuts (File has 3 scripts backup, install, restore, 2 folders, 1 libdvm.so)
2. Extract zip to root of /sdcard or where ever you like (the zip has a folder containing the files named dusted-donuts)
3. Open Terminal or go to Recovery Console
FYI when running the install through Terminal your system may freeze or reboot and if it does I highly recommend that you prepare to enter Recovery Mode and check your file system. EXT2 corrupts quickly and this is where you choose to store apps and dalvik-cache? good luck and your rom probably runs like a$$.
Code:$su #mount -o rw,remount auto /sdcard #cd /sdcard/dusted-donuts #sh backup #sh install #sync #reboot
Check the Dalvik VM execution mode. Returned modes int:jit = JIT execution mode & int:fast = default mode
Code:$ su #getprop dalvik.vm.execution-mode
check the last line for the current DalvikVM environment and look at all of those options that can be jammed into your build.prop and local.prop files
Code:$su #dalvikvm -h
Phone won't boot past G1 screen? Go to recovery console and restore libdvm.so (give it at least 5 minutes first before giving up)
Code:#mount -o rw,remount auto /sdcard #cd /sdcard/dusted-donuts #sh restore #sync #reboot
---------------------------------------------------------------------------------------------------------------------
prefer to use VMLIBS.ZIP from t3hSteve? This is how you can install using that.
Required:
1. Android 1.6 ROMS with a bit Eclair stuff in the Kernel and framework such as Cyanogen ROM 4.2.x, Super D 1.8 - 19.2, WG Y2.6, FastTest, KingKlick Eclair and more.. This libdvm.so works on Android 2.1 as well as it seems it should..
How to install: (easier to go in recovery mode but can be done through terminal)
1. Download the VMLIBS.ZIP from t3hSteve of allroid.com http://alldroid.org/download/file.php?id=1374
2. You only need the libdvm.so file of which appears to be JIT enabled by default.
3. Backup the original libdvm.so #cp /system/lib/libdvm.so /sdcard/libdvm.so
4. Copy the JIT enabled libdvm.so #cp -f /sdcard/vmlibs/libdvm.so /system/lib/libdvm.so
5. Set permissions on the file #chmod 644 /system/lib/libdvm.so
Optional for disabling: (easier to do vi through recovery console, since the back key escapes out of terminal)
To disable JIT MODE but want to keep the libdvm.so create a local.prop in /data and add dalvik.vm.execution-mode=int:fast
#vi /data/local.prop
press the i key to enter vi interactive mode
type dalvik.vm.execution-mode=int:fast
press back key to exit vi interactive mode
to write the file out and quit vi type :wq
or
restore your backed libdvm.so file from the sdcard.
-----------------------------------------------------------------------------------------------------------------------
Enjoi! the dusted donuts,
-Licknuts (me? I'm like Varuca Salt, I want another pony)
Vendor G1 roms around 1.2 Mflops, Custom G1 roms are around 2.4 MFlops/s and with JIT compiled Dalvik VM 3.6 MFlops/s. At most you will see 3.5 MFlops/s fairly consistently with a minimal load on your system and highs at 3.7 Mflops/s. Test before and after using Linpack from the Market, it's free.
The 13.236 Mflops/s is not normal and you will probably not see with your testing, I have seen 5.x & 7.x but these are far and few between and this took a while with tweaked configurations/settings with a persistent app to kill processes, it is attainable and I hope a ROM developer finds the sweet spot to exploit.
![]()
For those of you that are ruff with your phone..
I just ordered this for my N1..hotness
http://www.case-mate.com/Google-Cases/Case-Mate-Google-Nexus-One-Tough.asp
Does anyone have a case like that on their Nexus One now? I have a silicone case that fits the phone very well but the port for the mini-USB is very tight & makes it very easy for the cable to slip out. I'm thinking of getting a better one but not sure which to get.thanks I may get that or the new seidio case
![]()
the seidio is easy to take off and put back on for people who have docks - i like that tough case but not sure if it could hold up to being taken off and put back on alot- looks like it could
http://www.seidioonline.com/product-p/csr5hnx1-bk.htmDoes anyone have a case like that on their Nexus One now? I have a silicone case that fits the phone very well but the port for the mini-USB is very tight & makes it very easy for the cable to slip out. I'm thinking of getting a better one but not sure which to get.
I'll probalby go with the Seidio case. I'm not to fond of having cases that cover the buttons like the one I have now. That other case looks like it covers everything.http://www.seidioonline.com/product-p/csr5hnx1-bk.htm
there's the link for it - the bottom is very open for port access and the top as well
its 19 bucks and that one the other dude posted is 29 and comes with a screen cover
i may try that one and send it back if its trash
props for that wasnt aware there were issues with that proximity sensorBy the way has anyone acquired a screen protector that doesn't interfere with the proximity sensor?
Edit: I figured out the proximity sensor issue. The sensor is located in the upper left corner. You can see it if you put it under direct light & will notice 2 small dots on the screen. If you're going to buy a screen protector then make sure it has a cutout section to leave the proximity sensor uncovered. This is the one I bought http://www.googlenexusoneaccessories.com/nexus-one-smoke-screen-protector-8643.html
![]()
By the way has anyone acquired a screen protector that doesn't interfere with the proximity sensor?
Edit: I figured out the proximity sensor issue. The sensor is located in the upper left corner. You can see it if you put it under direct light & will notice 2 small dots on the screen. If you're going to buy a screen protector then make sure it has a cutout section to leave the proximity sensor uncovered. This is the one I bought http://www.googlenexusoneaccessories.com/nexus-one-smoke-screen-protector-8643.html
![]()
Everybody on bgol should have this on their Android phones.
XXX Videos Viewer v 1.0
http://www.cyrket.com/p/android/com....thlove.viewer/
Watch porns on your phone from porn hub.
The app is password protected and very discrete. It's named "Diary" on the homescreen.
Your wife will never find out, you leave no trails in browser history.
enjoy
http://www.mediafire.com/?gmmzghimin0
Nexus One reportedly coming to Verizon on March 23
Posted on Friday, Feb 26, 2010 by Erica Marchand
![]()
Drum roll, please ... We've known for a while that the Nexus One would be coming to Verizon. We just didn't know when. Well it seems that we have finally gotten a date. March 23 is the date that the much awaited Nexus One reportedly will be available. According to an anonymous source, speaking to NeoWin:
The Nexus One, originally released on T-Mobile in January, has passed FCC inspection for use on Verizon's CDMA network and according to a Google worker who wishes to remain anonymous it will be made available on March 23.
We don't know how much it's going to cost on the Verizon Network, but currently the Nexus one is selling for $529 unlocked, or $179 with a two year contract from T-mobile. [neowin]
http://www.androidcentral.com/nexus-one-coming-verizon-march-23
Is there an app that allows for you to play local radio stations. I'm bout to move to Indy soon but would luv to be able to play NY radio every so often.
Nexus One reportedly coming to Verizon on March 23
Posted on Friday, Feb 26, 2010 by Erica Marchand
![]()
Drum roll, please ... We've known for a while that the Nexus One would be coming to Verizon. We just didn't know when. Well it seems that we have finally gotten a date. March 23 is the date that the much awaited Nexus One reportedly will be available. According to an anonymous source, speaking to NeoWin:
The Nexus One, originally released on T-Mobile in January, has passed FCC inspection for use on Verizon's CDMA network and according to a Google worker who wishes to remain anonymous it will be made available on March 23.
We don't know how much it's going to cost on the Verizon Network, but currently the Nexus one is selling for $529 unlocked, or $179 with a two year contract from T-mobile. [neowin]
http://www.androidcentral.com/nexus-one-coming-verizon-march-23
Damn & I was hoping to be cheap & not have any paid apps.pmessenger from android market its $1.36...all one word
Hi all,
Haven't seen anyone post an update.zip for this yet, but this is the radio img that comes with DMD64. I've used it on both 32B and G1 running latest Cyanogen.
This has been pulled from the official update DMD64 from Lucid REMs site. All I have done is pull the radio image from that.
Hope this helps.
This has been shown to work on several different versions of Dream/Magic 32B. However, please make sure you have an upgradeable radio version. ie. 2.22.19.26I
Okay - Updated to have two different files
This one is for G1 users:
http://www.mediafire.com/?zgnzmex2mrj
or
http://docs.google.com/leaf?id=0B5aFb1YS4m6FNGVhZTdlZDgtZGQ4Zi00OGRlLWFhYzktMzliZWZjMjI2MjNm&hl=en
MD5 Sum: faf0db41d28daf1cefefc7be0fceb55c
And this one should work for myTouch 1.0 users:
http://www.mediafire.com/?qwmzgko2gg2
or
http://docs.google.com/leaf?id=0B5aFb1YS4m6FZTQxMzY2NTMtNDJhYS00NjE4LWJlNjYtZmFmNjkzNmI1Mjk1&hl=en
MD5 Sum: 9c022efeef83df4c6b5c03a7c5812d03
Instructions:
1. Put either file onto the root directory of your sdcard. [/sdcard]
2. Boot your phone into recovery mode. [Either Cyanogen or Ra's recovery works]
3. Apply "any .zip" update and point it to the file.
4. When prompted, reboot your phone.
5. Patiently wait (the flea circus will do their job within your phone)
6. It should put you back into recovery, from there, reboot and you should be good.
My Last Drop
Yea, no sense in dropping anything useful since this has become the nexus 1 thread![]()
Just me ranting again....I'll probably continue to rant just as Creed continues to drop new phones, just as Zei drops roms, etc... It's keeping this thread alive until some new apps or certified news drops. I don't give a fk if I don't get a response
if latinplaya thug_nasty was here
I don't give a fk, i'm ranting and raving.
I helped make this thread hot pages back with several apps and reviews, so I can btch if I want to. Same with Zei, I just hope he hurry up and get the N1 or Roi, b4 he drops an apk file that will blow up all Nexus One users when downloaded![]()
Nahh, you good Royal...
Zei, and everyone else here is too...
But listen, this thread is umpteen pages long right now, and I'm feeling too lazy to search, and yet oh so adventurous...
I am ready to root my G1...
Due to the new Android phones out, what is:
A) The Fire Rom or software to install currently.
and
B) The easiest method to do it (There was a simplified method posted a while back but I hadn't eaten my Cheerios at the time so I didn't have the heart to go through with it)...
Fast forward to now, and look what I have with me:
![]()
I've got gas in the tank...
The MASERATI is ready to roll...
But I don't know how to drive...
Somebody help me out man...