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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #101 (permalink)  
Old 10-05-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.. im in the process of getting crown on a root canal so im kinda out of it myself. Back-light is related to panel which jonpry and tmzt are working on. We can turn it off but we cant turn it back on. They will probably need a nand tester since sometimes wince f*cks sh*t up. So you can always help them.

I'm not sure what to attack next. I wanted to implement a blit scaler similar to what dzo did for the vogue. It would allow us to run our device at different resolutions so we dont need to worry about certain roms not fitting properly (like sense ui). If this works, we can in theory run the 2.2 froyo from the wildfire without modifying anything since the gpu will scale it for us. Or if you dont mind an old release, run the hero/eris 2.1 sense ui. If i dont tackle that, i guess i can start looking at something more useful, headset? hmm maybe seeing if we can squeeze more ouf of the gpu. Not sure.. or i can help join the fight against .35 now thats a big project
Good luck with that crown. I'll see what I can do to help them out with the screen. And Jonpry pointed me in the right direction for keyboard auto-detection, so I should have a modified rootfs that does it all for us. Apparently the models are stored in /sys/class/htc_hw/machine_variant.

If someone on a tilt2, rhod400, or rhod210 could confirm their ID's, that would be great. Just hook up to ADB and run "cat /sys/class/htc_hw/machine_variant" and let me know what yours is. I'll get the modded rootfs as soon as I can
Reply With Quote
This post has been thanked 1 times.
  #102 (permalink)  
Old 10-05-2010, 10:02 PM
manekineko's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Jul 2009
Posts: 478
Reputation: 845
manekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuff
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
I'm not sure what to attack next. I wanted to implement a blit scaler similar to what dzo did for the vogue. It would allow us to run our device at different resolutions so we dont need to worry about certain roms not fitting properly (like sense ui). If this works, we can in theory run the 2.2 froyo from the wildfire without modifying anything since the gpu will scale it for us. Or if you dont mind an old release, run the hero/eris 2.1 sense ui. If i dont tackle that, i guess i can start looking at something more useful, headset? hmm maybe seeing if we can squeeze more ouf of the gpu. Not sure.. or i can help join the fight against .35 now thats a big project
How transparent would a scaler like that work? Even on the latest kernel, when running something in Nesoid, if it's scaled at all the lag is quite heavy. If it's only doubled (which should really be a very simple operation) the lag is bad, if it's actually scaled to the screen resolution, the lag is really bad.

What're the benefits of moving to a .35 kernel?

Obviously you're always free to work on whatever, but the headset would be an amazing improvement, not just to be able to use it, but since there aren't many other devs that are in a position to work on it.
Reply With Quote
  #103 (permalink)  
Old 10-05-2010, 10:07 PM
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

my computer picks up the usb but it never installs..just shows its connected..i have vista
Reply With Quote
  #104 (permalink)  
Old 10-05-2010, 10:09 PM
manekineko's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Jul 2009
Posts: 478
Reputation: 845
manekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuffmanekineko knows their stuff
Mentioned: 0 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
If someone on a tilt2, rhod400, or rhod210 could confirm their ID's, that would be great. Just hook up to ADB and run "cat /sys/class/htc_hw/machine_variant" and let me know what yours is. I'll get the modded rootfs as soon as I can
I assume this remains the same across builds? I'm currently running Neopeek's from Haret, and there isn't a file machine_variant but there is a file machtype in htc_hw.

I ran cat on machtype from the terminal (not from ADB) on my Rhod400 and it output:
2292

Last edited by manekineko; 10-06-2010 at 12:03 AM.
Reply With Quote
  #105 (permalink)  
Old 10-05-2010, 10:22 PM
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

Quote:
Originally Posted by manekineko View Post
I assume this remains the same across builds? I'm currently running Neopeek's from Haret, and there isn't a file machine_variant but there is a file machtype in htc_hw.

I ran cat from the terminal (not from ADB) on my Rhod400 and it output:
2292
there is a machine_variant but in terminal it said it cant be found..and i dont know whats up with my usb its not connecting at all so i cant try adb..is there something that i didnt download for the pc?

Last edited by damage_them; 10-05-2010 at 10:29 PM.
Reply With Quote
  #106 (permalink)  
