[MOD][How to] CWM On Every Boot w/GPS Working - Motorola Atrix 2

CWM ON EVERY BOOT WITH GPS WORKING
What Is This??
This is a mod to achieve ClockWorkMod Recovery on Every reboot/boot with a fully functioning GPS. So far this is the only method to have CWM On boot without breaking GPS.This methos uses IBMc PowerBoost 2.0.​
Things you will need:
1. Jrummy16's BusyBox Installer (download on market)
2. Download PB-2dot0_final.zip and place on sdcard
3. Terminal Emulator (download on market)
INSTRUCTIONS:
Step 1. Reboot into CWM using Atrix Bootstrapper and
Step 2. flash PB-2dot0_final.zip and reboot
Step 3. Once rom loads up , uninstall AtrixBootstrapper or set permissions in SuperUser for it to "denied" (i would uninstall AtrixBootstrapper after quickly setting to deny,you wont need it)
Step 4. Download Jrummy16's Busybox Installer from market,open it,and click install. You want to install latest 1.19 Busybox over 1.17 that you probably have. looks like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 5. Open Terminal emulator and type the following one line at a time,hitting ENTER after each line is typed:
su
mount -o rw,remount /dev/block/mtdblock3 /system
chmod 755 /system/xbin/powerboost
powerboost
now you should see this:
Step 6. It will ask you if you want it to install Jrummy16's BusyBox Installer,just type N for "No" and hit enter as we already installed this.
Step 7. Now it will Prompt you to select a number. type in 5. "CWR On Every Boot"
Step 8. After "Installation Complete" only takes about 2 seconds, you will type 8 for a Reboot,and type Y for yes.
Step 8. Enjoy!
If you like my work,hit the thanks button,if not,hit the back button : P
If you plan on using this in your projects all i ask is for you to simply credit me in your OP.
CREDITS: BMc08GT (creator of the PowerBoost Script)

You are the man!
Thanks....cant hit the button on my mobile app but will when i get to my pc.
So terminal emulator, can that always be used to push adb commands?
Sent from my MB865 using XDA App

916x10 said:
You are the man!
Thanks....cant hit the button on my mobile app but will when i get to my pc.
So terminal emulator, can that always be used to push adb commands?
Sent from my MB865 using XDA App
Click to expand...
Click to collapse
yes and no, for apks i run adb from pc otherwise u run into problems.

Does this also fix the battery issue where it won't turn on or charge from 0%?
Sent from my MB865 on lfaber06's Supercharged ROM V 5, Update 2

You're my hero today. Ha! Thanks for this...

Out of curiosity... Does this work with PB 2.5 as well?

This is great, thanks a lot rdavisct!

Edit: Nevermind, figured it out.
Sent from my MB865 using xda premium

Question
Question. Does the bug still exist wherein the battery discharges completely and the phone is unable to regain a charge with CWM on Recovery script installed? I haven't personally experienced this because I've never let my battery drain. I've seen it posted in another thread.
http://forum.xda-developers.com/showthread.php?t=1543792&page=12

KEB64 said:
Question. Does the bug still exist wherein the battery discharges completely and the phone is unable to regain a charge with CWM on Recovery script installed? I haven't personally experienced this because I've never let my battery drain. I've seen it posted in another thread.
http://forum.xda-developers.com/showthread.php?t=1543792&page=12
Click to expand...
Click to collapse
Yea thats his phone.not a roms doing
Sent from my MB865 using XDA

rdavisct said:
Yea thats his phone.not a roms doing
Sent from my MB865 using XDA
Click to expand...
Click to collapse
So to answer ur question no,u have nothing to worry about
Sent from my MB865 using XDA

Oh I thought it was a cwm on recovery exclusive bug. BTW, congratulations on inheriting ifaber's work. I'm looking forward to V6. V5 is one of my favorites.
Sent from my MB865 using XDA

I can't get the script to stick. After I do the setup and reboot, I boot into CWM like it should, but once I power off and boot again it just boots normally. I followed the directions exactly, and tried the process again, but the same results.
I assume it's because I'm not creating this script where it wants to go. Any advice or help? Thanks
I should note that I'm on stock 3.6 and have only rooted and installed the bootstrapper previously.

