Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you want CM10.1.2, you can flash it again.
HI REESEBOY, I was wondering, can I flash the broken out spectrum 3.0 rom when I am using TWRP? IT seems as if the "broken out" rom is a little old, and is GB. Just wondering if there would be any problems flashing it. Thanks!If you want CM10.1.2, you can flash it again.


HI REESEBOY, I was wondering, can I flash the broken out spectrum 3.0 rom when I am using TWRP? IT seems as if the "broken out" rom is a little old, and is GB. Just wondering if there would be any problems flashing it. Thanks!
KLEMBO![]()
There shouldn't be any problem with it. I'm not sure why you would want to flash a GB rom though. GB on this phone was awful.

Klembo, I posted a logcat for you lastnight on a clean 10.1.3 setup, so no need to worry about the logcat.
Why, thank you!
But I would still like to go through the steps myself, so I can learn how. If I keep playing around with my phone like this, I am going to have to do these things.
adb start-server
adb devices
adb logcat > logcat.txt
logcat is done through ADB. You can find out more about it and how to use it here. To do a logcat, you would open a command line in the directory where adb is located, make sure your phone is connected, and type:
adb start-server makes sure that adb is running in your command terminal. adb devices will list connected android devices and adb logcat > logcat.txt will start the logcat and print it into a .txt file in the current directory.Code:adb start-server adb devices adb logcat > logcat.txt
Hey Yoinx. Your custom 2.6 build continues to work great. Any word on getting the vs920 onto the official devices list? I see 2.6.1 and 2.6.3 are out for official devices.Pretty sure that was a CWM ported from another device. Now TWRP is building from source. Pretty sure I have a build tree repo linked somewhere in the thread....
https://github.com/yoinx/VS920_TWRP
That should be what you need for the build tree if you intend to build it from source.
Hey Yoinx. Your custom 2.6 build continues to work great. Any word on getting the vs920 onto the official devices list? I see 2.6.1 and 2.6.3 are out for official devices.
Thanks for getting us 2.6 building from source!
If anyone who has a build environment already set up wants to make updated builds, it's pretty simple. I would do it, but RL has me really busy lately.
Clone the TWRP tree, copy it into your build directory. I believe the CWM stuff is in bootable/recovery. You just need to replace the files there with the TWRP ones.
Clone my recovery device tree, and replace the existing one.
Then just make -jx recoveryimage
It should only take like maybe 20-30 minutes to build, ideally. Rename it and toss it into the zip to flash.
I don't really see where they would've changed anything drasitcally enough that the build tree wouldn't still work.
