General :: Porting A Kernel That Hangs At Boot

Feb 1, 2014

I am trying to port a kernel from one zte 8960 to another. I have cwm recover set up with kexec to get a log of what is going on. the kernel hangs at boot of the phone so I trying to find the cause

-last_kmsg after a failed boot of 3.4

pastebin.com/0AGpACsT

-last_kmsg after a boot of 3.0.8

pastebin.com/N3WtDHwC

-split-boot of boot.img

Code:
output directory: fi
boot_magic correct: ANDROID!
kernel size: 6045264
kernel address: 2149613568
Base: 2149580800 (hex): 0x80200000
[code]....

I am thinking it might had hit "un-allocated" memory area, I did have to change the ramdisk_offset from 0x01300000 to 0x02000000 make the kernel fit. what could I do to check to see if it is un-allocated space I am dealing with

General :: Porting a kernel that hangs at boot


General :: How To Interrupt Android Boot Sequence To Force It Boot To Linux Kernel Only

Sep 12, 2013

I am trying to do some low level performance testing related to device processor cores through adb which I feel it is affected by Android background services and system stuff.

As I know that the Android boot sequence stages are as follow:

1.Execute Boot ROM code.
2.Execute the boot loader.
3.Load the Linux kernel.
4.Launch Zygote, which initializes the Dalvik VM.
5.System server which loads the Android system.

So my question is how can I interrupt this sequence to force it stop on stage 3 to load Linux kernel. This can implement my intermediary performance testings before loading again Android system.

Does Fastboot or Clockworkmod recovery can load my device to a kind of Linux kernel?

View 2 Replies View Related

General :: Galaxy 7.0 Plus (GT-P6210) Will Not Boot - Hangs At Samsung Banner

Mar 28, 2013

Samsung Galaxy 7.0 plus (gt-p6210) will not boot. It hangs at the Samsung banner. The banner is still glowing but it goes nowhere.

I have tried everything.

a. Delete cache (dalvik and otherwise)
b. System wipe.
c. Removed add on sim and repeated above.

I have a rooted ICS (original install via Kies).

View 1 Replies View Related

General :: Micromax A57 - Phone Stops At Boot After Porting ROM

Mar 1, 2013

I tried to port my Micromax A57 [Base] with Karrban A5 [used for port]. When I installing everything works great but, it stuck at boot. How do i check where is the fault or is there anything to do ?

View 2 Replies View Related

General :: How To Modify Boot Kernel

Apr 19, 2012

How to modify boot kernel ?

View 1 Replies View Related

General :: Why Won't Allwinner A10 Kernel Boot

Jun 26, 2013

I am trying to use my cheap virtually unbrickable tablet to learn more about kernel development and eventually ROM building.

I have extracted the manufacturers (WoPad) LiveSuit image and used split_bootimg.pl to break up the boot image.

I extracted the config file from the kernel image using extract-ikconfig and it created a config file. I didn't see the config in /proc.

So, I have the factory ramdisk and the factory kernel config.

