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
  #201 (permalink)  
Old 10-14-2010, 09:11 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

ahh i forgot about that. Since this script came from the HD2 guys it doesnt have the same format used by xdandroid. I'll have to build the modules the same style glemsom does it so we load them properly with the version number.

ill get it done.. in the mean time ill look into the issues.
__________________
Reply With Quote
This post has been thanked 2 times.
  #202 (permalink)  
Old 10-14-2010, 09:26 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by [ACL] View Post
ahh i forgot about that. Since this script came from the HD2 guys it doesnt have the same format used by xdandroid. I'll have to build the modules the same style glemsom does it so we load them properly with the version number.

ill get it done.. in the mean time ill look into the issues.
You're the man

Is it just this?

KER_VER="$(cat $KERNEL_PATH/include/config/kernel.release)"

Then

tar czf $MODULES_PATH/modules-$KER_VER.tar.gz

Last edited by natemcnutty; 10-15-2010 at 12:44 PM.
Reply With Quote
This post has been thanked 1 times.
  #203 (permalink)  
Old 10-15-2010, 04:27 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by natemcnutty View Post
OK, ACL, can you take a look at these? I did a kmesg and logcat at the same time and figured I could pair up which PID was causing the crash. I have attached them to the post.
According to the logcat it looks like you are having sound issues. And i cant boot with the autobuild either. Im having mediaserver crash. I have no idea why since both builds are off the same source.. grrr.. this is gonna take some thinking
Reply With Quote
This post has been thanked 2 times.
  #204 (permalink)  
Old 10-15-2010, 12:29 PM
drynaps's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro 2
Carrier: U.S. Cellular
 
Join Date: Dec 2009
Posts: 17
Reputation: 45
drynaps is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by damage_them View Post
hmm i havent installed those drivers yet but when i plug in the usb..it shows up..but when i click on it..it says please insert disk to storage..i saw someone said something about daul something cant really remember what it was,,but it was something to make the pc pick up the storage and the phone also @ the sametime..maybe u know
I was the one that mentioned the widget, it is called Dual Mount SD.

As for DroidExplorer, I just had to install the standalone version of it, and then when you plug in your phone, if you have the right ADB drivers, you should see an item with a blueish icon on 'My Computer', under 'Other', with '000000000000' as the name. If you double click that, DroidExplorer fires up and you can now explore the whole phone, both sdcard and otherwise with admin (root) permissions.

Please let me know if this is not quite clear and I will try and put a post together that describes step-by-step how to set up DroidExplorer.

Sorry it took me a while to answer, I've been swamped with work.

-.Drynaps
Reply With Quote
  #205 (permalink)  
Old 10-15-2010, 12:46 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by [ACL] View Post
According to the logcat it looks like you are having sound issues. And i cant boot with the autobuild either. Im having mediaserver crash. I have no idea why since both builds are off the same source.. grrr.. this is gonna take some thinking
Thanks ACL. I do have the rhod500 variant if it matters. I'm also available most of they day to test different builds, so just let me know. I'll try to leave IRC open
Reply With Quote
This post has been thanked 1 times.
  #206 (permalink)  
Old 10-15-2010, 12:48 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

I also have a Rhod500. Just to confirm for more than one device.
Reply With Quote
  #207 (permalink)  
Old 10-15-2010, 03:26 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Baffled bcause most of the crashes are android related not kernel. But it only happens with the autobuilds and not my home build. Sounds like i need to recreate the autobuild at home to dig in.
Reply With Quote
This post has been thanked 1 times.
  #208 (permalink)  
Old 10-16-2010, 12:05 AM
ryanmv213's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc touch pro 2
Carrier: sprint
 
Join Date: Oct 2009
Posts: 146
Reputation: 380
ryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regularryanmv213 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Peeps in the haret forum seem to think that running Android off the storage card is one of the main reasons battery life is reduced. Is it the same with the NAND? Outside of flashing like a ROM what other major advantages does this have over haret? Great FAQ. TIA
Reply With Quote
  #209 (permalink)  
Old 10-16-2010, 12:50 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by ryanmv213 View Post
Peeps in the haret forum seem to think that running Android off the storage card is one of the main reasons battery life is reduced. Is it the same with the NAND? Outside of flashing like a ROM what other major advantages does this have over haret? Great FAQ. TIA
In short, no, nand does not give better battery life at this time. On the nand, we only have the kernel and initrd while the modules, ext2, and rootfs are all still on the SD card.

Theoretically, because you aren't constantly using the SD interface, nand should give slightly better battery life than haret if/when everything is functioning properly. The problem is the screen and other drivers are causing more power problems than you lose to the sd interface, so until those are taken care of, it won't really matter.

Great questions, and thanks for asking them. I'll get some of this in the FAQ
Reply With Quote
This post has been thanked 1 times.
  #210 (permalink)  
Old 10-16-2010, 01:27 AM
damage_them's Avatar
PPCGeeks Regular
Offline
Pocket PC: touch pro 2
Carrier: sprint
 
Join Date: Feb 2010
Posts: 159
Reputation: 160
damage_them is keeping up the good workdamage_them is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

i see some new files are up in the index..is it ok to test yet?
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 05:33 AM.


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