Anyone use any scripts? - Galaxy S 5 Q&A, Help & Troubleshooting

Init.d scripts or mods to smooth device out?
Sent from my SM-G900T using XDA Premium 4 mobile app

ahrion said:
Init.d scripts or mods to smooth device out?
Click to expand...
Click to collapse
Nope. None of us do.
Well except for starting crontab. Some kernel stuff. Hmmm.. making sure that the tracking (anti-theft) components run. And.. yeah, I guess we do after all.
.

Related

Porting Vibrant Rom to I9000

Ok so I have everything working except two things,
1) Email app can't connect to some email hosts such as msn
2) GPS doesn't work, even the GPS symbol doesn't even come up in the status bar when google maps tries to get a lock.
Help please
Sent from my SGH-T959 using XDA App
Bummmmmmmp
Sent from my SGH-T959 using XDA App
IVE TRIED putting gps drivers there doesnt work either D:
SupaDuckie said:
IVE TRIED putting gps drivers there doesnt work either D:
Click to expand...
Click to collapse
Same
Sent from my SGH-T959 using XDA App
webstar1 said:
Same
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
You are going to need to remove/replace
bin/
agpsd which is T-959
and
lib/
libclientgps.so , libhardware.so , libhardware_legacy.so , libsecgps.so
at a minimun
Before that, you should post this in q&a though ...
Can I ask why one would want to use this as opposed to the I9000 Rom?
Auzy said:
Can I ask why one would want to use this as opposed to the I9000 Rom?
Click to expand...
Click to collapse
Not want to use it, but a increase in options for roms. I know we have really good roms such as jim, darky, mine etc. But its nice to have a option although I do think we now have better roms.
Sent from my SGH-T959 using XDA App
jellette said:
You are going to need to remove/replace
bin/
agpsd which is T-959
and
lib/
libclientgps.so , libhardware.so , libhardware_legacy.so , libsecgps.so
at a minimun
Before that, you should post this in q&a though ...
Click to expand...
Click to collapse
Thanks but this isn't a general q&a as this is actually a place where I have the rom working
Sent from my SGH-T959 using XDA App
Raaah forget Vibrant ROMs, i think it's time we started concentrating on getting MIUI fully ported, but obviously that won't happen until Cyanogen Mod 7 is released.
Anyway my bad for off topicness would be cool to see another variant of ROMs.
MAMBO04 said:
Raaah forget Vibrant ROMs, i think it's time we started concentrating on getting MIUI fully ported, but obviously that won't happen until Cyanogen Mod 7 is released.
Anyway my bad for off topicness would be cool to see another variant of ROMs.
Click to expand...
Click to collapse
I do agree, but its not that far away into the future, I mean supeecirios kernel runs the nexus s file system so when miui for nexus s is released, we also automatically get it as well because of the kernel , but it needs some bug fixing, and I wish supercurio makes a update.zip which installs it in the system rather than in data so we also can have a recovery and don't feel like gingerbread is temporary
Sent from my SGH-T959 using XDA App
Did trying what was said up there work for you webstar?
SupaDuckie said:
Did trying what was said up there work for you webstar?
Click to expand...
Click to collapse
Yes but it didn't work unfortunately, gps still doesn't come up neither does it work.
Sent from my SGH-T959 using XDA App
Master did it with his Axura rom for i9000 http://forum.xda-developers.com/showthread.php?t=841380
Maybe he can help?
oswade said:
Master did it with his Axura rom for i9000 http://forum.xda-developers.com/showthread.php?t=841380
Maybe he can help?
Click to expand...
Click to collapse
I don't think he will, he doesn't like sharing info.
Sent from my GT-I9000 using XDA App

[Leak] CM7 RIL Code