Old 10-06-2010, 12:21 AM
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)
Quote:
Originally Posted by damage_them View Post
my computer picks up the usb but it never installs..just shows its connected..i have vista
Install the HTC Sync if you have a 32 bit os.

I have Windows 7 64bit. I had to manually install the drivers from android sdk. ADB works on mine


Sent from my HTC Touch Pro 2 on Android with Tapatalk Pro.
Reply With Quote
  #107 (permalink)  
Old 10-06-2010, 01:07 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 coolsilver View Post
Install the HTC Sync if you have a 32 bit os.

I have Windows 7 64bit. I had to manually install the drivers from android sdk. ADB works on mine


Sent from my HTC Touch Pro 2 on Android with Tapatalk Pro.
Yeah, I had to force the driver on my work machine too.

Quote:
Originally Posted by damage_them View Post
there is a machine_variant but in terminal it said it cant be found..and i dont know whats up with my usb its not connecting at all so i cant try adb..is there something that i didnt download for the pc?
Personally, I'd recommend Droid Explorer for Windows based machines. It takes care of everything for you and lets you run the console from inside it. Grab it here: Droid Explorer

Quote:
Originally Posted by manekineko View Post
I assume this remains the same across builds? I'm currently running Neopeek's from Haret, and there isn't a file machine_variant but there is a file machtype in htc_hw.

I ran cat on machtype from the terminal (not from ADB) on my Rhod400 and it output:
2292
Thanks, but unfortunately the feedback from terminal emulators will give you userland results, and I need to make sure it returns the values pulled on startup (which should be RHOD40000 hopefully).
Reply With Quote
This post has been thanked 1 times.
  #108 (permalink)  
Old 10-06-2010, 01:58 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
Good luck with that crown. I'll see what I can do to help them out with the screen. And Jonpry pointed me in the right direction for keyboard auto-detection, so I should have a modified rootfs that does it all for us. Apparently the models are stored in /sys/class/htc_hw/machine_variant.

If someone on a tilt2, rhod400, or rhod210 could confirm their ID's, that would be great. Just hook up to ADB and run "cat /sys/class/htc_hw/machine_variant" and let me know what yours is. I'll get the modded rootfs as soon as I can
have you been able to compile and run the last kernel at all? more changes coming . i want to make sure we fixed the issue you were having before.
__________________
Reply With Quote
  #109 (permalink)  
Old 10-06-2010, 02:02 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 manekineko View Post
How transparent would a scaler like that work? Even on the latest kernel, when running something in Nesoid, if it's scaled at all the lag is quite heavy. If it's only doubled (which should really be a very simple operation) the lag is bad, if it's actually scaled to the screen resolution, the lag is really bad.

What're the benefits of moving to a .35 kernel?

Obviously you're always free to work on whatever, but the headset would be an amazing improvement, not just to be able to use it, but since there aren't many other devs that are in a position to work on it.
How is Nesoid actually scaling? i want the actual gpu to do the scaling for us not it be handled by a library or android. Android itself will think its running a completely different resolution.

.35? haha.. new kernel. We are running .27 while everyone else is probably running .32. We would run on cleaner code and about 2.5 years worth of improvements. Not to mention bragging rights. You can actually tell someone "your kernel is dog shit.. .35 bitch !!!"

turns our blackstone has headset working, so im going to see if we can use the same code for rhod. Lets cross our fingers.
Reply With Quote
  #110 (permalink)  
Old 10-06-2010, 02:32 AM
spectheintro's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Dec 2008
Posts: 109
Reputation: 190
spectheintro is keeping up the good workspectheintro 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

Quote:
Originally Posted by [ACL] View Post
How is Nesoid actually scaling? i want the actual gpu to do the scaling for us not it be handled by a library or android. Android itself will think its running a completely different resolution.

.35? haha.. new kernel. We are running .27 while everyone else is probably running .32. We would run on cleaner code and about 2.5 years worth of improvements. Not to mention bragging rights. You can actually tell someone "your kernel is dog shit.. .35 bitch !!!"
Is anyone working on overall UI smoothness? A few people have mentioned how much more smooth the experience is on neopeek than on XDA; any way we can incorporate whatever neo did?
Reply With Quote
Reply

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

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


All times are GMT -4. The time now is 10:46 AM.


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