View Single Post
  #2042 (permalink)  
Old 03-24-2011, 12:03 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
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