Jump to content

StreakDroid v2.0.0 (GingerStreak)


Guest Stephen Hyde

Recommended Posts

Guest Crinos512
hello eveyone...

I'm not asking for much. Just the exact kernel name in the ROM.

(you can get that by doing a "uname -a" in terminal emulator)

and if possible , the config file from the proc filesystem.

I will try to compile the tunnel driver so that we can use vpn connections on this ROM.

I have the following:

2.6.35.7-perf

cmbuild@qthbuildpc-14 #2

Link to comment
Share on other sites

Guest Crinos512
I think the issue people are seeing with the gps can be fixed.

I've not tested this exhaustively yet, but SUPL isn't enabled by default in the APNs (which are set to be non-edited)

...

I went about this a slightly different tack.

Using APN Backup & Restore I restored the APNs from my stock 1.6 rom then went into

settings/wireless and networks/ mobile networks/access point names/

and chose the unlocked APN from the list.

Here is the APN backup file: apns_20101117125020.xml

No reboots since... knock on wood.

Edited by Crinos512
Link to comment
Share on other sites

Guest mrmrmrmr
I have the following:

2.6.35.7-perf

cmbuild@qthbuildpc-14 #2

thank you.

what about the config file ?

can you post the config.gz from /proc/

full path: /proc/config.gz

Link to comment
Share on other sites

Guest mrmrmrmr
config.gz

Here ya go.

thank you :P

now I'll try to find the source for the exact same kernel (2.6.35.7-perf)

any idea where we can find that ?

is there a repo where all android kernel sources are found ?

Link to comment
Share on other sites

Guest Crinos512
thank you :P

now I'll try to find the source for the exact same kernel (2.6.35.7-perf)

any idea where we can find that ?

is there a repo where all android kernel sources are found ?

Got me there... sorry.

Link to comment
Share on other sites

Guest mrmrmrmr
Got me there... sorry.

np. you helped as much as you could.

I will try the source from Dell.

if that's not 2.6.35.7 I'll have to find elsewhere.

Link to comment
Share on other sites

Guest mrmrmrmr

Ok; here is tun.ko for 2.6.35.7-perf

Can you put it under /system/lib/modules/ and try to load with "insmod tun.ko" ?

let's see if it gives any error or warning ?

tun.rar

Link to comment
Share on other sites

Guest mrmrmrmr
Ok; here is tun.ko for 2.6.35.7-perf

Can you put it under /system/lib/modules/ and try to load with "insmod tun.ko" ?

let's see if it gives any error or warning ?

I might have a problem with the version naming of the module.

Please let me know if it works or not.

Link to comment
Share on other sites

Guest Crinos512
I might have a problem with the version naming of the module.

Please let me know if it works or not.

sorry I'm taking so long to get back to you...

I'm actually working on a issue where I can't install some apps. ( like Stupid Zombies )

I tried Factory reset, and wiping caches, formatting my SDcard, and even reflashing GingerStreak... no change.

Catlog gives me

E/PackageHelper( 4559): Failed to create secure container smdl2tmp1

E/DefContainer( 4559): Failed to create container smdl2tmp1

I googled it (like a good tech) and found advise to

Download terminal emulator and then type in rm /mnt/secure/asec/smdl2tmp1.asec

using su, I tried this and was informed file not found, and I confirmed this with ls /mnt/secure/asec/

...finally I tried touch /mnt/secure/asec/smdl2tmp1.asec and was rewarded with Read-only file system

pretty sure this is not the way it should be... how would I go about remounting this as Read+write?

Edited by Crinos512
Link to comment
Share on other sites

Guest fards
sorry I'm taking so long to get back to you...

I'm actually working on a issue where I can't install some apps. ( like Stupid Zombies )

I tried Factory reset, and wiping caches, formatting my SDcard, and even reflashing GingerStreak... no change.

Catlog gives me

E/PackageHelper( 4559): Failed to create secure container smdl2tmp1

E/DefContainer( 4559): Failed to create container smdl2tmp1

I googled it (like a good tech) and found advise to

using su, I tried this and was informed file not found, and I confirmed this with ls /mnt/secure/asec/

...finally I tried touch /mnt/secure/asec/smdl2tmp1.asec and was rewarded with Read-only file system

pretty sure this is not the way it should be... how would I go about remounting this as Read+write?

i think there's an issue with the crypto in the kernel, I haven't tried pushing other certs yet to the streak, but it may be worth investigating ..

if you look closer its more an issue with VOLD as thats what mounts /secure/asec

/dev/block/vold/179:33 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,

llow_utime=0020,codepage

=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0

Link to comment
Share on other sites

Guest mrmrmrmr
true enough.

sorry, I couldn't reply you earlier. but it seems that you and Fards have found the cause of the problem.

what about my tun.ko ? could you (or anyone else) tried to load it ?

Link to comment
Share on other sites

Guest alexmoi
Does anyone know if it works with Rebel sims

for less than 10$ for unlock keys why are you still wasting your time with an out dated process? use to have a rebel sim card and it cause many conflicts other than just the baseband problem. Do yourself a favor and unlock it once and for all.

Link to comment
Share on other sites

Guest isitafox
I'm personally hoping for a 3.0 Dell streak with phone capabilities just so I can show it off even more! :D

I'm with you on that. I know steve's been messing about with it but I think it will be a while before he releases it if he bothers at all. Would be nice for Dell to show some more support for their device and get it looked into rather than dumping the project.

Link to comment
Share on other sites

Guest Crinos512
Ok; here is tun.ko for 2.6.35.7-perf

Can you put it under /system/lib/modules/ and try to load with "insmod tun.ko" ?

let's see if it gives any error or warning ?

having problems with reboot loops atm...am trying to get there, honest. :D

Link to comment
Share on other sites

Guest mrmrmrmr
I get insmod: cannot open tun.ko

ok; just a few questions to help me :

did you put it under /system/lib/modules ?

did you switch to root with "su" ?

can you call insmod like:

"insmod /system/lib/modules/tun.ko" ?

also, please check the permissions for tun.ko...

thanks.

Link to comment
Share on other sites

Guest Crinos512
ok; just a few questions to help me :

did you put it under /system/lib/modules ?

did you switch to root with "su" ?

can you call insmod like:

"insmod /system/lib/modules/tun.ko" ?

also, please check the permissions for tun.ko...

thanks.

yes.

yes.

...no.

running insmod /system/lib/modules/tun.ko succeeds with no error... does not imply it is working though.

Link to comment
Share on other sites

Guest mrmrmrmr
yes.

yes.

...no.

running insmod /system/lib/modules/tun.ko succeeds with no error... does not imply it is working though.

thank you :D

actually it means it will work 90%

but to be sure, can you do one more favour for me ? ( :D )

after running insmod, please run the command "dmesg" and check if it produces any error about tunnel driver.

also, please run "lsmod" after "insmod" to be sure if it was loaded.

thank you so much !

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.