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
  #1551 (permalink)  
Old 03-08-2011, 10:39 PM
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
In reality it has to be /system/etc/ppp because that gets linked to /etc

So inside /system/etc there needs to be a link to data/ppp

Now we have this link in place. Its on the init.rc and in that tar so i dont know how its getting trashed (if it even is getting trashed)

ln -s /data/ppp /system/etc/ppp will do it.
Ah, I bet it is not working because of this. It will not overwrite if the directory already exists. It does exist already and has a file in it. Also, for ln -s as you have there, it will actually link /data/ppp to /system/etc/ppp/ppp since it is a directory and not a file

Dinner time. Be back in a little while.
Reply With Quote
  #1552 (permalink)  
Old 03-08-2011, 10:44 PM
[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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
Ah, I bet it is not working because of this. It will not overwrite if the directory already exists. It does exist already and has a file in it. Also, for ln -s as you have there, it will actually link /data/ppp to /system/etc/ppp/ppp since it is a directory and not a file

Dinner time. Be back in a little while.
fawk i though we erased it.. unless the modules have it ? make sure you get the latest stuff
__________________
Reply With Quote
  #1553 (permalink)  
Old 03-08-2011, 10:45 PM
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
Ah, I bet it is not working because of this. It will not overwrite if the directory already exists. It does exist already and has a file in it. Also, for ln -s as you have there, it will actually link /data/ppp to /system/etc/ppp/ppp since it is a directory and not a file

Dinner time. Be back in a little while.
Correct.

Make sure you don't have it in your update either.

I will look at what we all really need from the rootfs to FRX05. I know my andriodupdate.tgz has stuff it don't need and over writes some of the newer files.

But currently stuck on the superuser app?
__________________
Reply With Quote
  #1554 (permalink)  
Old 03-08-2011, 10:48 PM
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
fawk i though we erased it.. unless the modules have it ? make sure you get the latest stuff
It's not in the latest system. I'm guessing it was in the update.tar
Reply With Quote
  #1555 (permalink)  
Old 03-08-2011, 11:45 PM
coolsilver's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC TP2
Carrier: Verizon
 
Join Date: Oct 2007
Posts: 233
Reputation: 125
coolsilver is keeping up the good workcoolsilver is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)

My phone is becoming more and more laggy as it is... plus with the wait for Verizon to release LTE.... I'll try it soon but right now let you guys get it going perfect first.

Plus I am going to miss having 1GB of data storage,
Reply With Quote
  #1556 (permalink)  
Old 03-09-2011, 12:16 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-08: Full NAND FRX05 Testing (Data not working for some)

Quote:
Originally Posted by coolsilver View Post
My phone is becoming more and more laggy as it is... plus with the wait for Verizon to release LTE.... I'll try it soon but right now let you guys get it going perfect first.

Plus I am going to miss having 1GB of data storage,
You won't be losing 1 GB of storage. Android on NAND has to follow the same space allowance as WinMo, so no storage loss there. You also still have your entire sdcard to use as storage the same way you do right now. App2sd will work perfectly
Reply With Quote
  #1557 (permalink)  
Old 03-09-2011, 12:45 AM
mrrifleman's Avatar
Lurker
Offline
Pocket PC: Rhodium CDMA
Carrier: Verizon
 
Join Date: Apr 2010
Posts: 2
Reputation: 0
mrrifleman is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)

just flashed, data not working. i'm on a verizon rhodium 500. everything else seems hunky dorey. it seems alot snappier to me than the haret version, but that could be because it's not syncing or anything.
Reply With Quote
  #1558 (permalink)  
Old 03-09-2011, 01: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-08: Full NAND FRX05 Testing (Data not working for some)

Quote:
Originally Posted by mrrifleman View Post
just flashed, data not working. i'm on a verizon rhodium 500. everything else seems hunky dorey. it seems alot snappier to me than the haret version, but that could be because it's not syncing or anything.
logs? also what files did you download and when? i will wipe all the old files to make sure we have fresh everything
Reply With Quote
  #1559 (permalink)  
Old 03-09-2011, 02:05 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-08: Full NAND FRX05 Testing (Data not working for some)

Quote:
Originally Posted by [ACL] View Post
logs? also what files did you download and when? i will wipe all the old files to make sure we have fresh everything
I updated the androidinstall.tar again. I think the ril was wrong.


Sorry! Still need to add the ln -s /data/ppp /etc/ppp to the install-seq.sh file.

Here is everything that I have: It should work on first boot...
Free File Hosting Made Simple - MediaFire

If you run these Just Hold the center screen or the vol up button during boot and select the "Install System with install-seq.sh on SDCard/andboot" option.

ACL we need to talk about the mtdparts... The most recent ones did not work for me.

Last edited by Lmiller1708; 03-09-2011 at 02:09 AM.
Reply With Quote
  #1560 (permalink)  
Old 03-09-2011, 02:32 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-08: Full NAND FRX05 Testing (Data not working for some)

Quote:
Originally Posted by Lmiller1708 View Post
I updated the androidinstall.tar again. I think the ril was wrong.


Sorry! Still need to add the ln -s /data/ppp /etc/ppp to the install-seq.sh file.

Here is everything that I have: It should work on first boot...
Free File Hosting Made Simple - MediaFire

If you run these Just Hold the center screen or the vol up button during boot and select the "Install System with install-seq.sh on SDCard/andboot" option.

ACL we need to talk about the mtdparts... The most recent ones did not work for me.
sup dood.. im still using the mtd parts i posted. So whats the next suggestion?

Also upload what you have above ?

Last edited by [ACL]; 03-09-2011 at 02:35 AM.
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:33 PM.


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