- 06-16-2012, 12:45 PM #201
- 06-16-2012, 12:54 PM #202
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
No worries, I wasn't meaning to be harsh in my response either; seen a lot of bricks over in the kindle forums lately from people using a recovery with big warnings saying to stop. I didn't mean to imply you were complaining so much as trying to suggest to everyone that if they are interested in progress to watch the source repo

I haven't even been able to flash this new build, I got ORS working last night but do to the amend stuff Drew mentioned broke normal flashing; at some point I need to update my phone cause currently it will ONLY flash roms from goo manager...Swiss cheese android; the aged stuff, with huge holes.
[MOD] Remap your hardware keys (LG Optimus S and V) || How-To Enable ADB for Kindle Fire (Ubuntu-Linux) - 06-16-2012, 01:16 PM #203
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
Just a thought, but would it be possible since you guys now have ORS working to make the recovery receive updates through GooManager?

That would be amazing
- 06-16-2012, 01:18 PM #204
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
In my quest to get tdm to add support for this recovery to his RomKeeper for the LS670 builds, I asked if he planned to include open source scripting. Searches for documentation do not show me anything that appears ("appears" to a non-dev could be wrong). Do one of you, drew or sblood, have a link to it. PM is fine to not go off subject too much. I looked at your profiles and github links, it may be there and I don't fully understand. Watching the kindle carnage as well.
Galaxy Nexus GSM
RasBeanJelly JB 4.1.2 (JZO54K) ROM | Trinity Kernel A67
i9250 UGLH1 Baseband | Seido Active Convert case
T-Mobile $30 / 5Gb / 100 min Cellular | CSipSimple + voip.ms VoIP
Kindle Fire
ROM - Jelly Bean using SGT7 enhancements [Linaro]
"My Kindroid Jelly Fire Bean" - 06-16-2012, 01:23 PM #205
- 06-16-2012, 01:33 PM
Thread Author #206
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
That's what the GooManager app is for, isn't it?

