• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root I'm Insane.

You can flash the ODIN, and extract the original recovery from that. BAM, stock recovery.... I was looking at TWRP too, but like I said, my desktop is broken...
 
Hey Bo, I just found this, and thought it might be useful.....


Guide for porting to a new device:



  1. Download ClockworkMod Recovery v5.0.2.7 sources (branch- Gingerbread) from https://github.com/CyanogenMod/andro...717598d6c74e3d
  2. Apply touch related changes from my repo.
  3. In BoardConfig.mk file from your system-device directory, if you have set some value for; BOARD_CUSTOM_RECOVERY_KEYMAPPING then apply default_recovery_ui.c related changes from my sources into your custom recovery_ui.c sources (Placed anywhere in your source tree.)
  4. Customizing recovery_ui.c for your device of interest:

  • Set TOUCH_CONTROL_DEBUG flag to 1, set maxX and maxY to 0 from recovery_ui.c
  • Compile this modified recovery and boot into recovery. Then touch anywhere on screen and note down the values printed for gr_fb_width() and gr_fb_height()
  • Open recovery_ui.c and modify resX and resY with values returned for above twofunctions.
  • Now touch extreme corners of your touch panel and note down highest X and Y values printed on screen.
  • In recovery_ui.c modify maxX and maxY to these extreme values.
  • Recompile your recovery and test it out.

forum.xda-developers.com/showthread.php?t=1485829

do i need the cm7 source tree for this. if so i gotta go plug in my desktop.
 
I have a moto xoom, and its receiving the update as well... would I be able to do something with it? As in help devs that want some more info on jb.
 
I have a moto xoom, and its receiving the update as well... would I be able to do something with it? As in help devs that want some more info on jb.


Well, if the actual release has another complete overhaul of the system, then it's going to be a whole different monster that will have to be tackled after ICS. I doubt it will ever run on the Admire, due to the fact that it runs at 60fps constantly...
 
Well, if the actual release has another complete overhaul of the system, then it's going to be a whole different monster that will have to be tackled after ICS. I doubt it will ever run on the Admire, due to the fact that it runs at 60fps constantly...


60 fps really? never knew that about ics.
 
If anyone can find the original recovery image for our phone that would be great :3

EDIT: I think I may have found it in an ancient backup folder. Not sure though.


its in the stock odin tar. just uncompress it and get the recovery.img. if you need it flash about replace it in sues cwm zip and rezip the files. then sign it if need be.
 
Back
Top Bottom