Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making a recovery partition on S4 4.3 #3

Open
tautology0 opened this issue Jan 24, 2014 · 1 comment
Open

Making a recovery partition on S4 4.3 #3

tautology0 opened this issue Jan 24, 2014 · 1 comment

Comments

@tautology0
Copy link

I'm trying to do this on a test S4, running 4.3, where I've extracted the standard recovery partition via JTAG.

What I'm having problems is recognising what has been changed in init.rc and default.prop to start the mobicore environment as I don't have the 4.2.2 to compare against. I'd rather not use the provided files as that would really confuse the phone!

Any chance of a diff, or a highlight of what items were altered so I can feedback a working version for 4.3.

@donctl
Copy link
Owner

donctl commented Jan 25, 2014

It would be great if you can test sandy against 4.3 on S4. You can download firmwares from the http://www.sammobile.com/ and extract the init.rc and default.prop form there with the help of the readme file in the recovery folder of sandy and you can check the difference. The followings were modified in the init.rc:

  • start the vold
  • start the secure_storage_daemon
  • start the /system/bin/mobicore-presetup.sh
  • start the /system/bin/mobicore-startup.sh
  • start the /system/bin/ss-presetup.sh

The followings were modified in the default.props:

  • ro.debuggable=1
  • ro.adb.secure=0

If you send me an e-mail, I can create a diff for the init.rc and send it to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants