General :: How To Get ROM / Kernel Version Of Phone
Oct 26, 2012
I am in a development team which develops an app used by millions of users worldwide. We get mysterious crash log messages all the time which happens only a couple dozen or even less devices which we can not directly reproduce while the vast majority of the users can use those features without problem. We suspect that in some of these cases some custom ROM or custom kernel causes the problem. Currently we get these informations from the hardware/software environment (in the parentheses there are examples from an actual crash log):
- Android version (4.0.4)
- Board version (SPH-D710)
- Brand (Samsung)
- System build number (IMM76I.FH13)
- System build ID (IMM76I)
I have a Nexus S with ParanoidAndroid, and on the About Phone page there are the extra fields I speak about (for example CyanogenMod version, ParanoidAndroid version, kernel version). My question is that is there an universal way to extract all or some of this information which could work on any device?
View 3 Replies
Mar 13, 2014
How to change kernel version name from about phone. I am currently on kitkat ROM. I want to change the name.
View 2 Replies
View Related
Oct 3, 2012
Can jellybean run on my existing kernel 2.6.35.7 version or does it need specific one?
View 3 Replies
View Related
Apr 11, 2013
how to root and flash it??? I buy it and i would like to install JellyBean 4.1
Version: 2.3.6
i9100GXXKL4
kernel v: 2.6.35.7 dpi@DELL164 #2
VErsion: GINGERBREAD.XXLB1
View 4 Replies
View Related
Nov 1, 2010
Does anyone know what kernel version I should have with the stock VZ8 or VZB?
View 2 Replies
View Related
Aug 27, 2010
Everyone probably has the exact same Build Number, but than again, maybe a couple don't. So after a search, I was not able to find a thread like this, so here it is. I just received my X10 yesterday and per Sony Support, my X10 has the current OS. So here is my info:
Firmware Version: 1.6
Baseband Version: 1.1.32
Kernel Version: 2.6.29-rel
Build Number: R2CA016
View 1 Replies
View Related
Jul 26, 2010
Just like the title says, I'm at the laundrymat on my phone so I didn't have the option to search the forums. I wiped the data, and did a back up. But I would like to use chevys kernel vs a p3, just my preference.
View 6 Replies
View Related
May 11, 2010
If you have received the 2.1 OTA from Verizon, can you tell us your baseband version, kernel, build #, and software #.
Just to compare those to the 2.1v3 leak to see if they're the same.
View 49 Replies
View Related
Jun 9, 2012
I have u8800 and 3.0.8 AOSP kernel. But not runnig cm9 with AOSP kernel. How to port aosp kernel to cm9 kernel.
View 1 Replies
View Related
Jan 30, 2013
I am trying to update kernel fot HTC phone from 3.0.16 to 3.0.61 , as far as i know the theoretical procedure should be:
1) revert 3.0.16 to 3.0.0
2) update 3.0.0 to 3.0.61
and compile
my problem is wen i try to revert the patch with:
Code:
patch -i /pathtopatch/patch-3.0.16 -R -p1 --dry-run
it give me:
Code:
....
patching file drivers/tty/serial/pch_uart.c
patching file drivers/tty/serial/pxa.c
patching file drivers/tty/serial/serial_core.c
patching file drivers/hid/hid-core.c
Hunk #1 FAILED at 1340.
1 out of 4 hunks FAILED -- saving rejects to file drivers/hid/hid-core.c.rej
....
and
Code:
............
patching file drivers/usb/class/cdc-acm.c
patching file drivers/usb/class/usbtmc.c
patching file drivers/usb/core/config.c
patching file drivers/usb/core/devio.c
Unreversed patch detected! Ignore -R? [n] y
........
i think it is because HTC patch those files before. What those two fail messages means? and what is the right procedure to update kernel
View 1 Replies
View Related
Apr 26, 2012
I'm trying to make a custom kernel for the Samsung Gravity SMART using sources from the unofficial CM9 port for the Gio/Ace (which both use very similar hardware to the Gravity Smart). What I've succeeded at so far:
1) Acquiring the source, both for the CM9 kernel and for the stock Froyo kernel
2) Searching for the device-dependent references in the stock kernel
3) Porting those changes over to the CM9 kernel
4) Getting everything to actually compile
5) Acquiring the stock CM7.2 source
6) Creating device makefiles (i.e. BoardConfig.mk, etc)
7) Building CM7.2 using kernel built in step #4
8) Putting the various img files into an Odin-compatible .tar.md5
9) Actually flashing to the phone.
And for all that work, I got.. a soft-bricked phone (fortunately, I have an Odin file for stock firmware). The phone boots to a SAMSUNG logo (not flashing/throbbing). how the heck do I figure out what's actually failing? Is there a bootloader to unlock, and if so how do I unlock it?
View 6 Replies
View Related
Feb 15, 2012
I got a rooted phone. how do i remove a kernel from my phone without flashing another rom?
View 9 Replies
View Related
Nov 10, 2012
Installed a devil kernel without wiping the previous kernel (semaphore)now my phone is stuck on the turning on screen (the one with the GALAXY S symbole in white)and when i enter the recovery mode i cant wipe data/factory reset it says cant mount E: and stuff like that.
View 3 Replies
View Related
May 17, 2009
I'm tinkering with building and installing Android from source. Basically I've got it down fairly well, but I seem to have run into a bit of a problem with the wlan module, probably from HTC.
Having pulled the 2.6.27 kernel sources and built that with a .config pulled from the phone, and using that as the kernel image instead of the prebuilt one, I get the following wifi failure message in dmesg:
wlan: version magic '2.6.27-00205-gf2dabc0 preempt mod_unload ARMv6 ' should be '2.6.27-00392-g8312baf preempt mod_unload ARMv6 '
probably because the .config I pulled from the phone has:
CONFIG_LOCALVERSION="-00392-g8312baf"
So I rebuilt with the '00205' localversion and now I get in dmesg:
[61.122497] wlan: Unknown symbol trout_pwrsink_set
but trout_pwrsink_set was changed to htc_pwrsave_set way back in February:
[ARM]: trout: Switch from trout_pwrsink -> htc_pwrsink 33/8933/1 http://android.git.kernel.org/?p=kernel/msm.git;a=commitdiff;h=44a01f...
I'm clearly getting an obsolete wlan module somehow, Any ideas for how I can get a wlan module that goes with the '00392' kernel would be appreciated.
View 3 Replies
View Related
Nov 25, 2013
I recently started experimenting with the Android kernel. I downloaded the 3.0.31 kernel (because I wasn't able to find the sources for my stock one: 3.0.31-889555) and built a kernel image (zImage) successfully.
I plan to use Heimdall github.com/Benjamin-Dobell/Heimdall to flash the kernel image on my phone (Samsung Galaxy S2 GT-I9100) but before I do this I would like to download the current kernel image from my phone.
Since heimdall is capable to flash the current kernel image, I guess it's also capable of downloading the current, is it?
View 1 Replies
View Related
Jan 7, 2013
I'm trying to develop an OC'd kernel for Pantech vega racer 2 phone. It has the same hardware as HTC Evita.
I was able to overckock it using zarboz' and rohan's work. But the frequence is drops down to stock 1.5 Ghz while the processor is on max load.
For example, I started SetCPU stress test and after few minutes checked max freq. It was dropped down to stock 1.5 Ghz.
The same with Antutu bench. Even with OCing up to 2 Ghz in final resulst it show 1512 Mhz and freqs are dropped down.
Due to the lack of development for this phone, I can't find any examples of OC code especially for this phone.
View 2 Replies
View Related
May 7, 2012
I installed a kernel which is not compatible with my phone. Now it stuck. I cannot turn on my phone. I tried everything on that is written on the forum. I tried volume key tricks everything. Non of them worked.
View 5 Replies
View Related
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
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
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
Mar 6, 2009
Is there any new updates for the dev phone kernel?
I have a dev phone G1 since Jan, 2009, Shall I update the kernel?
View 2 Replies
View Related
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
Sep 8, 2010
I would like to make some phone calls that do NOT appear on my Verizon phone bill. I have a DINC and want to call a cell phone. Both ends are in the US. I don't mind paying a service such as Skype. Is there a way to make this happen?
View 11 Replies
View Related
Jan 19, 2009
Is it possible to use linux version flash player plug-in on x86 for android x86 version?
View 3 Replies
View Related
Dec 1, 2010
is the 2.1 firmware version dj07 baseband version the latest update available for the samsung moment?
View 1 Replies
View Related
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
Mar 21, 2010
I am running Bugles Beast v0.9 (although when I go into Phone Info it says "Build number Bugles Beast 1.2"). Anyway, I downloaded the Chevy 5 slot 1GHz kernel and named it update.zip and when I install it says it's installing fine but when I go to reboot my phone freezes up at the Motorola screen. I have even tried changing to frequencies supported by the kernel (250, 550) but it still won't work...keeps freezing.
View 7 Replies
View Related
Aug 20, 2010
Possible? ON some sites, the mobile version is horrible...
View 7 Replies
View Related
Sep 23, 2010
Does anyone know the main differences between the full HTC version of 2.2 and the T-Mobile version that has just been rolled out? From what I have seen in some articles the camera and camcorder functions / look and feel haven't changed. anybody else know of differences other than the addition of crappy new apps i didn't ask for... thanks T-Mobile
View 7 Replies
View Related
Jun 19, 2012
i wanna know wheres is the kernel in the ROM and as i can replace it for other kernel
View 1 Replies
View Related