41rw4lk said:
I can't get the script to stick. After I do the setup and reboot, I boot into CWM like it should, but once I power off and boot again it just boots normally. I followed the directions exactly, and tried the process again, but the same results.
I assume it's because I'm not creating this script where it wants to go. Any advice or help? Thanks
I should note that I'm on stock 3.6 and have only rooted and installed the bootstrapper previously.
Click to expand...
Click to collapse
Sounds like you are not mounting the /system first. Make sure u type it exactly in terminal emulator as i posted before running powerscript like so "mount -o /dev/block/mtdblock3 /system" without the quotes
Sent from my MB865 using XDA

Does the removal script work with this setup?
Sent from my MB865 using XDA

rdavisct said:
Sounds like you are not mounting the /system first. Make sure u type it exactly in terminal emulator as i posted before running powerscript like so "mount -o /dev/block/mtdblock3 /system" without the quotes
Sent from my MB865 using XDA
Click to expand...
Click to collapse
I typed it just as it is, and even done it in adb shell with copy and paste, but it would never create the init.d folder or the 99cwr script. So I opened root explorer to see what was going on. The system was mounted as rw, but it just wouldn't create it. So I made the init.d folder myself and ran powerboost again and it created the 99cwr script, but still, normal bootup. I guess it needs to be called during boot or whatever, but idk where to set that. Any suggestions or advice? Thanks

41rw4lk said:
I typed it just as it is, and even done it in adb shell with copy and paste, but it would never create the init.d folder or the 99cwr script. So I opened root explorer to see what was going on. The system was mounted as rw, but it just wouldn't create it. So I made the init.d folder myself and ran powerboost again and it created the 99cwr script, but still, normal bootup. I guess it needs to be called during boot or whatever, but idk where to set that. Any suggestions or advice? Thanks
Click to expand...
Click to collapse
It's because the stock ROM doesn't have init.d support. Flash this then try again.

Nice! That was it. Everything works as it should now. Thanks

cogeary said:
It's because the stock ROM doesn't have init.d support. Flash this then try again.
Click to expand...
Click to collapse
Sorry. Read too fast.assumed you were already had init.d support
Sent from my MB865 using XDA

