help mt3gs - General Topics

hey i rooted my mytouch slide and i dont like the rom i just want the original mytouch slide rom it came with and i dont really need the rooting anyone plz tell me how to do this

1) This should've been in the myTouch 3G Slide Q&A Section, not general. Now you know for next time.
2) Download and flash CR_OTA (found in the MT3GS Development section).
3) Use adb shell to remove su and superuer.apk (rm /system/xbin/su, rm /system/app/superuser.apk)

Related

nood root question

hi all
i have the tmobile my touch.
and i have it rooted i even loaded ]TheOfficial DONUT TMO, ADP & AOSP (dream/magic)(EBI0/EBI1) [3/4/2010]
but when i go to terminal and type su i get
access denied here1here2here3$
can anyone tell me why or how to fix...

Experienced Users - Plz Help - Remove Superuser.apk or Put Stock Back - ROGERS

I got my replacement phone and need to return the original, I already asked for help here - http://forum.xda-developers.com/showthread.php?t=827229 but didn't find mch luck
My issue is that I unrooted and the Superuser app is still there on my phone and I tried to follow the instructions
su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su
I downloaded Terminal app but I type "su" it says invalid command
I also have downloaded the Stock Rogers ROM
Can someone please please either tell me how to
1) Remove Superuser app form the Phone
OR ( better yet in your opinion )
2) Put the stock back ( but have no clue how to do this )
I have tried googling, searching but there is no simple answer and since this will be returned, I ave limited time
So any kind soul can help a fellow Captivator
Have you tried a factory data reset??
You can do that by going to settings>Privacy>Factory Data Reset.
Edit to add: How did you un-root?
Also, how did you root?
2nd edit: Per the Wiki page for your model, you can download the stock rom Here.
Hope that helps
- Factory Data Reset does not remove the Superuse App from the Phone
- I rooted the phone via SuperOneClick 1.5.3
- I unrooted via the App One Lag Fix
I already have the ROM but how do I put it back? or any other way to remove the Superuser APP
Your best option at this point is to flash the rom...
Unfortunately I don't have the file, or a rogers captivate so I can't tell you exactly how to do that.
If you have a .pit file you most likely should use odin.
If not you may need to use clockworkmod.
One of the two should work.
I just have the Rogers Stock Rom downloaded and don't see .pt file in there, I am confused all over. Will Odin3 ask me to choose a rom or it does something else
Dont use -r.
Just use rm system/app/Superuser
inningsdefeat500 said:
I got my replacement phone and need to return the original, I already asked for help here - http://forum.xda-developers.com/showthread.php?t=827229 but didn't find mch luck
My issue is that I unrooted and the Superuser app is still there on my phone and I tried to follow the instructions
su
rm -r /system/app/Superuser.apk
rm -r /system/xbin/busybox
rm -r /system/bin/su
I downloaded Terminal app but I type "su" it says invalid command
I also have downloaded the Stock Rogers ROM
Can someone please please either tell me how to
1) Remove Superuser app form the Phone
OR ( better yet in your opinion )
2) Put the stock back ( but have no clue how to do this )
I have tried googling, searching but there is no simple answer and since this will be returned, I ave limited time
So any kind soul can help a fellow Captivator
Click to expand...
Click to collapse
Root your phone again, and this time remove superuser.apk first.
Not sure how the Rogers captivate is, but you will probably have to use either this method:
http://forum.xda-developers.com/showthread.php?t=797397
or this method:
http://forum.xda-developers.com/showpost.php?p=7561524&postcount=1

Lg Optimus V development thread

