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
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1711 (permalink)  
Old 03-23-2010, 10:30 PM
makkonen's Avatar
TouchPro Android Guy
Offline
Pocket PC: Vogu100, Raph500, Diam500, Raph800, Evo
Carrier: Sprint
Threadstarter
 
Join Date: May 2007
Posts: 585
Reputation: 3280
makkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by aadcrasher View Post
i think im using an old kernel, but my phone does not show the breathing when it charges, it only does that when it is in the power collapse mode, but like i said im pretty sure i have an old kernel still
in Android, it only breathes during power collapse, not charging. Newer kernels (last month and a half, probably) should say in Android whether they are charging or not. Sometimes the phone will be in a high drain state (getting hot and never cooling down -- not sure why), and then it's hard for the charger to keep up with the drain. Sometimes that's not the case and it charges fine.
Reply With Quote
This post has been thanked 1 times.
  #1712 (permalink)  
Old 03-23-2010, 10:35 PM
gluka47's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc hero, htc touch pro
Carrier: Metro pcs
Location: ATL
 
Join Date: Sep 2009
Posts: 61
Reputation: 5
gluka47 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
Oh. Maybe the screen came from a RAPH500. It might be the screen that causes the RAPH500 problems -- trouble initializing the framebuffer.
and how can i do that
Reply With Quote
  #1713 (permalink)  
Old 03-23-2010, 10:38 PM
makkonen's Avatar
TouchPro Android Guy
Offline
Pocket PC: Vogu100, Raph500, Diam500, Raph800, Evo
Carrier: Sprint
Threadstarter
 
Join Date: May 2007
Posts: 585
Reputation: 3280
makkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
This post has been thanked 1 times.
  #1714 (permalink)  
Old 03-23-2010, 10:43 PM
gluka47's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc hero, htc touch pro
Carrier: Metro pcs
Location: ATL
 
Join Date: Sep 2009
Posts: 61
Reputation: 5
gluka47 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
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.
you might aswell ask me to kill the president while youre at it jk. well ill do it tomorrow after school.thanks at least you told where to start
Reply With Quote
  #1715 (permalink)  
Old 03-24-2010, 01:31 AM
tfav2890's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro RAPH800
Carrier: Sprint
 
Join Date: Sep 2009
Posts: 7
Reputation: 0
tfav2890 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
  #1716 (permalink)  
Old 03-24-2010, 04:44 AM
makkonen's Avatar
TouchPro Android Guy
Offline
Pocket PC: Vogu100, Raph500, Diam500, Raph800, Evo
Carrier: Sprint
Threadstarter
 
Join Date: May 2007
Posts: 585
Reputation: 3280
makkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIPmakkonen is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Switch to the root account:
Code:
su
Switch to the ash shell (to enable tab-completion):
Code:
sh
Change to your /data/app directory:
Code:
cd /data/app
Find the names of the packages you want to backup:
Code:
ls
This will give you a list of all the packages you have installed. The ones you've downloaded from the market will (generally) be of the form com.author.appname.apk. The apps from the AndroidApps directory will also show up here. Disregard them.
For each app you want to backup, copy it to the directory in the sdcard:
Code:
cp com.author.appname.apk /sdcard/APKs/
You should be able to just type the beginning of the file name and hit tab to finish it. (i.e. com.auth<tab>)
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.
Reply With Quote
This post has been thanked 4 times.
  #1717 (permalink)  
Old 03-24-2010, 09:11 AM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
  #1718 (permalink)  
Old 03-24-2010, 10:41 AM
LuckyLui's Avatar
Regular 'Geeker
Offline
Pocket PC: hTc EVO
Carrier: Sprint
Location: Krook County
 
Join Date: Oct 2009
Posts: 354
Reputation: 295
LuckyLui is becoming a PPCGeeks regularLuckyLui is becoming a PPCGeeks regularLuckyLui is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
  #1719 (permalink)  
Old 03-24-2010, 11:25 AM
NateReal's Avatar
Lurker
Offline
Pocket PC: HTC Vogue
Carrier: Sprint
 
Join Date: Mar 2009
Posts: 5
Reputation: 0
NateReal is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by aadcrasher View Post
what do you have running in the background? i know that i can easily drain my battery faster than it can charge by forgetting to use the clean ram application
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?
Reply With Quote
  #1720 (permalink)  
Old 03-24-2010, 11:36 AM
eyepoker's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 80
Reputation: 40
eyepoker is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
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
Switch to the root account:
Code:
su
Switch to the ash shell (to enable tab-completion):
Code:
sh
Change to your /data/app directory:
Code:
cd /data/app
Find the names of the packages you want to backup:
Code:
ls
This will give you a list of all the packages you have installed. The ones you've downloaded from the market will (generally) be of the form com.author.appname.apk. The apps from the AndroidApps directory will also show up here. Disregard them.
For each app you want to backup, copy it to the directory in the sdcard:
Code:
cp com.author.appname.apk /sdcard/APKs/
You should be able to just type the beginning of the file name and hit tab to finish it. (i.e. com.auth<tab>)
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.

awesome... but i just use APK Manager... do a search in the store
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro

Tags
android, donut, eclair, linux


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 08:32 PM.


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