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
  #2041 (permalink)  
Old 03-23-2011, 11:16 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

I should have taken both paths (.net and c++) so I could help out more but I chose .NET
Reply With Quote
  #2042 (permalink)  
Old 03-24-2011, 12:03 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Talking Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by m4f1050 View Post
I should have taken both paths (.net and c++) so I could help out more but I chose .NET
There is no way to run .NET application on Android for now, or you can help Mono Team to make it able to run on (Main Page - Mono)

Also, this is development thread with deep mod in system (kernel, module...) then C & C++ is used for this job . If you want to develop front end app, you need to work with Java, btw there is no way for .NET LOL

@[ACL] did you forgot to push something?
I've got error while trying to build kernel.

Code:
arch/arm/mach-msm/board-htcrhodium.c:61:23: error: bootcheck.h: No such file or directory
arch/arm/mach-msm/board-htcrhodium.c: In function 'halibut_init':
arch/arm/mach-msm/board-htcrhodium.c:779: error: implicit declaration of function 'boot_reason_charge'
arch/arm/mach-msm/board-htcrhodium.c:783: error: implicit declaration of function 'is_a9_ready'
arch/arm/mach-msm/board-htcrhodium.c:820: error: implicit declaration of function 'send_to_limbo'
make[1]: *** [arch/arm/mach-msm/board-htcrhodium.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
__________________

Last edited by tiger2wander; 03-24-2011 at 12:06 AM.
Reply With Quote
  #2043 (permalink)  
Old 03-24-2011, 02:26 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 tiger2wander View Post
There is no way to run .NET application on Android for now, or you can help Mono Team to make it able to run on (Main Page - Mono)

Also, this is development thread with deep mod in system (kernel, module...) then C & C++ is used for this job . If you want to develop front end app, you need to work with Java, btw there is no way for .NET LOL

@[ACL] did you forgot to push something?
I've got error while trying to build kernel.

Code:
arch/arm/mach-msm/board-htcrhodium.c:61:23: error: bootcheck.h: No such file or directory
arch/arm/mach-msm/board-htcrhodium.c: In function 'halibut_init':
arch/arm/mach-msm/board-htcrhodium.c:779: error: implicit declaration of function 'boot_reason_charge'
arch/arm/mach-msm/board-htcrhodium.c:783: error: implicit declaration of function 'is_a9_ready'
arch/arm/mach-msm/board-htcrhodium.c:820: error: implicit declaration of function 'send_to_limbo'
make[1]: *** [arch/arm/mach-msm/board-htcrhodium.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
Do a make clean first, then git clean -f, then git pull, then try making it again.
__________________
Reply With Quote
  #2044 (permalink)  
Old 03-24-2011, 03:06 AM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

was updated, builds ok now...
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid....
Reply With Quote
  #2045 (permalink)  
Old 03-24-2011, 04:21 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Just updated and build ok now, going to test new build

How changed made for: http://htcdevs.wirelesstcp.net/files...generic-ril.so

I'm going to test it also.
Reply With Quote
  #2046 (permalink)  
Old 03-24-2011, 04:55 AM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I think the no force cdma may be messin with me..... droppin this via wifi, apn will not save for some reason??? Is this just me?

Sent from my APN handicapped nandroid
Reply With Quote
  #2047 (permalink)  
Old 03-24-2011, 06:25 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

OOOOps!

Latest commit of kernel seen prevent recovery to load its menu
Its stuck at Android logo screen, can not show menu by power button.
Reply With Quote
  #2048 (permalink)  
Old 03-24-2011, 09: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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
OOOOps!

Latest commit of kernel seen prevent recovery to load its menu
Its stuck at Android logo screen, can not show menu by power button.
wowo you guys are fast.. i didnt even test it myself. I was just commiting stuff that we are behind on.

There was a haret patch that some key files around

Commit in linux-msm-rhod-nand in Linux on Qualcomm's MSM - Gitorious

May need to revert this then or fix it if this is the issue.
__________________
Reply With Quote
  #2049 (permalink)  
Old 03-24-2011, 09:32 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

I also did a dirty build (without 'make clean') and then it said: "NBH ... can not find system on NAND partitions"

I've just do another clean build and will test again soon.

Another problem: in the last kernel I loaded from htcdevs.wirelesstcp.net/files/xdandroid/ it seen not load correct keyboard map for my RHOD500. Where I need mod to correct that?

Sadly, I was also has dead loop caused by do a fresh install while battery low
Just bought an external multi charger to save it LOL
Reply With Quote
  #2050 (permalink)  
Old 03-24-2011, 09:39 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 tiger2wander View Post
I also did a dirty build (without 'make clean') and then it said: "NBH ... can not find system on NAND partitions"

I've just do another clean build and will test again soon.

Another problem: in the last kernel I loaded from htcdevs.wirelesstcp.net/files/xdandroid/ it seen not load correct keyboard map for my RHOD500. Where I need mod to correct that?

Sadly, I was also has dead loop caused by do a fresh install while battery low
Just bought an external multi charger to save it LOL
maybe 500 and 400 had diff charging styles? doubt ut but when i plug in i dont get a boot loop. i just get a charge. it may or may not be working but i know i left there for bout an hour or so last night and it didnt randomly reboot.

Also the "LATEST" are behind from git. I sent massive patches yest so i stopped outbuild from making 10 diff new kernels that may not work. So test off git if you can. And that key issue looks simple . just need people to test.

The gsm ril is prob our future ril. No longer supports force cdma .. which i will push to tinboot as we..

edit: ok reason why recovery doesnt work is because before it was labled as key_home and now its key_power. Since i only check for key_home then its broke. So real fix would be for me to change it on the recovery, but if you want to test you can chance this on the kernel.

Last edited by [ACL]; 03-24-2011 at 09:48 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 03:21 AM.


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