Hopefully we get an lg optimus v section. But here goes something for starters.
These different posts will contain everything you need for now (i hope who am I kidding) Any ways here is my latest deodexed rom.
Features:
Completly de-odexed
new bootanimation
no virgin mobile apps
custom bootimage
new keylayout ( camera button opens the camera not focus, side voice control is power button, changed all the buttons to stop unlocking the screen except for the menu button)
Stagefright enabled
I'm preparing some final things but I wanted to get this going.
Download here
How to root the lg optimus v use one click root more coming soon
How to get into diag mode coming soon
How to install a custom recovery more coming soon
download here
Stock Rom with su and custom bootimage only
Download here
How to remove apps using adb
To me the best and free way to remove apps from your phone is via adb. Hopefully you have some familiarity with adb if not you should be good after reading this.
First open a command prompt and type
Code:
adb remount
this will allow you to do what we need to do if you have errors then you need flash one of the roms I provided.
then type
Code:
adb shell
cd /system/app
ls
this opens adb shell commands then opens the system directory and shows you whats in it. If you are using the deodexed rom you will have nothing but .apk files in there. But if you use the stock rom then you will have .apk and .odex files in there.
look through there and figure out what apks you want to delete and then type
Code:
rm whatever.*
replace whatever with the app you want to remove
for instance
Code:
rm googlevoice.*
then type
Code:
cd ..
cd ..
cd /data/data
pm uninstall com.googlevoice
this part here changes your directory to data/data and then it completes the uninstall. You may have to guess what the name is in data/data but usually it isn't that hard. Also you can't pm uninstall apps from data/data unless they have been removed from /system/app so don't be worried about removing the wrong thing.
check your phone and you should be good to go
I'm going to get one this week. Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks!
Are there any ROM & kernel pack with ext4 support?
r0bot said:
Are there any ROM & kernel pack with ext4 support?
Click to expand...
Click to collapse
Xiona is what I use
Xiona works really good, there are some forums with a stock VM rom with Xiona in it.
teki9 said:
Xiona is what I use
Click to expand...
Click to collapse
So Xiona has ext4 support?
Emergenscene said:
Xiona works really good, there are some forums with a stock VM rom with Xiona in it.
Click to expand...
Click to collapse
What ROMs support ext4 also?
not to bring up a dead threaad....but the optimus v really needs a home here at xda.
i just rooted my first. i tried to use a windows program called "romtools" found on the interwebz. this didnt work, though. so...after a little more searching...i found this out. maybe the opt can put this up in first post?
easiest way to root and install super user: run super one click root to obtain adb shell root. then...run z4root. neither of these two methods work on their own but if you do in that order...you will have root and super user installed. from there, you can flash a recovery using android terminal emulator...if your old school like that. i did.
after that you can flash the stock virgin with Xionia kernel and bloatware removed. get setcpu..overclock it. whatever. door is open.
hope this helps! trying to get some thank you points on the board.
back again to try to keep this thread a little bit up to date til SOME1 NOTICES THAT THIS PHONE EXISTS.
for those having the "Cell standby" battery bug....
whats that? go to setting>about phone > battery usage> if cell standby is at anywhere near 50% or over...you have this bug. antenna constantly scans even with a connection...
plugg phone into charger. toggle airplane mode. unplugg. this will clear your battery stats and will properly connect you. check your setting to see if your usage goes down.
there also seems to be a problem wil gallery. the app opens but displays nothing. no albums or anythinng. its like it cant read the sdcard. only thing i can say to do is install a 3rd party pic viewer and trash 3d gallery.
hope this helps you guys.
Awesome, thanks for this. I currently have CM7 on my Optimus V, but for some reason I can't use any adb commands with it. I can with this. Sorry if this is the wrong place to post it, but I'm still a new member. Anyone know a way to get adb working?
hey did you guys ever figure out diag mode for the Optimus V? its not like the the other Optimus devices and ive tried every key combo my little brain could come up with....im trying 2 connect it 2 QPST or CDMA..

ROM LG Optimus Net LG L45C Only

