[mohan_kr][KERNEL] Stock UCALC4 (ICS) - CWM - insecure, bash - AT&T Samsung Galaxy S II Skyrocket SGH-I727

Due to xda new member rules, I have to resort to the General Section. The new ICS kernel, has locked down adb root access. What this means is when you adb shell you will be dropped into normal shell (even though you have su installed). This would probably help ROM creaters who are bundling the kernel. It has init.d support and the bootanimation (this file should be /system/media/bootanimation.zip, if it does not work, link it as sanim.zip)
* This also defaults to bash shell when you (adb shell) not the default ICS mksh. Also, it can read bash_profile from /sdcard/bash_profile
db.tt/RcDapiMg (prepend with) as xda does not allow this yet
Cheers
Click to expand...
Click to collapse
Simply posting this for mohan_kr. This deserves more attention than just the General section.
Original Thread:
http://forum.xda-developers.com/showthread.php?p=24208186
db.tt/RcDapiMg

sorry but how is this different from the kernel romracer released?

I think its exactly the same. Regardless neither one let me delete the .qmg files in system/media in order to add a bootanimation
Swyped from my Galaxy S2 Skyrocket using XDA premium

bts0uth said:
I think its exactly the same. Regardless neither one let me delete the .qmg files in system/media in order to add a bootanimation
Swyped from my Galaxy S2 Skyrocket using XDA premium
Click to expand...
Click to collapse
I was able to use bootanimation.zip on this kernel.
-----------
sent from my calculator with android

does this kernel fix the reboot/power issue? i found that the original ucalc kernel actually made my phone less stable and lagged horribly. i was using it with the ics smooth ice rom.

Bootanimation.zip confirmed working on this kernal along with being able to edit files under /system unlike before
Sent from my SAMSUNG-SGH-I727 using XDA

jnicks510 said:
does this kernel fix the reboot/power issue? i found that the original ucalc kernel actually made my phone less stable and lagged horribly. i was using it with the ics smooth ice rom.
Click to expand...
Click to collapse
Someone said freezing shutdown app fixed it for them in another thread

Power/reboot works for me now, as does a custom boot animation. Great work! Any chance we can get the BLN mod put into this kernel?

+1 for BLN

onearmedscissor said:
Someone said freezing shutdown app fixed it for them in another thread
Click to expand...
Click to collapse
I tried this, didn't work, still gets stuck on Shutting down...

I flashed the CWM Touch recovery and found that the shutdown/reboot freezing was gone.
I used the odin flash with the Roboto font from here: http://rootzwiki.com/topic/19217-recovery-clockworkmod-touch-5504-v2/
oh, and after flashing this CWM, I reflashed the superuser zip and was finally able to mount and modify /system

morehush said:
I flashed the CWM Touch recovery and found that the shutdown/reboot freezing was gone.
I used the odin flash with the Roboto font from here: http://rootzwiki.com/topic/19217-recovery-clockworkmod-touch-5504-v2/
oh, and after flashing this CWM, I reflashed the superuser zip and was finally able to mount and modify /system
Click to expand...
Click to collapse
Did nothing here. Used roboto font version through ODIN and reflashed super user...
Shutdown / restart is still hanging for me.
I still can't modify system.

bts0uth said:
Did nothing here. Used roboto font version through ODIN and reflashed super user...
Shutdown / restart is still hanging for me.
I still can't modify system.
Click to expand...
Click to collapse
Try reflashing this kernel with the new clockwork mod touch, then reflash superuser, then reboot recovery and fix permissions.

morehush said:
Try reflashing this kernel with the new clockwork mod touch, then reflash superuser, then reboot recovery and fix permissions.
Click to expand...
Click to collapse
Got remount,rw of system working by reflashing the UCALC4 one click, then CWM 5.5.0.4, then this kernel and superuser via CWM, only then allowing system to fully boot. Then installed busybox.
Seems that if UCALC4 stock kernel is allowed to fully boot I'm not able to remount system as rw. It appears to remount, but the /proc/mounts shows it as ro and attempts to write system result in 'read-only filesystem'.

cschmitt said:
Got remount,rw of system working by reflashing the UCALC4 one click, then CWM 5.5.0.4, then this kernel and superuser via CWM, only then allowing system to fully boot. Then installed busybox.
Seems that if UCALC4 stock kernel is allowed to fully boot I'm not able to remount system as rw. It appears to remount, but the /proc/mounts shows it as ro and attempts to write system result in 'read-only filesystem'.
Click to expand...
Click to collapse
Yup, the stock kernel the f**ls changed the adbd to not honor the ro.secure flag. If you have any ICS builds, drop in the adbd and viola...