i still can't get it to work..me also have the same problem as @41rw4lk,but after i flash the init.d file I still cannot get it to work:'(
stock rooted 2.3.6
---------- Post added at 07:00 PM ---------- Previous post was at 06:33 PM ----------
sorry a noob question, where do i need to install the busybox? system/bin or system/xbin

Related

Dark Tremor's Apps2sd

I DO NOT TAKE ANY CREDIT FOR THIS JUST HELPING THOSE WHO WANT TO USE dtapps2sd​
I have seen alot of people asking where to get dtapps2sd on various ROMS so I am posting a Link.​
http://www.facebook.com/note.php?not...58809660835039
Instructions:
-Download dark tremors apps2sd and place it on the Root of your SD Card
-Boot your phone into Recovery *Power Button + Volume Down*
-Select Install zip from SD
-Flash dtapps2sd-2.7.5.3-beta04-signed.zip
-Reboot Phone
-Open up terminal Emulator (if you dont have it get it from the market its free)
-In Terminal Emulator type su *make sure its in lowercase* hit Enter
-Type in a2sd reinstall, your phone will reboot
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd datasd and let it run and reboot.
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd cachesd and let it run and reboot.
-*Optional once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd cachedata and let it run and reboot.​
You will then notice a major difference in Internal Space.​
After I ran those 4 commands I have 222MB Used and 206MB Free
If this has helped you all I ask is you please hit the thanks button​
http://forum.xda-developers.com/showthread.php?t=715938
I was just looking 4 this
Thanks for making this available for others, I just happens to come to get the link from the Bliss Rom.
lithid-cm said:
http://forum.xda-developers.com/showthread.php?t=715938
Click to expand...
Click to collapse
Hey Thanks Lithid.. I did a search for dta2sd and dtapps2sd and Dark Tremor and it either brought up nothing found or threads of u stalking about it.
If a Mod can delete this thread that would be cool
---------- Post added at 02:04 PM ---------- Previous post was at 01:53 PM ----------
The Rubenator said:
Thanks for making this available for others, I just happens to come to get the link from the Bliss Rom.
Click to expand...
Click to collapse
no problem, I myself hated searching thru threads looking for the download link. I couldnt find the actual post using Search and posted it up here.. Lithid did bring it to my attention though the actual link for the Script which is awesome so im hoping a mod can delete this thread and maybe make that script a sticky as it is very very useful and I know as more people will want this script
Elw00d said:
Hey Thanks Lithid.. I did a search for dta2sd and dtapps2sd and Dark Tremor and it either brought up nothing found or threads of u stalking about it.
Click to expand...
Click to collapse
Really?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd datasd and let it run and reboot.
Click to expand...
Click to collapse
In my experience, I'd recommend not moving data to SD: many users have noticed performance suffers when doing this. You'll gain plenty of space just moving apps and dalvik, it may not be worth the hit to move data as well.
Also, I think you left out a key step: for this to work, you have to partition your SD card beforehand--might include that in your guide. I do this from AmonRa recovery (32mb cache, 2048mb ext2, then convert ext2 to ext3, then flash everything.)
I don't know if this thread will get removed in favor of the older one, but in case anybody else stumbles in here, it's worth having these points noted, imo.
edit to add: complete setup guide here (post#2 in the dtapps dev thread)
http://forum.xda-developers.com/showpost.php?p=7021325&postcount=2
lithid-cm said:
Really?
Click to expand...
Click to collapse
lol I never thought to use Google
I used the search on this forum. Why didnt I use google to search? Honestly I have no clue I just wasnt thinking properly. Well I kind of was thinking correct as this Forum does have its own Search Function, but apparently it doesnt bring up anything when you type in a2sd or dta2sd
Elw00d said:
lol I never thought to use Google
I used the search on this forum. Why didnt I use google to search? Honestly I have no clue I just wasnt thinking properly. Well I kind of was thinking correct as this Forum does have its own Search Function, but apparently it doesnt bring up anything when you type in a2sd or dta2sd
Click to expand...
Click to collapse
I have never used this search function. Doesn't compare to googles!
lithid-cm said:
I have never used this search function. Doesn't compare to googles!
Click to expand...
Click to collapse
that is correct, I have tried to search lots of things pertaining to ROMS and it doesnt help me at all.. I went to Google and Damn wouldnt you know it brings what im looking for up within seconds.
Thanks again for reminding me GOOGLE = my FRIEND!!!!
Will this work with CM7?
Sent from my Evil EVO
tinpaul said:
Will this work with CM7?
Sent from my Evil EVO
Click to expand...
Click to collapse
I use simple2ext (s2e) with CM7. It's an app that handles the script for you, simpler and with a nice GUI (you still have to partition SD yourself beforehand.) Same dev has another nice app called FreeSpace that you might want to check out as well.
https://market.android.com/details?id=ru.krikun.s2e&feature=search_result
Thanks for the info.
Sent from my Evil EVO
Ok so i followed all the steps to partition and then flashed the latest zip and rebooted. Now i cant find most of my apps which i presume to be on the partitioned part of my SDcard. My question is how do i get to them to use them? i tried redownloading TB so i could reinstall but that doesnt even show up in my apps drawer. Could someone explain to me where i went wrong and I apologize if this has already been mentioned. I did do a thread search and could not find the info I was looking for...
Im running Synergy RLS1 if that makes a difference with stock kernel.
Do I need to do this everytime I install new apps or do I just need to reboot my phone and it will work automatically?
Sent from my PC36100 using xda premium
Invalid command?
ok everything worked but "a2sd cachedata" it says invalid command?
Hey brother,i love this mod,i was definitely having memory problems before i installed this.Excelent work.There is a little app that was developed to help people that don't know how to use ADB.... A2sdgui and heres the flashable zips.. Flashable Zip
7DSINS said:
ok everything worked but "a2sd cachedata" it says invalid command?
Click to expand...
Click to collapse
I don't think that one is valid anymore but was used on the older versions. Here are all the current commands...not sure if you are trying to move cache or data. "nocache" moves it to internal storage and nocacherest will move it as well as rebuild davik on reboot....cachesd moves to sdcard
http://www.facebook.com/note.php?note_id=158826790833326
Sent from my PC36100 using Tapatalk
can you convert ext 3 to ext 4 after everything is installed or will it wipe the SD partition and mess up my rom install?
Here's a link to a gui interface for a2sd. To really use this you need a class6 sd and sd speed increase from market.
http://forum.xda-developers.com/showthread.php?t=991684
Contains a complete write up on usage of a2sd.
Been using it for over a year. Since day one of my root. 700 mb ext partition.
Or maybe give this a shot too?
http://therootofallevo.com/2011/04/10-step-guide-properly-set-darktremors-a2sd/

[HOWTO] Root the Atrix 2(Updated for 2.3.6 FINALLY)

First: I'd like to make it clear I am not claiming this process as my own. This method was created by p3droid over at the MyDroidWorld Forums. I am not a dev, just someone compiling information.
Second: This root method is originally intended for the Droid Bionic and I take no responsibility if this bricks your phone.
Third: This root was discovered by JRW 28 So give him some love with that thanks button.
If you are on 2.3.6:
Install the OTA and upgrade your phone to 2.3.6
Download the 2.3.6 root zip from HERE
Make sure you have the right drivers installed then connect your phone to your PC.
Unzip the file and then double-click "Click-To-Root.bat".
Refer to the trouble shooting step bleow the 2.3.5 method if you are unable to attain root!
If you are on 2.3.5:
Root: I used the Lazy One Click and it worked perfectly, others have had success with the full manual method.
I am a manual man, I don't use 1 clicks so I will post this the only way I know how...
Download the follow file: it contains the exploit, su, Superuser
Download exploit ---> Exploit.zip
1) Unzip contents of folder to your Desktop
2) open a command terminal and navigate to the folder (cd Desktop/Exploit)
3) type the following commands
---> adb push zerg /data/local
---> adb push su /data/local
---> adb push Superuser.apk /data/local
---> adb shell
---> cd /data/local
---> chmod 777 zerg
---> ./zerg
4) Wait for the root to be gained
5) type the following commands
---> adb shell (only type this if you are no longer in [email protected])
---> mount -o rw,remount /dev/null /system
---> cat /data/local/su > /system/bin/su
---> cat /data/local/Superuser.apk > /system/app/Superuser.apk
---> chmod 4755 /system/bin/su
---> chmod 4755 /system/app/Superuser.apk
---> reboot
********************************
Windows Version
For the lazy I made you a 1-click ---> 1-click-exploit.zip
Click to expand...
Click to collapse
Original Thread on MyDroidWorld: http://www.mydroidworld.com/forums/...-your-phone-back-upgrade-path.html#post106072
Important for those using Oneclick:
1.Extract the files from 1-click_exploit.zip.
2.Enable USB debugging. Do so by going into your settings, then to applications, then to development.
3.Set your connection type to charge only. You can change your connection type through the notification bar once your are connected.
4.Make sure you go to Settings, Applications, and check Unknown sources if you haven't done so already.
5.Click runme.bat while your phone is connected. Be patient and let the program do it's thing. YOUR PHONE WILL REBOOT! Do not be alarmed as this is normal. Your phone should now be rooted.
Cheers!
If runme.bat hangs after daemeon starts:
1.First make sure you have USB Debugging, Unknown Sources, and Charge only connection enabled
2.If none of these options work, uninstall your drivers and download and install one of these:
Driver-wise:
Try this if on 32-bit:http://www.mediafire.com/?71c12qc4a1svqza
And this for 64-bit:http://www.mediafire.com/?ysphmaz131d3an9
Proof of Root:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a terminal screen showing the Atrix 2 (Codenamed Edison, look it up if you must) accessing root.
Anyone else try?
I'll be uploading a terminal screen in a second accessing root.
Sent from my MB865 using XDA App
Yea I have it working and full SU Access. No wonder the computer doesnt have access to the phones internal memory it is by default set as r/o...Im gonna change it to R/W and see if that changes anything other than allowing R/W access. And after trying notta still only SD Card access like I thought, I assume there is some sorta setting we can edit though. At least that is my assumption. I used the One Click method Worked flawlessly on my device and Very Simple.
built in wifi tether
http://forum.xda-developers.com/showthread.php?t=1160452
this method also works for the Atrix 2
Thanks for the tip!
Sent from my MB865 using XDA App
malickie said:
Yea I have it working and full SU Access. No wonder the computer doesnt have access to the phones internal memory it is by default set as r/o...Im gonna change it to R/W and see if that changes anything other than allowing R/W access. And after trying notta still only SD Card access like I thought, I assume there is some sorta setting we can edit though. At least that is my assumption. I used the One Click method Worked flawlessly on my device and Very Simple.
Click to expand...
Click to collapse
How do you root the phone using the one click method? I've downloaded the zip and extracted it. Do I just connect my phone and then click on the runme.bat? When I connect my phone, any special instructions there or just connect it as if i was going to charge it, then enable usb debugging? Please clarify. Thanks.
Enable USB debugging. Then connect your phone to the computer. In the notification area, click on "USB connection" for more options. Click charge only.
Then double click on runme.bat
Follow instructions. Be patient while phone reboots. It will say (in the command prompt window) you have successfully rooted when it's all done.
It's schweet.
loderjm said:
Enable USB debugging. Then connect your phone to the computer. In the notification area, click on "USB connection" for more options. Click charge only.
Then double click on runme.bat
Follow instructions. Be patient while phone reboots. It will say (in the command prompt window) you have successfully rooted when it's all done.
It's schweet.
Click to expand...
Click to collapse
Thanks for clarifying, worked like a charm! Let the developing begin!!!!
yes it works!!! Thank you so much
Updated/clarified the oneclick method.
Sent from my MB865 using XDA App
So, what's the next step? Do we have to get the BL unlocked in order to get a Recovery installed or what?
Contact a admin and let him know you got some development so you'll get a thread
Sent from my MB860 using xda premium
Requesting this thread be moved -
http://forum.xda-developers.com/forumdisplay.php?f=1376
If you read at the end of my original post I document what I've tried. If your really adventurous you may want to try the bionic bootstrapper but it may brick your phone... I haven't tried that yet, though the similarities between the atrix2 and the bionic lead me to believe it may work.
Sent from my MB865 using XDA App
Calundle said:
Requesting this thread be moved -
http://forum.xda-developers.com/forumdisplay.php?f=1376
Click to expand...
Click to collapse
Thread Moved.
Yes i have tested and it works perfectly.
my only question is which CMW do we flash?
rinnycoop121 said:
Yes i have tested and it works perfectly.
my only question is which CMW do we flash?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1328434
Right now we don't have a CWM of our own to flash. There is a possibility of flashing the Bionics bootstrap recovery but we don't know what the circumstances are gonna be. Someone could result in a bricked A2, what we need is some development help right now
JRW 28 said:
Right now we don't have a CWM of our own to flash. There is a possibility of flashing the Bionics bootstrap recovery but we don't know what the circumstances are gonna be. Someone could result in a bricked A2, what we need is some development help right now
Click to expand...
Click to collapse
i have tried Bionic and Atrix 4G but no good.
wil lnot boot into recovery
---------- Post added at 07:25 PM ---------- Previous post was at 07:23 PM ----------
ok just noticed something, upon running market been getting random restarts.