READ ME FIRST!! USE AT YOUR OWN RISK!! I and/or XDA are not responsible if this bricks your phone!!! If this transforms your phone into a decepticon and shoots your eye out...
OK....what a few months its been...sorry guys been out of commission...car wreck...
Had to start over...so here we go..
First...You must be rooted...if not google it..
install your favorite root file explorer
install your favorite term emulator
ok got that...now the good stuff..
download http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v6.0.1.2.zip
or http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v5.0.28.zip
this is the cwm recovery 6.0.1.2 compiled from source by me...it is only for the L45C...Cant stress that enough...had to make changes to graphics from source to get it to work...
also the v5.0.28 recovery because as of now v6.0.1.2 has no sdcard partioning support because it is new.
you can choose which you like best...
put on root of your sdcard ...
make sure the file name is recovery.img
now download http://dl.dropbox.com/u/56403887/flash_image.zip
this is the flash_image file to to flash the recovery..
unzip it should have the name flash_image
use root explorer to copy the file to /system/bin
open term emulator get su rights and cd to /system/bin and type chmod 0755 flash_image
now cd back to /
still with su rights type flash_image recovery /sdcard/recovery.img
if no output... wahoo.... if you get error start over
dont reboot yet...
go to playstore and download a app called Quick Boot its free and handy you want have to hold buttons to reboot into recovery..
ok...now the moment of truth run quick boot and choose recovery...you should get a su ask from superuser grant it....phone should reboot into cwm recovery...if it did... wahoo... you now have cwm
keymap is fixed and is like this.... search button to select.....return button to return..home button to scroll..
way better than before,,,to me any way...
still will get error about bad boot message but i will fix later it don't affect anything..
Here is the stock rom , rooted , busybox , http://dl.dropbox.com/u/56403887/Stock_L45C_Rom.zip
Here is the stock recovery also http://dl.dropbox.com/u/56403887/L45C_Stock_Recovery.zip
i am at present working on kernel...for cm7...
Give thanks to Koushik for CWM...And to TWO.BIT.CODER for all the help...Thank You...
Reserved
Hey ICE.....Is it suitable for Optimus Net P690 in India.....?????
Does this support custom themes?
p690f can't get qtadb to link phone/PC
Hi
I am stumped, as a complete novice to smart phone/linux.
At present my status is:
1. Phone is rooted, so I was able to get this done from my PC.
2. Now I have copied the recovery.img & flash.img to SD card.
3. I have Terminal emulator on phone &/or Sd card.
4. When in USB storage is activated & connected to PC, I can see all the files but on terminal emulator.
5. I have Qtabd on my PC but it will not 'see' my phone either in USB storage activated or not activated or in debug mode.
6. When debug mode activated, USB storage is deactivated. Seems both not able to be on.
7. In one of the XDA threads there was mention of 'demounting' the sd card so have also tried that in same combinations of SD/ debug.
I have been trying to sort this out on another forum but seems there is more info available on here.
I am having a huge problem tying to get Recovery working direct on the phone, mainly due to my inexperience on these devices, I am very happy to learn if pointed in right direction. Of course my concern also is not to brick the phone!!
Any assistance or links to suitable areas appreciated.
Whoops seems I posted on wrong thread, thought it was the similar one for P690, applogies.
WaHooo
I managed to finally get recovery activated using the terminal emulator on the SMALL screen of my phone!!
However I would still very much appreciate sorting out Qtadb connection as I am sure sometime in the future I will need to do some additions/deletions to my p690.
So, any info etc will be appreciated.
For any other Newbies who may see this,
1. To copy from a browser text long touch at start/end of text, then drag to high light.
2. To copy, touch highlighted area, you should get a message 'copied to clipboard'. To cancel, if you make a mistake like I made MANY touch some where else on screen.
3. With Terminal emulator started, (P690), after entering 'su' tap touch screen to bring up keyboard and select 'return/enter key'. This gives you Super User.
Long touch screen brings up menu withe 'paste',select.
4. To toggle back to browser, to same screen you were working on, hold down second key on bottom. This will bring up all the recent icons for what you were working on, select 'browser'. Continue copy line by line.
5. To toggle back to emulator, long press 2nd from left key & select emulator.
Hope this assists someone.
The p690 and this phone are not the same. This phone is from Net 10, idk about the p690, but this phone is. This one is also cdma. I think the p690 is gsm. They are NOT cross compatible. I'd brick my phone if I used a p690 rom.
sorry guys been working on code....
oldfella2... spark is right... this is for l45c on net10 or tracphone...only...the p690 is diff...there is a thread here on that phone...spark you can coustom theme. I haven't yet but I don't see why not...
I have been able to unlock bootloader and to fix cwm recovery for this phone..will post it here later this week...also been testing cm7....but I can't seem to find wifi bug... it drops and reconnects const...
lce67 said:
sorry guys been working on code....
oldfella2... spark is right... this is for l45c on net10 or tracphone...only...the p690 is diff...there is a thread here on that phone...spark you can coustom theme. I haven't yet but I don't see why not...
I have been able to unlock bootloader and to fix cwm recovery for this phone..will post it here later this week...also been testing cm7....but I can't seem to find wifi bug... it drops and reconnects const...
Click to expand...
Click to collapse
dude! if you can get cyanogen working i will be forever in your debt
Update please
Hi there. Been crack flashing my phone for a while and finally got my wife's phone rooted today.
Just wondering if anyone has had any luck flashing a custom recovery yet (eg CWM or Amon Ra)? If so, please post a guide. As I have been unable to find anything using my Google-fu.
Also, all your links were removed. So other than hinting at a solution. This thread is zero help.
Thanks in Advance!
My Phone: HTC Evo 4G (flashed to Cricket)
Wife's Phone: LG Optimus (LGL45C)
I have a question regarding etc..... Does your rom include a tun.ko file and if not do you know of anyone or anyway to run openvpn/droidvpn or just changeing kernels would be nice...
I can't root.
I have an L45C with 2.3.4 on it and it just won't root. I have tried: Gingerbreak, z4root, and unlock root, none of them worked. I tried gingerbreak a few times at day, and all night as I slept, but my phone just isn't rooting!
If any of you have gotten root please do tell me how.
no updates yet?
Can someone please post a link to this ROM? I had it but can't find ir and I need it bad, phone is semi-bricked and I have a corrupt backup. PLEASE!!
Regards,
rast4man
request fulfilled
Request fulfilled
lce67 said:
READ ME FIRST!! USE AT YOUR OWN RISK!! I and/or XDA are not responsible if this bricks your phone!!! If this transforms your phone into a decepticon and shoots your eye out...
OK....what a few months its been...sorry guys been out of commission...car wreck...
Had to start over...so here we go..
First...You must be rooted...if not google it..
install your favorite root file explorer
install your favorite term emulator
ok got that...now the good stuff..
download http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v6.0.1.2.zip
or http://dl.dropbox.com/u/56403887/L45C_CWM_Recovery-v5.0.28.zip
this is the cwm recovery 6.0.1.2 compiled from source by me...it is only for the L45C...Cant stress that enough...had to make changes to graphics from source to get it to work...
also the v5.0.28 recovery because as of now v6.0.1.2 has no sdcard partioning support because it is new.
you can choose which you like best...
put on root of your sdcard ...
make sure the file name is recovery.img
now download http://dl.dropbox.com/u/56403887/flash_image.zip
this is the flash_image file to to flash the recovery..
unzip it should have the name flash_image
use root explorer to copy the file to /system/bin
open term emulator get su rights and cd to /system/bin and type chmod 0755 flash_image
now cd back to /
still with su rights type flash_image recovery /sdcard/recovery.img
if no output... wahoo.... if you get error start over
dont reboot yet...
go to playstore and download a app called Quick Boot its free and handy you want have to hold buttons to reboot into recovery..
ok...now the moment of truth run quick boot and choose recovery...you should get a su ask from superuser grant it....phone should reboot into cwm recovery...if it did... wahoo... you now have cwm
keymap is fixed and is like this.... search button to select.....return button to return..home button to scroll..
way better than before,,,to me any way...
still will get error about bad boot message but i will fix later it don't affect anything..
Here is the stock rom , rooted , busybox , http://dl.dropbox.com/u/56403887/Stock_L45C_Rom.zip
Here is the stock recovery also http://dl.dropbox.com/u/56403887/L45C_Stock_Recovery.zip
i am at present working on kernel...for cm7...
Give thanks to Koushik for CWM...And to TWO.BIT.CODER for all the help...Thank You...
Click to expand...
Click to collapse
DUDE! Thanks a TON! Now I can get my phone working again! Sorry to hear about your wreck and I wish you a speedy recovery! Thanks again!
Regards,
rast4man
ROM/Recovery LGL45C
What are the results of flashing this recovery? Was it successful to flash as I have a backup for the phone that I have made thankfully.
results are great. For what little ROM development, this is the best we have. Its just a ClockworkMod recovery image and then a rooted ROM. I'm still using it to this day and with all the apps and tweaks I've added, this phone rocks!!
My only complaint is I'm running out of internal space so I need to figure something out with that. Maybe I will try to re-partition my card to ext4 and try to increase internal memory by like 100mb. Apps2SD only goes so far sadly. I'm also going to try to put Team Win recovery on after I make sufficient backups. Let me know if I can help.
Regards,
rast4man
rast4man said:
results are great. For what little ROM development, this is the best we have. Its just a ClockworkMod recovery image and then a rooted ROM. I'm still using it to this day and with all the apps and tweaks I've added, this phone rocks!!
My only complaint is I'm running out of internal space so I need to figure something out with that. Maybe I will try to re-partition my card to ext4 and try to increase internal memory by like 100mb. Apps2SD only goes so far sadly. I'm also going to try to put Team Win recovery on after I make sufficient backups. Let me know if I can help.
Regards,
rast4man
Click to expand...
Click to collapse
I was able to install the CWM Recovery to the phone just fine. Realized what I was doing incorrectly. Now to test the only ROM's that I know of that are available for the Q from Area51. Are there anymore ROM's being developed. The L45C is not a bad phone, just needs more lightweight ROM's to work with it.

