====================================================================
Please follow this link if you're still confused about how to rooting your g1.
http://android-dls.com/wiki/index.php?title=Quick_Root#Install_JF.27s_ROM
Or
http://www.androidandme.com/2009/05/guides/beginners-guide-for-rooting-your-android-g1-to-install-cupcake/
====================================================================
And for easy debian package installation, please follow here.
http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=2248
====================================================================
By the way, one step that I had to do differently is..
installer.sh
->
sh installer.sh
And also, I had to remove the first line in installer.sh
su ./fsrw
->
#su ./fsrw
You can download the modified installer.sh from here
====================================================================
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDeleteThanks for all the links, was able to get Debian on Cyanogenized Rogers Rom v3.3.
ReplyDeletehi, i been having trouble installing debian on 1.51 jf. I really dont know what i'm doing wrong... still a newbie at this, but when i enter chmod 4755 *, i get "unable to chmod bootdeb: operation not permitted". SO i went along and entered sh installer.sh, and it showed me that debian is successfully installed... but I still can't use bootdeb. Is there something esle i'm missing??? Please help, you work looks awesome and i have donated already. Thanks
ReplyDeletenvm i figured out! GREAT WORK MAN! i'm downloading some of the roms right now. HOpe they play good. THANKS AGAIN!
ReplyDeleteBTW for people with same problem in the future.. i just rename my bootdeb file to bootdeb.sh, and since i already installed it using the sh installer.sh command, i just enter sh bootdeb.sh and I'm in!
Same problem with chmod, any solution?
ReplyDeleteSame problem with chmod, but I could not get debian installed. It does nothing after "sh installer.sh"
ReplyDelete...
I have 1.51.. I might try downgrading to see if thats the problem.
Yeah, if you have the CHMOD permissions problems, and you have 1.51.. this is what I did:
ReplyDeleteRevert back to RC33 (US) and you will be able to install debian. After that, you can prob get 1.51 .. I havnt tried it yet tho
formated sdcard with ext2 partition,
ReplyDeletedebian-live-sid-i386-gnome-desktop.iso
rooted with JFv1.51_CRB43-ADP and CyanogenMod v3.4
donwloaded debian installer, followed instructions:
http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=2248
had problems with setting chmod 4744 * permissions,
replaced with new installer.sh above to sdcard,
in android terminal as su, ran;
#sh installer.sh
installed fine, then ran;
#sh bootdeb
and started up great, as a noob myself learning simple linux terminal commands are usefull, for directory list;
#ls
to see list of permission set to every file;
#busybox chmod 4755 *
thanks for your help!