1
vote
0answers
42 views

How to find PHYS_OFFSET value for mkbootimg

As i was following instructions here. I found a problem that my /proc/config.gz does not contain CONFIG_PHYS_OFFSET setting. But my /proc/iomem contains 40000000-5bffffff : System RAM. What value i ...
0
votes
0answers
96 views

What is the method to debug Android kernel from booting in tablet?

I have to test a custom Android build on a tablet and I need to know the method to debug the Android kernel from booting in the tablet? The tablet has only a screen, 2 USB ports and an HDMI port.
-1
votes
1answer
84 views

get wireless tools in Android devices?

i see this link about enable wireless tools on android. but i can't understand the way he follow to enable tools on what terminal or adb shells for the device or on linux platform !! also from ...
2
votes
2answers
168 views

My phone reboots after a kernel oops, what can I do?

I use the CyanogenMod firmware on my phone (CM7.2 on a HTC Wildfire) and when I take photos it sometimes reboots. I found out that a kernel oops happens due to a null pointer dereference in the ...
0
votes
0answers
55 views

Andoid can't detect MeeGo file system

I have Asus EeePc laptop in which there is two drive partition first of 246Gb second of 4Gb The first drive have MeeGo OS and other drive contain Android x86 OS for asus. The Problem is that ...
44
votes
1answer
2k views

What linux distribution is Android based on?

Did Google use some existing distribution (Debian, Red Hat, etc.) to create Android, or did they use the bare essentials (kernel, file system and some mandatory files)?