This fixed my power off issue. Thanks mohan and thanks for posting this. Now after this and running silver's rom I am full of Ice Cream Sammich goodness.
Sent from my SAMSUNG-SGH-I727 using xda premium

Ooops never mind. This was meant for a different thread.
Sent from my SAMSUNG-SGH-I727 using xda premium

Related

Problems with sprint wifi hotspot

I have the latest fresh evo rom and the wifi hotspot is not installed in the rom but the apk is provided, i try to install it but I get application not installed, how can I install it?
Sent from my PC36100 using XDA App
unkn0wnz said:
I have the latest fresh evo rom and the wifi hotspot is not installed in the rom but the apk is provided, i try to install it but I get application not installed, how can I install it?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
You have to remount the /system partition as RW. You can do this one of two ways:
adb remount
or from the shell:
mount -o remount,rw /dev/block/mtdblock4 /system
Then you have to copy the APK into the right folder which is:
/system/app
So try:
cp /sdcard/fresh-removed-apks-3/HtcFMRadio.apk /system/app
navigate to fresh folder and type those commands above. Just use WifiRouter.apk instead of FM Radio.
Thanks for your reply but I just tried this and still get the same thing...
Sent from my PC36100 using XDA App
I had the same problem with OMJ's rom. I zipped it up and flashed it from recovery.
chas123 said:
I had the same problem with OMJ's rom. I zipped it up and flashed it from recovery.
Click to expand...
Click to collapse
Worked first try.....thanks
Sent from my PC36100 using XDA App
sprint hotspot application not installed
Hello I'm getting the same thing as well, I'm running the lated version of fresh also. I am very new at this and do not understand any of the steps you all just mentioned other than the part about zipping up the file and flashing it from recovery. I did try that method and it did not work. I would like to know if there is a much more user friendly method of doing this. I would appreciate any help.
thanks
milk10man said:
Hello I'm getting the same thing as well, I'm running the lated version of fresh also. I am very new at this and do not understand any of the steps you all just mentioned other than the part about zipping up the file and flashing it from recovery. I did try that method and it did not work. I would like to know if there is a much more user friendly method of doing this. I would appreciate any help.
thanks
Click to expand...
Click to collapse
Click to download the wifirouter.zip file from chas123 (a couple of posts up)...put in on the root of your SD card...Nand backup and flash.

[CWM][I9003] CWM for Gingerbread XXKPH (coming soon)

