SQLITE or alternative? - Nook Touch General

Is there working sqlite on the NST or is there some way to get it? If not, is there some alternative way, using shell commands, to extract a record from a database file?

nmyshkin said:
Is there working sqlite on the NST or is there some way to get it? If not, is there some alternative way, using shell commands, to extract a record from a database file?
Click to expand...
Click to collapse
Here you go. You can use this by extracting it and copying the file that was inside the .zip to /system/bin. :good:

Woohoo!
NOOK!E said:
Here you go. You can use this by extracting it and copying the file that was inside the .zip to /system/bin. :good:
Click to expand...
Click to collapse
Thank you, sir, very much
Now let's see what trouble I can get into :fingers-crossed:

nmyshkin said:
Now let's see what trouble I can get into :fingers-crossed:
Click to expand...
Click to collapse
Go get 'em!

Related

T-Mobile_Jingle_Ring.cab

anyone got this
i have the tjingle.wav if u want it... ill upload it later
hiimcliff said:
i have the tjingle.wav if u want it... ill upload it later
Click to expand...
Click to collapse
Cool, would appreciate that, I would like the .cab also if somebody else has it, it is a nice clean install.
Thanks
techlogik said:
Cool, would appreciate that, I would like the .cab also if somebody else has it, it is a nice clean install.
Thanks
Click to expand...
Click to collapse
not that big of a deal... just drop it in the \windows\rings folder
hiimcliff said:
not that big of a deal... just drop it in the \windows\rings folder
Click to expand...
Click to collapse
Yeaa..my beloved TJingle is back..I know ghey...but anyway, thanks.
I have Faria's WM6 ROM build and it has the ring manager, so I just put the mp3 file and it shows as an option now.
Thanks
I cannot extract the file. Anyone else having this problem.
"File skipped unknown compression method."
Yes.
bigrob119 said:
"File skipped unknown compression method."
Yes.
Click to expand...
Click to collapse
Are you guys serious? It is an MP3 file inside a .ZIP -- unzip it and then copy it to your phone \windows\rings
Unflippingbelievable...
--M
freeyayo50 said:
I cannot extract the file. Anyone else having this problem.
Click to expand...
Click to collapse
I tried unzipping it, works fine.
--M
bigrob119 said:
"File skipped unknown compression method."
Yes.
Click to expand...
Click to collapse
Im using winace and having the same problem... it wont extract the file.. gives the same error
anyone else have this file?
reznor9 said:
Im using winace and having the same problem... it wont extract the file.. gives the same error
anyone else have this file?
Click to expand...
Click to collapse
I downloaded and used winzip to extract the file and it worked. Thanks
So the problem is with winace
reznor9 said:
I downloaded and used winzip to extract the file and it worked. Thanks
So the problem is with winace
Click to expand...
Click to collapse
download 7zip.
one of the best freeware apps for compression
hiimcliff said:
download 7zip.
one of the best freeware apps for compression
Click to expand...
Click to collapse
Not much use if good old WinZip aand WinRAR can't unzip it though ...
demontefixo said:
Are you guys serious? It is an MP3 file inside a .ZIP -- unzip it and then copy it to your phone \windows\rings
Unflippingbelievable...
--M
Click to expand...
Click to collapse
DO you really think that I am that stupid? C'mon now.
I tried EXTRACTING the .mp3 FROM the .zip file and that is the error I got. Don't be so quick to pull the trigger.
radiotrib said:
Not much use if good old WinZip aand WinRAR can't unzip it though ...
Click to expand...
Click to collapse
Thank you!
radiotrib said:
Not much use if good old WinZip aand WinRAR can't unzip it though ...
Click to expand...
Click to collapse
just try it. compression ratios are better and it hardly takes up any space.
im not going to rezip it so if you cant get it. stop crying. either that or download 7zip.

[Q] How to make modded app stay after using adb push?

Does anyone know how to push a modded app to the HTC Desire and make it stay?
Because obviously on the HTC Desire pushing files normally with adb push doesn't make them stay.
Anyone got a solution?
what do you mean it doesn't make them stay?
if you push a file to the system/framework then it will be there
if it's the same file as one already in the phone then it will overwrite it
is your device in recovery when writing to the system folder?
sorry if im missing something here
cgrec92 said:
what do you mean it doesn't make them stay?
if you push a file to the system/framework then it will be there
if it's the same file as one already in the phone then it will overwrite it
is your device in recovery when writing to the system folder?
sorry if im missing something here
Click to expand...
Click to collapse
Well I modded the smooth calender app and made the background transparent and then pushed it to /data/app where it was.
Works fine and shows up how it should.
But then when i restart my phone, it's gone, not in the app launcher or widgets menu but it's still there when I look for it in ROOT EXPLORER.
try pushing the file to system/app
cgrec92 said:
try pushing the file to system/app
Click to expand...
Click to collapse
I've done that too, doesn't work.
Do I have to do it in recovery when pushing apps?
Because it lets me push apps when the phone is normally on.
the phone must be in recovery in order to write to the system
boot into recovery
remove from data/app and system/app the old file
push to system/app the new file
reboot
cgrec92 said:
the phone must be in recovery in order to write to the system
boot into recovery
remove from data/app and system/app the old file
push to system/app the new file
reboot
Click to expand...
Click to collapse
Did all that, still didn't work.
I pushed the apps but they haven't come up at all.
try installing it instead
adb install file.apk
cgrec92 said:
try installing it instead
adb install file.apk
Click to expand...
Click to collapse
Won't install either, was the first thing I tried.
It needs to be signed and I've tried every guide possible on how to sign apk's but none of them work.
it doesnt have to be signed if youre pushing it to your phone
if only has to be signed if you want to be able to flash it
which is actually a good idea considering that adb push isnt working for you
if you send me or upload the file i can sign it for you and you can flash it in recovery
cgrec92 said:
it doesnt have to be signed if youre pushing it to your phone
if only has to be signed if you want to be able to flash it
which is actually a good idea considering that adb push isnt working for you
if you send me or upload the file i can sign it for you and you can flash it in recovery
Click to expand...
Click to collapse
Do you know how to make flashable zip files?
Because I've been asking around for bloody ages on how to do it but no one seems to want to reply!
im not sure on windows but i can have it done in a second on my mac
cgrec92 said:
im not sure on windows but i can have it done in a second on my mac
Click to expand...
Click to collapse
AHH ****!
I don't understand why people can't tell me how to do it on windows!
But yeh I've attached the apks!
UltraLinx said:
AHH ****!
I don't understand why people can't tell me how to do it on windows!
But yeh I've attached the apks!
Click to expand...
Click to collapse
enjoy
10chaaaaar
cgrec92 said:
enjoy
10chaaaaar
Click to expand...
Click to collapse
Yes they work!
Thank you for the help.
And i was wondering, couldn't I just take out the apps from that zip file and add more modded apps then flash them?
good good
if you unzip the file and then re-zip you'll lose the sign
i think you can add/remove files with a zip manager without actually unzipping
however the update script included in that zip will only allow flashing to /system/app
note that if you toggle signature verification in recovery then you can flash everything signed or not, although this is not good if you are distributing files.
cgrec92 said:
good good
if you unzip the file and then re-zip you'll lose the sign
i think you can add/remove files with a zip manager without actually unzipping
however the update script included in that zip will only allow flashing to /system/app
Click to expand...
Click to collapse
Yeh i'm only going to add to it, not actually unzip it.
Yeh that's cool don't mind it being flashed to /system/app.
Thanks for the help!
UltraLinx said:
Yeh i'm only going to add to it, not actually unzip it.
Yeh that's cool don't mind it being flashed to /system/app.
Thanks for the help!
Click to expand...
Click to collapse
no problem
UltraLinx said:
Do you know how to make flashable zip files?
Because I've been asking around for bloody ages on how to do it but no one seems to want to reply!
Click to expand...
Click to collapse
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
or
http://forums.t-mobile.com/t5/Opera...ndroid-phone/m-p/241285/highlight/true#M26103
its amazing what google can do for you
copex said:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
or
http://forums.t-mobile.com/t5/Opera...ndroid-phone/m-p/241285/highlight/true#M26103
its amazing what google can do for you
Click to expand...
Click to collapse
In the first one it says, "- edit <workdir>/META-INF/com/google/android/update-script".
Where do i get an update script from?
In the second link it doesn't say anything about making flashable zip files.
I've been to both of those websites before, done hours of searching, come back here for help but no one seems to know.

[Q] Extract single application from custom rom

hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
lamppu is a good LED torch. You need root to use it, look in market
TheGrammarFreak said:
lamppu is a good LED torch. You need root to use it, look in market
Click to expand...
Click to collapse
I have looked in market, but it doesnt seem to exist there. However, do you know anyway to extract the application as working APK file?
Any other LED torches that works with LEGEND?
*EDIT: well, I found it, its named Lamppu. but anyway it didnt work, although my phone is rooted! why is that?
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
omar.elhelw said:
hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
Click to expand...
Click to collapse
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
XtremeHTM said:
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
Click to expand...
Click to collapse
I already tried using Lamppu, but it didnt work on my rooted phone!
Have any idea what might be the reason?
----
whitetigerdk said:
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Click to expand...
Click to collapse
That makes sense...but who would I merge the .apk and .obex together to be in one .apk file so I can install it?
Or maybe you know some way I can install these files?
Help would be really appreciated.
----
robto said:
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
Click to expand...
Click to collapse
You mean like after loading the custom ROM, I backup the application I want then restore them after I load the custom I want?!
This is just long process of backing up your data then load custom rom, then back to the old rom, then root then restore...
I thought there might be easier and shorter ways?!
Any help would be appreciated. Gracias!
Anyone to help?????
try the kitchen method.
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Click to expand...
Click to collapse
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
TheGrammarFreak said:
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
Click to expand...
Click to collapse
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
omar.elhelw said:
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
Click to expand...
Click to collapse
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
whitetigerdk said:
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
Click to expand...
Click to collapse
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
omar.elhelw said:
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
Click to expand...
Click to collapse
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
TheGrammarFreak said:
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
Click to expand...
Click to collapse
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
TheGrammarFreak said:
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
Click to expand...
Click to collapse
Thanks!
heres the DL link
http://goo.gl/xKSk

Can someone extract the stock theme for Axon 7?

I've got a EU/UK version (A2017G) of Axon 7 which does not come with the stock theme that US customers are getting. I was wondering if anyone could extract the theme for us to install...
igoforthebest said:
I've got a EU/UK version (A2017G) of Axon 7 which does not come with the stock theme that US customers are getting. I was wondering if anyone could extract the theme for us to install...
Click to expand...
Click to collapse
Here you go
https://www.mediafire.com/download/fcrwy0yxpj4r97k
Edit : You mind stopping by this thread and run the command line from 2nd post? Need to see if the European variant use the same or different finger print hardware, thanks
http://forum.xda-developers.com/axon-7/how-to/a2017-cyanogenmod-development-discussion-t3447971
Thanks for that!!
Noob question... How do I install it? I thought they'd be apks but its a zip file....
Will run the command and post in that thread.
cheers
DrakenFX said:
Here you go
https://www.mediafire.com/download/fcrwy0yxpj4r97k
Edit : You mind stopping by this thread and run the command line from 2nd post?
Click to expand...
Click to collapse
igoforthebest said:
Thanks for that!!
Noob question... How do I install it? I thought they'd be apks but its a zip file....
Will run the command and post in that thread.
cheers
Click to expand...
Click to collapse
DO IT AT YOUR OWN RISK
SYSTEM BACKUP REQUIRE IF SOMETHING GOES WRONG
----------------------------------------------------------------------​- Move the THEME folder to system > media and change the THEME and THEMEINFO folder attibutes to 755 using your File Explorer (i 'm using Solid Explorer)
- Change the ZIP files attributes to 644 same for the rest of the files inside THEMEINFO folder
- REBOOT
Thanks once again...
I couldn't find the system folder. I guess I have to root it first.
Will try it once I root my phone.
DrakenFX said:
DO IT AT YOUR OWN RISK​
Click to expand...
Click to collapse
igoforthebest said:
Thanks once again...
I couldn't find the system folder. I guess I have to root it first.
Will try it once I root my phone.
Click to expand...
Click to collapse
If you are not rooted you CAN'T install the themes, so yeah need root and file explorer with root access
can someone reupload it???? please. thanks in advance

[REQUEST][H918][FILES] /data/ipsec/wo file dump please

Hi all,
Trying to work on getting VoLTE and WiFi Calling working on T-Mobile for H990DS devices.
I noticed that APNs are correct but my /data/ipsec/wo is empty.
If someone could paste their files from that folder I'd be incredibly grateful.
Thanks!
Boxy
Oh and also, if you could tell me the permissions for the files in that folder as well.
Thanks!
If anyone's reading this with an H918, please help me out I'll be forever grateful.
The dump shouldn't take long! Just need a file explorer and navigate to data/ipsec/wo and grab the files.
Please and thank you!
Boxy52 said:
If anyone's reading this with an H918, please help me out I'll be forever grateful.
The dump shouldn't take long! Just need a file explorer and navigate to data/ipsec/wo and grab the files.
Please and thank you!
Click to expand...
Click to collapse
Does this require root?
Sent from my LG V20 using XDA Labs
BROKEN1981 said:
Does this require root?
Sent from my LG V20 using XDA Labs
Click to expand...
Click to collapse
Hey, thanks for your response!
If you've got access to a computer, we can accomplish this without root using adb.
Once adb is installed on your computer and you've enabled USB debugging on your phone, just type the following in a command prompt from your adb directory:
adb devices <------ this should pull up your device. It might ask you to authenticate the computer fingerprint on your V20, just click yes and remember.
adb pull /data/ipsec/wo/ <--- this will pull all files in that folder.
Thanks in advance!
Boxy52 said:
Hey, thanks for your response!
If you've got access to a computer, we can accomplish this without root using adb.
Once adb is installed on your computer and you've enabled USB debugging on your phone, just type the following in a command prompt from your adb directory:
adb devices <------ this should pull up your device. It might ask you to authenticate the computer fingerprint on your V20, just click yes and remember.
adb pull /data/ipsec/wo/ <--- this will pull all files in that folder.
Thanks in advance!
Click to expand...
Click to collapse
NP, I would love to do it right now, but it's 1:27am and my GF is sleeping. I'll get it for you some time in the morning. Around 10am.
Sent from my NVIDIA SHIELD Tablet K1 using XDA Labs
Boxy52 said:
If anyone's reading this with an H918, please help me out I'll be forever grateful.
The dump shouldn't take long! Just need a file explorer and navigate to data/ipsec/wo and grab the files.
Please and thank you!
Click to expand...
Click to collapse
Here you go chief
https://mega.nz/#F!J8JxABKJ!I95FnFVhNSKS_YfJSdBLBw
Still_living714 said:
Here you go chief
https://mega.nz/#F!J8JxABKJ!I95FnFVhNSKS_YfJSdBLBw
Click to expand...
Click to collapse
Thank you!!
Gonna figure out the correct permissions and cross my fingers... this is apparently all I'm missing to get volte but let's see
Would you mind sending me a screenshot of your APNs as well?
Thanks!
EDIT: So I found something interesting... it seems there's possibly a lot more files in /data/ipsec/ that I do not have. For example, the .conf files in /wo/ call upon files from data/ipsec/updown_script
Still_living, if you wouldn't mind, would you please pull all files in /data/ipsec for me?
Thank you!!
Boxy52 said:
Thank you!!
Gonna figure out the correct permissions and cross my fingers... this is apparently all I'm missing to get volte but let's see
Would you mind sending me a screenshot of your APNs as well?
Thanks!
EDIT: So I found something interesting... it seems there's possibly a lot more files in /data/ipsec/ that I do not have. For example, the .conf files in /wo/ call upon files from data/ipsec/updown_script
Still_living, if you wouldn't mind, would you please pull all files in /data/ipsec for me?
Thank you!!
Click to expand...
Click to collapse
I just checked my H918 ipsec folder and those are the only 2 files.
Boxy52 said:
Thank you!!
Gonna figure out the correct permissions and cross my fingers... this is apparently all I'm missing to get volte but let's see
Would you mind sending me a screenshot of your APNs as well?
Thanks!
EDIT: So I found something interesting... it seems there's possibly a lot more files in /data/ipsec/ that I do not have. For example, the .conf files in /wo/ call upon files from data/ipsec/updown_script
Still_living, if you wouldn't mind, would you please pull all files in /data/ipsec for me?
Thank you!!
Click to expand...
Click to collapse
OK this is all the files in that folder. I think you were only missing one
https://mega.nz/#F!p0I1iJIQ!p7ErA96b0PDLdpIhVlb0TQ
And this....
androiddiego said:
I just checked my H918 ipsec folder and those are the only 2 files.
Click to expand...
Click to collapse
Hmm, that's so odd. Wonder what the .conf file is calling on then.
Thanks for checking! If you're able to, would you please tell me the permissions for the two .conf files in ipsec/wo/?
Thanks!
Still_living714 said:
OK this is all the files in that folder. I think you were only missing one
https://mega.nz/#F!p0I1iJIQ!p7ErA96b0PDLdpIhVlb0TQ
Click to expand...
Click to collapse
Wonderful! Thank you!!!
Boxy52 said:
Hmm, that's so odd. Wonder what the .conf file is calling on then.
Thanks for checking! If you're able to, would you please tell me the permissions for the two .conf files in ipsec/wo/?
Thanks!
Click to expand...
Click to collapse
They are both RW only.
And the folder structure that @Still_living714 uploaded is correct with apn_ims.conf in the wo folder. But I don't have the apn_tmus.conf file and I am on tmo. ???
androiddiego said:
They are both RW only.
And the folder structure that @Boxy52 uploaded is correct with apn_ims.conf in the wo folder. But I don't have the apn_tmus.conf file and I am on tmo. ???
Click to expand...
Click to collapse
Hmm, that's weird. Does VoLTE and Wifi Calling work fine for you? Perhaps it was pushed with an update to the firmware?
Both are RW only meaning RW-RW-RW or RW-R-R? Or RW-RW---?
Boxy52 said:
Hmm, that's weird. Does VoLTE and Wifi Calling work fine for you? Perhaps it was pushed with an update to the firmware?
Both are RW only meaning RW-RW-RW or RW-R-R? Or RW-RW---?
Click to expand...
Click to collapse
They work. RW-root-root is what it says. If you are not rooted, then I believe the second two would be RW.
And sorry to @Still_living714, I quoted Boxy52 in the original post when it should have been you.
By the way, I'm on 10j.
Edit: Sorry, my bad. Owner and Group are root. Permissions are RW- --- ---.
androiddiego said:
They work. RW-root-root is what it says. If you are not rooted, then I believe the second two would be RW.
And sorry to @Still_living714, I quoted Boxy52 in the original post when it should have been you.
By the way, I'm on 10j.
Click to expand...
Click to collapse
Hmm weird, I just updated mine to 10r alpha rom.
Boxy52 said:
Hmm, that's weird. Does VoLTE and Wifi Calling work fine for you? Perhaps it was pushed with an update to the firmware?
Both are RW only meaning RW-RW-RW or RW-R-R? Or RW-RW---?
Click to expand...
Click to collapse
You can see permission in screenshots
Still_living714 said:
You can see permission in screenshots
Click to expand...
Click to collapse
Sorry must have missed that.
Thank you everyone for your help! I've got these in, going to see if I can somehow magically enable VoLTE.
Before all of this I was able to toggle it on and off but the setting wouldn't stick - it would default to off again. Perhaps if the phone can read these .conf files I'll have better luck.
Still_living714 said:
Hmm weird, I just updated mine to 10r alpha rom.
Click to expand...
Click to collapse
Do you have more than one apn option. That might explain the extra file in the wo folder that I don't have or it could just be the different rom. I opened both of your files from the wo folder and they are very similar, but a little different.
---------- Post added at 07:35 PM ---------- Previous post was at 07:33 PM ----------
Boxy52 said:
Sorry must have missed that.
Thank you everyone for your help! I've got these in, going to see if I can somehow magically enable VoLTE.
Before all of this I was able to toggle it on and off but the setting wouldn't stick - it would default to off again. Perhaps if the phone can read these .conf files I'll have better luck.
Click to expand...
Click to collapse
Let us know how it goes. Cheers!

Categories

Resources