View Single Post
Old 11-05-2012, 11:15 PM   #1
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Arrow Differences between 3G and wifi-only firmware

I compared differences between ixtab's 5.1.2+extras, and his 5.0.0 (after updating to 5.1.2 and installing extras).

There are some differences (which actually make sense) that appear to be what causes 3G to not work in his 5.1.2 image.

There are two config files that are different.

Here are the files for working 3G:
Code:
/etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/hw_present:
RG002
40
<DATA>
1

/etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/force_down:
RG002
40
<DATA>
0
Here are the files for NOT working 3G:
Code:
/etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/hw_present:
RG002
40
<DATA>
0

/etc/kdb.src/yoshi/system/daemon/cmd/interfaces/interface2/force_down:
RG002
40
<DATA>
1
For a shorter path, /etc/kdb is a symlink to /etc/kdb.src/yoshi. (Thanks eureka!)

So, it looks like we should be able to enable or disable 3G at will by controlling those interface configs. Perhaps there is something similar to lock down wifi, for those who wanted to do that...

EDIT: Notice above that to enable 3G, you need hw_present=1 and force_down=0.

EDIT2: The firmware images discussed above can be found here:
http://ixtab.tk/kindle-touch-images.php

Last edited by geekmaster; 11-06-2012 at 12:59 AM.
geekmaster is offline   Reply With Quote