Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Question about Motorola Pro+ ROM


  • Please log in to reply
1 reply to this topic

#1 SteelHelmet

SteelHelmet
  • Members
  • 2 posts
  • Device Model:Motorola Pro MB632
  • MOD Version:None
  • Recovery Image:Stock

Posted 15 February 2012 - 07:57 PM

Hi all!

I'm new to Android environment, so I'd like to know how much can we Motorola Pro+ owners do with the OS source on the following link:

http://sourceforge.n...PRO%2B%20EMARA/

There are some instructions on the README text, which will be quoted below. If those files are compiled according to the instructions, do we get a Gingerbread vanilla ROM for this device? Is it possible to cook a custom ROM with this? Thanks in advance!

Quote

1. Download Gingerbread release from Google to your workspace
2. Overlay Motorola-provided repos on top of original Google versions
3. Apply the following change in file build/core/base_rules.mk:
   diff --git a/core/base_rules.mk b/core/base_rules.mk
   index 54bbb68..2fbae18 100644
   --- a/core/base_rules.mk
   +++ b/core/base_rules.mk
   @@ -99,7 +99,7 @@ ifneq ($(filter $(LOCAL_MODULE_TAGS),user),)
$(warning * PRODUCT_PACKAGES section of)
$(warning * build/target/product/core.mk)
$(warning * )
   - $(error user tag detected on  new module - user tags are only supported on legacy modules) + $(warning user tag detected on new module - user tags are only supported on legacy modules) endif endif 4. Build user space components my_top_dir=<top dir of your workspace> cd $my_top_dir . build/envsetup.sh lunch generic-user make BOARD_HAVE_BLUETOOTH=true <target> For example: make BOARD_HAVE_BLUETOOTH=true out/target/product/generic/system/bin/bluetoothd 5. Build kernel and kernel modules kernel_out_dir=<kernel intermediates directory> cross=$my_top_dir/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- make -C kernel ARCH=arm \ CROSS_COMPILE=$cross \ O=$kernel_out_dir \ msm7630-perf_defconfig make -C kernel ARCH=arm \ CROSS_COMPILE=$cross \ O=$kernel_out_dir \ headers_install make -C kernel ARCH=arm \ CROSS_COMPILE=$cross \ O=$kernel_out_dir make -C kernel ARCH=arm \ CROSS_COMPILE=$cross \ O=$kernel_out_dir \ INSTALL_MOD_PATH=$kernel_out_dir/build \ modules make -C kernel ARCH=arm \ CROSS_COMPILE=$cross \ O=$kernel_out_dir \ INSTALL_MOD_PATH=$kernel_out_dir/build \ modules_install


#2 jeremymolina

jeremymolina
  • Members
  • 1 posts
  • Twitter:jeremymolina
  • Device Model:Motorola Pro+ MB632
  • MOD Version:None
  • Recovery Image:Stock

Posted 16 February 2012 - 11:26 PM

I'm interest in made a ROM to our Motorola Pro+, but i need to learn how is the process...

Friend can u upload the original apps from /system/app/ i root my Motorola Pro+ with SuperOneClick if u want to take it rooted

Edited by jeremymolina, 17 February 2012 - 05:25 AM.