Unrooting Mytouch 4g

I used this method to try and unroot my mytouch 4g: http://forum.xda-developers.com/showthread.php?t=863899 (it's the most popular way to unroot as some say)
1. Copy PD15IMG.zip and "part7backup-whatevernuberitscalled.bin" to the root of your sdcard
2. Connect your phone to your computer and navigate to your sdk folder then type adb push gfree /data/local
3. Open up terminal emulator or adb shell and type "su" press enter to get root privileges.
4. Type "cd /data/local" and hit enter
5. Type "chmod 777 gfree" and hit enter to make the program executable.
6. Now type "./gfree -f" press enter to run gfree again. It will disable wp on the emmc and remove the brq filter in the kernel. (as well as make another backup. delete this)
I'm stuck on step 6. I typed ./gfree -f but as it runs on my terminal emulator, it ends up saying modile failed to load: No such file or directory.
Can someone please help?
http://forum.xda-developers.com/showthread.php?t=924923
Maybe This May Help
-----------------------------------------------------
Press Thankx
I've already tried that link. The download link for the zip file just shows a FBI Anti-Piracy warning and there is no zip file to download.
For an issue such as this, your best bet is to get assistance in the forum that is specific to your device.
TeeJay3800 said:
For an issue such as this, your best bet is to get assistance in the forum that is specific to your device.
Click to expand...
Click to collapse
I would but I don't have enough posts in order to post threads whereever i want. I just want to unroot my phone. Is that so much to ask?
jyeom10 said:
I would but I don't have enough posts in order to post threads whereever i want. I just want to unroot my phone. Is that so much to ask?
Click to expand...
Click to collapse
You can still post in the MT4G General and Q&A sections, or better yet, search there as I know issues like this have been covered many times before. No need to get snippy after being offered friendly advice. It's unlikely that anyone with MT4G-specific knowledge will come across this in the General Q&A section.
TeeJay3800 said:
You can still post in the MT4G General and Q&A sections, or better yet, search there as I know issues like this have been covered many times before. No need to get snippy after being offered friendly advice. It's unlikely that anyone with MT4G-specific knowledge will come across this in the General Q&A section.
Click to expand...
Click to collapse
I apologize for being snippy. I've just been at this problem for so long and I'm sick of this phone.
There is a space between ./gfree and -f
maybe that might help
and make sure you have not put the files in any folder

Categories

Resources