This is temporarily unavailable. Will be back soon (only with CWM, for now)
Here I present you the CF-ROOT for I9003 [XXKPH only]
You can flash this over any other CWM or over the stock FW.
Feature Set:
- Root ( don't need to use SOC or any ZIP);
- Busybox 1.17.2;
- init.d support (you can put in the folder /system/etc/init.d all the script that you want to be loaded at the startup);
- Added EXT4 support to the phone ( so you can convert the filesystem to ext4 to improve performance);
- Added "Reboot into Download Mode" from within CWM
- full working CWM Manager (backup - restore - delete backup - install apk (Thanks to Skin1980)
- flash update.zip - flash kernel - reboot to CWM);
- Tweaks Manager with various tweak ( Ram Min Free - SD Speed - I/O Scheduler - Kernel Scheduler - CPU Conservative Governor - Swappiness - Ram Script by Juwe11 - Media Stagefright)
Thanks to Skin1980 (I have used his CF-Root for XXKPE and tweaked it for XXKPH).
Feedback and Thanks are welcome ...
Click to expand...
Click to collapse
​
Reserved
Reserved for future.
Is TouchWiz AppDrawer pinched to zoom out animation smooth on this version? Any ext4 CWM/CF-ROOT released for XXKPE previously has this problem.
EDIT: Your tar file is much smaller? How did you do it?
Brilliant!
Btw, any possible issues installing this after the rooting has been done by old CWM+SOC+reflash new normalboot.img method?
nice work mate
Pressing the home button instantly reboots the phone after I flashed this over XXKPH.
LE: Nevermind, seems to be a one time issue, everything works fine now. Phone rooted. Thanks!
Thanks a lot man!
@thedirtchamber: Launcher problems / inconsistencies. Need more details mate. What mods have you done? Using some other launcher? Theme?
Erahgon said:
Thanks a lot man!
@thedirtchamber: Launcher problems / inconsistencies. Need more details mate. What mods have you done? Using some other launcher? Theme?
Click to expand...
Click to collapse
No mods, using Launcher Ex, no themes. Like I said, happened only after first boot. I got into the settings menu, then I wanted to go back to the home screen using the phone button and it rebooted almost instantly (the image faded for 2 seconds before it rebooted).
thedirtchamber said:
Pressing the home button instantly reboots the phone after I flashed this over XXKPH.
LE: Nevermind, seems to be a one time issue, everything works fine now. Phone rooted. Thanks!
Click to expand...
Click to collapse
Can you download the attachment again and try?
I guess there was some issues with the earlier attachment.
Let me know how it goes.
thans man.its working very good.
thedirtchamber said:
No mods, using Launcher Ex, no themes. Like I said, happened only after first boot. I got into the settings menu, then I wanted to go back to the home screen using the phone button and it rebooted almost instantly (the image faded for 2 seconds before it rebooted).
Click to expand...
Click to collapse
Heh. Edited at the same time I posted!
Will download the new attachment and check it out! Thanks for the prompt warning @amit!
@amit i cant uninstall any apps using TB after flashing cf-root, before this happened i'm only performed root n deodex
Sent from my GT-I9003 using Tapatalk
The reboot happened to me when I replaced system apps aswell :O
mitoVonDido said:
@amit i cant uninstall any apps using TB after flashing cf-root, before this happened i'm only performed root n deodex
Sent from my GT-I9003 using Tapatalk
Click to expand...
Click to collapse
I am able to uninstall app from TB with this.
vishal24387 said:
I am able to uninstall app from TB with this.
Click to expand...
Click to collapse
thanks for answer this..so is just me who got this prob.now i wanna format my ext-sd card (my TB backup here) and see if i can get rid from this.i'm also got the same prob in xxkpe
Sent from my GT-I9003 using Tapatalk
mitoVonDido said:
@amit i cant uninstall any apps using TB after flashing cf-root, before this happened i'm only performed root n deodex
Sent from my GT-I9003 using Tapatalk
Click to expand...
Click to collapse
Works fine here. Uninstalled a few system bloat apps using TB.
Eih amit... don't you think that you have at least send a PM to me before taking my works and modify? ... i'm not jealous but seem that you like steal it!
Skin1980 said:
Eih amit... don't you think that you have at least send a PM to me before taking my works and modify? ... i'm not jealous but seem that you like steal it!
Click to expand...
Click to collapse
Sorry for that Skin1980. I was in a hurry to get my hands dirty on XXKPH. I have my own version of CWM, where I am doing more things like 2nd partition in External SD, EXT4 on internal and external SD, Busybox 1.19, etc.
I have a different version of CWM version created for public, as I have very different setup from the rest.
I really liked your work on CF-Root, so I thought of including that as well and also provide you necessary credit.
Also, I am in the process of porting CyanogenMod for I9003 (still a long way to go), in which I would be creating a different version of CF-Root.
I am going to remove the CF-Root portion from my version of CWM and will post this soon (Removing the current CWM version from this thread, for now).
You are correct, I could have contacted you. Sorry again for that.
amit.bagaria said:
Sorry for that Skin1980. I was in a hurry to get my hands dirty on XXKPH. I have my own version of CWM, where I am doing more things like 2nd partition in External SD, EXT4 on internal and external SD, Busybox 1.19, etc.
I have a different version of CWM version created for public, as I have very different setup from the rest.
I really liked your work on CF-Root, so I thought of including that as well and also provide you necessary credit.
Also, I am in the process of porting CyanogenMod for I9003 (still a long way to go), in which I would be creating a different version of CF-Root.
You are correct, I could have contacted you. Sorry again for that.
Click to expand...
Click to collapse
i always appreciate both amit n skin works
whoa coool! i'm really like the fact u're porting cynogen now..go Amit!
amit.bagaria said:
I am going to remove the CF-Root portion from my version of CWM and will post this soon (Removing the current CWM version from this thread, for now).
Click to expand...
Click to collapse
just glad i downloaded that one before it got removed

[Q] Bionix rom

Once flashed, is this rom compatible with Infusion Core A kernel? UCKL2 modem? I really like the look of the Rom.
Jep56 said:
Once flashed, is this rom compatible with Infusion Core A kernel? UCKL2 modem? I really like the look of the Rom.
Click to expand...
Click to collapse
It will flash...but don't expect video (and whatever else it breaks) to work...
It is based off of the latest AT&T leak so it has to have the stock kernel for everything to work.
Yes any Infuse modem will work.
Fonts
Are there any fonts or themes for this rom? I was under the impression it was based on MIUI, and could therefore be customized. the only MIUI element I see is the lockscreen manager. Am i missing something?
Its a work in progress, give it time, Nop seems to have a lot in store for his new Rom!
Sent from my B.A. Infuse 4G
After flashing, Superuser is disappeared from App drawer and become "unrooted" but superuser is already installed as reported by Market.
Uninstall and reinstalling, no problem but still now shown in App Drawer and reported "unrooted" whenever useing apps which need root access..
Tried re-root with SOC, stuck with the messeage "waiting for device" and would not be continued..
Any idea ??
Paxunion said:
After flashing, Superuser is disappeared from App drawer and become "unrooted" but superuser is already installed as reported by Market.
Uninstall and reinstalling, no problem but still now shown in App Drawer and reported "unrooted" whenever useing apps which need root access..
Tried re-root with SOC, stuck with the messeage "waiting for device" and would not be continued..
Any idea ??
Click to expand...
Click to collapse
Odin/heimdall flash a custom kernel. then download the su updater for cwm I think the link is in the open of caty rom or something. reflash the rom (sometimes su gets corrupt and causes all sorts of issues, best to format /system and reinstall the rom for good measure) and flash the su updater immediately after. make sure you do this before a reboot and that voodoo is disabled on your phone. there should be a folder on the root of the SD card named "Voodoo" the V is capital and in that rider should be a text file or folder named "disable-lagfix" if this is not there before you flash the voodoo/cwm enabled kernel and lagfix gets enabled you must disable it and reboot before you flash the rom.
this leak is really secure, you need the custom "insecure" kernel to root it and there seems to be an issue with the build of bionix causing people problems. read the thread but don't get too confused on all the different advice.
also if you can use heimdall I posted a heimdall flashable dump from my phone in the bionic thread. it already has updated superuser and su.
Dani897 said:
. there should be a folder on the root of the SD card named "Voodoo" the V is capital and in that rider should be a text file or folder named "disable-lagfix" if this is not there before you flash the voodoo/cwm enabled kernel and lagfix gets enabled you must disable it and reboot before you flash the rom.
Click to expand...
Click to collapse
does that folder not exist if you have lagfix enabled?
Sent from my SGH-I997 using Tapatalk
albee320 said:
does that folder not exist if you have lagfix enabled?
Sent from my SGH-I997 using Tapatalk
Click to expand...
Click to collapse
no Voodoo exists but the disable-lagfix file/folder doesn't. it is usually a file but if you create it as a folder it works.
if you have no Voodoo folder you should create it as well as the disable-lagfix to speed up the process and avoid issues. or you can install bionix from my heimdall package. your choice.
I cant tell fron the screenshots....does this rom have the lockscreen that allows you to choose unlock, phone, sms, or camera?
Sent from my SGH-I997 using Tapatalk
Yes
Sent from my SAMSUNG-SGH-I997 using XDA App
I may need some help from someone. Here's the issue I have been experiencing with the rom. After awhile of just normal usage, performance begins to deteriorate. The symptoms can easily be described as lag. After a reboot, I return to square 1 with speed and response. Has this been happening to anyone else?
Sent from my SAMSUNG-SGH-I997 using XDA App
b3asty said:
I may need some help from someone. Here's the issue I have been experiencing with the rom. After awhile of just normal usage, performance begins to deteriorate. The symptoms can easily be described as lag. After a reboot, I return to square 1 with speed and response. Has this been happening to anyone else?
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Ok. Thanks. Uninstalling now.
qkster said:
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I997 using XDA App
Monitoring today during a normal day. The removal of adfree appears to have taken care of the lag issue. Thanks again man! Running wonderfully and sitting at 92 pct battery after 4.5 hours off of the charger.
qkster said:
I notice quite a bit of lag after trying the included adfree apk.
You can try uninstalling adfree from tibu
If that doesn't work, you may have to try to figure out how to fix permission, wipe dalvik and wipe cache.
gl
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I997 using XDA App
b3asty said:
Monitoring today during a normal day. The removal of adfree appears to have taken care of the lag issue. Thanks again man! Running wonderfully and sitting at 92 pct battery after 4.5 hours off of the charger.
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
np..glad i can help
Hows battery life on new version?
Sent from my SAMSUNG-SGH-I997 using XDA App
I just installed this rom ontop of the old V2 bionix iv been running for months, figured it was about time I upgraded lol. Iv been playing with it a bit, and am getting used to the new layout. Maybe this is intentional but where did the battery info and pulldown task bar ontop go? Also some things seem to be not fitted to the screen correctly, like my contacts list and the lock screen is cutoff 3/4 way thru the clock on bottom. Ill keep playing with the settings when I wakeup I just wanted to check I didnt miss something or install it wrong, like a lingering file between the 2 versions caused an incompatibility. Other then that its pretty sexy sofar

[Theme] Asus Quick Settings 27/02/12

So after a few days of the release of ICS, I've seen people complaining about the quicksettings panel which looked to me like a combination of honeycomb and ice cream sandwich. Epic Asus is epic. So today, I decided to spend some time theming it to look more like ICS on the whole. Enough said, a picture tells a thousand words.
I dunno what else are needed to be themed. As I spend more time with ICS and if I spot some Honeycomb rubbish graphics, I'll update this thread.
Compatible with any deodexed ICS Roms. Not compatible with AOSP Roms (CM9, TeamEOS etc.)
Flash this everytime when there's a major rom upgrade (Rebase etc)
Click to expand...
Click to collapse
27/02/12
Themed Asus Quick Settings
Themed back, home and recent apps button from Galaxy Nexus.
Hit some thanks if you liked it.
For Revolver Users ONLY. From Beta 1.3 onwards, there is no need to download this framework.jar as it is included in subsequent updates.
Click to expand...
Click to collapse
For Revolver users, I've modded the framework.jar in /system/framework such that caching across all apps are disabled. This will reduce scrolling lags. I assure you this mod will not wipe your system, erase your data or whatsoever. Though, if it eats your cat, it's not my fault because it works well for me. However, if you're scared, make a backup of the your current framework.jar before applying this mod. For more information regarding this mod, read here.
Here's what you should do if you want this mod:
1. Download the framework.jar into your sdcard. Backup your current framework.jar[OPTIONAL]
2. Using a file manager which can mount rewrite and change permissions, copy and paste the framework.jar into /system/framework.
3. Overwrite your current framework.jar.
4. Change the permission according [permissions should be the same as the other .jar files within the folder].
5. Reboot.
6. On startup, you should see a system update, just like when you first flash an ICS Rom. Do not panic because no data will be lost.
7. Enjoy the smooth scroll mod.
8. Hit some thanks if you liked the mod.
Nice to know VRTheme still works. Did the script need to be modified or did it work out of the box?
mrevankyle said:
Nice to know VRTheme still works. Did the script need to be modified or did it work out of the box?
Click to expand...
Click to collapse
Works ootb
Sent from my Transformer TF101 using xda premium
Thanks, was going to do the smoother scrolling mod myself when I got home, now dont have to
Buttons and quick icons look soo much better too!!
I put a few hours into those galaxy nexus buttons figuring out how to make it work right.
Flashed theme and it looks good!
thank you i thought i was the only one that didnt like the stock ics quick settings
Worked like a charm. Thanks!
Tested on android Revolution D
Thanks, gonna give it a go
At first when I used ICS on TF101 I thought ASUS did a really good job and didn't really notice this theming. After flashing the new update to Revolver (included) this is a amazing theme.
Really good work
Is this supposed to be flashed using CWM?? I've tried it (using the Rogue one) and it fails with Status 0. Have tried to download again a few times, from internal and from SD, always the same. Any ideas?
PatrickVogeli said:
Is this supposed to be flashed using CWM?? I've tried it (using the Rogue one) and it fails with Status 0. Have tried to download again a few times, from internal and from SD, always the same. Any ideas?
Click to expand...
Click to collapse
Yes cwm. What version of cwm are you using? I flashed via rouge recovery and I didn't have any problems..
Sent from my TF101 using xda premium
kay_kiat88 said:
Yes cwm. What version of cwm are you using? I flashed via rouge recovery and I didn't have any problems..
Sent from my TF101 using xda premium
Click to expand...
Click to collapse
hi. I can't flash this through CWM as well. my version is the 3.2.0.1 on from Roach2010..
yuhenyo said:
hi. I can't flash this through CWM as well. my version is the 3.2.0.1 on from Roach2010..
Click to expand...
Click to collapse
Try unzipping and zipping the contents then try flashing again. If not I recommend using rogue recovery. I guessing it has got something to do with the scripting. Not too sure man. I believe all those who can flash uses rogue.
Sent from my TF101 using xda premium
As I've said, I use Rogues CWM too, tried flashing from Internal memory and from microSD, but none work. I'll try unzipping and zipping again and report back
Please update for Asus's latest .17 update. Thanks!
I cant flash too - status 0
Tried to unzip and zip again with no success...
CWM 5.5.0.4 from Roach
xuser said:
Please update for Asus's latest .17 update. Thanks!
Click to expand...
Click to collapse
It will still work all it is doing is replacing png's who's locations have not changed from .10 to .17
Flashed this using Rogue CWM on ARHD and worked fine.
Can I use this on rooted stock ROM without CWM, meaning just replace the SystemUI.apk with the one here? What do I do with the odex file?

Can't write to system with ICS CWM Roms, can with stock Odin

I'm one of those who seems to still have problems with all the ROMs that I don't when Odining the stock. I still have the shutdown lockup no matter what I do when flashing ROMs (tried mhx's SuperLite and NexusMod).
But the one that's really driving me nuts is that despite superuser permissions seemingly working fine, I can't modify/remove system files. Can't replace my build.prop, system apps, anything. If I paste something new or rename a file it'll act like it worked but it won't have done anything. If I paste over something it says not enough space.
Has anyone else observed this issue? Is there a fix?
Do you have an insecure kernel? If not you won't be able to write to system from within ICS.
mohan_kr or romracer unsecured ics kernels,
promiseofcake said:
Do you have an insecure kernel? If not you won't be able to write to system from within ICS.
Click to expand...
Click to collapse
Yeah, they both use romracer's kernel, so that must be in. Any downside to flashing the stock kernel?
Now that you mention it, I am having a hell of a time writing /system from within ICS too. I am using romracer's kernel as well. In addition, my sysrw, sysro, remount etc system/xbin files (pushed via recovery ADB) keep disappearing. I'm stumped.
Frogacuda said:
I'm one of those who seems to still have problems with all the ROMs that I don't when Odining the stock. I still have the shutdown lockup no matter what I do when flashing ROMs (tried mhx's SuperLite and NexusMod).
But the one that's really driving me nuts is that despite superuser permissions seemingly working fine, I can't modify/remove system files. Can't replace my build.prop, system apps, anything. If I paste something new or rename a file it'll act like it worked but it won't have done anything. If I paste over something it says not enough space.
Has anyone else observed this issue? Is there a fix?
Click to expand...
Click to collapse
promiseofcake said:
Now that you mention it, I am having a hell of a time writing /system from within ICS too. I am using romracer's kernel as well. In addition, my sysrw, sysro, remount etc system/xbin files (pushed via recovery ADB) keep disappearing. I'm stumped.
Click to expand...
Click to collapse
Hey guys take a look at this post.
http://forum.xda-developers.com/showpost.php?p=24740309&postcount=37
galaxyuser88 said:
Hey guys take a look at this post.
http://forum.xda-developers.com/showpost.php?p=24740309&postcount=37
Click to expand...
Click to collapse
galaxyuser88 said:
1. Odin the 1-Click ICS rom.
2. Flash CWM (any version, they all work).
3. Flash SuperUser.
4. Install BusyBox <<<< make sure you add busybox before you flash your favorite rom. Otherwise you will have problems.
5. then flash your favorite Rom.. Enjoy.
Click to expand...
Click to collapse
I don't really know how that would help, for example when you get to step 5, many roms wipe /system, /data, /cache, etc. What good would doing these flashes first be? I don't see how it could honestly do anything.
This is a longshot, but what are you using to write files? I don't remember which rom I used, but when I used Root Explorer, it didn't work. But, when I switched to ES Explorer (turn on root explorer option), it did. Maybe try another file explorer?
jedah said:
This is a longshot, but what are you using to write files? I don't remember which rom I used, but when I used Root Explorer, it didn't work. But, when I switched to ES Explorer (turn on root explorer option), it did. Maybe try another file explorer?
Click to expand...
Click to collapse
Root Explorer is no go. But I am talking about mounting rw over adb.
EDIT:
Why don't you try to use SuperSu instead of Superuser. I am getting perfect reboots now with the SuperSu binary. I will try the /system mounting.
EDIT2:
Mounting /system failed, boo.
I am having the same issue with NexusMod ICS 3.
U can not adb push to system while device is running.
Shutdown bootup cwm non touch recovery mount system then u can push to system all u want......but u can use root explorer to write to system as well iffffffffffffffffff
---------- Post added at 01:46 AM ---------- Previous post was at 01:44 AM ----------
You flash this in cwm http://forum.xda-developers.com/showpost.php?p=21750986&postcount=1
Reboot
Open new SuperSU app and let it update binary

Categories

Resources