I found this on twitter on a new site:
http://www.mobilesnitch.com/?p=365
They seem to have decompiled and are willing to share any files needed for devs.
Figured I would share.
I follow them on twitter and facebook (Both names are mobilesnitch)
I just got another tweet from them with updated info: Here we go again: We are updating the RIL snitch with more code! http://www.mobilesnitch.com/?p=365
Would this help with getting data on the Sensation rom by chance?
Breakthecycle2 said:
Would this help with getting data on the Sensation rom by chance?
Click to expand...
Click to collapse
If someone with the know how can figure stuff out and perhaps make some comments to those guys. Maybe they can drop more src of files needed.
I cannot see why not though
What's missing from it?
Sent from my ADR6400L using XDA Premium App
hmm, I'm not a developer, yet, but from my basic coding classes at school I always had the impression that RIL would be written in a low level language like C. Was surprised to find Java in there.
Java can be used. Alot more complex. Not that I can do it.
Sent from my ADR6400L using XDA Premium App
Lol dex2jar ain't hard
Sent from my SCH-I500 using XDA App
StDevious said:
hmm, I'm not a developer, yet, but from my basic coding classes at school I always had the impression that RIL would be written in a low level language like C. Was surprised to find Java in there.
Click to expand...
Click to collapse
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
jt1134 said:
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
r2DoesInc said:
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Seriously lol. Decompile a stock framework.jar and its all there too
Sent from my SCH-I500 using XDA App
jt1134 said:
Its handled in both c/c++ and Java
Libs coded in c/c++, android framework stuff obviously in Java
RIL.Java is certainly *not* all of it. This isn't much of a revelation or anything.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
r2DoesInc said:
Couldn't have said it better myself. Lol @ one little file.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
WOW, one little file you say. I haven't done any real world programming and nothing close to the amount of code in that file. But I'm curious, how many programmers do you think were needed to come up with all that code. Also how do you guys go about understanding that many lines of code without documentation ?
StDevious said:
WOW, one little file you say. I haven't done any real world programming and nothing close to the amount of code in that file. But I'm curious, how many programmers do you think were needed to come up with all that code. Also how do you guys go about understanding that many lines of code without documentation ?
Click to expand...
Click to collapse
Run stock and aosp framework.jar files through dex2jar, use jd-gui to break the .class files into .Java. then compare Documentation is in the aosp git repos.
Sent from my SCH-I500 using XDA App
Why not decompile the ril then to get source? Haha
Sent from my ADR6400L using XDA Premium App
jt1134 said:
Run stock and aosp framework.jar files through dex2jar, use jd-gui to break the .class files into .Java. then compare
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
aha, I have been enlightened by the masters!
Any guides for stuff and tricks like this ?
StDevious said:
aha, I have been enlightened by the masters!
Any guides for stuff and tricks like this ?
Click to expand...
Click to collapse
College
Sent from my ADR6400L using XDA Premium App
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
Lol
No, thats not a storm. Its just my Thunderbolt layin down this post.
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
lol, I'm doing that but they don't teach cool tricks like these. They always want you to write increasingly difficult code from scratch.
But we did do some cool stuff this sem, just implemented a shell in C, before that did Y86 assembly (GAWD!), and have to deliver a normal and a multithreaded merge sort within the next 5 days as the last project of the sem.
thatdudebutch said:
College
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
self taught thank you very much
college next year
Slayher has tweeted that it is real, and the one he, used.
Sent from my ADR6400L using XDA Premium App
@LayherDaddy @Afox2015 @DrMacinyasha It looks real... I didnt do anything to stop anyone from decompiling the stuff i released :\
Sent from my ADR6400L using XDA Premium App

[Help wanted][CM7][MIUI][ICS]Modem app

If anyone wants to help me develop an app with all my modems + more to come, please contact me .
Sent from my GT-I9000 using xda premium
siky_dude said:
If anyone wants to help me develop an app with all my modems + more to come, please contact me .
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Can't help you, but how will the app look like? Like Perkas File Stash?
*sent with super smooth galaxy s running CNA 1.4.0*
dark_knight35 said:
Can't help you, but how will the app look like? Like Perkas File Stash?
*sent with super smooth galaxy s running CNA 1.4.0*
Click to expand...
Click to collapse
Idk.. that's why I need help.
Sent from my GT-I9000 using xda premium
siky_dude said:
Idk.. that's why I need help.
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Ah i understand - you have the required knowledge but not a good idea. Am I right?
*sent with super smooth galaxy s running CNA 1.4.0*
dark_knight35 said:
Ah i understand - you have the required knowledge but not a good idea. Am I right?
*sent with super smooth galaxy s running CNA 1.4.0*
Click to expand...
Click to collapse
Actually... I don't know ****.. I don't even know Java.. I would start learning, but I have a **** load of exams all year long.
Sent from my GT-I9000 using xda premium
Bump.
C'mon... nobody?
Sent from my GT-I9000 using xda premium
Ensifolk wants to help you - or he just likes you .
*sent with super smooth galaxy s running CNA 1.4.0*
if it was me....
Hey I would suggest a layout like rom manager... split it up by phone and band... i'm not a programmer just an apps analyst. But if you design it like the clockwork rom manager then it should be easy to use.... sorry I couldn't give more input.
What kind of functionality do you anticipate that the app will have? If it's merely an app for downloading modems, it shouldn't be too hard. If you want it to be able to reboot into clockworkmod and install the modem, I think it would be harder. Though I haven't read anything about doing the latter, just assuming here.
I don't undersant what you should to do with this modem app....
dono89 said:
I don't undersant what you should to do with this modem app....
Click to expand...
Click to collapse
Download modems.
Sent from my GT-I9000 using xda premium
bvx89 said:
What kind of functionality do you anticipate that the app will have? If it's merely an app for downloading modems, it shouldn't be too hard. If you want it to be able to reboot into clockworkmod and install the modem, I think it would be harder. Though I haven't read anything about doing the latter, just assuming here.
Click to expand...
Click to collapse
Yeah, all I want is a simple app for downloading modems.. with tabs, for region, if its 850 compatible and stuff... and I will provide modems for Samsung stock rom's too.
Sent from my GT-I9000 using xda premium
Never ask QuackTop? I learned Java already. Its so simple but you will need linux, to compile.
Sent from my ҉ GT-i9000 ҉ using CNA 1.4.0
DaxIΠFIΠITY said:
Never ask QuackTop? I learned Java already. Its so simple but you will need linux, to compile.
Sent from my ҉ GT-i9000 ҉ using CNA 1.4.0
Click to expand...
Click to collapse
idk who quacktop is... but somebody else already contacted me...
and i can`t afford to learn java now... this are the last 4 months that will decide what i will do with my life ^^
siky_dude said:
idk who quacktop is... but somebody else already contacted me...
and i can`t afford to learn java now... this are the last 4 months that will decide what i will do with my life ^^
Click to expand...
Click to collapse
Lawl. If u cant find one, i got another one. Yea, i bet has something to do with education... ^^
Sent from my ҉ GT-i9000 ҉ using CNA 1.4.0
siky_dude said:
Yeah, all I want is a simple app for downloading modems.. with tabs, for region, if its 850 compatible and stuff... and I will provide modems for Samsung stock rom's too.
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Oh that would be a fantastic app. Especially for people who flash custom ROM based on Samsung stock ROM. Personally I would use it since I don't have to keep modem zip file in my sdcard anymore. This app would be awesome
DaxIΠFIΠITY said:
Lawl. If u cant find one, i got another one. Yea, i bet has something to do with education... ^^
Sent from my ҉ GT-i9000 ҉ using CNA 1.4.0
Click to expand...
Click to collapse
What?
Sent from my GT-I9000 using xda premium
siky_dude said:
i can`t afford to learn java now... this are the last 4 months that will decide what i will do with my life ^^
Click to expand...
Click to collapse
this app sounds great but if u want my advice go study for the next 4 months and in summer holliday u will make 10 apps not one.
Sent from my GT-I9000 using XDA App
ionutzvio said:
this app sounds great but if u want my advice go study for the next 4 months and in summer holliday u will make 10 apps not one.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
We need this app NOW .
**tapatalked with galaxy s on CNA and Glitch kernel**
DaxIΠFIΠITY said:
Never ask QuackTop? I learned Java already. Its so simple but you will need linux, to compile.
Sent from my ҉ GT-i9000 ҉ using CNA 1.4.0
Click to expand...
Click to collapse
>java
>need linux to compile
this is the funniest thing I have read in a while.
Eclipse runs on every OS, please read before you make statements and pass them of as fact.

[Q] G2's Knock Knock feature

Is there a way to replicate this feature on other Android phones?
Already asked but its not done yet.
sohebq said:
Already asked but its not done yet.
Click to expand...
Click to collapse
Oh my bad. But I like that you said "yet" haha
Thee is a similar option in trickster mod, it might work with a custom kernel... but i haven't tried it so I don't know
Sent from my SM-N9005 using XDA Premium 4 mobile app
sorry to bump this up...
but any update on this?
hmm... which kernel is recommended for Trickster MOD?

DSIXDA Android Kitchen Support? Aroma support?

As of yesterday i have officially gotten the Galaxy Note 3 in my hands! With that being said i am now going to start development and try and get an awesome ROM out to you guys! Before i start i must know if DSIXda's android kitchen works with this device. And also if Aroma Installer is supported with this device. Really looking forward to start development and get a few Roms out there for you guys but i gotta know this first. Also feel free to let me know what you would like to see in a ROM, especially what kind of theme. My ROMs do have a history of having some kick a** sound mods in them so do expect that!
What was wrong with the first thread you started about this?
Sent from my SM-N900V using xda app-developers app
Droid Premium said:
As of yesterday i have officially gotten the Galaxy Note 3 in my hands! With that being said i am now going to start development and try and get an awesome ROM out to you guys! Before i start i must know if DSIXda's android kitchen works with this device. And also if Aroma Installer is supported with this device. Really looking forward to start development and get a few Roms out there for you guys but i gotta know this first. Also feel free to let me know what you would like to see in a ROM, especially what kind of theme. My ROMs do have a history of having some kick a** sound mods in them so do expect that!
Click to expand...
Click to collapse
If you have the device why do you need to know if the kitchen works?
Why wouldnt you just build and test?
Same with Aroma.
Why not just try it?
scrosler said:
If you have the device why do you need to know if the kitchen works?
Why wouldnt you just build and test?
Same with Aroma.
Why not just try it?
Click to expand...
Click to collapse
Nobody knew the answer and i figured i would just start a new thread to see if anyone knew the answer.
akellar said:
What was wrong with the first thread you started about this?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
Well whenever you spend a good bit of $$ on a device and you just "play" around with it.. its not worth just trying without having knowledge because i dont want to lose an expensive device lol.
Droid Premium said:
As of yesterday i have officially gotten the Galaxy Note 3 in my hands! With that being said i am now going to start development and try and get an awesome ROM out to you guys! Before i start i must know if DSIXda's android kitchen works with this device. And also if Aroma Installer is supported with this device. Really looking forward to start development and get a few Roms out there for you guys but i gotta know this first. Also feel free to let me know what you would like to see in a ROM, especially what kind of theme. My ROMs do have a history of having some kick a** sound mods in them so do expect that!
Click to expand...
Click to collapse
As of now aroma is not supported for the note 3 retail version for verizon
Sent from my SM-N900V using Xparent Green Tapatalk 2
2swizzle said:
As of now aroma is not supported for the note 3 retail version for verizon
Sent from my SM-N900V using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Alright thanks man! I did find out that kitchen is supported (thanks to my friend ptmr3!). I will now begin my journey on ROM developing! Got any ideas on what you want to see?
Droid Premium said:
Alright thanks man! I did find out that kitchen is supported (thanks to my friend ptmr3!). I will now begin my journey on ROM developing! Got any ideas on what you want to see?
Click to expand...
Click to collapse
I would love to see cm11 or pure kitkat aosp on this phone...it certainly is popular on the s4!
smegg said:
I would love to see cm11 or pure kitkat aosp on this phone...it certainly is popular on the s4!
Click to expand...
Click to collapse
Not happening
Sent from my SM-N900V using xda app-developers app
akellar said:
Not happening
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
sorry, who are you?
smegg said:
sorry, who are you?
Click to expand...
Click to collapse
Someone who understands the limitations of this device and it's ability to run aosp. Any other questions?
Sent from my SM-N900V using xda app-developers app
akellar said:
Someone who understands the limitations of this device and it's ability to run aosp. Any other questions?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
HAHAHA. Best reply ever on xda.
akellar said:
Someone who understands the limitations of this device and it's ability to run aosp. Any other questions?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
Ha ha ha that made me wanna do my best Ezel.....You got knocked the fuc* out! Ha ha ha you rock
Sent from my SM-N900V using Tapatalk
akellar said:
Someone who understands the limitations of this device and it's ability to run aosp. Any other questions?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
well, your reasoning might be good. Is it the Samsung crapware on the bootloader? I am not being funny, it's just that your answer was very brief and I couldn't see whether you had done any dev work on your member profile. If you have a particular and valid reason I would be interested because I am just learning and atm trying to figure out how to complile a cm11 for n3 9005 model. :laugh:
smegg said:
well, your reasoning might be good. Is it the Samsung crapware on the bootloader? I am not being funny, it's just that your answer was very brief and I couldn't see whether you had done any dev work on your member profile. If you have a particular and valid reason I would be interested because I am just learning and atm trying to figure out how to complile a cm11 for n3 9005 model. :laugh:
Click to expand...
Click to collapse
I'm a note 2 device maintainer for aokp but that's irrelevant. Locked bootloader + no way to flash kernels + no loki/kexec type option = no aosp roms of any kind. Don't waste your time.
Sent from my SCH-I605 using xda app-developers app

Categories

Resources