Skip to content

hans3103/android_device_htc_marvel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device configuration for the HTC Marvel

Copyright (C) 2011 The CyanogenMod Project

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

------------------------------------------------------------------


* Description

  This repository is for CM7 on HTC marvel.
  It is still a work in progress.


* How To Build CM7 for HTC marvel

  Make a workspace

  $ cd ~
  $ mkdir android
  $ cd android
  $ mkdir system
  $ cd system


  Do repo init & sync

  $ repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
  $ repo sync -j20

  Setup vendor

  $ cd vendor/cyanogen/
  $ ./get-rommanager


  Setup device

  Connect phone to usb abd make sure debugging is avaliable for adb pulls

  $ cd ../../device/htc/marvel/
  $ ./extract-files.sh # this pulls files from working marvel with most variants of shipped HTC ROM
  $ cd ../../..


  Setup environment

  $ source build/envsetup.sh
  $ lunch
  (select cyanogen_marvel-eng)


  Build CM7

  $ make acp
  (to avoid errors on distributed building)

  $ make -j4 bacon


* Thanks

  Cyanogen
  attn1
  jznomoney (who booted the first marvel on Gingerbread and contributes tons to this device)
  CyanogenMod team

----
EOF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published