[DEV & CWM Recovery for Pantech Crossover] - Android Software/Hacking General [Developers Only]

Forgive me if I'm posting in the wrong section. Forgive me if I'm not allowed to post here yet. Just forgive me in general. I don't want to be banned or anything like that. I'm Extremely interested in android development.
I made a working port of ClockworkMod Recovery v5.0.2.8 for the Pantech Crossover. I wanted to do this before I started tinkering around with porting cm7.2. So that I would have a way to backup, restore, and flash new roms, etc... Or else when I make a noob mistake like yesterday and have a non booting phone resulting in having to flash my old boot.img with fastboot...anyways..
DANGER: DRAGONS AHEAD
FLASH AT YOUR OWN RISK
YOU HAVE BEEN WARNED
The method I used to flash the recovery was:
1)adb push recovery.img /sdcard/recovery.img
2)flash_image recovery /sdcard/recovery.img
3)repeat step 2 (for some reason it gave me a read error out of memory the first time)
Here's the link to the custom recovery:
http :// dl. dropbox .com /u/20070520/ recovery.img
I know I'm not supposed to post links yet. Remove spaces
I just hope that there are others with the Pantech Crossover that are interested in this and the possible future development of custom roms.
Also if anyone knows if there is a good way to get ahold of koush let me know, so I can give him what he needs to hopefully add this to Rom Manager. I couldn't message him on github because he doesn't have an email set up with it

And while I'm at it. Here's the method for rooting your crossover. I'm not going to provide the files since they can easily be found with a google search.
1: Find a copy of gingerbreak.apk and copy it to your sd card
2: Enable usb debugging and allow installation of non market apps
3: Install gingerbreak
4: Root device with Gingerbreak
5: You can uninstall Gingerbreak when its completed.
Sent from my rooted PantechP8000 using XDA

Thanks so much for this! I have a friend with a crossover and is always looking for my help with making it work better. I realize this is a newer thread, I was wondering how things were coming along with CM? Anything I can do to help perhaps?

crap i need a rom to fix my crossover the buttons are no longer mapped after a hard reset. please help.

Slow
Well, it's been slow goings so far. I downloaded the open source files for the p8000 and it looks like they just built the original rom from a generic build. I've been trying to get a more customized build setup but I need to do some more reading so far. One of the problems is that instead of an akmd(2) binary for orientation and compass it uses three separate modules. Plus the hci_attach is a bit different as well and so is the bluetooth. So that significantly hampers the ease of even a basic port.
As far as the gentleman with the question about a rom to fix your device. The best I can do right now is to upload a clockwork mod backup after I do a factory reset. I don't get much time to work on this between my wife and daughter.
Also, do you have adb access to your device? Surely it wouldn't be too difficult to adb push the correct keymapping files back to your phone.
You say a hard reset messed up your mappings? What problems were you experiencing prior to the reset?

Crossover
Hello,
I just wanted to let you know that there are people watching your thread. I am very interested in this as my parents have Crossovers and have recently rooted and unlocked them (well, I did) and set them up to work on Net10.
The only issue I've noted is that there are some failures, like the Market refusing to install apps no matter what is done. I'm going to install your ClockworkMod in hopes that later it might be useful.
I realize there isn't a large development scene for the P8k yet, and maybe there won't be but it's always a great hope that those with the capabilities might take pity. I was almost thinking that it might be my foray into actually looking deeper at the code than the small bit I've done.
Kind Regards,
Kaylus

Yup
kaylus said:
Hello,
I just wanted to let you know that there are people watching your thread. I am very interested in this as my parents have Crossovers and have recently rooted and unlocked them (well, I did) and set them up to work on Net10.
The only issue I've noted is that there are some failures, like the Market refusing to install apps no matter what is done. I'm going to install your ClockworkMod in hopes that later it might be useful.
I realize there isn't a large development scene for the P8k yet, and maybe there won't be but it's always a great hope that those with the capabilities might take pity. I was almost thinking that it might be my foray into actually looking deeper at the code than the small bit I've done.
Kind Regards,
Kaylus
Click to expand...
Click to collapse
I haven't had any problems with the market refusing to install apps but I do sometimes run across the no connection error with the market when on wifi. Although I did notice this before I rooted my crossover. Sometimes disabling and re-enabling the wifi helps. I really do think it is a bug somewhere in the original rom.
As far as the custom recovery image. Everything seems to be working pretty good. I use it mainly for restoring previous backups. I would say I've restored my backup at least a dozen times. Occasionally it states there was an error restoring .android secure but I have yet to track that down. I need to double check the recovery.fstab to make sure I have everything set right for the mount points.

stevotdo said:
I haven't had any problems with the market refusing to install apps but I do sometimes run across the no connection error with the market when on wifi. Although I did notice this before I rooted my crossover. Sometimes disabling and re-enabling the wifi helps. I really do think it is a bug somewhere in the original rom.
Click to expand...
Click to collapse
I'm actually completely stuck at this point. I'm rooted, unlocked, different carrier, APN set correctly. I can access data and voice -- but it just hangs at "Downloading..." on the market. If I factory reset it works initially but after reboot it fails. I'm not quite sure why this occurs and if it is just this phone or a side-effect of using it on a different carrier.
Strangely Wi-fi doesn't resolve it.
As far as the custom recovery image. Everything seems to be working pretty good. I use it mainly for restoring previous backups. I would say I've restored my backup at least a dozen times. Occasionally it states there was an error restoring .android secure but I have yet to track that down. I need to double check the recovery.fstab to make sure I have everything set right for the mount points.
Click to expand...
Click to collapse
I'll give your recovery a run and let you know, if you manage CM7 let me know I know it's a big undertaking. Thanks for the response.

Market Error
As far as the Android Market hanging. I see a few references to it being cause by the .android_secure folder becoming corrupted on the sd card.
One temporary fix suggest moving all the installed apk's back to the phone memory and deleting the .android_secure folder. Then rebooting and moving those apps back to the sd card.
That seems like some wasted time if it doesn't happen to work. I would just turn the phone off, remove the sdcard, and restart (granted any apps that were moved to the sdcard wont work until it is reinserted.) Then I would try to download and install an app. If that works then shutdown, insert sd, and reboot.
I'm really curious if the problems with .android_secure that you and i are having aren't just more bugs in the original rom.

Just as a poster above me said, I am watching this thread and really appreciate everything you are doing. Thanks again.

Well I appreciate the support. I just hope to be able to offer a rom sometime soon. Unfortunately I won't have anymore free time till Tuesday
crimson12 said:
Just as a poster above me said, I am watching this thread and really appreciate everything you are doing. Thanks again.
Click to expand...
Click to collapse

Not an issue, life first, then android development.
Sent from my Galaxy Nexus using Tapatalk

