New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Midomad
Old
#1  
Midomad's Avatar
Senior Member - OP
Thanks Meter 211
Posts: 718
Join Date: May 2011
Location: Salé
Default link2sd

hi
i have upgrade my phone to gingerbread 2.3.4, and then root my phone, and installed link2SD new version, everything work fine, but when i reboot my phone always come the message “mount warning”. so i have to quick reboot my phone so every app can work, please give me the solution, thank you.
 
denzel09
Old
#2  
denzel09's Avatar
Senior Member
Thanks Meter 255
Posts: 2,027
Join Date: Jun 2009
Location: Venice
Quote:
Originally Posted by midomad View Post
hi
i have upgrade my phone to gingerbread 2.3.4, and then root my phone, and installed link2SD new version, everything work fine, but when i reboot my phone always come the message “mount warning”. so i have to quick reboot my phone so every app can work, please give me the solution, thank you.
In your case there is not solution if you want to use link2sd with stock rom

You can read that in link2sd faq
The Following User Says Thank You to denzel09 For This Useful Post: [ Click to Expand ]
 
Midomad
Old
#3  
Midomad's Avatar
Senior Member - OP
Thanks Meter 211
Posts: 718
Join Date: May 2011
Location: Salé
Quote:
Originally Posted by denzel09 View Post
In your case there is not solution if you want to use link2sd with stock rom

You can read that in link2sd faq
any advice if i want to use ext2 with stock rom (another app)
have a good day
 
denzel09
Old
#4  
denzel09's Avatar
Senior Member
Thanks Meter 255
Posts: 2,027
Join Date: Jun 2009
Location: Venice
Quote:
Originally Posted by midomad View Post
any advice if i want to use ext2 with stock rom (another app)
have a good day
no buddy
 
denzel09
Old
#5  
denzel09's Avatar
Senior Member
Thanks Meter 255
Posts: 2,027
Join Date: Jun 2009
Location: Venice
Quote:
Originally Posted by midomad View Post
any advice if i want to use ext2 with stock rom (another app)
have a good day
great news for you,, try this:

http://forum.xda-developers.com/show....php?t=1398797


 
Doc_cheilvenerdi.org
Old
(Last edited by Doc_cheilvenerdi.org; 21st December 2011 at 09:08 AM.) Reason: ...changed "move" install-recovery.sh command to "copy" (MANDATORY)
#6  
Doc_cheilvenerdi.org's Avatar
Senior Member
Thanks Meter 272
Posts: 111
Join Date: Oct 2011
Location: Ferrara - Ravenna
You can solve the Link2SD reboot issue unpacking your stock ROM boot image, then editing init.rc file.

Original Code:
Code:
#service flash_recovery /system/etc/install-recovery.sh
#    oneshot
Dirty Trick:
Change to
Code:
service flash_recovery /system/etc/install-recovery.sh
    oneshot
and Link2SD will boot fine, but Beware... you open a Security issue (malware could change install-recovery.sh either)

Clean Trick:
Change to
Code:
service flash_recovery /install-recovery.sh
    oneshot
and copy install-recovery.sh to /

...repack and flash boot image...

Enjoy!

XDA PORTAL POSTS

Responses From Ubuntu Pouring Into Ubuntu Touch Q&A Thread

Ubuntu has become the most successful *nix distribution for a number of reasons, … more

Heimdall Suite 1.4.0 Released

The release version of Heimdall Suite 1.4.0 is now available after an epic wait. You may remember hearing about … more

A Guide to Paid Work on XDA-Developers

For the longest time, XDA has been a bastion, a pillar in the world of development. This is … more