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 > Android > Android HTC Devices > HTC Evo 4G > CDMA HTC Evo 4G Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1111 (permalink)  
Old 07-06-2010, 07:05 PM
rlmurray's Avatar
N00b
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
 
Join Date: Jun 2010
Posts: 34
Reputation: 25
rlmurray is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

this is the output.
D:\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# mount -o rw,remount -t yaffs2 /sdcard
mount -o rw,remount -t yaffs2 /sdcard
Usage: mount [-r] [-w] [-o options] [-t type] device directory
#
D:\android-sdk-windows\tools>


It had me reformat since it said the card was unreadable. I did and now the camera works after the reboot. Thanks for that!!
I'm guessing all is golden now but I hope that I don't have a bad SD card if the issue crops up again?
Copying my old pics, mp3's and videos back again and will let you know if I can view them.
That was the original problem before. When I copied the old DCIM folder it would not read the old pictures and videos when copied via explorer on windows XP.
Also I can view all the files.
Thanks again.

Last edited by rlmurray; 07-06-2010 at 07:29 PM.
Reply With Quote
  #1112 (permalink)  
Old 07-06-2010, 07:34 PM
iknowsquat's Avatar
Retired Staff
Offline
Pocket PC: LTEvo
Carrier: Sprint
Location: Tampa
 
Join Date: Nov 2008
Posts: 2,940
Reputation: 7809
iknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

Quote:
Originally Posted by rlmurray View Post
this is the output.
D:\android-sdk-windows\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ su
su
# mount -o rw,remount -t yaffs2 /sdcard
mount -o rw,remount -t yaffs2 /sdcard
Usage: mount [-r] [-w] [-o options] [-t type] device directory
#
D:\android-sdk-windows\tools>


It had me reformat since it said the card was unreadable. I did and now the camera works after the reboot. Thanks for that!!
I'm guessing all is golden now but I hope that I don't have a bad SD card if the issue crops up again?
Copying my old pics, mp3's and videos back again and will let you know if I can view them.
That was the original problem before. When I copied the old DCIM folder it would not read the old pictures and videos when copied via explorer on windows XP.

[IMG]file:///D:/downloads/android%20apps/backup/evobackup752010/DCIM/100MEDIA/100_0089.jpg[/IMG]
The old pics/vids could be the issue. I've read that they can become corrupt rendering your card 'read only'.

Sorry about the code ADB n00b here

I left off part of the code. What it should be is something like this:

mount -o remount,rw -t yaffs2 /dev/block//vold/179:1 /sdcard

The part I left off is how it is on my device. Yours MAY differ. To find out in adb shell type
mount (as long as you are at a #)
Look at the code that is generated and look for the /dev/block//vold...
it corresponds to your sdcard. I ASSUME they would be the same for all devices but just in case verify on your device.

Hope that helps.
__________________
Reply With Quote
  #1113 (permalink)  
Old 07-06-2010, 08:12 PM
Nygel's Avatar
Almost a VIP
Offline
Pocket PC: Touch Pro 2
Carrier: SPRINT
Location: BAYTOWN, TX
 
Join Date: Jun 2008
Posts: 871
Reputation: 734
Nygel knows their stuffNygel knows their stuffNygel knows their stuffNygel knows their stuffNygel knows their stuffNygel knows their stuffNygel knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

I have a question its pertaining to the WIMAX and radio, I have not installed the update but I have the second update (from release date) and fully root (NAND unlock). Now I am seeing the wimax radio for this ROM version, when you complete the toast root does your wimax radio gets changed also? And after flashing the radio for this version should I still install the wimax radio ( for the 2nd update not .47)
__________________
Don't forget to hit the Thanks button if someone helped you out!!!!
Reply With Quote
  #1114 (permalink)  
Old 07-06-2010, 08:25 PM
rlmurray's Avatar
N00b
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
 
Join Date: Jun 2010
Posts: 34
Reputation: 25
rlmurray is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

DOn't have anything regarding an sd card.
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock4 /system yaffs2 ro 0 0
/dev/block/mtdblock6 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cache yaffs2 rw,nosuid,nodev 0 0
tmpfs /app-cache tmpfs rw,size=8192k 0 0
#
Reply With Quote
  #1115 (permalink)  
Old 07-06-2010, 08:28 PM
iknowsquat's Avatar
Retired Staff
Offline
Pocket PC: LTEvo
Carrier: Sprint
Location: Tampa
 
Join Date: Nov 2008
Posts: 2,940
Reputation: 7809
iknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

Quote:
Originally Posted by Nygel View Post
I have a question its pertaining to the WIMAX and radio, I have not installed the update but I have the second update (from release date) and fully root (NAND unlock). Now I am seeing the wimax radio for this ROM version, when you complete the toast root does your wimax radio gets changed also? And after flashing the radio for this version should I still install the wimax radio ( for the 2nd update not .47)
I dont know if the Toast method changed your wimax.
But even if it does it would not be the most up to date one.
And yes, after flashing the latest radio it is advised that you also update your wimax for best performance. You dont HAVE to, it's just advised.

HOWEVER, updating the wimax caused A LOT of headaches, breaking 4G for many.

The SAFEST way to go is to wait for OMJ to work with the latest kernel source which should get you working 4G along with the latest radio and wimax.

If you have an itchy flash finger like me then I'd reccomend the whitslack Start Over. I've linked it numerous times but here it is again
http://forum.xda-developers.com/showthread.php?t=715915

It worked perfectly for me and I'm reaping benefits even though I dont have 4G.
If you go that route, follow his steps, wipe then flash OMJ 1.6 (1.6r is not needed as whitslack includes the radio and wimax) then restore your settings.
As usual no promises but it worked for me and many others.

Last edited by iknowsquat; 07-06-2010 at 10:07 PM. Reason: typo
Reply With Quote
  #1116 (permalink)  
Old 07-06-2010, 08:35 PM
iknowsquat's Avatar
Retired Staff
Offline
Pocket PC: LTEvo
Carrier: Sprint
Location: Tampa
 
Join Date: Nov 2008
Posts: 2,940
Reputation: 7809
iknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the communityiknowsquat is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

Quote:
Originally Posted by rlmurray View Post
DOn't have anything regarding an sd card.
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock4 /system yaffs2 ro 0 0
/dev/block/mtdblock6 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cache yaffs2 rw,nosuid,nodev 0 0
tmpfs /app-cache tmpfs rw,size=8192k 0 0
#
Weird, we are identical except for that.
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock4 /system yaffs2 ro 0 0
/dev/block/mtdblock6 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cache yaffs2 rw,nosuid,nodev 0 0
tmpfs /app-cache tmpfs rw,size=8192k 0 0
/dev/block//vold/179:1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid
1015,fmask=0702,dmask=0702,allow_utime=0020,codepa ge=cp437,iocharset=iso8859-1,
hortname=mixed,utf8,errors=remount-ro 0 0

#

How is your phone connected? Charge only with USB debugging selected?
It appears adb cant see your card which makes me wonder if that could be it?
You already reformatted in FATS32 correct?
If that isnt it PM me and we'll see what else we can hash out.
Reply With Quote
  #1117 (permalink)  
Old 07-06-2010, 09:27 PM
rlmurray's Avatar
N00b
Offline
Pocket PC: HTC EVO 4G
Carrier: Sprint
 
Join Date: Jun 2010
Posts: 34
Reputation: 25
rlmurray is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

Quote:
Originally Posted by winmonewbie View Post
Weird, we are identical except for that.
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock4 /system yaffs2 ro 0 0
/dev/block/mtdblock6 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cache yaffs2 rw,nosuid,nodev 0 0
tmpfs /app-cache tmpfs rw,size=8192k 0 0
/dev/block//vold/179:1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid
1015,fmask=0702,dmask=0702,allow_utime=0020,codepa ge=cp437,iocharset=iso8859-1,
hortname=mixed,utf8,errors=remount-ro 0 0

#

How is your phone connected? Charge only with USB debugging selected?
It appears adb cant see your card which makes me wonder if that could be it?
You already reformatted in FATS32 correct?
If that isn't it PM me and we'll see what else we can hash out.
I'm dense and a noob. Learning albeit real slowly.
You were right. I did not have it set to charge only.


/dev/block//vold/179:1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=su
# mount
mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock4 /system yaffs2 ro 0 0
/dev/block/mtdblock6 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock5 /cache yaffs2 rw,nosuid,nodev 0 0
tmpfs /app-cache tmpfs rw,size=8192k 0 0
/dev/block//vold/179:1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=
1015,fmask=0702,dmask=0702,allow_utime=0020,codepa ge=cp437,iocharset=iso8859-1,s
hortname=mixed,utf8,errors=remount-ro 0 0
#
Well I had to reformat and copy the files a little bit at a time. I found when I copied files larger than 800 meg at a clip I would have to reformat and it would say the card is damaged. It very well could be.
Since I got the card from a reseller on Amazon I'm going to see if I can get another one. Could be a bad batch. Next time I'll be weary of the resellers on Amazon, but that 100$ price tag seemed sweet.
Thx again.
Reply With Quote
  #1118 (permalink)  
Old 07-06-2010, 10:56 PM
johntiger's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo 3D
Carrier: Sprint
Location: Arlington, TX
 
Join Date: Aug 2009
Posts: 121
Reputation: 55
johntiger is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to johntiger
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

LOL we don't want to wait for OMJ we need our apps now now I said.......we all sound like my kids when it comes to these phones....... I kind of like breaking my phone just to see if I can fix it again. THe only thing I can't understand is how can they truely be broken. Is there no way to just start over. I see MAC IDs getting messed up but is the Android operating platform so wide open that it allows us to mess with stuff that should be chip specific? Just questions and oh yea my 4G is still broken 3rd phone. I talked to a buddy of mine at Sprint and he say's these phones have a hard time provisioning. Which makes since because I am unable to update my profile my 4G really shouldn't be broken (I flashed 1.6 without the new radio or wimax) so maybe I should flash the new radio and wimax from what I've been reading and maybe it will work?
__________________
Loving my Sprint EVO 3D with OMJ's custom 2.17 ROM ...... Sprint 4G great if you can find it introducing the worlds smallest coverage area WiMax = WiLess.....
Reply With Quote
  #1119 (permalink)  
Old 07-06-2010, 11:16 PM
jfizz88's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo 4G
Carrier: sprint
 
Join Date: Oct 2009
Posts: 87
Reputation: 115
jfizz88 is keeping up the good workjfizz88 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

SO what EXACTLy are the problems with 1.6r? just the broken wimax?
__________________

Crispy EVO because its Toasted.
Reply With Quote
  #1120 (permalink)  
Old 07-06-2010, 11:32 PM
johntiger's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo 3D
Carrier: Sprint
Location: Arlington, TX
 
Join Date: Aug 2009
Posts: 121
Reputation: 55
johntiger is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to johntiger
Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*

Quote:
Originally Posted by jfizz88 View Post
SO what EXACTLy are the problems with 1.6r? just the broken wimax?
Well I don't know. No one has really figured it out yet. I had 1.6r running fine on my first EVO before I got stuck in the rain storm with it. Ever since then the 2 replacements I've had are having 4G issues. other than that I have found any problems with them. I don't know why I'm so obsessed with 4G anyway since I only get service every now and then. The only real advantage is the ability to talk on the phone and surf the net with my normal 1 - 0 bars of 4G coverage 3G usually runs faster
Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > HTC Evo 4G > CDMA HTC Evo 4G 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


LinkBacks (?)
LinkBack to this Thread: http://forum.ppcgeeks.com/cdma-htc-evo-4g-development/123534-final-omjs-htc-evo-2-2-custom-rom-v4-6-froyo-3-70-651-1-updated-3-29-11-a.html
Posted By For Type Date
[ROM]OMJ's HTC EVO 2.2 Custom ROM v3.5 | FroYo 3.29.651.5 | *Updated 9/25/10* - Page 39 - xda-developers This thread Refback 10-09-2010 03:18 PM

All times are GMT -4. The time now is 10:54 PM.


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