Pantech Crossover Update
Ahhhhh check out the pantech support page for the crossover. They finally have the Gingerbread update.
http:// pantechusa. com/xupgrade/ remove spaces.
Which is great because I soft bricked my phone (don't ask) and this was going to be the only way to fix it.

stevotdo said:
Ahhhhh check out the pantech support page for the crossover. They finally have the Gingerbread update.
http:// pantechusa. com/xupgrade/ remove spaces.
Which is great because I soft bricked my phone (don't ask) and this was going to be the only way to fix it.
Click to expand...
Click to collapse
Oh hell yes finally. Thanks for the notice!
Sent from my Galaxy Nexus using Tapatalk

Mildly related, but have you figured out how to root the gingerbread ROM? I've tried ginger break to no avail.
Sent from my Galaxy Nexus using Tapatalk 2

anyone have a stock image of the 2.2 for android my phone came preupgraded to 2.3.6 and i would like to have it rooted over being on gingerbread since a root method hasnt been found yet for the new firmware

Bricked?
I tried to use the pantech provided gingerbread update this morning. It got about an eighth of the way through and failed. It instructed me to reboot while holding volume up and home and power. That put it in software updating mode. I tried the upgrade 3 more times, it failed at the same point each time. Now my phone is stuck in S/W Updating mode and I can't seem to get it out. I've tried pressing volume up and down for 10 seconds, and pressing volume down and home while powering on, nothing seems to make a difference. Any thoughts about how to at least get me back to froyo?

formattdd said:
I tried to use the pantech provided gingerbread update this morning. It got about an eighth of the way through and failed. It instructed me to reboot while holding volume up and home and power. That put it in software updating mode. I tried the upgrade 3 more times, it failed at the same point each time. Now my phone is stuck in S/W Updating mode and I can't seem to get it out. I've tried pressing volume up and down for 10 seconds, and pressing volume down and home while powering on, nothing seems to make a difference. Any thoughts about how to at least get me back to froyo?
Click to expand...
Click to collapse
Nevermind, bad usb cable.

formattdd said:
Nevermind, bad usb cable.
Click to expand...
Click to collapse
Glad you got it working!
Sent from my Galaxy Nexus using Tapatalk 2

Yeah now I'm having the same regrets as above. No root.
Sent from my PantechP8000 using XDA

Related

The officially unofficial Tiamat Moray ROM Q&A Thread

This thread is an attempt to help out the Tiamat Developers by answering the frequently asked questions in one consolidated thread. This thread should also be helpful to those who either cannot use the search feature or are having a hard time figuring out the correct search terms to find what they are looking for. If you have suggestions or added questions/answers feel free to reply and I will update the OP.
NOTE: I am not a developer. All of the information in this thread is from other members who have helped me out or information I found in the XDA forums. I do not take credit for any of the great work that has been done on this ROM and I will point back to the original answer when possible. I am only trying to help lessen the burden on the developers so they can spend more time getting us the best features. Hopefully you find this helpful as well.
I've flashed this ROM and now I get update notifications. Should I accept the update? How do I stop these notifications?
No, you should never accept an OTA upgrade when using any custom ROM/Kernel. This could result in severe problems. Your best bet is to be patient and give the developers time to react. If the update is worthwhile I am sure they will roll it out pretty quickly.
To get rid of the notifications flash Mod pack 3 as noted here.
OK I made the mistake of accepting the OTA update and now my Xoom won't boot. What can I do?
okantomi said:
Can you make it reboot by pressing volume up and power at the same time and holding? If it reboots, wait about 3 seconds once you see the dual core logo and then tap volume down you shoud see android recovery, then tap up to choose it. I hope you did a nandroid backup. If not, you can try and get fastboot by tapping volume down sooner after it reboots.
Click to expand...
Click to collapse
From this thread.
With this ROM certain websites don't load correctly or I can't get to the mobile version of a site.
This ROM by default sets the User Agent String to "desktop". If you want to revert to the stock settings flash either Mod pack 1 or 2 depending which version of Moray you are running. Look here.
I flashed this ROM and now when I click links in email or my file explorer the screen just dims and nothing happens.
This is a bug in Android 3.2 and not specific to this ROM. To solve this, simply ensure auto-rotate is enabled and rotate the device from landscape to portrait and back to landscape. The app chooser window should appear allowing you to choose which app to open the selected file.
I just flashed this ROM and the speed is amazing, so I OC'd it to 1.7GHz cuz I want more and I am now stuck in a boot loop. This worked for others why not me?
The Xoom was only specified to run at 1.0 GHz, anything beyond that is a gift. Due to part-to-part variation not everyone's Xoom will be stable at the same speed. Yes some people are able to run at 1.7 GHz, but many cannot. For your specific Xoom try out the various speeds, but do NOT click "Set on Boot". This way if it crashes it will revert back to stock speed and you will be able to boot. Once you are satisfied with a speed then feel free to enable "Set on Boot". Before you do so I would suggest making a nandroid backup so you can restore just in case.
How do you get out of this boot-loop? The only way I know of is to boot into recovery and restore a nandroid backup if you have one or perform a full wipe if you do not.
I updated to the latest CWM and I cannot find the zip card or I get "get error: E:failed to mount /sdcard (No such file or directory)."
Latest is not always the best, for the Xoom you need to either use ClockworkMod 3.2.0.0 (R4C) or CMW Rogue Recovery v1.1.1
After flashing this ROM the Motorola icon gets distorted during boot up, is that a problem?
Basically it is not a problem. This kernel has a patch provided by NVidia which causes the distortion during boot. It does not cause any problems after it boots.
Is there a way to get the stock WiFi and Battery icons?
Yes
How do I boot into recovery without ADB or my PC attached?
There are a couple methods.
1) The latest Tiamat ROM includes this if you press and hold the power button. Just pick what you want and hit OK.
2) Download and install "Quick Boot" from the market. It gives you the above options as well as others when you run the app.
3) Turn the Xoom on, wait ~2 seconds after your see the Dual Core logo, then press the volume down key. In the upper left corner it should say "Android Recovery", then press the volume up key to select it.
How do I get started? Any good guides?
There are several guides that are pretty good. The best one I have found and personally used is here.
The Xoom Heaven thread found here is also a good place to start for all sorts of information.
If you have another question please feel free to post to this thread. If you are having a problem or have a question it is likely that someone else along the lines will have the same problem or question. I will continue to update this OP with the list of F.A.Q.s.
Additional Q&As
After installing this ROM I am having issues with the market not finding all of my apps or apps are giving errors when trying to install them.
See this post for one possible solution.
One more for good measure...
HuckFinn, I think you have covered most of the hot issues. Great job!
Stickied. Thanks for posting this, and Solarnz for giving me the heads up to do so.
Sorry for the newb question, but what's "root"?
Psychokitty said:
Sorry for the newb question, but what's "root"?
Click to expand...
Click to collapse
oh kitty, you funny!
Psychokitty said:
Sorry for the newb question, but what's "root"?
Click to expand...
Click to collapse
It's what you pull your hair out by when something is not working properly!!
darn you... I earned 1/2 my posts responding to the "why does my screen dim" question... now I'll have nothing to say!
i performed a factory reset from the os-> settings and once again performed a wipe/factory reset from the cwm recovery but still can't get back to the initial setup screen (where you enter your google a/c, etc)
any idea?
Thanks!!
Here is one..
Why does Market show up in USD even though my locale is set to UK, my language is English British along with my keyboard layout?
Ive had boot loops twice. Both times i could get into recovery but could not get backup to restore . kept getting cant read /sdcard. also cant reinstall update .zip becuase the sd card wont mount. I have only gotten back in by letting it sit powered off for a bit.
any ideas?
should i adb a stock image and start again?
should i flash a different recovery?
madamimadam said:
Ive had boot loops twice. Both times i could get into recovery but could not get backup to restore . kept getting cant read /sdcard. also cant reinstall update .zip becuase the sd card wont mount. I have only gotten back in by letting it sit powered off for a bit.
any ideas?
should i adb a stock image and start again?
should i flash a different recovery?
Click to expand...
Click to collapse
What version of recovery is installed now? If you have the version that doesn't recognize your external sdcard you should certainly flash a compatible recovery version through fastboot.
okantomi said:
What version of recovery is installed now? If you have the version that doesn't recognize your external sdcard you should certainly flash a compatible recovery version through fastboot.
Click to expand...
Click to collapse
Is there a way to check version without booting into recovery? Which version would you suggest?
And thank you
madamimadam said:
Is there a way to check version without booting into recovery? Which version would you suggest?
And thank you
Click to expand...
Click to collapse
There are only two recoveries compatible..
you will find them in the Xoom Android Developmet Board in the sticky threads
LPHS said:
There are only two recoveries compatible..
you will find them in the Xoom Android Developmet Board in the sticky threads
Click to expand...
Click to collapse
OR here:http://forum.xda-developers.com/showthread.php?t=1209341
Links to both of these recoveries are also in the first post of this thread.
HuckFinn said:
Links to both of these recoveries are also in the first post of this thread.
Click to expand...
Click to collapse
Guess I should have read the thread before posting here, sorry for being a troll.
I tried this ROM on my 4G Xoom, but it left me without 4G or 3G (wifi only). Any way to get this working, or do I have to wait for an update?
I did try activating the network in settings, but it never connected even half an hour.
Thanks to steps mentioned by user 'LordDeath' in another thread and a bit of experimenting with a rooted 4G Xoom and a friends 3G Xoom running Moray, there seems to be a remedy for those who are having issues with the market compatibility issues as well as missing apps. I did not activate until attempting to sign in to the market and had missing apps and compatibility issues. I simply did a full wipe & reset and made sure the full activation went through in set up then let it automatically start restoring. I took a peek in the market after a a minute and all my apps were back with no compatibility issues. Here is a copy of his original post and mine but the last step was not needed for me.
Originally Posted by LordDeath
Something more about the market:
After I restored my backup of the official 3.1 ROM I still had some issues. On http://market.android.com I still saw that my Xoom is not compatible with some apps. The market app on the device did show these apps but upon installing I got the error message: "Fehler beim Verarbeiten des Kaufs". Translated into English it means "Error while processing the purchase". It was a free app, btw.
To solve this issue I did the following:
1. Wipe data/factory reset
2. Active the device during the wizard on the first boot with my Google account
3. Restore the nandroid backup of the official 3.1 ROM
Therefore it seems that the market servers check your device-compatibility only during the activation process at the first startup.
----------------------------------------------------------------------------
"This fixed everything for my friend running Moray and even corrected the issues on my 4G Xoom..."
I should add that though this fixes the issue, if you change your pixel density you may run into similar issues but can correct it by setting it back to 160 before going into the market.

[Q] now that I have root, is it different to get CWM?

easier perhaps? I read about a rom manager you download from the market...
Thanks to what efforts everyone contributes here, I've found after getting out of soft brick, I managed to get root. And I'm almost happy with the handset, now that I got root explorer to work. It works best as a browser for the 20 gigs of junk on my sd card, I've found.
What I have is the SGH-i727 att branded, returned to stock, 2.3.5, my kernel is 2.6.35.11 also I flashed something in the i777 forum, is the reason for "returned to stock". My handle could be adjusted to "stupidbiker". And I've been properly scolded.
So what's a good way to get clockwork mod in my situation?
And I don't care about a warranty or a counter, or does the counter do other bad things?
And a link for operating clockwork mod? Everyone here can push three buttons except me! LOL I've pulled it off a few times on accident, but I bet in here somewhere there is a correct procedure outlined for operating clockworkmod. A link to that would be way cool.
Wow I'm stupid. K. Thanks.
This is question and answer right? I got lots of questions!
Once I get clockworkmod in the device with all the colors, I'm gonna flash a rom, the ice cream rocket I saw, also I want to test CM7, I'm in L.A. and in the LTE area and looks like I could provide input.
I'm using search, but if someone plants a good link it would be much appreciated.
Thanks.
fukenbiker said:
easier perhaps? I read about a rom manager you download from the market...
Thanks to what efforts everyone contributes here, I've found after getting out of soft brick, I managed to get root. And I'm almost happy with the handset, now that I got root explorer to work. It works best as a browser for the 20 gigs of junk on my sd card, I've found.
What I have is the SGH-i727 att branded, returned to stock, 2.3.5, my kernel is 2.6.35.11 also I flashed something in the i777 forum, is the reason for "returned to stock". My handle could be adjusted to "stupidbiker". And I've been properly scolded.
So what's a good way to get clockwork mod in my situation?
And I don't care about a warranty or a counter, or does the counter do other bad things?
And a link for operating clockwork mod? Everyone here can push three buttons except me! LOL I've pulled it off a few times on accident, but I bet in here somewhere there is a correct procedure outlined for operating clockworkmod. A link to that would be way cool.
Wow I'm stupid. K. Thanks.
This is question and answer right? I got lots of questions!
Once I get clockworkmod in the device with all the colors, I'm gonna flash a rom, the ice cream rocket I saw, also I want to test CM7, I'm in L.A. and in the LTE area and looks like I could provide input.
I'm using search, but if someone plants a good link it would be much appreciated.
Thanks.
Click to expand...
Click to collapse
download rom manager, install cwm from that, select tmobile galaxy s2 when asked.
see what I found
First you need to flash Clockworkmod Recovery. Then you place the zip on your SDcard, do a Nandroid backup through clockworkmod Recovery (not necessary but highly, highly recommended... especially if you have never done this before.) Then select install zip from SD card, find the .Zip file and run it and you should be golden.
What is nandroid? I use Mybackup Pro. Same sort of stuff right? I'm getting close to getting my arms around everything....
waiters said:
download rom manager, install cwm from that, select tmobile galaxy s2 when asked.
Click to expand...
Click to collapse
Thank you for such a quick reply. I am on AT&T. Why would I select Tmobile?
"because that's the one that works"
is an answer I can accept. I'm not fussy just stupid.
Thank you!
I have successfully flashed ClockworkMod Recovery using ROM Manager. I'm so pleased I'm gonna get premium. I see directions! It shows a button for flashing a custom rom that I store on my SD card? Do I dare?
I picked the tmobile thing and so far so good. I got data and just tried a phone call. Happy.
I will follow the other threads now. If a moderator thinks people will get more stupid reading my new thread they may delete it.
I soft bricked
figured out Odin enough to flash back to stock
got root
went to market and installed ROM Manager
turned on wifi as ROM Manager recommended
after a good hookup, I flashed ClockworkMod recovery
Surfed the web, made a phone call, took a picture, uploaded to facebook
Looks like I'm all good.
I'm feeling ready...
fukenbiker said:
Thank you for such a quick reply. I am on AT&T. Why would I select Tmobile?
"because that's the one that works"
is an answer I can accept. I'm not fussy just stupid.
Click to expand...
Click to collapse
apparently they are very similar (but dont get crazy and start installing the tmobile gs2 kernel/roms) - also there is no skyrocket version yet...
but yes cwm does work perfectly from rom manager when you select tmobile gs2
i did this myself the other day... works fine..
just download rom manager, have fun.. good luck
hey ****enbiker would you say your kinda ''noobish'' when it comes to this ? lol I'm just super scared to do this. To avoid voiding my warranty I was even thinking of just saving a check and getting a nexus s to fool around with, but if your new to this and would say ''ALMOST anyone can do it'' I'd say I might be game. I just would like to learn somethings from newer rooters rather than annoy/piss off the Vets!
I have screwed up every phone I got my hands on so not a noob exactly. I am at present using cm7 and considering the new kernel released this morning. What's holding me back is how well it works and how easily I screw up and screen rotation work around is good enough so why flash and set up again... oh I will flash again but just got it all restored back and gotta take it to work tomorrow ...
Yeah pretty much if I can do it anyone can. I really am ignorant compared to a programmer or developer. But not many noobs have broken as much stuff as I have!
Sent from my SGH-I727 using xda premium
Boot into CWM?
waiters said:
apparently they are very similar (but dont get crazy and start installing the tmobile gs2 kernel/roms) - also there is no skyrocket version yet...
but yes cwm does work perfectly from rom manager when you select tmobile gs2
i did this myself the other day... works fine..
just download rom manager, have fun.. good luck
Click to expand...
Click to collapse
I am having trouble getting CWM to boot on device start-up with the Vol Up Key, is this how you do it or am I doing it wrong?
I can easily get to it from choosing "Reboot into Recovery" from ROM manager but I want to make sure I can get in without Android in case I need to do a full NAND recovery.
Thanks
promiseofcake said:
I am having trouble getting CWM to boot on device start-up with the Vol Up Key, is this how you do it or am I doing it wrong?
I can easily get to it from choosing "Reboot into Recovery" from ROM manager but I want to make sure I can get in without Android in case I need to do a full NAND recovery.
Thanks
Click to expand...
Click to collapse
its volume UP and DOWN......
the2rrell said:
its volume UP and DOWN......
Click to expand...
Click to collapse
Wow OK I thought I tried that, anyway it worked! Thanks a lot.
Sent from my SAMSUNG-SGH-I727 using XDA App
YouTube stutters on CM
Okay after I finally settled in with version 4 I have figured out that version 3 it was okay YouTube did not stutter or jerk, it is this new Da_G's kernel when the video went to hell. I remember the problem appeared in version 3 after flashing Da_G's kernel.
I have not tried any other kernel beside Da_G's with version 4. And YouTube is skippy jerking all to our dismay here. Or there, where ever I was to report this, beg pardon.
Sent from my SGH-I727 using xda premium
edit:
I see you don't have to press the power button?
I always begin that way, I press all three at once.
Volume up, volume down, and power.
After it buzzes three times I keep the volume up and down held, but let go of the power button.
I keep the volume up and down held until I see a logo on the screen. Then I let go of the phone and it boots into the scarey black screen with dos writing and you have to navigate with the hardware buttons.
That's how I've been doing it and it puts me into cwm recovery straight from putting the battery back in, every time.
If a true noob is reading this, you're dropping in after I've rooted and then obtained clockworkmod from the market, granted it superuser permissions, and then, after getting past the advertisements, you select to flash clockworkmod.
Also you'll see discussion of not getting a signal and getting an APN. Before you try CyanogenMod or CM7, which is what I use, you take your handset that has a working signal, and download an app from the market called "APN backup and restore" and do a backup of your APN. (not for those who refuse to populate the phone with a chip) (also not for those who don't have a working wifi readily available) Now make sure you have a copy of that on the other chip. The Skyrocket has an internal SD and also an external SD which ATT turns out is too cheap to put one in there when they sell it...
Make sure you have ApnBackupRestore folder with it's xml content on both chips.
Then go to CM7, in the op, get version 4, then go to the kernel thread and get Da_G's kernel, and put them on BOTH sd cards (so you won't have trouble finding it LOL)
And there you have it. Yet another blue collar attempt at helping folks that are smarter than I am that aren't as brave as I am!
Pull the battery, and apparently only hold the two volume buttons after putting the battery back in, never tried it that way! Wipe Data/Factory reset, find the rom and install it, find the kernel and flash that zip as well (install it, trying to help with lingo) reboot, then hook up to wifi, download APN backup/restore from the market (your phone will sync and load it for you when you log in with your google gmail to set up the handset. Run the APN backup and restore app and enjoy CyanogenMod!
My favorite, can you tell, LOL
fukenbiker said:
Okay after I finally settled in with version 4 I have figured out that version 3 it was okay YouTube did not stutter or jerk, it is this new Da_G's kernel when the video went to hell. I remember the problem appeared in version 3 after flashing Da_G's kernel.
I have not tried any other kernel beside Da_G's with version 4. And YouTube is skippy jerking all to our dismay here. Or there, where ever I was to report this, beg pardon.
Sent from my SGH-I727 using xda premium
edit:
I see you don't have to press the power button?
I always begin that way, I press all three at once.
Volume up, volume down, and power.
After it buzzes three times I keep the volume up and down held, but let go of the power button.
I keep the volume up and down held until I see a logo on the screen. Then I let go of the phone and it boots into the scarey black screen with dos writing and you have to navigate with the hardware buttons.
That's how I've been doing it and it puts me into cwm recovery straight from putting the battery back in, every time.
If a true noob is reading this, you're dropping in after I've rooted and then obtained clockworkmod from the market, granted it superuser permissions, and then, after getting past the advertisements, you select to flash clockworkmod.
Also you'll see discussion of not getting a signal and getting an APN. Before you try CyanogenMod or CM7, which is what I use, you take your handset that has a working signal, and download an app from the market called "APN backup and restore" and do a backup of your APN. (not for those who refuse to populate the phone with a chip) (also not for those who don't have a working wifi readily available) Now make sure you have a copy of that on the other chip. The Skyrocket has an internal SD and also an external SD which ATT turns out is too cheap to put one in there when they sell it...
Make sure you have ApnBackupRestore folder with it's xml content on both chips.
Then go to CM7, in the op, get version 4, then go to the kernel thread and get Da_G's kernel, and put them on BOTH sd cards (so you won't have trouble finding it LOL)
And there you have it. Yet another blue collar attempt at helping folks that are smarter than I am that aren't as brave as I am!
Pull the battery, and apparently only hold the two volume buttons after putting the battery back in, never tried it that way! Wipe Data/Factory reset, find the rom and install it, find the kernel and flash that zip as well (install it, trying to help with lingo) reboot, then hook up to wifi, download APN backup/restore from the market (your phone will sync and load it for you when you log in with your google gmail to set up the handset. Run the APN backup and restore app and enjoy CyanogenMod!
My favorite, can you tell, LOL
Click to expand...
Click to collapse
Whoa!!!!! COOL STORY BRO.............LOL
I'm sure this will help someone.
Sent from my SAMSUNG-SGH-I727 using xda premium
I don't know for sure, about the vol. up/dn.. but when I rooted my phone, the only way that I could get it to work was power & volume DOWN only. The three button just got me no where.
Sent from my SGH-I727R using xda premium

Noob Unlocks and Subsequently Kills Phone

A day or two ago I unlocked my ChaCha using the HTCDev.com instructions. I then used DooMLoRD_v4_ROOT-zergRush-busybox-su to root it. Everything was going fine until I apparently deleted one too many system apps and now my phone is in extremis.
The problem: As the phone boots up and reaches the HTC logo screen, just when the main interface should appear, an error pops up. It says:
Code:
Sorry!
The process com.htc.bg has stopped unexpectedly. Please try again.
[Force close]
When I close it, the HTC logo appears again as the main GUI is reinitialised, which leads to the same error popping up again, thus entering into an infinite loop.
I can just about manage to connect the phone to my PC as a disk drive, but it's not connected in such a way that RUU or unrooting applications can "find" it from within Windows, so if I'm to fix this it's gotta be from the SD card/Hboot.
Details:
* HTC ChaCha with the latest Android firmware.
* Unlocked and rooted, but remains S-ON (Superuser was installed and worked).
* Used Titanium to delete apps, but made backups and have them on my hard drive for safe keeping but can't access the phone in order to restore them properly.
* I was unable to restore backed-up system apps prior to this critical problem emerging, which I think is because my phone isn't "truly" rooted. I can apparently remove from but not add to the protected areas of the phone.
* I've tried flashing the device with numerous recovery ROMs and they all fail (wrong image, etc.). I'm having an extremely difficult time finding the original ROM anywhere and more importantly finding one which will work without the phone being connected to the PC at any stage of the flashing job.
* Factory resets and recovery boots don't seem to have any effect.
* It's a carrier-locked/branded phone, from Three/Hutchison 3G UK. I'm locked into my contract for another year at least.
* Before I rebooted the phone for the last time [prior to the beginning of the above problem] I noticed that my ringtones and related media were all gone and I was unable to download new ones even using third-party apps; the "unable to download sound" error was constantly popping up and when I received messages or phone calls the phone would vibrate but wouldn't play any tones.
* My brother and I spent the better part of 6 hours scouring the net and trying every combination of steps we could think of to try and resolve this. I wouldn't have posted here if I wasn't at the end of my tether and if I hadn't tried every solution I could find from others on various forums including this one, nor would I be so quick to reveal myself to be a deletion-happy moron to a forum of experts (I saw that anti-noob YouTube clip!).
Is there any hope of fixing this issue given my obvious lack of critical faculties?
Thank you for reading this.
You can always install clockworkmod recovery and from there a custom rom. Check the relevant thread, it is pinned.
OK,
don't panic. I almost thought you'd hard bricked your phone when modifying the NAND. This is a soft brick and ALL soft bricks can be recovered, they just take a bit of pain and suffering. Sometimes more suffering than others, but that's irrelevant.
Question, you say you can't restore system apps? How did you try? If a phone is perm rooted, it's rooted. Obviously a temp root is different to a perm root, but I believe this is a perm root as you can REMOVE apps from the system memory. If a root wasn't perm, every app would be sandboxed so no app, including titaniumbackup would work.
* Unlocked and rooted, but remains S-ON (Superuser was installed and worked).
Click to expand...
Click to collapse
S-ON is part of HTC's snap on BL protection. The fact your phone is S-ON is now not that important, the BL is unlocked, thats what matters.
* Used Titanium to delete apps, but made backups and have them on my hard drive for safe keeping but can't access the phone in order to restore them properly.
Click to expand...
Click to collapse
Ok, important advice here (for future ref), you shouldn't go mad with deleting unless you've tried freezing first. Freezing allows you to recover by simply doing a factory reset. Most bootloaders (including HTC's) allow you to perform an emergency factory reset from there. You might lose all the **** on there, but you will have a working phone. You also need to be careful with TitaniumBackup, I'm sure you didn't remove the obvious important ones, but the fact you lost access to your audio means you removed a sound/media package. Next time, google "HTC chacha, safe to remove" as more people root this phone in the next few weeks, safe to remove lists will appear. For SGS (my phone) there is a whole shared google doc with a list of system apps, and the consequence of removing them.
* I was unable to restore backed-up system apps prior to this critical problem emerging, which I think is because my phone isn't "truly" rooted. I can apparently remove from but not add to the protected areas of the phone.
Click to expand...
Click to collapse
You can't restore a system app if there is a conflict. Try and identify the conflict.
* I've tried flashing the device with numerous recovery ROMs and they all fail (wrong image, etc.). I'm having an extremely difficult time finding the original ROM anywhere and more importantly finding one which will work without the phone being connected to the PC at any stage of the flashing job.
Click to expand...
Click to collapse
By the sounds of it, you are using ROMs designed for CWM. If you are going to do that, flash CWM first. There are shed loads of tutorials. If you want to install the stock rom all over again, just download the stock RUU.
* Factory resets and recovery boots don't seem to have any effect.
Click to expand...
Click to collapse
See above about freezing.
* It's a carrier-locked/branded phone, from Three/Hutchison 3G UK. I'm locked into my contract for another year at least.
Click to expand...
Click to collapse
Doesn't matter, you'll fix it, guarantee it.
* Before I rebooted the phone for the last time [prior to the beginning of the above problem] I noticed that my ringtones and related media were all gone and I was unable to download new ones even using third-party apps; the "unable to download sound" error was constantly popping up and when I received messages or phone calls the phone would vibrate but wouldn't play any tones.
Click to expand...
Click to collapse
See what I said above.
* My brother and I spent the better part of 6 hours scouring the net and trying every combination of steps we could think of to try and resolve this. I wouldn't have posted here if I wasn't at the end of my tether and if I hadn't tried every solution I could find from others on various forums including this one, nor would I be so quick to reveal myself to be a deletion-happy moron to a forum of experts (I saw that anti-noob YouTube clip!).
Click to expand...
Click to collapse
Have you tried every combination of steps? You've clearly not tried CWM. I'm not suggesting that as a silver bullet (personally, I try to avoid CWM if I can) but it's the best way to give you low level access to the NAND so you could easily flash an OTA ROM, modded ROM or even return it to stock dead quick.
For a safe to remove list, check the Themes and Apps section.
skezza said:
OK,
don't panic. I almost thought you'd hard bricked your phone when modifying the NAND. This is a soft brick and ALL soft bricks can be recovered, they just take a bit of pain and suffering. Sometimes more suffering than others, but that's irrelevant.
Click to expand...
Click to collapse
Music to my ears!
skezza said:
Question, you say you can't restore system apps? How did you try? If a phone is perm rooted, it's rooted. Obviously a temp root is different to a perm root, but I believe this is a perm root as you can REMOVE apps from the system memory. If a root wasn't perm, every app would be sandboxed so no app, including titaniumbackup would work.
Click to expand...
Click to collapse
In Titanium Backup I tried restoring the backups I made; the "Recovering Backup" notice would just hang indefinitely until I forced TB to close. This only happened with system apps. The backed up files are still on my PC hard drive from when I copied them from my SD card, but I'm not sure they're of any use at this stage.
skezza said:
S-ON is part of HTC's snap on BL protection. The fact your phone is S-ON is now not that important, the BL is unlocked, thats what matters.
Click to expand...
Click to collapse
Ahhh, this is probably my problem then. I ignored most of the fixes and workarounds listed as [S-OFF] because I didn't think they'd work for my device haha.
skezza said:
Ok, important advice here (for future ref), you shouldn't go mad with deleting unless you've tried freezing first. Freezing allows you to recover by simply doing a factory reset. Most bootloaders (including HTC's) allow you to perform an emergency factory reset from there. You might lose all the **** on there, but you will have a working phone. You also need to be careful with TitaniumBackup, I'm sure you didn't remove the obvious important ones, but the fact you lost access to your audio means you removed a sound/media package. Next time, google "HTC chacha, safe to remove" as more people root this phone in the next few weeks, safe to remove lists will appear. For SGS (my phone) there is a whole shared google doc with a list of system apps, and the consequence of removing them.
Click to expand...
Click to collapse
I'm disappointed in myself for being so haphazard in my deleting, I'm usually not that stupid but I think I was a little overexcited to have finally gotten rid of some of the bloatware that'd irritated me for so long haha. I was like "oh boy, I can save even more battery power and internal space if I just remove a little more!". Lesson learnt
skezza said:
By the sounds of it, you are using ROMs designed for CWM. If you are going to do that, flash CWM first. There are shed loads of tutorials. If you want to install the stock rom all over again, just download the stock RUU.
...
Have you tried every combination of steps? You've clearly not tried CWM. I'm not suggesting that as a silver bullet (personally, I try to avoid CWM if I can) but it's the best way to give you low level access to the NAND so you could easily flash an OTA ROM, modded ROM or even return it to stock dead quick.
Click to expand...
Click to collapse
As I said above I didn't realise I could make use of [S-OFF] materials so I didn't even attempt them for fear of making matters worse. I just now attempted to flash CWM and it hung on "parsing" which is what happened with previous flash attempts. If a flash attempt doesn't hang on "parsing" it parses for a second and then goes back to the main menu, apparently having no effect.
I'd be lying if I said I'm not overwhelmed by all of this; the tutorials I've read seem to assume a fair degree of prior knowledge that I definitely don't have haha. I hope I don't stretch anyone's patience here, but if you could explain it to me like a 6-year-old whose mother drank heavily during pregnancy I think it will help move things along!
Thank you for the thorough reply, much appreciated
Follow this to flash CWM, you need to do it with your computer and using fastboot, this is needed for S-ON phones.
http://forum.xda-developers.com/showthread.php?t=1449681
dapaua said:
Follow this to flash CWM, you need to do it with your computer and using fastboot, this is needed for S-ON phones.
http://forum.xda-developers.com/showthread.php?t=1449681
Click to expand...
Click to collapse
Unfortunately I can't do anything via my computer; my phone isn't "discovered" by the command line, unrooting tools or anything else. It does allow me to access the SD card as a hard drive but that's all it does. Obviously this wasn't the case before my problems started, because I used my PC to root and unlock the phone originally, but now the phone's boot process can't reach a point where it becomes receptive to the PC's commands. I don't know why it lets me access the SD card though.
Is there any way to do this without my PC being involved beyond transferring files to the SD card? If not, am I screwed? haha
Thanks mate!
Can you boot into the bootloader (Whith the phone off, press Volume down + power for five seconds)?
Then boot into it, move up with the volume keys and then choose fastboot.
Then follow the procedures in the link I posted previously http://forum.xda-developers.com/showthread.php?t=1449681 (start from step 3). Fastboot mode should be recognized.
The fastboot binary is here C:\Program Files (x86)\Android\android-sdk\tools , if you installed the android SDK, which I asume you did.
Good luck, I hope this works!
dapaua said:
Can you boot into the bootloader (Whith the phone off, press Volume down + power for five seconds)?
Then boot into it, move up with the volume keys and then choose fastboot.
Then follow the procedures in the link I posted previously http://forum.xda-developers.com/showthread.php?t=1449681 (start from step 3). Fastboot mode should be recognized.
Click to expand...
Click to collapse
Dear CHRIST thank you for that - I didn't know about this feature, and it worked! I was able to connect to my PC and do everything I needed to. I used the command line to flash the CWM, then followed instructions for partitioning the SD card and installing a custom ROM. I feel like a real [email protected] I wonder if Anonymous are looking for any new recruits...
dapaua said:
Good luck, I hope this works!
Click to expand...
Click to collapse
It did - I'm back in business!! Thank you mate, if I could fellate you via WiFi I probably would. You'd have to be wearing some anti-virus trousers though, I'm not a slut.
Cheers!
PaddyM said:
Dear CHRIST thank you for that - I didn't...
Click to expand...
Click to collapse
Great news (I thought you already knew about the recovery menu feature otherwise I'd have mentioned it).
As I said in my reply earlier, every soft brick can be fixed somehow. Some are just harder than others. If I'm honest, it seems like yours was pretty straightforward once you got into the Recovery menu.
By the way, if you decide you want to return to stock, you can do that quite easily. Also, if I was you, do the freezing technique I suggested earlier and use the safe list that's available.
If you keep CWM, do a Nandroid backup. You don't have to keep it on your SD, but they are great for doing a very fast recovery. I can usually restore my phone in about 10 - 15 minutes using Nandroid.
PaddyM said:
Dear CHRIST thank you for that - I didn't know about this feature, and it worked! I was able to connect to my PC and do everything I needed to. I used the command line to flash the CWM, then followed instructions for partitioning the SD card and installing a custom ROM. I feel like a real [email protected] I wonder if Anonymous are looking for any new recruits...
It did - I'm back in business!! Thank you mate, if I could fellate you via WiFi I probably would. You'd have to be wearing some anti-virus trousers though, I'm not a slut.
Cheers!
Click to expand...
Click to collapse
I'm happy it worked. Let's hope WiFi technology improves in the future
skezza said:
Great news (I thought you already knew about the recovery menu feature otherwise I'd have mentioned it).
Click to expand...
Click to collapse
I knew about the recovery menu (the stock one, at least) but I didn't realise I could go into the Fastboot option and for the phone to then be recognisable to the PC, thus making it possible to flash via the command line. If I had known that I probably wouldn't have needed to post this thread at all haha.
skezza said:
As I said in my reply earlier, every soft brick can be fixed somehow. Some are just harder than others. If I'm honest, it seems like yours was pretty straightforward once you got into the Recovery menu.
Click to expand...
Click to collapse
Yeah... I think if it happened to one of you guys you probably would have had it sorted in about 6 minutes. 3 days isn't bad for my first attempt though! hahaha
skezza said:
By the way, if you decide you want to return to stock, you can do that quite easily. Also, if I was you, do the freezing technique I suggested earlier and use the safe list that's available.
If you keep CWM, do a Nandroid backup. You don't have to keep it on your SD, but they are great for doing a very fast recovery. I can usually restore my phone in about 10 - 15 minutes using Nandroid.
Click to expand...
Click to collapse
Thanks for the advice man, I'll definitely be looking into the Nandroid backup option, although I hope I've learnt enough from this experience to have no need for it
Thanks to everyone who posted here, I appreciate the patience and the tolerance of my noobery.
Funnily enough, I tried TitaniumBackup today and the original poster is correct. While you can freeze, remove apps etc, you can't return them. especially system. I've not tried any of the alternative install methods that TB uses, but it's quite interesting.
TB is a bit quirky, I think. The system apps won't restore at all, but sometimes apps that I've downloaded myself will restore and other times they won't (the "Restoring App" notice just hangs there indefinitely). I usually find that forcing TB to close and then trying again does the trick, but I can't figure out why it happens in the first place.
Im wondering if anyone else has worked out a good configuration that will allow it to work every time?

Lenovo IdeaTab A2107A-F

I am starting this thread to hopefully encourage discussion on the Lenovo A2107A-F tablet variant.
I am aware there is an existing thread on the A2107 here:
http://forum.xda-developers.com/showthread.php?t=1982334
but that thread is concentrating on the A-H (dual sim + wifi) variant which is somewhat different from the A-F (wifi only).
So far I have not found any custom rom development, which is disappointing as the stock rom leaves a lot to be desired IMHO. While the current OTA update is fine for web surfing, reading emails etc, HD video playback (particularly YouTube HD) is very poor. Also the recent OTA update forces an optimization of apps on bootup which leads to long boot times
You can root and install CWM by following steps 1-5 from the 1st post here:
http://forum.xda-developers.com/showthread.php?t=2044496
Note that "-Update 3-" mentioned in the post does not appear to work for the A-F model!
So, has anybody any leads on possible development on this tab?
Any tips on improving performance?
My first tip:
If after installing CWM you cannot get to the CWM recovery screen after powering down the device, look for for the file "/system/reboot-from-recovery.p". If it's there, either delete it or move it to some other place. This file restores the default recovery on a system reboot.
I got bitten by this a couple of times
Thanks for starting a separate thread for the A2107A-F. I'm new to Android devices and just got this one two weeks ago. I'd like to get rid of several of the apps that I have no use for and from what I understand that means I have to root it. I got lost in the details of the other thread, but I tried reading all of it. I'm on Vista and somewhere along the line I installed one of the suggested ADB drivers via PDAnet. Device Manager is showing Android Phone and under that Android ADB Interface. I wasn't sure if that matched closely enough with the step-by-step threads since I don't really think of the device as a phone, so I've been holding off on going further. I've tried using a few other drivers that were suggested in the large thread and some other threads, but Vista always tells me the current driver is the most up-to-date one.
Do you know if it's okay for it to say Android Phone rather than something else?
Thanks. I've got some other questions about the specifics of some of the other steps, but this is probably enough to get started.
My apologies in advance if my posts are too long and my questions are too basic for these forums. Feel free to point me somewhere else based on what I'm asking for. I'd honestly appreciate any leads towards my goal of getting rid of the bloat on this device and making it more responsive. (Wow! The portrait to landscape lag is really bugging me now after reading around here).
Anyway, my primary purpose is to remove the seemingly unneeded programs, services and widgets that come with the tablet. Maybe I'm just ignorant about these things, but at this time things like messaging (IMO), mapping, and some of the other default features are of no use to me. They seem to be eating up a lot of resources. I can kill some of the services I think they are associated with, but they keep popping back up.
I did watch the "noob" video (color me a tiny ant to be squashed) and did try to search for an answer to get me even started. I've read the huge main A2107A thread (80+ pages) and tried three of the suggested ADB drivers with my Vista 32 setup for my A2107A-F. The only one that even seemed to connect was ADPnet and it showed the tablet as a Android Phone. Maybe I'm just too paranoid, but after the multiple "brick" posts I'd like to make sure I'm on the right path before trying to "root" the device which appears to be the first step in removing all the extra stuff Lenovo added.
Not that it matters, but I've had the tablet for almost two weeks now and my favorite things are Slacker Radio, Scrabble, Roll It and Zen pinball. I do play Words with Friends with my wife, but I don't like it since some of the words they allow are not valid in Scrabble (which I used to play as an expert competitively face-to-face).
If you are so inclined, feel free to PM me for a Scrabble game. I promise I will not use anything other than my brain and the built in dictionary to make my plays. (I'm a bit rusty since I gave up competitive Scrabble in 2006).
So, long story short... Thanks in advance for any and all advice you can give on slimming down the Lenovo A2107A-F. And if you want an honest Scrabble challenge feel free to PM me.
As far as checking if your drivers are installed properly I would open a dos (command) prompt in window and from within the window change to the directory where you have the 4.03root files. From the command prompt type 'abd.exe shell' and you should see something like "[email protected]:/ $". If you don't see this then you will not be able to root! You need to make that USB debugging is turned on on your device you have an entry in the device manager for ADB Interface (expand on the device which you have showing up).
I am no expert, and I struggled with this on my first go also
Once rooted you can then install Titanium Backup from the play store and use it to get rid of the bloatware! Proceed with caution however as it is possible to remove critical system apps!
degsie said:
As far as checking if your drivers are installed properly I would open a dos (command) prompt in window and from within the window change to the directory where you have the 4.03root files. From the command prompt type 'abd.exe shell' and you should see something like "[email protected]:/ $". If you don't see this then you will not be able to root!
Click to expand...
Click to collapse
Thanks! That's the type of test suggestion I was looking for to make sure I was on the right path with the driver.
So has anyone tried creating a rom for this tab yet? I've been doing some research into porting another rom to work on the A2107A-F, but want to make sure there isn't one already.
I just received a notification of a new firmware update for the A2107A-F. This would be the second available update.
Has anyone else gotten this and taken the plunge yet? I'm curious if this is possibly Jellybean, as some of the larger screen IdeaTab models run this.
Sent from my IdeaTab A2107A-F using xda app-developers app
ssenemosewa said:
I just received a notification of a new firmware update for the A2107A-F. This would be the second available update.
Has anyone else gotten this and taken the plunge yet? I'm curious if this is possibly Jellybean, as some of the larger screen IdeaTab models run this.
Sent from my IdeaTab A2107A-F using xda app-developers app
Click to expand...
Click to collapse
DON'T DO THE UPDATE!!! I lost root access and now I don't know whether or not if I try to re-root if its gonna brick my tablet!
Kevin147 said:
DON'T DO THE UPDATE!!! I lost root access and now I don't know whether or not if I try to re-root if its gonna brick my tablet!
Click to expand...
Click to collapse
I lost root after applying the first update a while back. That's typical when updating. Afterward, I was able to re-root mine again using the same procedure as before. All was well. So, don't panic...yet.
Can you report on what other changes the update made? Is it Jellybean? Or maybe ICS 4.04?
ssenemosewa said:
I lost root after applying the first update a while back. That's typical when updating. Afterward, I was able to re-root mine again using the same procedure as before. All was well. So, don't panic...yet.
Can you report on what other changes the update made? Is it Jellybean? Or maybe ICS 4.04?
Click to expand...
Click to collapse
Well, I just re-rooted my tablet and everything was successful! There is absolutely no difference AT ALL with that so called "update".
Kevin147 said:
Well, I just re-rooted my tablet and everything was successful! There is absolutely no difference AT ALL with that so called "update".
Click to expand...
Click to collapse
Although I have my A2107A rooted and tweaked to my satisfaction, there are a few lingering issues that I'd hoped an update would correct:
1) The neutered Bluetooth stack. The tablet is supposed to work with Bluetooth keyboards, mice, etc. It doesn't. Although I've gotten it to talk to an external GPS module, other Bluetooth data connections simply will not work. Oh, and Bluetooth audio? Forget about it!
2) Some settings that are present in stock ICS builds are just omitted in this one. As an example, the ability to specify a default TTS voice. It's present under settings in my wife's tablet and every other ICS build I've ever encountered. Not this one!
Sent from my IdeaTab A2107A-F using xda app-developers app
Kevin147 said:
DON'T DO THE UPDATE!!! I lost root access and now I don't know whether or not if I try to re-root if its gonna brick my tablet!
Click to expand...
Click to collapse
I was rooted too, lost root access (only with some apps!) after the 130221 update Feb 28. I'll try the same root procedure as before to see if I can get it back. Glad to see a thread on the popular US version A2107A-F. Maybe someone will port Jelly Bean to this tablet! Doesn't appear Lenovo wants to do it...
Rob
I cannot get this 'update' to install after downloading. The tablet reboots to CWM during the install (I am rooted with CWM installed) and when I attempt to manually select the update.zip from /sdcard/googleota/ I get on error (status 7). In desperation I re-loaded the stock rom that I found on another thread and when the tablet attempts to update I get a "assert failed apply_patch_check( /system/app/applicationsprovider.apk)" error Anybody any ideas?
degsie said:
I cannot get this 'update' to install after downloading. The tablet reboots to CWM during the install (I am rooted with CWM installed) and when I attempt to manually select the update.zip from /sdcard/googleota/ I get on error (status 7). In desperation I re-loaded the stock rom that I found on another thread and when the tablet attempts to update I get a "assert failed apply_patch_check( /system/app/applicationsprovider.apk)" error Anybody any ideas?
Click to expand...
Click to collapse
I'm in exactly the same boat as you. I'm getting the same exact error. except that I do not have CWM installed (I am rooted though). Perhaps there's a problem with the update.zip?
Something odd that I noticed however: After the tablet reboots into recovery mode, the update fails, and I go to browse for the update.zip, the sdcard/googleota directory is missing (along with everything that follows it alphabetically). They reappear upon normal boot. I've tried copying it to a directory closer to the beginning of the alphabet and it does show up while in recovery mode. But it still will not install.
Maybe I somehow do not have the available space to perform the update? Is that possible? I show plenty of available space on both sdcards. Could we somehow be below a certain ROM space threshold necessary for an update?
I think in my case because I loaded a 'stock' rom I got from another thread, this rom is failing a verification test the update is doing before install. I do not know how to get around this! I'm continuing my search, but I am not so confident this will be resolved easily...
degsie said:
I think in my case because I loaded a 'stock' rom I got from another thread, this rom is failing a verification test the update is doing before install. I do not know how to get around this! I'm continuing my search, but I am not so confident this will be resolved easily...
Click to expand...
Click to collapse
Well, I am running a stock rom. I am unwilling to "mess with success" until there's a 100% reproducible way of recovering if it fails. And, so far, everything I've read in the other A2107A thread has been hit or miss for the A2107A-F people.
Anyway, If the update is performing a verification test, then it my "virgin stock ROM" should certainly pass it. The only thing that I did is to root it. Hmmm...could the update be testing for that and refusing to install if it detects a rooted device? I would tend to doubt that, since the previous ota update went just fine. I lost root in the process but easily reapplied it afterward.
Thoughts?
Interestingly, I flashed the A2107A-F_S483_121115 rom (again, found in another thread) as I was having verification problems with the OTA update just released from lenovo which was available from the A2107A-F_S484_121211 flashed rom. While the S483_121115 rom appears to be older, I no longer get the option to update via OTA as the tablet is telling me that my s/w is up to date! Go figure.
It's really too bad this device hasn't taken off. If I actually knew how to dev then I would start developng ROMs for it. I'm enjoying it now that I have root and got rid of bloat.
Hey guys. Just wanted to say if someone can send me a stock rom and be willing to test, I'll try to do up a good rom for the -f models. I'd use mine for the stock rom, but I've edited a lot of the system, so no go there. If you have the stock rom or want to be a tester, let me know.

[Q] LG Motion (Possible Cyanogen mod?)

Hey everyone! I would like to start off by saying that I am brand new here, and am surely going to mess up quiet alot... But here goes,
I've recently rooted my phone with a very simple guide, and it's the first device I've every rooted. So I know very little of the process of doing so, (I'm learning slowly).
I also have found a rom that I would like to install, but I would love to know if others think it seems legit? If it is real, I know many people would absolutely love to use it! The rom's URL is (ht tp:// playfuldroidz.com /wiki/ CyanogenMod_10_Motion) (Please remove spaces, sorry as I said i'm new...)
Now I don't mind testing this myself, but being as new as I am at android I honestly do not know how to follow the relatively simple instructions.
(This Is where I need some help, Please be noob cautious!)
Download the .zip & copy to phone or sdcard (make sure 4g or wifi is enabled if dl'd from phone).
Zip can be installed from either internal or external sd in CWM (Which ever you copied it too!)
MAKE A BACKUP!!!
DO A FACTORY RESET!!! - this will wipe data & cache!
Go to install zip from sdcard
Choose zip from sdcard
Select cm-10-xxxxxxxxxx-UNOFFICIAL-l0.zip
Confirm
Repeat Steps 5 -8 for gapps
Reboot
Now my first question I'd love some help with, is how do I perform this backup there talking about? do they just mean my simple go into settings and click backup? Or should I do it some otherway?
Second question: Do they mean the phones built in service of factory reset?
Third Question: To install a Zip from an SD card do I need to simply use ES file explorer, or root file browser? Or is there a custom way to install a Zip file on android?
Fourth and final Question: What is gapps..? Is this something I should get or use?
EDIT: I've got a fifth one also... Thanks to anyone who's stayed this long and is willing to help me.! Will this Cyanogen mod (If working) Work almost exactly like a real nexus Operating system? I've got a nexus 7 tablet running stock android, and I love it! That's why I'm doing this to my phone honestly.
Thank you all greatly!
Prophet968 said:
Hey everyone! I would like to start off by saying that I am brand new here, and am surely going to mess up quiet alot... But here goes,
I've recently rooted my phone with a very simple guide, and it's the first device I've every rooted. So I know very little of the process of doing so, (I'm learning slowly).
I also have found a rom that I would like to install, but I would love to know if others think it seems legit? If it is real, I know many people would absolutely love to use it! The rom's URL is (ht tp:// playfuldroidz.com /wiki/ CyanogenMod_10_Motion) (Please remove spaces, sorry as I said i'm new...)
Now I don't mind testing this myself, but being as new as I am at android I honestly do not know how to follow the relatively simple instructions.
(This Is where I need some help, Please be noob cautious!)
Download the .zip & copy to phone or sdcard (make sure 4g or wifi is enabled if dl'd from phone).
Zip can be installed from either internal or external sd in CWM (Which ever you copied it too!)
MAKE A BACKUP!!!
DO A FACTORY RESET!!! - this will wipe data & cache!
Go to install zip from sdcard
Choose zip from sdcard
Select cm-10-xxxxxxxxxx-UNOFFICIAL-l0.zip
Confirm
Repeat Steps 5 -8 for gapps
Reboot
Now my first question I'd love some help with, is how do I perform this backup there talking about? do they just mean my simple go into settings and click backup? Or should I do it some otherway?
Second question: Do they mean the phones built in service of factory reset?
Third Question: To install a Zip from an SD card do I need to simply use ES file explorer, or root file browser? Or is there a custom way to install a Zip file on android?
Fourth and final Question: What is gapps..? Is this something I should get or use?
EDIT: I've got a fifth one also... Thanks to anyone who's stayed this long and is willing to help me.! Will this Cyanogen mod (If working) Work almost exactly like a real nexus Operating system? I've got a nexus 7 tablet running stock android, and I love it! That's why I'm doing this to my phone honestly.
Thank you all greatly!
Click to expand...
Click to collapse
Question 1,2 and 3.. they are all done through Clockworkmod. Look through the menus you'll see it if you still struggle look on YouTube.
Question 4.. gapps is Google Apps you need to flash this after the ROM to get the play store and all the other standard Google apps.
Question 5.. in your eyes pretty much, it'll look the same but with more features obviously.
Thank you alot!
Thanks! now i've only gotta do one last thing, and see if anyone knows whether or not this website is a reliable source, or atleast if the mod works...
Prophet968 said:
Thanks! now i've only gotta do one last thing, and see if anyone knows whether or not this website is a reliable source, or atleast if the mod works...
Click to expand...
Click to collapse
Just give it a go mate, if in doubt try it out lol (don't quote me on that haha)
Alright I've got one last dumb question
CdTDroiD said:
Just give it a go mate, if in doubt try it out lol (don't quote me on that haha)
Click to expand...
Click to collapse
I was just wondering if there's a chance this clock work mod thing doesn't work on my phone? I don't really know how, or where it is either... and I'd love some help with that... Thank you!
(Edit) I don't think there is a clockwork mod for my device... According to the Rom Manager app I was told to use for installing it.
Prophet968 said:
I was just wondering if there's a chance this clock work mod thing doesn't work on my phone? I don't really know how, or where it is either... and I'd love some help with that... Thank you!
(Edit) I don't think there is a clockwork mod for my device... According to the Rom Manager app I was told to use for installing it.
Click to expand...
Click to collapse
If you did what it said in the instructions *root it, cwm, install custom rom* then after installing the custom rom it has it's own cwm. turn off the phone, turn in back home and press the back and home button together at the same time and it should take you to the rom's cwm. If the phone does a factory reset by pressing the back and home button then you did the installation wrong.
But just in case I'll setup a full instruction for you.
Root your phone.
Which can be done easily, just download this and extract the files: http://www.mediafire.com/?dhdbwflnl1vknx2
once you extract the files put your phone on debugging mode which can be done by going to settings, developer mode, and click usb debug.
once you've done that connect your phone to the pc *make sure it's on charge only* wait for driver installation to finish. once that's done click root. follow instructions on the screen it shouldn't be too hard! after following instructions you should be rooted and have cwm. but to install the recovery go to your apps and find lte 2nd init recovery and then click the top button, agree to super su to use it and you're done with rooting and cwm! now. these files you were talking about, download them and put them on sd which can be done with a file manager. after they've downloaded go to the lte 2nd init and click the bottom button. it will reboot the phone and take you to cwm. While you are in cwm click on the home button to go to external which is the sd, then go to backup and restore, and click backup! this is very important. miss this step and things could go bad. Now all you have to do is follow the instructions you posted yourself and you should be done! if you need any help don't hesitate to message me. I've done this for a long time now.
Whoops forgot to add. the website IS a reliable source. Learned that cause I'm a risk taker and decided to try it out myself. and do not use rom manager or anything like that for recovery. ever. especially on phones that do not have their own recovery mode. also. the CM10 works great in my opinion! But there's a catch. for me at least. even though everything is perfect during phone calls I cannot use my 4g. which is a bad thing for me cause I need it. other than that if that doesn't bother you or anything or don't have service then knock yourself out and install the cm10!
COMPLETED) This mod worked, all things are now finished except one small issue!
So after installing the mod with some great help of someone here on this forums, I've been basically beta testing the mod for a few days. I have nearly no complaints, as almost everything works seemlessly just like you'd except the operating system to. In the end I found one single issue though, which is terribly annoying for me in specific...
My GPS isn't working, which could be one of many things other than the rom. Seeing as I only recognized It yesterday, there may be an outside reason it at random shut off. If anyone know's what can cause this, and a fix for it please comment back!
Thanks to everyone who helped with installing the mod
Check out www.unleashedprepaids.com. have whole section on lg motion custom ROMs help guides everything u need!
Sent from my LG-MS770 using Tapatalk 4
Please help me with the rom
Hey guys not sure if i am suppose to post this here but i couldnt find any where else and i couldnt find an answer with my exact problem, i installed this rom on my moms lg motion and everything went find untill i got to gapps it came up with an error inside of cwm so i just contined all the other flashes i had to do and rebooted i thought that i could just flash gapps later. But i mad a very big booboo i installed the Recovery APK for it in cm 10 i forgot all about pressing reboot and saying reboot into revocovery so i was going to try it though the Recovery APK so i installed the thing and pressed reboot and instead of taking me into recovery it takes me to a screen that says something like "mourning call error" which i dont know what means but i had to take out the battery and turn the phone back on so that worked and i got back to the home screen but i still cant install gapps so she can use all the google sevices i tried rebooting with the built in reboot into recovery (the one that you press reboot when you hold the power button) and that does the same exact thing i have no way of flashing gapps or anything else for that matter can someone please help me i have no idea what to do. everything i working on the phone but that. thank you sorry if i put this in the wrong place.
Confused my droid using this method- would love in on this thread
Sorry if I'm posting in the wrong place-punch me if I have-
I rooted my lgms770 with version f firmware- installed cwm and 2ndinit recovery (2nd init was the only known way (to me anyway) to get into cwm at the time) followed this guide ---
[LgMotion All Things root] and
[GUIDE] Unbrick OR Unroot LG Motion 4G [KDZ] - Android Forums
I am not allowed to post urls yet...sorry...its the the first google hit
I've tried multiple versions of the official LG Firmware flash, from the website, and by following this guide-
AOKP Dirty Unicorns baseless port cm10 - Android Forums Actually, its the unicorns that got me.
With no luck there. I am running Mint16, and had to run the programs through Wine of course, then tried Q4wine, and eventually tried running though Oracle VM, and finally, I wiped my ancient dell of Linux altogether and put WinXP back on it (took 2 hours, that). No cigar. And yes, I did the drivers, all in order, etc, tried again, reinstalled etc
I finally set up adb to try to get into this droid that way, but am having problems with port permissions (I'm going to guess that's on my pc's end-running Mint16)
I can access the factory reset screen (the black and white), download mode, and the battery charges on a black screen with a nice purple font, but I am still stuck in a bootloop. I've employed all known button spamming combos to get back into cwm (there is a nandroid in there somewhere)..but alas...
Help me Obi-Wan-Kenobi's..
Peach
I had the purple letters with no way to get to the factory reset screen i just used the lg online flash tool in upgrade recovery put in the imei of the phone in made sure the phone was in usb download mode then it was fixed but for some odd reason i still cant get my phone to the factory reset option. I apologize sincerely if I wasn't detailed enough if you need any clarification on it then let me know through pm or i could even send u a link to my box folder i keep the install files in.
(Also i have a one click root app for the LGMS770 So if you or anyone would like the link i would be happy to give it to you)
Sent from my MetroPCS LG-MS770 using Tapatalk

Categories

Resources