Android Jailbreak, first steps forward !!- get root access to your G1 - Page 3 - Android Forums
Register Members List Social Groups Calendar Search Today's Posts Mark Forums Read


Go Back   Android Forums > Android Discussions > General Mod My Android Discussions


General Mod My Android Discussions Modding your Android themes, physical hardware and any other way you see fit.

Reply
 
Thread Tools Display Modes
  #21  
Old 11-05-2008, 06:26 AM
shebanx's Avatar
shebanx shebanx is offline
Smoke signaler
shebanx is rooted too.rooted too.rooted too.
 
Join Date: Nov 2008
Location: Dubai
Posts: 8
shebanx is on a distinguished road
Send a message via MSN to shebanx
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

just unlocked and activated my G1, purchased a code from http://www.unlock-tmobileg1.com and it worked.

And I don't know how but, Google features are working (apparently they don't work once you unlock your G1) - I can access my calendar, gmail and the market. On an unlocked phone - woohoo !!
Reply With Quote
Ads
  #22  
Old 11-05-2008, 08:35 AM
bizarro_stormy's Avatar
bizarro_stormy bizarro_stormy is offline
Reached higher ground
bizarro_stormy is ready to move to Cali.
 
Join Date: Sep 2008
Posts: 588
bizarro_stormy is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

I look forward to hearing more about this.
Reply With Quote
  #23  
Old 11-05-2008, 08:51 AM
RegGuheert RegGuheert is offline
Established entity
RegGuheert is trying to get life back to normal.
 
Join Date: Sep 2008
Location: Northern Shenandoah Valley, VA
Posts: 386
RegGuheert is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

Quote:
Originally Posted by ministersin View Post
Would this give the opportunity to solve the SD Card Storage Problem (i.e. mounting the drive and re-directing installs)?
Exactly what I'm thinking! Here are the commands:

http://androidcommunity.com/forums/f...nt-panic-2895/
Quote:
Originally Posted by rogers View Post
Alright, there have been plenty of panic threads about applications only downloading to the phone. Stop it! Applications WILL be able to be installed to the SDcard! There have been rumors cited that Google will add that option to the OS, and even if they don't we are running on a linux kernel, and apparently can use a terminal. The fix would be simple.

=======================

The commands below are NOT TO BE RUN on your phone. I will not have my hands on the phone until Tuesday, if you feel like doing this before then you need to do some exploration first to figure out the proper directories to move over to the SDcard. This is just what you would do in any linux based system.

Say you find out the bulk of your apps are in:

/usr/local/apps/

So you have like

/usr/local/apps/breadcrumbz.apk
/usr/local/apps/opera.apk
/usr/local/apps/...

You would just open up the terminal (which I've heard alot about and am very excited about having linux shell access on my phone!) and enter...

~ $ mv /usr/local/apps /sdcard/
~ $ mount --bind /sdcard/apps /usr/local/apps
~ $ echo /sdcard/apps /usr/local/apps bind defaults 0 0 >> /etc/fstab

And BAM you just moved all your apps to the storage card and set it up so that whenever android accesses or writes to /usr/local/apps it's writing to the storage card. The power of linux haha.

This is NOTHING to be worried about.
I haven't looked at the file structure closely, yet, so beware you might have to make small adjustments to what rogers has written.

I'm too busy/chicken to try this today. Anyone want to give this a try. (I don't recommend unless you consider yourself to be a Linux administrator! But, hey, it's YOUR phone...)
Reply With Quote
  #24  
Old 11-05-2008, 09:10 AM
jmejiaa jmejiaa is offline
Reached higher ground
jmejiaa has no status.
 
Join Date: Oct 2008
Posts: 510
jmejiaa is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

This is awesome, soon developers will start making there own builds since they can update manually. This is GREAT news if it falls under the right group of dev's. Now they can truly manipulate EVERYTHING
Reply With Quote
  #25  
Old 11-05-2008, 09:29 AM
71CH's Avatar
71CH 71CH is offline
Established entity
71CH has no status.
 
Join Date: Oct 2008
Posts: 264
71CH is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

Can I just say that the average user shouldn't be doing this. Root access is great and I've been waiting for this but it can potentially hurt your system if you don't know what you're doing.
Reply With Quote
  #26  
Old 11-05-2008, 01:18 PM
short/y short/y is offline
Has a life!
short/y is too short for his own good.
 
Join Date: Sep 2008
Location: Silly-con Valley, CA, USA
Posts: 96
short/y is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

Does telnetd listen on a local port? Could we use an SSH/telnet app running ON the G1 to get to localhost:23? I'd answer this question myself but I'm waiting for my replacement G1.
__________________
Reachin' up to touch bottom
Reply With Quote
  #27  
Old 11-05-2008, 01:21 PM
shebanx's Avatar
shebanx shebanx is offline
Smoke signaler
shebanx is rooted too.rooted too.rooted too.
 
Join Date: Nov 2008
Location: Dubai
Posts: 8
shebanx is on a distinguished road
Send a message via MSN to shebanx
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

well, i hope the average user resists the urge to ... play about with a linux root.. super user access should usually be left to those who really know what they're doing.
Reply With Quote
  #28  
Old 11-05-2008, 02:22 PM
eightyfour eightyfour is offline
Smoke signaler
eightyfour is addicted to G1, iphone who? :P
 
Join Date: Oct 2008
Location: Texas
Posts: 42
eightyfour is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

I'm on average user, I just hope that developers will star to find ways to change themes on the phone, icons, really manipulate to the users advantage. Best of luck
Reply With Quote
  #29  
Old 11-06-2008, 03:14 AM
Brains Brains is offline
What else can I do with this thing?
Brains is wondering why so many stupid people find their way to the internet
 
Join Date: Oct 2008
Location: Houston
Posts: 119
Brains is on a distinguished road
Default Re: Android Jailbreak, first steps forward !!- get root access to your G1

Hmmm... telnetd doesn't start on mine.
Reply With Quote
  #30  
Old 11-06-2008, 08:37 PM
ministersin ministersin is offline
Established entity
ministersin has no status.
 
Join Date: Oct 2008
Posts: 386
ministersin is on a distinguished road
Default Anybody using "Save Apps to SD" fix via Terminal?

Is there anyone here who has run the commands to move app storage/execution to the SD card via the terminal apps/telnet to root?

Please let us know results, and source of commands if you did not use these:


/usr/local/apps/

So you have like

/usr/local/apps/breadcrumbz.apk
/usr/local/apps/opera.apk
/usr/local/apps/...

You would just open up the terminal (which I've heard alot about and am very excited about having linux shell access on my phone!) and enter...

~ $ mv /usr/local/apps /sdcard/
~ $ mount --bind /sdcard/apps /usr/local/apps
~ $ echo /sdcard/apps /usr/local/apps bind defaults 0 0 >> /etc/fstab

And BAM you just moved all your apps to the storage card and set it up so that whenever android accesses or writes to /usr/local/apps it's writing to the storage card. The power of linux haha.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

Ads

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I forward a text message? Tesina HTC Handsets 9 11-30-2009 12:15 AM
Android Market Access w/o G1? pbabler HTC Handsets 16 08-18-2009 03:37 AM
Got some ideas but how do you move forward? Eye_Candy Android Apps Discussions 2 10-27-2008 10:24 PM
Verizon to use Android in new open-access model Mr Android Android News and Rumors 0 12-04-2007 07:13 PM


All times are GMT -5. The time now is 05:11 PM.



Copyright © 2008-2009 Android Community / R3 Media LLC, All Rights Reserved.