Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
twistedumbrella
Old
#521  
twistedumbrella's Avatar
Recognized Developer - OP
Thanks Meter 5965
Posts: 5,654
Join Date: Sep 2007

 
DONATE TO ME
[QUOTE=jfizz88;24422269]
Quote:
Originally Posted by twistedumbrella View Post
There are a set of calls in the camera libraries. They are translated by a set of calls in the camera wrapper. In the case of the sensation lib it is simply designed for an entirely different camera itself so how it is is how it would stay. The current wrappers we have do not find the camera ids or properties for the three cameras, so it can never set them up properly. There isn't any real instruction manual so it is a matter of trial and error until it kicks on. The best we have is the broken down code for the camera library, but even then there is no promise it can be converted into functions that work.

If it were as easy as just changing the spot it looks the second test I did would have solved it instantly.[/QUOTE

No way to edit the calls to just look for the first camera? That would probably need edits all the way down to kernel, comment out the secondary and tertiary ones. The way you explained me reminds me of classes and objects in C. This breaking down is how I error checked my projects
... You quoted the answer...

Sent from my PG86100 using Tapatalk 2 Beta-5
 
jfizz88
Old
#522  
jfizz88's Avatar
Senior Member
Thanks Meter 60
Posts: 424
Join Date: Mar 2009
Location: BOSTON
[QUOTE=twistedumbrella;24423712]
Quote:
Originally Posted by jfizz88 View Post

... You quoted the answer...

Sent from my PG86100 using Tapatalk 2 Beta-5

trial and error loll got it
HTC Mogul... HTC touch pro... HTC touch pro2... HTC EVO...HTC EVO 3D...(To Be Continued) #TeamHTC

SPRINT
2.89
ENG hboot
s-OFF

Caroline was sent forth and all S-ONs were OFFED. By will of thy all knowing leader Alpharev *bows*
 
tatnai
Old
(Last edited by tatnai; 4th April 2012 at 06:59 PM.)
#523  
tatnai's Avatar
Senior Member
Thanks Meter 174
Posts: 2,049
Join Date: Jul 2008
Location: Ann Arbor, USA

 
DONATE TO ME
4-4-12 5am build: same issues. thanks again.
[ HTC Shooter ][ Sprint SERO Premium 500 ]
[ HW 0002 ][ hboot 1.40.2000 ENG ][ TWRP 2.5 ][ DIRTy Unicorns <-> CM 10.1 WFTN ]

[ HTC Jewel ][ Sprint SERO Premium 500 ]
[ Completely stock - wife's phone, won't let me touch it ]

Retired:[ HTC Vogue ][ Android by dzo et al ]
Retired:[ HTC Supersonic ][ MikG 2.x with an extra dose of awesome sauce ]
 
kenpen
Old
#524  
kenpen's Avatar
Senior Member
Thanks Meter 146
Posts: 1,116
Join Date: Mar 2011
i tried downloading and it says file not found.do i have to register in dev-host?
hit my ''thanks'' just cause.
austin tx.
 
twistedumbrella
Old
#525  
twistedumbrella's Avatar
Recognized Developer - OP
Thanks Meter 5965
Posts: 5,654
Join Date: Sep 2007

 
DONATE TO ME
Quote:
Originally Posted by kenpen View Post
i tried downloading and it says file not found.do i have to register in dev-host?
http://d-h.st/ppd <-- shouldn't need to register
 
Cwebb03
Old
#526  
Senior Member
Thanks Meter 47
Posts: 293
Join Date: Feb 2011
Location: Narnia

 
DONATE TO ME
So is TB working now? Or does it still cause a soft-reboot? I would check it myself but I'm on vacation on a little island that only has 2G data

Sent for an ICS Evo 3D
Current Phone: Nexus 4 16 GB
Stock (As of now)


Current Tablet: Nexus 7 16 GB
Stock (As of now)


Retired:
Stock Samsung Intercept (Lemon-lawed)
Samsung Transform (Rooted to stock Gingerbread)
HTC Evo 3D (Burnt Toast/Disarmed Toaster) [Thanks to all the developers that allowed me to stay on a phone that HTC abandoned for over a year and half!]
 
twistedumbrella
Old
#527  
twistedumbrella's Avatar
Recognized Developer - OP
Thanks Meter 5965
Posts: 5,654
Join Date: Sep 2007

 
DONATE TO ME
Quote:
Originally Posted by Cwebb03 View Post
So is TB working now? Or does it still cause a soft-reboot? I would check it myself but I'm on vacation on a little island that only has 2G data

Sent for an ICS Evo 3D
Still reboot I think. Any kernel, any radio, any sound, any ril, only evo3d. Cursed...

Sent from my ADR6400L using Tapatalk 2 Beta-5
 
thznutz87
Old
#528  
thznutz87's Avatar
Senior Member
Thanks Meter 57
Posts: 274
Join Date: Feb 2011
If anyone can verify this it might help.
I get the soft reboot anytime data is written to the phone, ie: tb restore batch, market restore, and so on.

I have figured out if you do 1app at a time it doesn't reboot

Sent from my PG86100 using Tapatalk 2 Beta-5
 
tatnai
Old
#529  
tatnai's Avatar
Senior Member
Thanks Meter 174
Posts: 2,049
Join Date: Jul 2008
Location: Ann Arbor, USA

 
DONATE TO ME
Quote:
Originally Posted by thznutz87 View Post
If anyone can verify this it might help.
I get the soft reboot anytime data is written to the phone, ie: tb restore batch, market restore, and so on.

I have figured out if you do 1app at a time it doesn't reboot

Sent from my PG86100 using Tapatalk 2 Beta-5
It may be more random than that. I've gotten reboots while entering settings, when running maps, when running catlog; however one of the first things I do is setup my Google account so I'm sure data is being written in the background the whole time. That could be it. I would think something would have shown in the posted logcats, but most of it doesn't make sense to me anyways, so ::shrug::.
[ HTC Shooter ][ Sprint SERO Premium 500 ]
[ HW 0002 ][ hboot 1.40.2000 ENG ][ TWRP 2.5 ][ DIRTy Unicorns <-> CM 10.1 WFTN ]

[ HTC Jewel ][ Sprint SERO Premium 500 ]
[ Completely stock - wife's phone, won't let me touch it ]

Retired:[ HTC Vogue ][ Android by dzo et al ]
Retired:[ HTC Supersonic ][ MikG 2.x with an extra dose of awesome sauce ]
 
twistedumbrella
Old
#530  
twistedumbrella's Avatar
Recognized Developer - OP
Thanks Meter 5965
Posts: 5,654
Join Date: Sep 2007

 
DONATE TO ME
Alright, reverted some permissions, updated the mounts with newer flags, removed some stuff in kernel, reverted the ril to the standard version. There is nothing else I can think of to possibly fix it after this next one.

Sent from my ADR6400L using Tapatalk 2 Beta-5

THREAD CLOSED
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...