Android :: Locate A File In Http://droid.git.kernel.org?

Dec 26, 2009

I know I can access android source code from http://android.git.kernel.org/, but it's hard to select the right git repo if I only know the package and the name of an android class.

Isn't there a way to locate a file in http://android.git.kernel.org/?

Android :: Locate a file in http://droid.git.kernel.org?


General :: Unable To Locate Kernel File In Stock Rom

Mar 20, 2013

I am trying to make a port of my phone to cm9.

But there's some problems

-I am unable to locate the kernel file in my stock rom
-The phone doesn't start bbot animation -It show the first logo, the second and keep stuck- I can't have a logcat.

Note : I haven't bricked it, i can start cwm.

View 4 Replies View Related

Android :: Repo Sync Cannot Get Alsa Module From Git Repository Though On Http://android.git.kernel.org/

Apr 4, 2009

I use the following command to fetch all the source code of android

repo init -u git://android.git.kernel.org/platform/manifest.git repo sync

but I can not get platform/external/alsa-lib.git and platform/hardware/ alsa_sound.git

I don't know what's the rule for repo to fetch the code from http://android.git.kernel.org/

View 2 Replies View Related

HTC Incredible :: Newbie / Set Locate File As Default Text Sound?

Jul 16, 2010

Blackberry user for the last 6 years. Just left the Storm & received my DInc today! A friend of mine sent me a mms with a sound file attached that I want to use when receiving text messages. I clicked the message & saved the file but cant seem to locate it anywhere. Anyone know how I can locate this file & set it as my default text sound?

View 12 Replies View Related

General :: Samsung Galaxy III - Locate File Where Personal Language Data Stored?

May 21, 2013

I am using Samsung Galaxy III , Android 4.1.2 , model is GT-I9300

I want to locate the file where the Personal Language Data is stored (Predictive text)

The Keyboard I use is Samsung keyboard.I went to Samsung Keyboard Setting > Predictive Text > Personalized Data is check on. I can not find any clue how to export this data to a text file or database file so i can browse / edit it or transfer it to another device.

View 2 Replies View Related

Android :: Read An XML File With HTTP GET

Aug 3, 2010

I need to explore for my project use of web services on Android. I know that there is no official library for XML - RPC web service.

But there is for REST XML and i need to test it.

I would like to read XML on my web page (Where i have to pass username and Password) from Android with HTTP GET. OR Suppose, i follow This link, then where do i pass username and password?

View 3 Replies View Related

Android :: Uploading File Through HTTP Post

Sep 15, 2010

I am writing an application to upload a file from Android phone to a web server. I have tried the example from:

http://www.anddev.org/novice-tutorials-f8/doing-http-post-with-android

But it will only work for SDK 1.0 (why? Not Sure?).Can this be done for Android 2.1? Or is there any other method to load a file from Android to a webserver?

View 5 Replies View Related

Android :: HTTP Post Does Not Send File MIME Type

Aug 14, 2010

Trying to figure what's wrong with my codings. I followed a blog post from here. I managed to get the codes to actually upload the file to a PHP web service. However, for some reason although I've set explicitly the MIME type for the file, PHP shows that the MIME is just a blank string and therefore rejected.

View 2 Replies View Related

Android :: Can't Grab Progress On Http POST File Upload / Way To Fix?

Jul 9, 2010

I am developing an Android app which enables the user to upload a file to services like Twitpic and others.
The POST upload is done without any external libraries and works just fine. My only problem is, that I can't grab any progress because all the uploading is done when I receive the response, not while writing the bytes into the outputstream.

View 2 Replies View Related

Android :: Complete Code Of Http And Php For File Upload To Php Server Please

Sep 19, 2010

I need the java code for sending file from android and then a php code to accept that file and store in my server.