[MOD]Notification toggles [62][58][42]

Here it is guys, the notification toggle mod for our phones!
I've ported this mod from the X10's T.E.A.M. ROM with awesome help by pvyParts!
This port is bug free and based on the original 4.0.2.A.0.42 SystemUI.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Let the theming begin!
I already adapted this mod in my Samsung Galaxy S II theme!
Will this work on your htc sense theme?
Sent from my R800i using XDA App
Cat_On_Droid said:
Will this work on your htc sense theme?
Sent from my R800i using XDA App
Click to expand...
Click to collapse
I could make it for my sense theme, but dont know what icons to use
Stupid newb question... how do I install this?
thomassafca said:
I could make it for my sense theme, but dont know what icons to use
Click to expand...
Click to collapse
Well you can try sniping out at the htc forums, but will this work with your theme?
Sent from my R800i using XDA App
Will this work on stock 2.3.4 rooted but locked bootloader + can I have some instructions ; I dont mind adb etc...
EDIt- tried adb install but it doesn't have a certificate =/.
Would not install :-(
Sent from my R800i using XDA App
wrong info.
can you make a step by step installation?
thanks.
opdrago said:
can you make a step by step installation?
thanks.
Click to expand...
Click to collapse
You just need full root acces. Take a look at the dev section.
Cat_On_Droid said:
You flash this in recovery, you need an unlocked bootloader to do this
Sent from my R800i using XDA App
Click to expand...
Click to collapse
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
the file needs to go in system/app and cant be installed like a regular apk.
and you don't need an unlocked bootloader, just full root access
doubleluckstur said:
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
and you don't need an unlocked bootloader, just full root access
Click to expand...
Click to collapse
thanks, i edited my other posts
Hi!!
Please, this mod for 2.3.3 (4.0.A.2.368)?
Thank you so much!!!!
i manage to install it and it works just fine, better than the source.
my question is can you make the icons in the systemUI.apk like the GB MIXER PLAY v10 THEME
THANKS.
doubleluckstur said:
You cant flash this through recovery because its not a zip file. Best thing to do is get a program like androidcommander and copy the file over manually. (the program does the adb commands for you)
the file needs to go in system/app and cant be installed like a regular apk.
and you don't need an unlocked bootloader, just full root access
Click to expand...
Click to collapse
Sorry,but could you explain further? I have root, and copy file to system/app wit root explorer, and cant install it...And I lost system bar now...Any help?
I can't get this to work either.
Androidcommander says I don't have root access even though I'm rooted, and the FAQ infers that I'll have to wipe my phone completely with a new flash and a modified boot.img to get Root Access (which would also require me to learn about editing ROM images).
I did get Busybox though, and I backed up my SystemUI.apk from before... after killing it off from the system/app folder I noticed I can at least restore the old one by installing it as a normal application... but getting this new one simply hasn't been working for me.
Ugh... patience is wearing thin.
sportfisio said:
Sorry,but could you explain further? I have root, and copy file to system/app wit root explorer, and cant install it...And I lost system bar now...Any help?
Click to expand...
Click to collapse
follow that:
http://forum.xda-developers.com/showthread.php?t=1207310&highlight=install+in+recovery&page=2
Boom, sweet victory! I got it working... just had to drive myself near insanity with Android Terminal Emulator.
Added BusyBox to the list of SuperUser Access apps, got Terminal Emulator from the Android Market, moved the SystemUI.apk to the root of my SDCARD and entered the following commands:
su
cd /sdcard/
mount -o remount rw /system/ (somehow [mount -o remount,rw /system/] didn't work because of the comma)
cp -f SystemUI.apk /system/app
...and now I can do something I've been wanting to do for ages... NotificationToggle... get the **** off my system
Got it to work through insecure adb...What i did was install insecure adb via the apk (this cuases your phone to reboot after installing) , typed in "adb remount" in cmd and the simply used this command: adb push SystemUI.apk /system/app/SystemUI.apk.
NOTE - You will have to put the system ui.apk into the same folder as adb and browse to that folder using command prompt.
I'm fairly new to this stuff so no idea if what I did is correct...BUT it is working for me now
opdrago said:
follow that:
http://forum.xda-developers.com/showthread.php?t=1207310&highlight=install+in+recovery&page=2
Click to expand...
Click to collapse
Thanks, that guide finally worked.
Awesome mod, is a MUST!!

[Recovery] CWM 5.0.2.8 - Yummy Chocolate mod

This is CWM 5.2.0.8.
I was pissed the other day when a blackout happened, I could hardly use the recovery because I couldn't see the keyboard. This won't happen will that version, as I light on the keyboard.
ALso I changed the colors to a nice gradient.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download: recovery-5028-4-chacha.img
how do i flash into my chacha? any zip format available?
Initially I couildnt understand your point, do the keys not light up on the other cwm then?
Never noticed!
sent usin' tapatalk innit.
qbert456 said:
Initially I couildnt understand your point, do the keys not light up on the other cwm then?
Never noticed!
sent usin' tapatalk innit.
Click to expand...
Click to collapse
No they don't light up in other recoveries.
Updated your first post again.
This is CWM 5.2.0.8.
I was pissed the other day when a blackout happened, I could hardly use the recovery because I couldn't see the keyboard. This won't happen will that version, as I light on the keyboard.
ALso I changed the colors to a nice gradient.
Download: cwm-5028-chacha.img
e.japonica said:
how do i flash into my chacha? any zip format available?
Click to expand...
Click to collapse
Place the recovery on the root of your SD card, rename to recovery.img, then type the following in terminal emulator:
su
flash_image recovery /sdcard/recovery.img
Sent from my HTC ChaCha A810e using Tapatalk
i try to flash it, but the Terminal-Emulator always sais:
mount: Device or Resource busy
What can/should i do?
Erm, disconnect the phone from your USB cable or turn USB mode to off.
Atomix86 said:
Place the recovery on the root of your SD card, rename to recovery.img, then type the following in terminal emulator:
su
flash_image recovery /sdcard/recovery.img
Sent from my HTC ChaCha A810e using Tapatalk
Click to expand...
Click to collapse
Thanks! u save my time searching solution
edit: not working as terminal respond as command not found.
e.japonica said:
Thanks! u save my time searching solution
edit: not working as terminal respond as command not found.
Click to expand...
Click to collapse
flash_image is not present in stock ROM. Only in cwm or SuperOSR and CM.
e.japonica said:
Thanks! u save my time searching solution
edit: not working as terminal respond as command not found.
Click to expand...
Click to collapse
Try updating your Busybox
adlx.xda said:
flash_image is not present in stock ROM. Only in cwm or SuperOSR and CM.
Click to expand...
Click to collapse
even the rom i done some modification thru dsixda kitchen? so how can i get to flash this recovery to my chacha?
e.japonica said:
even the rom i done some modification thru dsixda kitchen? so how can i get to flash this recovery to my chacha?
Click to expand...
Click to collapse
Flash first another CWM, if you haven't already, then you can flash this from CWM directly (using adb and flash_image).
If you have SuperOSR / CM or any rom with flash_image added (ONLY): you can also use my app: https://market.android.com/details?id=com.adlx.recoveryflasher which will allow you to flash any CWM or Stock Recovery.
adlx.xda said:
Flash first another CWM, if you haven't already, then you can flash this from CWM directly (using adb and flash_image).
If you have SuperOSR / CM or any rom with flash_image added (ONLY): you can also use my app: https://market.android.com/details?id=com.adlx.recoveryflasher which will allow you to flash any CWM or Stock Recovery.
Click to expand...
Click to collapse
Thanks alot will try it when i have time
---------- Post added at 05:38 AM ---------- Previous post was at 05:17 AM ----------
already added in flash_image into system/bin but terminal shown illegal instruction
Alex C. said:
Erm, disconnect the phone from your USB cable or turn USB mode to off.
Click to expand...
Click to collapse
how can i turn USB Mode off?
adlx.xda said:
Flash first another CWM, if you haven't already, then you can flash this from CWM directly (using adb and flash_image).
If you have SuperOSR / CM or any rom with flash_image added (ONLY): you can also use my app: https://market.android.com/details?id=com.adlx.recoveryflasher which will allow you to flash any CWM or Stock Recovery.
Click to expand...
Click to collapse
i select download & flash it shown fail x_X
e.japonica said:
i select download & flash it shown fail x_X
Click to expand...
Click to collapse
If you already have CWM installed: reboot into recovery, then:
adb push cwm-5028-chacha.img /tmp
adb shell flash_image recovery /tmp/cwm-5028-chacha.img
adb reboot recovery
adlx.xda said:
If you already have CWM installed: reboot into recovery, then:
adb push cwm-5028-chacha.img /tmp
adb shell flash_image recovery /tmp/cwm-5028-chacha.img
adb reboot recovery
Click to expand...
Click to collapse
Thanks adlx, but i dont have adb install that y i try to use terminal emulator
i don't wish to install too many stuff on my current laptop xD
anyway thanks for ya help i guess i will just stay @ 5.0.2.7.
e.japonica said:
Thanks adlx, but i dont have adb install that y i try to use terminal emulator
i don't wish to install too many stuff on my current laptop xD
anyway thanks for ya help i guess i will just stay @ 5.0.2.7.
Click to expand...
Click to collapse
No need to install anything. Just download my small adb kit and extract, use then trash it if you want.
adlx.xda said:
No need to install anything. Just download my small adb kit and extract, use then trash it if you want.
Click to expand...
Click to collapse
small adb kit? do you have a link to for this small adb kit? xD

[Help] terminal not granting su access

I'm having trouble trying to run scripts in terminal. When I enter terminal, hit su> enter , I'm not gaining access to root. Seemed to happen after I flashed the latest beans Rom because I was able to run scripts while in wicked.
At first I was trying with Rom toolbox pro and it wasn't working. Then I downloaded terminal emulator from the play store and that didn't work. Su app shows it has root access and I even made it reprompt me to reallow access. That didn't work. Tried installing busy box from the market and that didn't work either. Out of idea plus I googled the hell out of it too. Thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SCH-I535 using Tapatalk
aypeeootrek said:
I'm having trouble trying to run scripts in terminal. When I enter terminal, hit su> enter , I'm not gaining access to root. Seemed to happen after I flashed the latest beans Rom because I was able to run scripts while in wicked.
At first I was trying with Rom toolbox pro and it wasn't working. Then I downloaded terminal emulator from the play store and that didn't work. Su app shows it has root access and I even made it reprompt me to reallow access. That didn't work. Tried installing busy box from the market and that didn't work either. Out of idea plus I googled the hell out of it too. Thanks!
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I saw you have # prompt meaning you do have root access, but when you tried to execute another command and it said command not found, sounds like there's an issue with your other app, but not root. If you download root checker from the market and verify you have root then the issue is not with root.
buhohitr said:
I saw you have # prompt meaning you do have root access, but when you tried to execute another command and it said command not found, sounds like there's an issue with your other app, but not root. If you download root checker from the market and verify you have root then the issue is not with root.
Click to expand...
Click to collapse
Hey thanks for replying. And I kinda figured that with the root issue. Just really unsure how else to describe my issue. Any suggestions?
Sent from my SCH-I535 using Tapatalk
aypeeootrek said:
Hey thanks for replying. And I kinda figured that with the root issue. Just really unsure how else to describe my issue. Any suggestions?
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Do you have SuperSu app on the phone? if not download it, if you do open up the app and check see if will update (if it update it should fixed your issue) and what version do you have, should be 1.93
buhohitr said:
Do you have SuperSu app on the phone? if not download it, if you do open up the app and check see if will update (if it update it should fixed your issue) and what version do you have, should be 1.93
Click to expand...
Click to collapse
Believe it's up to date
Sent from my SCH-I535 using Tapatalk
Not the biggest deal but there are a few scripts I want to run like operation killjoy and the crystal clear
Sent from my SCH-I535 using Tapatalk
aypeeootrek said:
Not the biggest deal but there are a few scripts I want to run like operation killjoy and the crystal clear
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
give this a try, uncheck re-authentication and default access change from Prompt to Grant. Run the script command and let me know the error. The issue maybe with the scripts not Su.
buhohitr said:
give this a try, uncheck re-authentication and default access change from Prompt to Grant. Run the script command and let me know the error. The issue maybe with the scripts not Su.
Click to expand...
Click to collapse
Same thing. Also, when terminal gains su access, isn't there another line that gets displayed in terminal and then you're allowed to type command. Like it pretty much tells you that you now have access. And the scripts worked previously on w wicked 4.3 tw and some 4.4 roms too
Sent from my SCH-I535 using Tapatalk
aypeeootrek said:
Same thing. Also, when terminal gains su access, isn't there another line that gets displayed in terminal and then you're allowed to type command. Like it pretty much tells you that you now have access. And the scripts worked previously on w wicked 4.3 tw and some 4.4 roms too
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Try another terminal app..
I did lol. Tired rom toolbox and terminal emulator. When I get some time, I'm going to restore a nano and see if it works. I'll backup this rom as well and try a fresh install. Thanks for taking the time to try and help
Sent from my SCH-I535 using Tapatalk

Categories

Resources