I have downloaded several kernel sources (lichee-3.0.8, ChritianTroy's 3.0.36, and another one from linux-sunxi 3.0.72). I can successfully compile all of them without errors and they all generate zImages, uImages, etc using the factory config as well as the sun4i_crane configs they come with.

When I repack the boot.img with the newly created kernel and install it on nandc it wont' boot past the android icon (u-boot). When I compare my boot.img to the factory one, they both have the same offset where the kernel starts (0x00000800). I have also ensured I'm replacing the kernel modules when I'm changing kernel versions.

Here is the line I'm using to repack the boot.img

Code:
mkbootimg --base 0x40000000 --pagesize 2048 --kernel zImage --ramdisk ramdisk-repack.cpio.gz --board sun4i --cmdline "console=ttyS0,115200 rw init=/init loglevel=8" -o boot.img

[Code]...

Also, I'm building on Ubuntu 13.04 with Google GCC 4.6 from the ndk. I have built kernels for other devices without issues.

View 3 Replies View Related

General :: Change Kernel Boot Logo

Aug 29, 2013

How to change the kernel boot logo on my samsung kernel? I don't mean the boot animation. I may have built a ROM but the kernel used there doesn't belong to me.

View 9 Replies View Related

General :: Xperia Arc S Won't Boot Up After Installing Kernel

Dec 1, 2013

my device : xperia arc s

im new in android and a couple hours ago i try to instal beanstalk - legacy kitkat 4.4 and they suggest to download kernel from dark raven "dark kernel cm11.0" 11DarkUrushi20131130 after that im flash the kernel and something happen....

my phone dont boot up and the logo dont appear

im try to connect to flash tool but still dont get it...

nb : for guarantee already pass 3 month ago....

View 1 Replies View Related

HTC Desire :: Clockwork Restore Hangs At Boot

Oct 24, 2010

Android Version: 2.2 [Optional]Are You rooted & which Rom: Rooted and flashed to "[ROM] Official 2.2 (HTC 2.09 and 2.10): busybox, A2SD+, TUN, EXT4, Undervolt, SYSRW"

Issue: I've flashed to another ROM and now want to restore my back-up that I made via Clockworkmod. The restore seems to do fine, but when I reboot my phone hangs at the boot screen.

In the meanwhile I have flashed the recovery from clockwork to AmonRa. To restore the clockwork back-up, I boot into clockwork recovery via ROM Manager. Maybe I should reflash to clockwork, but that didn't work till now.

View 4 Replies View Related

General :: Any Way To Change Kernel Boot Logo / Animation?

Jan 25, 2014

Is there any way to change my kernel's boot logo / animation ?

E10i

View 2 Replies View Related

General :: Any 1.4Ghz Kernel For S7562 That Don't Overclock At Boot

Jan 19, 2014

I would like to know if is there any custom kernel (1.4 Ghz) for Galaxy S Duos (Gt-s7562)

That don't overclock to 1.4 Ghz until we do it by app

View 2 Replies View Related

General :: Flashed Kernel By MB-14 On Galaxy Ace Plus / Getting Original Boot Logo

Aug 27, 2013

Recently I flashed A Kernel By Mb-14 on my Galaxy Ace Plus.....It Changed my Boot Logo.....i Want my Original Bootlogo back...

View 3 Replies View Related

General :: Tweaking Kernel In Ubuntu To Change Boot Logo For I9300

Apr 29, 2013

I wanted to change the boot logo for i9300. Im well aware that you have to incorporate it in the kernel. I installed Ubuntu, the necessary libraries and brought the cyanogenmod source code. Only part is I dont have the necessary experience to tweak it using the NDK tools

View 2 Replies View Related

General :: Build Kernel MT6577 - Can't Boot After Build

Feb 21, 2013

I have a phone with a MT6577. The vendor (Wiko) published the kernel source code. So, i'm trying to build it. I can get the zImage. I converted it to boot.img but i can't boot with it on my phone.build a good zImage? (if you want to try) : URL...

cp mediatek-configs .config
TARGET_PRODUCT=s9081 MTK_ROOT_CUSTOM=../mediatek/custom make
# sudo mtk-tools/repack-MT65xx.pl -boot zImage boot.img-ramdisk boot.img
MTK-Tools by Bruno MartinsMT65xx repack script (last update: 27-01-2013)
Repacking boot image...
Ramdisk size: 2046 blocs
Repacked boot image into 'boot.img'.

Here are the Warnings I got when compiling

mediatek/platform/mt6577/kernel/drivers/video/tvc_drv.c:61:5: warning: "FIXED_WVGA_PARAMS" is not defined
net/ipv4/tcp.c: In function 'tcp_nuke_addr':
include/net/ipv6.h:338: warning: 'in6' may be used uninitialized in this function
net/ipv4/tcp.c:3367: note: 'in6' was declared here
In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
[code]....

View 9 Replies View Related

General :: How To Port AODP Kernel To CM9 Kernel

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

General :: Nexus 7 (3G) Hangs On X Symbol

Jun 12, 2013

Recently i saw a file [URL] ..... to enable WiFi tethering in nexus7 so rooted correctly and flashed the device with that file i think i made a mistake in this part and then i restarted the device from then it gets hanged in that X symbol.

View 3 Replies View Related

General :: HTC Reboot Error - It Hangs In Recovery?

Apr 9, 2013

My htc keeps on rebooting itself what to do?

it hangs in recovery and in ruu but my computer recognize its connectivity.

View 2 Replies View Related

General :: Samsung Galaxy - Tablet Hangs Sometimes Without Notice?

Dec 15, 2013

as written in my profile, my tablet is an Samsung Galaxy Tab 3 running Jelly Bean.

Which version do i have for my tablet? will there be any updates soon?

i m also facing the problem that my tablet hangs sometimes without notice. This happens mostly when i try to start games like Candy Crush and similar.

View 4 Replies View Related

General :: Galaxy S6312 - Phone Hangs Much More After Rooting?

Oct 6, 2013

I have a samsung galaxy young s6312. My phone has stock android 4.1.2 jellybean. I rooted it with framaroot using gandalf exploit. Its been 2 days since I rooted my phone, and it has freezes four times in these two days. By freezing, I mean that when I am playing a game, it suddenly stops responding and the screen goes black. I have to take the battery out and reinsert it. This never happened to me with my non rooted phone.

View 4 Replies View Related

General :: Galaxy Ace Plus Rom Porting?

Oct 14, 2012

I saw at software development there is a way to port rom to rom, but the devices need to be in the same resolution. Thread: [URL] For the galaxy ace plus wich device is the good, and wich rom?

View 8 Replies View Related

General :: Porting Apps From ICS To JB?

Jan 21, 2013

The title pretty much explains my question. I would like to port apps from the Sony-ified stock ICS to Cm10.

View 3 Replies View Related

General :: Porting App From Jelly Bean To ICS

Mar 22, 2013

My bro has a note running jb. He has a secgallery app which I cant install on my xperia u wid ics

I always get an error "App not installed".

I have decompiled the app... But m nt a modder so I dun knw what changes to make in androidmanifest or some other folder to run it..

View 1 Replies View Related

General :: Porting CM7 For Galaxy Pocket?

Nov 7, 2012

Port CM7 based rom for Galaxy Pocket GT-S5300?

I've tried, but always failed. Only appears Samsung logo when turned on. I follow these guidelines.

[URL]

View 4 Replies View Related

General :: Porting CM9 Based On Stock ICS Rom

Jul 11, 2013

How to port based on stock rom? I tried to port pyramid's cm9.1 on my device. Both cpu is msm8260..

View 1 Replies View Related

General :: Unity 3D Games Porting?

Feb 14, 2012

If we can play some Unity 3D games (etc.: Counter-Strike) on android, so I have a question how to port these games to android?

Is there any way to play games like these?:

View 1 Replies View Related

General :: Rom Porting - MTK Based Device

Mar 8, 2014

I'm having some problems with the porting of a rom, my phone is a clone of the phone from which i'm taking the rom (My phone is a NGM Legend 2, which is also a clone of Gionee GN868, and the original is Blu Vivo 4.3) the only thing which is really different are the mounting positions of the internal memory.

In Blu Vivo 4.3 the system partition is mounted on /dev/block/mmcblk0p3 and the data partition is on /dev/block/mmcblk0p5 while in the mine they are mounted on /dev/block/mmcblk0p4 and /dev/block/mmcblk0p6.

I changed them in the updater-script so i'm able to install the rom, but i had to replace the boot.img with the one from my rom because the phone wasn't booting up, but i can't install any app from google play store (error 110) or any apk ("app not installed" error).

View 1 Replies View Related

General :: Porting Themes On ROMs?

May 20, 2012

I want to learn rom edit but how to porting themes on roms?

View 2 Replies View Related

General :: Porting Android Onto Phones?

Jul 5, 2012

How to port Android onto phones? I can't find a lot on the internet...

View 7 Replies View Related

General :: Porting ROM - Which Libs To Copy Over

May 22, 2012

When you are porting a Rom, how do you know which libs to copy over? Also I'm porting for the fascinate, but the porting rom is for the nexus, should I copy all of the hw libs?

SCH-I500

View 2 Replies View Related

General :: Porting ROM From One Device - HTC To Another Xperia?

Jun 3, 2012

Its just something Ive wondered for a while since Android has a lot of similarities across different devices

View 2 Replies View Related







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