[android-porting] Re: Android on Ubuntu 10.4

2010-06-08 Thread Jonathan
rt of SDK > > - Akash > > > > On Mon, Jun 7, 2010 at 3:41 PM, jonathan hirst wrote: > > Help, > > > I have setup a Dell Dual Quad Core machine with Ubuntu 10.4 32 bit... > > > Synced the REPO and completed a build using make > > > When I plug my Nexus

[android-porting] Re: Android on Ubuntu 10.4

2010-06-09 Thread Jonathan
for an actual target like Nexus One instead of just generic build. On Jun 8, 11:59 pm, Uhrenfeldt Henrik wrote: > Hi Jonathan, > > If you have libusb installed, you should be able to execute something like: > > lsusb -v > > It should list all devices and their USB descriptors..

[android-porting] Re: Android on Ubuntu 10.4

2010-06-10 Thread Jonathan
d execute from my out directory which should be up to date with latest version... Correct? It seems strange that you have to be root to have access to devices on the USB... - Jonathan Director Platform Solutions LitePoint Sunnyvale CA, 94085 SKYPE:jonathan_b_hirst On Jun 9, 10:47 pm, Uhrenfel

[android-porting] Building Android for Nexus One

2010-06-14 Thread Jonathan
I am trying to understand how to build Android for Nexus One. (Or any non generic target) I have completed a repo sync with the server using repo init -u git://android.git.kernel.org/platform/manifest.git and repo sync I have looked through the make files, and can not figure out what the build

[android-porting] Re: Building Android for Nexus One

2010-06-15 Thread Jonathan
es not exist remote object '/system/lib/libpvasflocalpb.so' does not exist I am guessing that is why the build is failing... Where do I find those files in order to complete a build? Or is there something I need to do on my phone prior to those files being created? - Jonathan On Jun 15, 1:3

[android-porting] Re: Building Android for Nexus One

2010-06-16 Thread Jonathan
ntil it tried to build make: *** No rule to make target `vendor/google/passion/proprietary/ pvasflocal.cfg', needed by `out/target/product/passion/system/etc/ pvasflocal.cfg'. Stop. Any insight as to where to find these files would be great... I have Stock phones of Nexus One for ATT and TM

[android-porting] Re: Building Android for Nexus One

2010-06-16 Thread Jonathan
completed successfully... On Jun 16, 10:03 am, Jonathan wrote: > I pulled the files from an AT&T version Nexus One and I only received > the following errors... > > remote object '/system/etc/pvasflocal.cfg' does not exist > remote object '/system/lib/libomx

[android-porting] Android on Ubuntu 10.4

2010-06-07 Thread jonathan hirst
t, nothing shows up, and fastboot on linux can not talk to the phone. (I am able to see the phone on a windows machine when in fastboot) It was my understanding that everything that was needed in linux to talk to google devices and use fastboot was already installed. Please help, Jonathan Hirst

[android-porting] Re: Getting error while booting the pandaboard with SD card.

2012-08-07 Thread Jonathan Clavin
You're missing the proprietary binaries for the device. https://developers.google.com/android/nexus/drivers#pandaimm76i -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: ICS navigation bar

2012-10-05 Thread Jonathan Clavin
https://android.googlesource.com/device/samsung/tuna/+/fc875d3e5965f583fc3b9f70d317188e8276ce3e/overlay/frameworks/base/core/res/res/values/config.xml true goes into your config.xml On Thursday, October 4, 2012 7:53:32 AM UTC-4, Luccio wrote: > > Hi, > > how to enable the navigation bar (attach

[android-porting] Re: CM10 Builds Have No ADB

2012-10-17 Thread Jonathan Clavin
Hmm, well, the recovery doesn't use a init.usb, just an init.rc, so that post was somewhat misleading. Does your default.prop in the boot.img have ro.debuggable=1 and try downloading a terminal emulator app and look at the kernel messages and logcats. -- unsubscribe: android-porting+unsubscr..

[android-porting] Android Porting to GPS device

2012-11-20 Thread Jonathan Albrieux
Hi all, this is the firt time I attempt to make a such thing. A friend gave me a GPS device, telling me to do what I want on it. So I thought it would be a great exercise to port Android on it (if ever it is possible)! The main problem is that I really don't know where to start. Has anyone a go

[android-porting] Re: Porting Touch Driver

2013-03-07 Thread Jonathan Clavin
You need to write an .idc file for your device. I'm pretty sure if you examine a logcat, it will say that you're missing an .idc file. Your job is now to make up an .idc file like this one for the nexus 4 but one that satisfies your touchscreen's characteristics. Then, after you make it, save i

[android-porting] Re: bootanimation.zip

2013-07-08 Thread Jonathan Clavin
Boot animation zips cannot be compressed, try using "store" option (not "best, or "performance") On Friday, July 5, 2013 7:02:48 AM UTC-4, Puneet B wrote: > > once i copied the bootanimation.zip file data/local of sd card. > > and boot it. then it is showing boot log of images of zip folder , in

[android-porting] Re: adb not working in cm10.1 builds

2013-07-12 Thread Jonathan Clavin
Make sure you're using the newest version of ADB on your host computer. > adb version Should yield > Android Debug Bridge version 1.0.31 Android 4.2.2 requires the authentication with ADB keys with the device and the host computer, and only 1.0.31 allows for authentication. -- -- unsubscri

[android-porting] Re: There is no Dalvik Java Heap configuration for xhdpi with 1G RAM device

2013-07-17 Thread Jonathan Clavin
What's wrong with phone-xhdpi-1024-dalvik-heap.mk? Isn't that what you need? The Galaxy Nexus is a xhdpi device with 1 Gig of RAM, and it uses that https://android.googlesource.com/device/samsung/tuna/+/android-4.2.2_r1.2/device.mk (line 203) -- -- unsubscribe: android-porting+unsubscr...@g

[android-porting] Porting KitKat on Kernel 2.6.35.7 // Graphics

2014-05-17 Thread Jonathan Grundmann
.so, opengles1/2 and egl implementation) from ginherbread, or do I have to backport the kernel driver and the userspace libs? 3. Am I able to disable HW acceleration (USE_OPENGL_RENDERER in BoardConfig.mk) ? Thanks for your efforts to help me :) Jonathan -- -- unsubscribe: android-porting+uns

[android-porting] Re: Shrinked data partition

2014-05-18 Thread Jonathan Clavin
Are you fastboot flashing userdata.img? Make sure your BOARD_USERDATAIMAGE_PARTITION_SIZE size is correct in your BoardConfig.mk. On Friday, March 28, 2014 11:52:47 AM UTC-4, harsh panchal wrote: > > I'm compiling AOSP jellybean (4.1.2_r2) build for my device (GT-i9070). I > was able to boot it

[android-porting] Cupcake on ADP

2009-04-24 Thread Jonathan Herriott
Hi, I've been looking around for resources on compiling/installing my own images on the ADP, and I'm having trouble finding anything useful since most of the resources are geared toward G1s (not the dev phone). It is my understanding that the ADP comes ready to have new firmware images installed