This post has been thanked 1 times. |
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Learn how to use git. figure out when the kernel tree broke for raph500 (mid-september, I believe). Fix those changes in the current kernel. It's... not a small job.
You could try the kernel that's posted on htc-android (link is in the first post) and see if that'll boot, to confirm that that's the problem. |
This post has been thanked 1 times. |
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Quote:
|
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Mind giving a little more detailed tutorial on backing up apps? It's a hassle to redownload them all each time I update.
|
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Sure. Open the Terminal Emulator. (if you don't have one, download from the Market -- Android Terminal Emulator, I think it's called. But I'm pretty sure I put it in the latest all-in-one package.)
Make a directory for APKs in your sdcard: Code:
mkdir /sdcard/APKs Code:
su Code:
sh Code:
cd /data/app Code:
ls For each app you want to backup, copy it to the directory in the sdcard: Code:
cp com.author.appname.apk /sdcard/APKs/ You can also do this via ADB if you have it installed and working (and that way you don't have to type on the phone keyboard at all). You can also do it by mounting data.img on any system that can read an ext2 image. |
This post has been thanked 4 times. |
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Thanks Makk. I'm probably not going to use it, but another priceless tut from you that will get lost in the hundreds of pages this thread has become :P
|
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
wireless_tether_1_70-pre1_htc_ECLAIR.apk
com.camurphy.toggledata.apk memoryup_pro.apk Put up a couple files i found around.. Maybe it will help someone down the road When done downloading put it in the androidapps folder.. from their it should boot up when in the system! Good luck everyone Last edited by LuckyLui; 03-24-2010 at 10:43 AM. Reason: Fogot to add |
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
i use the task killer that's included about every 5 minutes. i read the first post, and it said "battery response reports, but not accurate..." so i guess thats the issue. also, i installed dualboot on startup but it says my android is missing, but my folder is there. is there a way i can get the program to recognize android files are there?
|
|
||||
Re: Linux/Android on CDMA Touch Pro (RAPH800)
Quote:
awesome... but i just use APK Manager... do a search in the store |
|
Tags |
android, donut, eclair, linux |
|
|