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
  #1341 (permalink)  
Old 03-01-2010, 09:53 PM
wstidolph's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Santa Cruz, CA, USA
 
Join Date: May 2008
Posts: 5
Reputation: 0
wstidolph is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updating android rootfs.img on CDMA Touch Pro (RAPH800)

I tried deleting the data.img, still hangs on boot.

Re-installed the XDANDROID.01.03.10, overlaid a recent rootfs before booting ... and it still hangs on running haret.exe.

Copy the original rootfs back into the freshly-reinstalled/android directory,and reboot, and it boots up. Very confusing ...
Reply With Quote
  #1342 (permalink)  
Old 03-01-2010, 09:57 PM
debarron's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo
Carrier: Sprint
 
Join Date: Apr 2008
Posts: 89
Reputation: 200
debarron is keeping up the good workdebarron is keeping up the good workdebarron is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updating android rootfs.img on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by wstidolph View Post
I tried deleting the data.img, still hangs on boot.

Re-installed the XDANDROID.01.03.10, overlaid a recent rootfs before booting ... and it still hangs on running haret.exe.

Copy the original rootfs back into the freshly-reinstalled/android directory,and reboot, and it boots up. Very confusing ...
I believe you need to have everything in the root of the SD card with the working rootfs.img. I was not able to boot until I moved everything to the root of the SD card instead of in the Android directory.
Reply With Quote
This post has been thanked 1 times.
  #1343 (permalink)  
Old 03-01-2010, 10:14 PM
wstidolph's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Santa Cruz, CA, USA
 
Join Date: May 2008
Posts: 5
Reputation: 0
wstidolph is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updating android rootfs.img on CDMA Touch Pro (RAPH800)

@debarron ... thanks, I'll try shifting back to root of the SD card ... but, it's frustrating that I do the initial install into /android and it *works*, it's only when I replace the rootfs in that dir that it stops working!

Anyway - I moved the existing (running) android out of /android and up to root, rebooted it from there to ensure it still worked, replaced the rootfs.img and ... it boots. Sigh ... is there something done in making XDANDROID (and not in autobuilding rootfs-*.zip) that makes it tolerate being in /android?

Last edited by wstidolph; 03-01-2010 at 10:36 PM. Reason: put in results
Reply With Quote
  #1344 (permalink)  
Old 03-01-2010, 10:36 PM
debarron's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo
Carrier: Sprint
 
Join Date: Apr 2008
Posts: 89
Reputation: 200
debarron is keeping up the good workdebarron is keeping up the good workdebarron is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Updating android rootfs.img on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by wstidolph View Post
@debarron ... thanks, I'll try shifting back to root of the SD card ... but, I do the initial install into /android/ and it *works*, it's only when I replace the rootfs that it stops working! Is there something done in making XDANDROID (and not in autobuilding rootfs-*.zip) that makes it tolerate being in /android?
That's beyond my knowledge...but I know I was getting the same error about unable to find system.img until I moved it all to the root of SD. The autobuild rootfs may have /sdcard hard-coded in somewhere instead of ./ for current directory. Just my guess.
Reply With Quote
  #1345 (permalink)  
Old 03-01-2010, 11: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 hamagc View Post
ok changed the mms.apk file back and no dice. still stuck at splash screen. looks like it may be because i'm doing it all through windows? but i took a step today. not the leap i was hoping for but a step. if you have any ideas makk, let me know.
I don't have any GOOD ideas, but you can make sure

echo 2 > /sys/devices/platform/msm_hsusb/usb_function_switch

is in your custom shell commands in eclair.user.conf (enables adb on windows); then grab droid explorer, connect up, and pull up the logcat console while you're booting to see where it's failing.

Or install virtualbox and ubuntu. It's more painless than you'd think.

debarron and wstidolph: I didn't mention it because I didn't really think many people were using the subdirectory here, but the rootfs got changed recently so that the default folder it looks to is not android, but andboot. Unfortunately, the current initrd isn't aware of this change, so it's a bit of a mess.

Long story short, you can make it function the old way by putting

rel_path=android

in your cmdline parameters in your startup.txt. This sets it to look in the old location.

(The reason it got switched is because some android apps were creating an android folder when they ran, and so, if you had your files in the root of the sd card, on the next boot, it would see the android folder, look there, find nothing, and fail to boot. Once this is all sorted out, it'll work better, but it's a little ugly at the moment.)
Reply With Quote
This post has been thanked 2 times.
  #1346 (permalink)  
Old 03-01-2010, 11:30 PM
peterm20's Avatar
PPCGeeks Regular
Offline
Pocket PC: ppc-6800
Carrier: Sprint
Location: SE Kansas
 
Join Date: May 2008
Posts: 162
Reputation: 185
peterm20 is keeping up the good workpeterm20 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
hamagc: make sure you're doing everything as root. make sure you're using the right version of squashfs -- I think it won't extract if you're not. You can also try this to build it:

sudo unsquashfs system.sqsh
#make changes
sudo mv ./squashfs-root ./system
sudo genext2fs -d ./system -b 100000 -a system.ext2
mkdir ext2mount
sudo mount -o loop ./system.ext2 ./ext2mount
sudo mksquashfs ./ext2mount newsystem.sqsh
I'm Lazy I've made bash script for that I can tar them up if anyone would want a shortcut to making the sqashfs app.
__________________
Sprint Touch Pro (Ralph800) - (2.01.651MR)/1.12.34F
Android: XDANDROID-5-31-10/gps rootfs update
XDAdroid Fan page
Reply With Quote
  #1347 (permalink)  
Old 03-02-2010, 12:26 AM
aadcrasher's Avatar
Lurker
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Jan 2010
Posts: 9
Reputation: 5
aadcrasher is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

i am using a sprint touch pro, and i cannot get my data to work. i read the fix in the FAQ but i dont know where to put the #777 for the sprint pcs network.

thanks in advance
Reply With Quote
  #1348 (permalink)  
Old 03-02-2010, 10:18 AM
karafa's Avatar
N00b
Offline
Pocket PC: Sprint Touch Pro
Carrier: Sprint
 
Join Date: Oct 2008
Posts: 25
Reputation: 35
karafa is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

I've got clock issues it seems. I lose a minute in time every four hours or so. If I go to bed and wake up it's always at least two minutes off. Is there a fix for this..?

What's the command to add to startup.txt to make it wake from sleep on any button press? It's kind of counter-intuitive to me to have to reach up to push the power button to answer a call.

Where does overclocking stand on the Raph800? Do I need to apply this patch I see floating around, or can I just add something to the startup.txt with this build?

I don't know if it's just me, but things in android seem kind of sluggish to me recently. Since around the mic fix and correct battery reporting. Anyone else notice that?
Reply With Quote
  #1349 (permalink)  
Old 03-02-2010, 10:45 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)

I just woke up this morning and noticed my clock was 10 minutes slow. Cycling the setting for network time did nothing (didn't really expect it to, but hey, worth a shot). Something with the clocking changes in the last week, I guess (I don't remember exactly what kernel I'm running). No fix that I'm aware of, except finding the bug in the kernel and squashing it.

Overclocking should work out of the box, but I haven't tested it. I believe the cmdline setting is acpuclock.oc_freq_khz=xxxxxx (people have had luck with 610000, one person said he was running stably up at 720000).

Things have seemed sluggish to me, lately, as well, but I couldn't tell if that was just slowdown after it being booted for a while.
Reply With Quote
This post has been thanked 1 times.
  #1350 (permalink)  
Old 03-02-2010, 10:48 AM
mariano3113's Avatar
mariano3113
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by aadcrasher View Post
i am using a sprint touch pro, and i cannot get my data to work. i read the fix in the FAQ but i dont know where to put the #777 for the sprint pcs network.

thanks in advance

For Sprint goto APN in Networks settings create a new APN name it Android and APN: internet - leave everything else blank. Back out- and select the new APN. And wait about a minute or two and the 3G signal will pop-up >meaning you now have a working internet connection.
Reply With Quote
This post has been thanked 1 times.
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 11:47 AM.


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