http://android-developers.blogspot.com/2010/01/android-21-sdk.html
http://android.git.kernel.org/?p=pl...;hpb=990e91425c63a6fc068e31e44cd1bb30594267a0
Damn, I have to leave to work in 30 min, otherwise a port would be coming soon.
Wow, they're starting to dump code into AOSP.
I'll see if I can build something later tonight.
jubeh said:
Wow, they're starting to dump code into AOSP.
I'll see if I can build something later tonight.
Click to expand...
Click to collapse
I'll be waiting
Now if only it was the actual Nexus, and not Android at 2.1
there's nothing yet on vendor/htc, so building it will be a task. Hopefully they'll toss something there after that so we can just run make and have enough to boot. I can work out the bugs afterwards.
Oh i hope new contacts provider is on the way
no change on the contacts provider yet, plus all the commits are empty, darn, I wanted a look at the Launcher2 code before leaving for work
Sounds like the new gallery might be included?
New link added.
yeah, there's a new gallery package, I love it, it separates the gallery from the camera app (something I had done with the original eclair dump, I stripped out all the camera/camcorder code).
There's a gallery, gallery 3d, desktop clock, launcher2, improvider, management provider, eas service, lock and wipe, and a wallpapers package, plus other misc hardware and building stuff
Alright, leaving for work. I hope they don't dump anything else until tomorrow when I can start working on it . Cheers.
Drooling over here. Bring it on!
are the drivers in there for the camera
Live Wallpaper is in ..
API changes summary
The following is a summary of some notable changes to the framework APIs.
Live Wallpapers
The following additions provide APIs for you to develop animated wallpapers:
New android.service.wallpaper package.
New WallpaperInfo class.
Updated WallpaperManager.
no, drivers(camera/video/etc) are proprietary to the vendor (HTC) and most likely will never make it into the open source project. We need either HTC to release the drivers or reverse engineer them as NCommander is currently working on.
bakgwailo said:
no, drivers(camera/video/etc) are proprietary to the vendor (HTC) and most likely will never make it into the open source project. We need either HTC to release the drivers or reverse engineer them as NCommander is currently working on.
Click to expand...
Click to collapse
good to know someone is working on them
borjus86 said:
Live Wallpaper is in ..
API changes summary
The following is a summary of some notable changes to the framework APIs.
Live Wallpapers
The following additions provide APIs for you to develop animated wallpapers:
New android.service.wallpaper package.
New WallpaperInfo class.
Updated WallpaperManager.
Click to expand...
Click to collapse
Ohhhhh yeeees. Thats what I wanted to see. Animated wallpapers would be soooo awesome. Ramhack kernels may cause problems with it. But this is great.
But can the G1/Mt3G really handle the power of live-wallpapers?
How much ram would that take up by itself without including things like ram-hack?
Ace42 said:
But can the G1/Mt3G really handle the power of live-wallpapers?
How much ram would that take up by itself without including things like ram-hack?
Click to expand...
Click to collapse
Maybe yes, not as Nexus resolution (480x800)
Ace42 said:
But can the G1/Mt3G really handle the power of live-wallpapers?
How much ram would that take up by itself without including things like ram-hack?
Click to expand...
Click to collapse
hardly any
i want to get the source code of the nexus lwp 'a peek into neural network' because i find it interesting among other similar lwp in other android versions, so anyone would be kind to show me where can i get this
Hi all,
I spent some time to develop an application launcher based on Trebuchet 13 with a custom application drawer which users can create folders and change application icons placement.
You can check this video to see what it looks like and how it acts Youtube - DecentHome Preview
It is a little bit 2015, and it's not that customization friendly, but I tried to make it simple and mainly focused on the application drawer's capabilities.
In order to achieve that I may had to rewrite Application Drawer from scratch and heavily reconstruct existing database and its services.
You can download the source code from GitHub - DecentHome
Also, you can download a standalone version of Trebuchet 13 which you can directly download, import and compile on Android Studio from GitHub - Trebuchet13Standalone
You can install it with attached apk.
Feel free to ask questions an comment.
Please let me know about any errors.
Thank you.
Hello,
I'm trying to integrate excellent frameworks to AOSP to improvement UI and default apps' features.
I heard that there are frameworks like Gionee(Amigo), Meitu(Mate), Prize, FreeMe . I want to get excellent frameworks source code. How can I get it?
Thanks.