Sorry, I'm not quite sure what you're asking here. OpenRecoveryScript is fully supported by Cannibal Open Touch as of v1.0.7.
Well get ready to flash another one... - 06-16-2012, 01:38 PM #207
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
Swiss cheese android; the aged stuff, with huge holes.
[MOD] Remap your hardware keys (LG Optimus S and V) || How-To Enable ADB for Kindle Fire (Ubuntu-Linux) - 06-16-2012, 01:39 PM #208
Re: [RECOVERY] Cannibal Open Touch v1.0.7 (GooManager support FIX
Galaxy Nexus GSM
RasBeanJelly JB 4.1.2 (JZO54K) ROM | Trinity Kernel A67
i9250 UGLH1 Baseband | Seido Active Convert case
T-Mobile $30 / 5Gb / 100 min Cellular | CSipSimple + voip.ms VoIP
Kindle Fire
ROM - Jelly Bean using SGT7 enhancements [Linaro]
"My Kindroid Jelly Fire Bean" - 06-16-2012, 01:40 PM
Thread Author #209
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
Bugfix Release:
Cannibal Open Touch v1.0.8 has been released! Signature verification has been finally fixed (been too lazy to just do it
) and is now enabled by default. Hit up the first post for the download!Thanked by 3: - 06-16-2012, 02:23 PM #210
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
These 3 lines keep repeating every time I try to flash 1.0.7. Why?Code:mtd: write error at 0x00000000 (Out of memory) mtd: re-read error at 0x00000000 (Out of memory) mtd: write error at 0x00000000 (Out of memory)
- 06-16-2012, 02:26 PM #211
- 06-16-2012, 02:34 PM #212
- 06-16-2012, 02:42 PM #213
Last edited by Pkt_Lnt; 06-16-2012 at 03:02 PM.
- 06-16-2012, 03:30 PM #214
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
Dang. Just flashed 06 earlier today.
I'll have to put this on soon. Fine work.
- 06-16-2012, 05:27 PM #215
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
Ok so I tried flashing the latest version 1.0.8. when I try to reboot into recovery it stays at the LG logo. I tried going back to 1.0.5 and when I typed "flash_image recovery /sdcard/Cannibal-v5.img(this is what i renamed it too) this came up in adb Usage: flash_image partition file.img and then the # came back up, but I still can not get into recovery. It stays at the lg logo.
Last edited by blackops1125; 06-16-2012 at 05:40 PM.
Current Device(s): Motorola Droid Razr
Previous Device(s): LG Optimus S
Always happy to help out, Just remember to hit that thanks button! 
- 06-16-2012, 05:29 PM #216Galaxy Nexus GSM
RasBeanJelly JB 4.1.2 (JZO54K) ROM | Trinity Kernel A67
i9250 UGLH1 Baseband | Seido Active Convert case
T-Mobile $30 / 5Gb / 100 min Cellular | CSipSimple + voip.ms VoIP
Kindle Fire
ROM - Jelly Bean using SGT7 enhancements [Linaro]
"My Kindroid Jelly Fire Bean" - 06-16-2012, 05:37 PM #217
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
typo on my part while typing this post, This is the actual readout from ADB.
# flash_image recovery/sdcard/Cannibal-v5.img
flash_image recovery/sdcard/Cannibal-v5.img
usage: flash_image partition file.img
# reboot recovery
reboot recovery
EDIT 1: I got 1.0.5 reinstalled using
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# flash_image recovery /sdcard/Cannibal-v5.img
flash_image recovery /sdcard/Cannibal-v5.img
# reboot recovery
reboot recovery
will try again with 1.0.8
EDIT 2: Tried to again install the Cannibal 1.0.8 using just flash_image recovery/sdcard/Cannibal-v8.img
got stuck at the LG logo again, but this time it rebooted back into android on it's own. I then adb shell back into recovery and 1.0.8 came up.Last edited by blackops1125; 06-16-2012 at 05:59 PM.
Current Device(s): Motorola Droid Razr
Previous Device(s): LG Optimus S
Always happy to help out, Just remember to hit that thanks button! 
- 06-16-2012, 05:40 PM #218
- 06-16-2012, 06:35 PM #219
- 06-16-2012, 06:35 PM #220
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
In addition to what pkt_lnt said put a space after recovery
it's a 3 argument command; flash_image calls the command with argument 1, argument 2 is recovery (this assigns the flash location) argument 3 is the file to be flashed. You have it written as 2 arguments.Code:flash_image recovery /sdcard/<correct file name>
Edit: you have it written correctly (with a space) in your first edit there, and someone beat me to that answer as well lol...Last edited by sblood86; 06-16-2012 at 06:41 PM.
Swiss cheese android; the aged stuff, with huge holes.
[MOD] Remap your hardware keys (LG Optimus S and V) || How-To Enable ADB for Kindle Fire (Ubuntu-Linux) - 06-16-2012, 10:06 PM #221
Re: [RECOVERY] Cannibal Open Touch v1.0.8 (sig verification FIXED
Oh! I like this ORS flashing!
"I drank what!?!?!" ~Socrates
"Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor." ~NASA, 1965
New users, click here!!
Sprint Sammy GS3 | MB1 | Wicked Sensations JB v2.1 | TWRP 2.4.3.0 - 06-17-2012, 10:18 AM #222
Use flash image gui, much easier than typing all those commands. Takes 10 seconds
sent from my icy cold optimus using inverted T.T.2 - 06-17-2012, 06:58 PM #223
I think I was using 1.0.5 but it didn't flash quattrimus is that fixed now?
Sent from futuristic quattrimus optimus s - 06-17-2012, 07:44 PM #224
I noticed that I could only flash one zip at a time from ORS. It flashed the ROM but didn't flash the Google apps package I had set to install after it.
Sent from my LG-LS670 using Android Central Forums - 06-17-2012, 08:32 PM #225Swiss cheese android; the aged stuff, with huge holes.

[MOD] Remap your hardware keys (LG Optimus S and V) || How-To Enable ADB for Kindle Fire (Ubuntu-Linux)Thanked by:







