I tried lots of code available on internet but have not succeeded :( i am using latest Android SDK.

Please provide me with complete code if some one has. I am working on this issue from last 14 days and it's still not resolved.

View 8 Replies View Related

Motorola Droid :: Desktop Kernel Patch Applied To Android Kernel

Nov 18, 2010

Does anybody know if the new desktop kernel patch written by Mike Galbraith can be applied or modified to be used in the android kernel?

Tiny Linux Kernel Patch Delivers Huge Speed Boost - PCWorld Business Center

I haven't messed around with android kernels yet, but I have applied it to my current Ubuntu 10.10 system and you can see the difference. Its like night & day!

View 2 Replies View Related

Android :: Patches To Convert A Normal Vanilla Kernel Into Droid Kernel?

Mar 3, 2010

I have vanilla linux kernel version 2.6.27. I want to apply android specific patches and convert it to android linux kernel 2.6.27. Where can a user find the patches to convert a normal vanilla kernel into android kernel?

View 1 Replies View Related

Android :: Send File In Android From Mobile To Server Using Http?

Nov 8, 2010

In android, how to send a file(data) from mobile to server using http.

View 2 Replies View Related

General :: Accidentally Put Kernel File On Bootloader In ODIN

Oct 3, 2013

So when updating my phone, I was all like 'I know how this show goes' and like an IDIOT I put my Samsung S2 i9100 kernel file on the bootloader spot and it boots to a black screen. I can still put it in download mode, and tried to install it the correct way but that doesn't matter.

View 4 Replies View Related

Samsung Fascinate :: Kernel Zip File Move From Computer To Phone

Nov 13, 2010

I downloaded a file for a kernel. Its in a zip file my ? is how do I get it moved from the computer to my phone.

View 9 Replies View Related

Samsung Moment :: Cannot Open File Downloaded Custom Kernel

Jan 12, 2010

when i try and download odin downloader it is saved and when i go to open it it says that "windows can not open this file" then it gives 2 options of use web service to find correct program and select a program from a list of installed programs. The file is downloaded as a .rar file if it matters. This also happens when i try to download the newest kernel.

View 5 Replies View Related

Samsung Captivate :: Can I Install New Kernel Through Clockworkmod Recovery As Zip File?

Nov 18, 2010

I have rooted and installed Rom Manager on the Captivate; can I install a new kernel through clockworkmod recovery as a zip file as I am able to do on my Moto Droid 1? Any suggestions on kernels that will allow overclocking?

View 1 Replies View Related

General :: Specify Kernel Module Load Path In Config File?

Sep 28, 2011

I needed a tun.ko module for my kernel, so I tried compiling my own kernel.

The kernel did build OK, and also boots OK, the only problem is that I cannot load any modules.

It seemes, that the module tools (insmod, modprobe etc) looks for the modules in /lib/modules, and I have them in /system/lib/modules, so my wifi does not work, as I cannot load the module.

Where I can specify the kernel module load path in the .config file?

Example:

# cd /system/lib/modules
# ls -l
-rw-r--r-- root root 315403 2008-08-01 14:00 bcm4329.ko
-rw-r--r-- root root 211573 2008-08-01 14:00 tun.ko
# modprobe bcm4329.ko

[Code] .....

View 2 Replies View Related

Motorola Droid :: New Kernel Over Old Kernel

May 20, 2010

I currently have bekit 1ghz kernet installed, but I was interested in trying out some other kernels. Can I just install them via Rom Manager over the first kernel? Or is there some kind of uninstall process I should use first?

View 3 Replies View Related

Motorola Droid :: Possible To Locate .pdf Download / What's On SD Card?

Nov 7, 2009

Is there any way to locate my downloads? See what's on my SD card? access the native .pdf reader directly? See a directory of my files? In other words, generally use Android as it comes out of the box like a normal operating system?

View 1 Replies View Related

Motorola Droid X :: PC Cannot Locate Drivers For Phone / Fix It

Aug 21, 2010

After installing 2.2, when i hook the phone up with the usb to the computer it is no longer a recognized device and says i need to install drivers...

i just reinstalled motoconnect and it still doesn't recognize it.

View 11 Replies View Related

HTC Droid Eris :: Can't Seem To Locate Google Maps Places

Jul 27, 2010

i updated my google maps but i can't seem to locate 'places'.

View 10 Replies View Related

Motorola Droid X :: SD Card Access - Cannot Locate Picture

Jul 19, 2010

I saved a picture from a text message I got to the SD card and can't seem to locate the pic. How I can find it?

View 3 Replies View Related

Motorola Droid X :: GPS Automatically Start To Locate (Searching)

Sep 22, 2010

The last week or so, I've noticed that the GPS on my phone starts trying to locate where I am without a program prompting it to do anything. I had just left the gps on, so it would be ready for maps/etc. Is there a way to tell which program is accessing it? My understanding was that you could leave the gps switched on with the droid x because it would not actually use it, unless a program called for it.

View 2 Replies View Related

Motorola Droid X :: Weatherbug Auto-locate Not Working / Fix For This?

Aug 11, 2010

I have Weatherbug lite and it doesn't automatically follow my location at all.

I have My location enabled, I have it reading off 3G towers instead of GPS, and I have the Weatherbug locator app. Also it is tracking me in the background. Nothing. I have 'My Location' as the default, but it doesn't change.

Only time that it updates is if I enable GPS following, then it gets it perfectly. Otherwise no dice.

Anyone have this problem as well?

View 6 Replies View Related

HTC Droid Eris :: Phone Lost - Not Able To Locate / Lock It (Battery Low)

Jun 26, 2010

I lost my phone last night, and I had wavesecure on it, but I haven't been able to locate it or even lock it! but I know the battery was really low. Does wavesecure not work if it's uncharged? Anyway, I'm still on contract, but no insurance. Is there any way to still somehow locate my phone using wavesecure?

View 10 Replies View Related

Motorola Droid :: Clock / Weather Widget - Cannot Seem To Locate It In The Marketplace

Nov 27, 2009

What's the name of that big beautiful clock / weather widget I see on the Eris? I cannot seem to locate it in the marketplace.

View 3 Replies View Related

Samsung Moment :: Joeys Kernel And Get Stock Kernel Back

Jun 11, 2010

where I have got right now on my phone, which is:

1. I updated to stock 2.1 using the sprint update tool.
2. I followed the video tutorial to root the phone
3. then i used joey's page (http://www.joeyconway.com/sdx/custom/index.php) to install the his kernel (joeykrim-SDX-kernel v2.0.4 (includes root)).

I have done nothing else to the phone but this and removing a couple of bloatware apps (i checked the list of permitted deletions before i removed anything.) I have not installed a new recovery..at least i dont think that I did as part of one of the other operations I performed (as an aside, i am not really sure what the custom recovery is or what it is used for, so i didnt install it...i guess i need to read up more...)

So that is where I am..but i have a couple of questions.

1) i am now having issues with my wifi connection - the signal reception is very spotty in areas where i should have atleast 2 bars of reception, and the wifi often cuts out completely....Is there any know corellation between joey's kernel and this wifi issue? I have searched the forums and have found nothing that answers this.

2) Is there an easy way to get back to the stock kernel? I have read that i can get back to stock everything by using the sprint download center where I did my original 2.1 update. But is there a way to get back to just the stock kernel without wiping the phone?

View 1 Replies View Related

Android :: Need App To Locate Family Through GPS?

Aug 5, 2010

Is there an app where I can locate other people (family members) through GPS? They have GPS on their phones as well. I have an Evo.

View 9 Replies View Related

Android :: Can't Locate Way To Get String

Mar 5, 2010

Maybe I missed something but I can't locate a way to get a String[] array of keys from a ContentValues object?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved