Related
I flashed a couple rom's on my MT3G (currently on JACxRom) And noticing that under the model number is G1. I remember reading about typing something in terminal to fix this naming but cannot find it. Can anyone help? thanks!
nolimit78 said:
I flashed a couple rom's on my MT3G (currently on JACxRom) And noticing that under the model number is G1. I remember reading about typing something in terminal to fix this naming but cannot find it. Can anyone help? thanks!
Click to expand...
Click to collapse
I don't know if this causes any problems, but you can pull build.prop and edit the ro.product.model value to be whatever you want.
in a command window type:
Code:
adb pull system/build.prop build.prop
edit build.prop
Change the ro.product.model value from G1 to whatever you want and save the file.
Exit the editor.
Now type:
Code:
adb remount
adb push build.prop system/build.prop
adb reboot
Hope this helps.
I have a Nexus One (unlocked, Superboot, amon-ra recovery 1.6) and am trying to issue a sqlite3 command but sqlite3 is unable to be found. I tried whereis but that command can't be found either. Can someone point me to where it is on the Nexus One or maybe it just isn't there in which case, how do I get it on my N1.
Thanks in advance,
Doug
douglasjboehme said:
I have a Nexus One (unlocked, Superboot, amon-ra recovery 1.6) and am trying to issue a sqlite3 command but sqlite3 is unable to be found. I tried whereis but that command can't be found either. Can someone point me to where it is on the Nexus One or maybe it just isn't there in which case, how do I get it on my N1.
Thanks in advance,
Doug
Click to expand...
Click to collapse
Ditto this
douglasjboehme said:
I have a Nexus One (unlocked, Superboot, amon-ra recovery 1.6) and am trying to issue a sqlite3 command but sqlite3 is unable to be found. I tried whereis but that command can't be found either. Can someone point me to where it is on the Nexus One or maybe it just isn't there in which case, how do I get it on my N1.
Thanks in advance,
Doug
Click to expand...
Click to collapse
http://bit.ly/csGw5A
?
Paul22000 said:
http://bit.ly/csGw5A
?
Click to expand...
Click to collapse
We're not stupid lol I'm pretty sure its missing from the superboot package
EDIT: Or the ROM itself
Okay I got around this by grabbing the binary from TheOfficial Nexus1 ROM. Its in the zip file under system/xbin
Then all you have to do is adb remount, adb push sqlite3 /system/xbin/. Then adb shell, chmod 777 /system/xbin/sqlite3
Would you please provide the download for Android version sqlite3
I gained the root access, but I could not find the sqlite3 in production Motorola Droid. would you please give me a download link to download sqlite3 for android? Thanks
im not sure if this is the correct area to post this, but i rooted my Aria recently and im trying to install some non market apps onto it but still get the stupid ATT error, anyone know how to get around this w/ root?
assuming you have SDK in c:\android\tools
run this little batch file
cd\android\tools
adb remount
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
echo update secure set value = 1 where name = 'install_non_market_apps';|sqlite3 settings.db
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
pause 1
adb reboot
thanks so much for that, i was able to do that w/ no problem at all
now how can i fix my battery issue? LOL
man i know this battery runs out like a crappp really annoying always have to charge
I have had decent battery life with the cm 6 rom. By decent I mean the same I got with my iphone.
Sent from my Liberty using XDA App
I have browsed my nook's file system for a while now and I can't seem to find anything related to go keyboard. I reinstalled it a few times, and it runs, but to enable it the apk must be in /system/app. Go keyboard tells me to go to settings->language and keyboard, then enable go keyboard, but that doesn't exist.
Please help? The only fix I can find for the broken android keyboard is installing another one, but it just doesn't work.
Different tools may enable settings for IME selection.
If you want to do it manually, you can use the method below.
I don't know what the package is for Go Keyboard, so I list my NullKbd package.
Code:
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
sqlite3 settings.db
update secure set value='com.android.inputmethod.latin/.LatinIME:com.temblast.nullkbd/.NullKeyboard' where name='enabled_input_methods';
update secure set value='com.temblast.nullkbd/.NullKeyboard' where name='default_input_method';
.q
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
Thanks!
I checked the package name when it was running, and it was com.jp.gokeyboard. Should I replace null with that?
After installing, you should find the installed .apk under /data/app. Just move that to /system/app and reboot. You should then be able to set it as your default using NookTouch Tools.
I had Go Keyboard installed in this manner, but have since replaced it. Sorry, but I don't recall the full .apk name.
Thanks for your help. I will look around in /data/app for the apk.
Question: What file browser do you use? I can't seem to browse /data with mine.
Root Explorer or ES file manager (in ES in the settings you have to tick to make system rewritable)
Sent from my MB526 using xda premium
brendan10211 said:
I checked the package name when it was running, and it was com.jp.gokeyboard.
Click to expand...
Click to collapse
You did? It's actually jb. To be exact, com.jb.gokeyboard/.GoKeyboard
Code:
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
sqlite3 settings.db
update secure set value='com.android.inputmethod.latin/.LatinIME:com.jb.gokeyboard/.GoKeyboard' where name='enabled_input_methods';
update secure set value='com.jb.gokeyboard/.GoKeyboard' where name='default_input_method';
.q
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
Renate NST said:
You did? It's actually jb. To be exact, com.jb.gokeyboard/.GoKeyboard
Code:
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
sqlite3 settings.db
update secure set value='com.android.inputmethod.latin/.LatinIME:com.jb.gokeyboard/.GoKeyboard' where name='enabled_input_methods';
update secure set value='com.jb.gokeyboard/.GoKeyboard' where name='default_input_method';
.q
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
Click to expand...
Click to collapse
Glad I didn't actually do anything yet! thanks
Sorry for double post..
But obviously I got it working. Thanks guys! Now to search for hackers keyboard.
Edit: can't seem to search market. How does one do searchmarket?
Sent from my NOOK
*poke*
Wait why do I ... crap i just.. never mind
i suck at this
Does anyone have any idea how to remove the nook from demo mode? One of the family found the nook when cleaning up from eviction and dropped it on me to try to save. Anyone have any ideas? Have tried doing a factory reload.
Found this script via search of archives but it gets device not found.
Code:
echo *************************
echo * Setting Demo-Mode off *
echo *************************
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk0p5 /system
adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
sqlite3 settings.db "update secure set value='off' where name='demo_mode';"
adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
del settings.db
I don't think your going to find anyone with an answer.
The only nooks that run demo modes are store displays.
So unless you find someone on here that stole a store display and then was willing to admit how they did it, there is no answer out there.
Personally I don't want to attempt to put a non demo nook into demo mode to see if i can get it back out.
Good luck but it might be a lost cause.