> --
> You received this message because you are subscribed to the Google Groups
> "Android-x86" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to
> android-x86...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/android-x86?hl=en.
>
--
Android-x86
http://www.android-x86.org
--
Android-x86
http://www.android-x86.org
Thanks for the Patch. Looks like it is working now.
Will revert back on any further issues.
Regards
Animesh K. Bhadra
Can we build gingerbread-x86 on 32 bit machine now?
AFAIK, we need 64 bit machine to build gingerbread (AOSP).
http://groups.google.com/group/android-building/browse_thread/thread/7a58ab12d88b1b0c?fwc=1
ore/java/android/provider/MediaStore.java | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/core/java/android/provider/MediaStore.java
b/core/java/android/provider/MediaStore.java
index 075da33..3482a9b 100644
--- a/core/java/android/provider/MediaStore.java
+++ b/core/java/android/provider/MediaStore.java
@@ -898,7 +898,12 @@ public final class MediaStore {
* @hide
*/
public static final String ALBUM_ARTIST = "album_artist";
-
+ /**
+ * Whether the song is part of a compilation
+ * <P>Type: TEXT</P>
+ * @hide
+ */
+ public static final String COMPILATION="compilation";
/**
* A non human readable key calculated from the ARTIST, used for
* searching, sorting and grouping
--
1.7.1
--
Android-x86
http://www.android-x86.org
Thanks for the help, I did a mistake in applying the Patch.
I looked into patch file and applied the patch in the path mentioned.
Also there was an issue with openJDK due to which i got the second
error. I changed it to Java-SDK and it compiled fine.
Regards
Animesh K. Bhadra