PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-21-2011, 12:53 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by MassStash View Post
got kernel kitchen running fiiiiinnnaaallly, acl. rhod_payload2 instead of rhod_payload was my problem..... damn i'm glad i caught that off of dude on the "how to compile" forum... So i got key mapping how i like and can help the lil i can with that knowledge n working compileing. Your recovery is really awesome too bro, nice work. Should wipeing data require a new install tho>?
I got caught off guard by that today. I wiped my data and forgot that the modules are on that partition. So im like "ok i can run the update anwyays", but the recovery update is for full android updates and not modules.

I had to rename the androidupdate.tgz to update.tgz and move it to the root of the sdcard (thank goodnes we have ums), and finally updated with the fresh set of modules.

I'm still wondering if i should just have the update and the modules use the same name.. in my eyes its more confusing but we will see what the crowd says.

im still cleaning up all my stuff before i upload everything tonight.
__________________
Reply With Quote
  #2 (permalink)  
Old 03-21-2011, 01:33 AM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Cool, I'd like to see what's new.

Tried the "latest" as of this post, and data still doesn't work for me - hm. I have a 3g icon, but when i adb shell, ifconfig returns nothing. ps shows that pppd is in fact running...

I did try ifconfig ppp0, and it did return an IP. I couldn't ping 8.8.8.8... Hrm. Ah well, I'll try out the new stuff when it's up!

Edit - really weird, not sure what this means but I couldn't cp from the command line. Had to /bin/cp...

ofc, /bin/ifconfig also now returns valid output... hrm...

Last edited by arrrghhh; 03-21-2011 at 01:36 AM.
Reply With Quote
  #3 (permalink)  
Old 03-21-2011, 01:40 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by arrrghhh View Post
Cool, I'd like to see what's new.

Tried the "latest" as of this post, and data still doesn't work for me - hm. I have a 3g icon, but when i adb shell, ifconfig returns nothing. ps shows that pppd is in fact running...

I did try ifconfig ppp0, and it did return an IP. I couldn't ping 8.8.8.8... Hrm. Ah well, I'll try out the new stuff when it's up!

Edit - really weird, not sure what this means but I couldn't cp from the command line. Had to /bin/cp...

ofc, /bin/ifconfig also now returns valid output... hrm...
you know the wifi issue and this other issue ur talking about is mainly because we removed /bin from the path. damn people and them wanting root. but i suppose with a full busybox in ur system/bin you should have no issues.
Reply With Quote
  #4 (permalink)  
Old 03-21-2011, 01:45 AM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
you know the wifi issue and this other issue ur talking about is mainly because we removed /bin from the path. damn people and them wanting root. but i suppose with a full busybox in ur system/bin you should have no issues.
Durn those people (o wait I want it to use TB ).

You guys'll hash it all out in time - perhaps we should just use that su app, I'm not sure what the right answer is... Wouldn't break your back if an app can do it easily.
Reply With Quote
  #5 (permalink)  
Old 03-21-2011, 02:04 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by arrrghhh View Post
Durn those people (o wait I want it to use TB ).

You guys'll hash it all out in time - perhaps we should just use that su app, I'm not sure what the right answer is... Wouldn't break your back if an app can do it easily.
since we are trying to comply with aosp . then use whatever app you can to make it work
Reply With Quote
  #6 (permalink)  
Old 03-21-2011, 03:13 AM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by arrrghhh View Post
Durn those people (o wait I want it to use TB ).

You guys'll hash it all out in time - perhaps we should just use that su app, I'm not sure what the right answer is... Wouldn't break your back if an app can do it easily.
Superuser is an awesome app, but think of it more like UAC and not as providing su. It prompts for permissions when an application requests root access which I think is necessary for security reasons. I think we should put the Superuser app in the ROM's by default
__________________
Reply With Quote
  #7 (permalink)  
Old 03-21-2011, 03:10 AM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
you know the wifi issue and this other issue ur talking about is mainly because we removed /bin from the path. damn people and them wanting root. but i suppose with a full busybox in ur system/bin you should have no issues.
Did we actually remove /bin from the path? I was able to fix su by simply removing the su link from /bin. I did commit that change to bootenv btw
Reply With Quote
  #8 (permalink)  
Old 03-21-2011, 03:24 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by natemcnutty View Post
Did we actually remove /bin from the path? I was able to fix su by simply removing the su link from /bin. I did commit that change to bootenv btw
yeah we did since people want to install their own busybox. So even if they install it and if bin is still around then it will cause issue. /bin has to completely be removed.
Reply With Quote
  #9 (permalink)  
Old 03-21-2011, 07:42 AM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
yeah we did since people want to install their own busybox. So even if they install it and if bin is still around then it will cause issue. /bin has to completely be removed.
Add the busybox from the rootfs to the /system/bin in the androidupdate.tgz.

Then we don't have to worry about it.
__________________
Reply With Quote
  #10 (permalink)  
Old 03-21-2011, 08:19 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by Lmiller1708 View Post
Add the busybox from the rootfs to the /system/bin in the androidupdate.tgz.

Then we don't have to worry about it.
the busybox apk works well actualy. gives u the option to install on /system/bin or xbin.. so let these animals do it..
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


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 On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:05 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com