[Q] Any way to increase SMS storage limit ? - Bada Software and Hacking General

Hello friends,
Is there any hack to increase the storage limit of SMS from current 1300 (on Wave S8500) like we can do with group SMS (max recipients increased from 10) ?
Thanks !

Maybe this is an NV item... (Qualcomm stuff).
But I forgot which ID to check... if I remember, I will post.
Best Regards

adfree said:
Maybe this is an NV item... (Qualcomm stuff).
But I forgot which ID to check... if I remember, I will post.
Best Regards
Click to expand...
Click to collapse
Waiting optimistically. This is a very important thing for me

Related

[XAP - Source] Samsung Registry Editor

A lot of you guys have been asking about how to read/write/add values to the registry on Samsung devices, so I wrote a small app showing how to use the Samsung native DLLs to do so.
Please notice that you can use this app called RegistryViewer that works on all WP7 devices [read only for now, but useful to discover the registry] here http://forum.xda-developers.com/showpost.php?p=9716755&postcount=19
This app is limited too compared to the HTC ones, unfortunately a big part of the registry is restricted for read/write.
Nice! I have a samsung
There is no way to list the reg keys right?
tried to read some values, but all i get is gibberish...
how can i build the solution i get a missing reference error for "using Microsoft.Phone.InteropServices;"
eried said:
Nice! I have a samsung
There is no way to list the reg keys right?
Click to expand...
Click to collapse
Yes you can, here is a registry viewer to list the reg keys http://forum.xda-developers.com/showpost.php?p=9716755&postcount=19
tried to read some values, but all i get is gibberish...
how can i build the solution i get a missing reference error for "using Microsoft.Phone.InteropServices;"
Click to expand...
Click to collapse
This is natural when you try to access restricted areas in the registry or you try to read a DWORD while it is a String and vice versa!
For the InteropServices look at the requirements in my blog post here http://www.martani.net/2010/12/reading-imei-on-windows-phone-7-devices.html
Here is a new version of my app that support Samsung device.
XAP: http://bit.ly/eEZ0Uf
Perhaps we can combine this with the registry tweaks to create an on device app limit remover. I am sifting through your code and am gonna combine it if I can figure it out correctly.
This should work.
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\Install]
"MaxUnsignedApp"=dword:7fffffff ; Allow max number of unsignd apps
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
"PortalUrlProd"=""
"PortalUrlInt"=""
Click to expand...
Click to collapse
I have finally gotten this working correctly. I will post my results however I will not post the product because I know it will inevidetly support piracy.
I have gotten it compiled, however it is not reading or writing to the registry properly.
FireSokar said:
I have gotten it compiled, however it is not reading or writing to the registry properly.
Click to expand...
Click to collapse
please take a look at the posts above http://forum.xda-developers.com/showpost.php?p=10565219&postcount=4
so what would the format i enter be to get the values i posted above?
FireSokar said:
so what would the format i enter be to get the values i posted above?
Click to expand...
Click to collapse
What values in the registry you are trying to access/modify ?
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\In stall]
"MaxUnsignedApp"=dword:7fffffff ; Allow max number of unsignd apps
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
"PortalUrlProd"=""
"PortalUrlInt"=""
I want to set the values to that. This way my phone can install unlimited apps and will not check if it should be allowed to.. I am a developer however have an 3 app limit and chevron still gets reverted after x amount of days. According to what i've read this should prevent the revert.
FireSokar said:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\In stall]
"MaxUnsignedApp"=dword:7fffffff ; Allow max number of unsignd apps
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
"PortalUrlProd"=""
"PortalUrlInt"=""
I want to set the values to that. This way my phone can install unlimited apps and will not check if it should be allowed to.. I am a developer however have an 3 app limit and chevron still gets reverted after x amount of days. According to what i've read this should prevent the revert.
Click to expand...
Click to collapse
Ok, the COMRilClient.dll doesn't seem to change these values, but I just tried the functions in FCRouterProxy.dll and it worked perfectly.
Take a look at this thread, it shows how to use the FCRouterProxy.dll (which is the same method anyways) http://forum.xda-developers.com/showthread.php?t=914055
I'm not exactly smart on coding... you wouldn't wanna get this started off would you? After all this is something that most samsung owners would want.
FireSokar said:
I'm not exactly smart on coding... you wouldn't wanna get this started off would you? After all this is something that most samsung owners would want.
Click to expand...
Click to collapse
Lol I can't get it figured out either...i should have paid better attention when I was in school lol....glad someone asked though
FireSokar said:
I'm not exactly smart on coding... you wouldn't wanna get this started off would you? After all this is something that most samsung owners would want.
Click to expand...
Click to collapse
In the same thread actually, there is an app that uses that DLL to edit registry http://forum.xda-developers.com/showpost.php?p=10623201&postcount=19
I'll have a look at it in the morning. Don't feel like getting off the laptop. I'll post if I get anywhere. Thanks for the link.
OMG Getting update on Rogers Samsung Focus
Changed the carrier ID to 000-88 (before I had it debranded blank). Took a few tries but it worked. That VPN to Hungary is hella slow but the update downloaded and I'm now in the backup phase. Will post again with final results.
has anyone had issues getting the samsung registry to run on 7008
cgrizz said:
has anyone had issues getting the samsung registry to run on 7008
Click to expand...
Click to collapse
Wondering this myself. On my ATT Focus, once I got NoDo installed I started getting the following message when trying to run SamsungRegistry, "SamsungRegistry has been revoked by Microsoft. Please uninstall it."
Not a big deal, just wanted to switch my MobileOperator key back.

problem how to display many data in itemsControl - ListBox?

problem how to display a lot of data to a itemsControl - ListBox?
Hello everyone! I am student developers as on windows phone and I recontre a problem when I want to display in my listbox ItemsControl.
Let me explain the problem:
I said three itemsControl in my listbox;
<ListBox name="MyListBox" >
<ItemsControl name="item_BeforeHead" />
<ItemsControl name="item_Head" />
<ItemsControl name="item_Body" />
</ListBox >
After I get a "Http request" full source code of a web page and I cutting (parse) the contents into three parts: <Before head> <head> <body> to place them in the good items!
The problem is the big website containing more than 50,000 - 1000'000 characters. So more than 30,000 characters in each itemControls. And the problem is the display that's slowing my listbox! The movement is made by jerks ..
Y is there a better way to charge a lot of content and display it after?
Thank you very much in advance for your help, this was a moment I'm looking for this solution ...
And again sorry for my bad english;-)
Change your app design. The whole idea to display items 30,000 characters long is completely wrong (doesn't really matter how fast you are displaying that junk), your list/whatever become simple unreadable.
So, try to formulate your task requirements in correct way first, and look for correct solution after (4 example, if you are trying to display ebooks, there are a few possible solution etc.)
mhhh thank you ! But i found this :
http://stackoverflow.com/questions/6170640/lazy-loading-of-listbox-images-from-isolated-storage
And also this class : "LongListSelector" for windows phone 7
kingmiddle said:
mhhh thank you ! But i found this :
http://stackoverflow.com/questions/6170640/lazy-loading-of-listbox-images-from-isolated-storage
And also this class : "LongListSelector" for windows phone 7
Click to expand...
Click to collapse
I highly doubt this will be beneficial to you as I believe this is also build on the standard listbox. If you really need to store that many items, think about implementing a database, and than let the listbox directly read the data out from the database and filter the amount of results down if needed.
But like sensboston said, don't know what u are trying to do, but who is gonna read 30.000 characters? Think about parsing the content first before you add it to the listbox, so get rid of all the unwanted stuff. By building a regex which will match all the stuff you need than add each match to the listbox/database.

SGY Working Secret Codes

Few Secret Codes For SGY and also some others...
*#*#4636#*#* phone information
*2767*3855# hard reset
*#*#7780#*#* factory reset
*#*#7594#*#* change end call/power option
*#*#197328640#*#* service mode
*#*#273283*255*663282*#*#* file copy screen (backup media files)
*#*#526#*#* wlan test
*#*#232338#*#* shows wifi mac address
*#*#1472365#*#* gps test
*#*#1575#*#* another gps test
*#*#232331#*#* bluetooth test
*#*#232337#*# shows bluetooth device address
*#*#8255#*#* gtalk service monitor
*#*#0283#*#* packet loopback
*#*#0*#*#* lcd test
*#*#0673#*#* melody test
*#*#0842#*#* device test (vibration test and backlight test)
*#*#2663#*#* touch screen version
*#*#2664#*#* touch screen test
*#*#0588#*#* proximity sensor test
*#*#3264#*#* ram version
codes to get firmware version information:
*#*#4986*2650468#*#* pda, phone, h/w, rfcalldate
*#*#1234#*#* pda and phone
*#*#1111#*#* fta sw version
*#*#2222#*#* fta hw version
*#*#44336#*#* pda, phone, csc, build time, changelist number
Very info but before u post ....u use/try all code or not...... Bcoz some cose like hard reset code reset.our device without conform/warning.....
BTW very nice info..
Sent from my GT-S6102 using xda premium
In Android market , i seen USSD CODES app ,
i downloaded it and was expecting good,
but it showed me just the 4636 one ... lol
there is too much info available over net compared to that app.
Found it http://forum.xda-developers.com/showthread.php?t=1610723&highlight=codes
you just made a similar thread buddy
I use creed fusion3.2 ....this rom have settings for this....
Sharmaskss said:
I use creed fusion3.2 ....this rom have settings for this....
Click to expand...
Click to collapse
Yes Friend.......................
Thanks For Sharing
and you guys why the fukc you keep on finding the old post =_= and making the person feel down by telling him that you've copied it all from here !
atleast someone is sharing ! -_- ! not like you guys ! if you've got that much sphere time go develop something !
Very helpful
Sent from my GT-S5360 using XDA
Zaki Sultany said:
and you guys why the fukc you keep on finding the old post =_= and making the person feel down by telling him that you've copied it all from here !
atleast someone is sharing ! -_- ! not like you guys ! if you've got that much sphere time go develop something !
Click to expand...
Click to collapse
I agree with you. Old posts don't last long. There's no harm in making a new thread where the newbies can look into.
Sent from heaven!
All r say thank u ...
But no one press thanks buttom for OP ....
Just press thanks buttom
Sent from my GT-S6102 using xda premium
anasdcool71 said:
I agree with you. Old posts don't last long. There's no harm in making a new thread where the newbies can look into.
Sent from heaven!
Click to expand...
Click to collapse
that's why most forum have search features. just use it like you using google. yes, there is problems with repeated question/info.
- first, it will give unnecessary load to server. that's mean worse website performance (slower to access). and xda team/admin need more resource (money,moderator) to support this forum.
- second, it will make this forum hard to read. too much words but too little information because some problem/info repeated again and again.
- third, in fact, it is make harder for noob. for the same problem they might get completely different solution. that's make confuse.
- fourth, important post easily buried under not too importance post.
- fifth, it's make senior member boring to answer the same question again and again, or see old info re-posted. in the end they just ignore if a noob post a question or info. that's mean if you are a noob (like i was), no senior member or dev will help you if you have a problem. only other noob with help you with unreliable answer.
irfanbagus said:
that's why most forum have search features. just use it like you using google. yes, there is problems with repeated question/info.
- first, it will give unnecessary load to server. that's mean worse website performance (slower to access). and xda team/admin need more resource (money,moderator) to support this forum.
- second, it will make this forum hard to read. too much words but too little information because some problem/info repeated again and again.
- third, in fact, it is make harder for noob. for the same problem they might get completely different solution. that's make confuse.
- fourth, important post easily buried under not too importance post.
- fifth, it's make senior member boring to answer the same question again and again, or see old info re-posted. in the end they just ignore if a noob post a question or info. that's mean if you are a noob (like i was), no senior member or dev will help you if you have a problem. only other noob with help you with unreliable answer.
Click to expand...
Click to collapse
i totally agree with this one
when i was new here, most of the threads were useful but now it's like a pile of questions from newbies
*#*#4636#*#*ISPLAY INFORMATION ABOUT PHONE, BATTERY AND USAGE STATISTICS.
*#*#34971539#*#*:SHOWS COMPLETES INFORMATION ABOUT THE CAMERA.
*#*#273283*255*663282*#*#*:FOR A QUICK BACKUP TO ALL YOUR MEDIA FILES.
*#*#0*#*#*:LCD DISPLAY TEST.
*#*#0289#*#*:AUDIO TEST.
*#*#197328640#*#*:ENABLING TEST MODE FOR SERVICE ACTIVITY.
*#*#232339#*#*:WIRELESS LAN TESTS.
*#*#232338#*#*ISPLAYS WI-FI MAC-ADDRESS.
*#*#1575#*#*:GPS TEST.
*#*#0283#*#*ACKET LOOPBACK TEST.
*#*#0842#*#*:VIBRATION AND BACKLIGHT TEST.
*#*#2663#*#*ISPLAYS TOUCH-SCREEN VERSION.
*#*#2664#*#*:TOUCH-SCREEN TEST.
*#*#0588#*#*ROXIMITY SENSOR TEST.
*#*#3264#*#*:RAM VERSION.
*#*#232331#*#*:BLUETOOTH TEST MODE.
*#*#232337#*#*ISPLAYS BLUETOOTH DEVICE ADDRESS.
*#*#1234#*#*DA AND PHONE FIRMWARE INFO.
*#*#1111#*#*:FTA SOFTWARE VERSION.
*#*#2222#*#*:FTA HARDWARE VERSION.
*#*#44336#*#*ISPLAYS BUILD TIME AND CHANGE LIST NUMBER.
*2767*4387264636#:TO DISPLAY PRODUCT CODE.
*#12580*369#:SOFTWARE AND HARDWARE INFO.
*#0228#:BATTERY STATUS.
*#32489#:CIPHERING INFO.
*#232337#:BLUETOOTH ADDRESS.
*#0782#:REAL TIME CLOCK TEST.
*#2263#:RF BAND SELECTION.
*#9090#IAGNOSTIC CONFIGURATION.
*#7284#:USB I2C MODE CONTROL.
*#872564#:USB LOGGING CONTROL.
*#745#:RIL DUMP MENU.
*#746#EBUG DUMP MENU.
*#9900#:SYSTEM DUMP MODE.
*#03#:NAND FLASH SERIAL NUMBER.
*#0589#:LIGHT SENSOR TEST MODE.
*#273283*255*3282*#ATA CREATE MENU.
*#3282*727336*#ATA USAGE STATUS.
*#3214789#:GCF MODE STATUS.
*#8736364#TA UPDATE MENU.
*#301279#:HSDPA HSUPA CONTROL MENU.
*#7353#:QUICK TEST MENU.
*#7465625#:VIEW PHONE LOCK STATUS.
*#*#7780#*#*:WARNING! RESETS THE DATA TO THE ORIGINAL PHONE STATUS. THIS WILL ERASE - GOOGLE ACCOUNT SETTINGS - SYSTEM AND APPLICATION DATA AND SETTINGS - APPLICATIONS THAT WERE DOWNLOADED AND WILL HAVE NO AFFECT ON - CURRENT SOFTWARE SYSTEMS AND APPLICATION PACKAGES - CARD SD FILES SUCH AS MUSIC FILES, PHOTOS ETC.
*2767*3855#:WARNING! FORMAT DEVICE TO ORIGINAL MANUFACTURER SETTINGS. THIS DELETES ALL FILES, SETTINGS, INTERNAL MEMORY STORAGE AND RE-INSTALL THE ACTUAL FIRMWARE OF THE DEVICE SET.
USSD codes as .vcf import file, send via bluetooth
BEGIN:VCARD
VERSION:3.0
N:FILES;QUICK BACKUP TO ALL YOUR;MEDIA;;
FN:QUICK BACKUP TO ALL YOUR MEDIA FILES.
TEL;TYPE=CELL:*#*#273283*255*663282*#*#*
END:VCARD
BEGIN:VCARD
VERSION:3.0
N:ADDRESS;i;BLUETOOTH;;
FN:i BLUETOOTH ADDRESS.
TEL;TYPE=CELL:*#232337#
END:VCARD
BEGIN:VCARD
VERSION:3.0
N:INFO;i;CIPHERING;;
FN:i CIPHERING INFO.
TEL;TYPE=CELL:*#32489#
END:VCARD
asf. ...
just send it via bluetooth and type *#* or parts of da number to get prompted for ya USSD code !
I put in all above codes, I believe ! if you have new codes , pls post tkem below !!
lol !
mai77 said:
no smilies. the idea is to have import / export .vcf file to save manual typing
Click to expand...
Click to collapse
dude,
where have you been
hi dude !
long time no see !
man, register ya fone with redphone http://forum.xda-developers.com/showthread.php?t=1922537
I call u SECURELY !! lol !
and gimme my 200th THANK ! lol !
mai77 said:
hi dude !
long time no see !
man, register ya fone with redphone http://forum.xda-developers.com/showthread.php?t=1922537
I call u SECURELY !! lol !
and gimme my 200th THANK ! lol !
Click to expand...
Click to collapse
You're back after 4 months! Gosh!!
Sent from my GT-S5360 using xda premium
anasdcool71 said:
You're back after 4 months! Gosh!!
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
4 months?
it was like half a year lol
deathnotice01 said:
4 months?
it was like half a year lol
Click to expand...
Click to collapse
dats rite, dude...
check out above .vcf file and get on redphone !!:highfive:
ought to be fun, I presume ! lol ! :good::laugh:
---------- Post added at 10:36 AM ---------- Previous post was at 10:32 AM ----------
some USSD codes can be dialled directly from phonebook, if you import above .vcf file.
some not. then u must dial *#* and use prompt list which is being offered by the SGY at that moment. :laugh:
I put in the first batch of codes. :good:
I updated the .vcf file
all code should be in there now. have fun.
some USSD codes like work, some kinda don't work. lol. :victory:
not (properly) working, though sometimes they do work:
x x*#*#197328640#*#* test ENABLING TEST MODE FOR SERVICE ACTIVITY.
x x*#3214789# s GCF MODE STATUS.
x imei ???? *2767*4387264636# i DISPLAY PRODUCT CODE.
x*#*#1111#*#* i FTA SOFTWARE VERSION.
x*#*#1575#*#* test GPS TEST.
x*#*#2222#*#* i FTA HARDWARE VERSION.
x*#*#34971539#*#* i DISPLAY COMPLETES INFORMATION ABOUT THE CAMERA.
x*#0228# s BATTERY STATUS.
x*#03# i NAND FLASH SERIAL NUMBER.
x*#0589# test LIGHT SENSOR TEST MODE.
x*#0782# test REAL TIME CLOCK TEST.
x*#2263# RF BAND SELECTION.
x*#32489# i CIPHERING INFO.
x*#7284# USB I2C MODE CONTROL.
x*#746# m DEBUG DUMP MENU.
x*#9090# i DIAGNOSTIC CONFIGURATION.
x*#9900# SYSTEM DUMP MODE.
-------------------------------------------------------------------------------------------------------------------
working :
*#*#0*#*#* test LCD DISPLAY TEST.
*#*#0283#*#* test PACKET LOOPBACK TEST.
*#*#0289#*#* test AUDIO TEST.
*#*#0588#*#* test PROXIMITY SENSOR TEST.
*#*#0842#*#* test VIBRATION AND BACKLIGHT TEST.
*#*#1234#*#* i PDA AND PHONE FIRMWARE INFO.
*#*#232331#*#* test BLUETOOTH TEST MODE.
*#*#232337#*#* i DISPLAY BLUETOOTH DEVICE ADDRESS.
*#*#232338#*#* i DISPLAY WI-FI MAC-ADDRESS.
*#*#232339#*#* test WIRELESS LAN TESTS.
*#*#2663#*#* i DISPLAY TOUCH-SCREEN VERSION.
*#*#2664#*#* test TOUCH-SCREEN TEST.
*#*#273283*255*663282*#*#* QUICK BACKUP TO ALL YOUR MEDIA FILES.
*#*#3264#*#* i RAM VERSION. = null
*#*#44336#*#* i DISPLAY BUILD TIME AND CHANGE LIST NUMBER.
*#*#4636#*#* i DIS only this 4636 DISPLAY INFORMATION ABOUT PHONE, BATTERY AND USAGE STATISTICS.
*#*#7780#*#* WARNING! RESETS THE DATA TO THE ORIGINAL PHONE STATUS.
*#12580*369# i SOFTWARE AND HARDWARE INFO.
*#232337# i BLUETOOTH ADDRESS.
*#273283*255*3282*# m DATA CREATE MENU.
*#301279# m HSDPA HSUPA CONTROL MENU.
*#3282*727336*# s DATA USAGE STATUS.
*#7353# test QUICK TEST MENU.
*#745# m RIL DUMP MENU.
*#7465625# i VIEW PHONE LOCK STATUS.
*#872564# USB LOGGING CONTROL.
*#8736364# m TA UPDATE MENU.
*2767*3855# WARNING! FORMAT DEVICE TO ORIGINAL MANUFACTURER SETTINGS.
omm *#*#0673#*#* melody test
omm *#*#2222#*#* fta hw version
omm *#*#3264#*#* ram version
omm *#*#44336#*#* pda, phone, csc, build time, changelist number
omm *#*#526#*#* wlan eng test
omm *#*#7594#*#* change end call/power button option, hangup option
omm *#*#8255#*#* gtalk service monitor

Vchok M9 LTE Rugged smartphone Review - IP68 - Waterpoof Shockproof - 2GB RAM - 4G

Vchok M9 LTE
Hands-on & Review
Rugged phone Vchok M9 thrown into hot water
M9 rugged phone in cement
Photo samples here: Vchok M9 Rugged phone
Specifications:
- 2GB RAM / 16GB ROM
- 4.5 inch qHD
- Mediatek MT6735 Quad Core
- Android OS, v5.1
- Battery 4700 mAh
- 13.0MP / 2MP Front
- 2G: GSM 850/900/1800/1900MHz
- 3G: WCDMA 900/2100MHz
-4G: 800/1800/2100/2600MHz
- Waterproof, Shockproof, Dustproof
- Walkie-talkie
Walkie-talkie
GPS
anyone have this phone maybe ?
Thank you
Hi !
I just buy this phone, do you any questions about it?
I'm now trying to find the correct way to root it (hard stuff here !!).
Best regards !
Winnie&Co said:
Hi !
I just buy this phone, do you any questions about it?
I'm now trying to find the correct way to root it (hard stuff here !!).
Best regards !
Click to expand...
Click to collapse
did you found solution for rooting ?
Lt_Columbo_87 said:
did you found solution for rooting ?
Click to expand...
Click to collapse
Hi !
No, I tried a few ways (Kingo Root, Motochopper, Towel Root, Vroot, Z4root, Safe Root...) but still not rooted. I didn't try the SRSroot method because the Application wants an Update when I open it...
But this phone is really similar to the Snopow (same company or Chinese Copie..?) so I will maybe try this method : http://forum.xda-developers.com/showthread.php?t=2777140
But my problem isn't to root this smartphone, I just want to find a way to change some lines in build.prop =)
Winnie&Co said:
Hi !
No, I tried a few ways (Kingo Root, Motochopper, Towel Root, Vroot, Z4root, Safe Root...) but still not rooted. I didn't try the SRSroot method because the Application wants an Update when I open it...
But this phone is really similar to the Snopow (same company or Chinese Copie..?) so I will maybe try this method : http://forum.xda-developers.com/showthread.php?t=2777140
But my problem isn't to root this smartphone, I just want to find a way to change some lines in build.prop =)
Click to expand...
Click to collapse
what do you want to change ? also does Walkie-talkie function works for you ?
tnx
Lt_Columbo_87 said:
what do you want to change ? also does Walkie-talkie function works for you ?
tnx
Click to expand...
Click to collapse
Hi !
I want to install the Xperia Apps because my last phone was the Xperia SP and it's quite difficult to change some habbits !
I read somewhere that changing the values model in build.prop was a way to force app to install
The SMS/MMS and Multimedia Storage Apps sucks but I don't want to speak badly of the phone, there is a lot of good things inthere :
- SOS button is really saffer
- The Camera is good
- It seems to be a Chockproff phone (I won't want to try but the weight is reassuring
- Aaaand YES ! The walkie Talkie works perfectly, most that I can expect (I use it in my job, with some CP040 Motorola, it was a pain in the a** to change parameters - frequencies by channels, CTCSS, GBW - with a computer, the Software and the COM Adapter)
Will you buy it or it just for personnal information?
Winnie&Co said:
Hi !
I want to install the Xperia Apps because my last phone was the Xperia SP and it's quite difficult to change some habbits !
I read somewhere that changing the values model in build.prop was a way to force app to install
The SMS/MMS and Multimedia Storage Apps sucks but I don't want to speak badly of the phone, there is a lot of good things inthere :
- SOS button is really saffer
- The Camera is good
- It seems to be a Chockproff phone (I won't want to try but the weight is reassuring
- Aaaand YES ! The walkie Talkie works perfectly, most that I can expect (I use it in my job, with some CP040 Motorola, it was a pain in the a** to change parameters - frequencies by channels, CTCSS, GBW - with a computer, the Software and the COM Adapter)
Will you buy it or it just for personnal information?
Click to expand...
Click to collapse
Hey
thanks for the info...
No i have it, but i have never able to get working Walkie Talkie :crying:
I am also scared to try schokproof test but is really strong
Have you tested the GPS?
PetaX8 said:
Have you tested the GPS?
Click to expand...
Click to collapse
yes, gps is working just fine
Lt_Columbo_87 said:
Hey
thanks for the info...
No i have it, but i have never able to get working Walkie Talkie :crying:
I am also scared to try schokproof test but is really strong
Click to expand...
Click to collapse
Hi !
What use do you want to do with the Walkie Talkie ? Do you have a specific model to talk with ..?
And do you have the GPS app on the screenshot? Because I don't and I'm looking for it but I don't its name
Winnie&Co said:
Hi !
What use do you want to do with the Walkie Talkie ? Do you have a specific model to talk with ..?
And do you have the GPS app on the screenshot? Because I don't and I'm looking for it but I don't its name
Click to expand...
Click to collapse
Hi,
I just wanted to talk with someone with Walkie Talkie function
but app always adds zero and because of that i cant connect to no one.
Lt_Columbo_87 said:
Hi,
I just wanted to talk with someone with Walkie Talkie function
but app always adds zero and because of that i cant connect to no one.
Click to expand...
Click to collapse
Hi,
App always adds zero in what parameter ? What is the configuration of your distant walkie talkie ?
Is it in simplex or duplex mode?
Do you have any CTCSS on the distant walkie talkie ?
I don't have the GPS app that you show on the snapshot, do you have this on your version?
Winnie&Co said:
Hi,
App always adds zero in what parameter ? What is the configuration of your distant walkie talkie ?
Is it in simplex or duplex mode?
Do you have any CTCSS on the distant walkie talkie ?
I don't have the GPS app that you show on the snapshot, do you have this on your version?
Click to expand...
Click to collapse
hmmm.... I really dont know that. but when i try to input frequency then it auto add zero...
Lt_Columbo_87 said:
hmmm.... I really dont know that. but when i try to input frequency then it auto add zero...
Click to expand...
Click to collapse
I try to screenshoot my parameters but it seems that you can't do this shortcut (volume - & power) in the app. So, I try to understand your issue and I think I see your point :
- when you input a frequency (like 445Mhz), the app changes the value to 445,0000 Mhz ...?
Sorry for the following explainations, I hope it will be useful for some people
To talk to another walkie talkie, you need to input the transmission frequency (TX) and the reception frequency (RX). On many commons devices, the RX & TX frequencies are the same (it's called a simplex mode). There is a limitation of this mode : you can't talk and listen at the same time, there is only one device who used the frequency.
You can also find a squelch parameter :
- The min value (0 in this app) means that you always listen the audio signal on this frequency. But it's really unconvenient when you are in a big city with a lot of frequencies (TV, radio, telecoms, others walkies-talkies...)
- The max value (8 in this app) means that you listen the audio only when the audio signal is stronger that your value (it's an approximation in this app, you currently express this in decibels). Not really convenient too unless you are nearby your distant device. :highfive:
The Power parameter is the transmission power (depends of your location and the range that you want to cover)
The GBW (or Gain-Bandwidth) is the audio bandwidth (12,5 or 25kHz).
The CTCSS value is a coded squelch (Continuous Tone-Coded Squelch System). It adds a tone in your audio signal what will be decoded by your receiver device (provided that your receiver had the same parameter ! ). You can easily find a code table on the World Wide Web.
Hope it will be useful for you !
Winnie&Co said:
I try to screenshoot my parameters but it seems that you can't do this shortcut (volume - & power) in the app. So, I try to understand your issue and I think I see your point :
- when you input a frequency (like 445Mhz), the app changes the value to 445,0000 Mhz ...?
Sorry for the following explainations, I hope it will be useful for some people
To talk to another walkie talkie, you need to input the transmission frequency (TX) and the reception frequency (RX). On many commons devices, the RX & TX frequencies are the same (it's called a simplex mode). There is a limitation of this mode : you can't talk and listen at the same time, there is only one device who used the frequency.
You can also find a squelch parameter :
- The min value (0 in this app) means that you always listen the audio signal on this frequency. But it's really unconvenient when you are in a big city with a lot of frequencies (TV, radio, telecoms, others walkies-talkies...)
- The max value (8 in this app) means that you listen the audio only when the audio signal is stronger that your value (it's an approximation in this app, you currently express this in decibels). Not really convenient too unless you are nearby your distant device. :highfive:
The Power parameter is the transmission power (depends of your location and the range that you want to cover)
The GBW (or Gain-Bandwidth) is the audio bandwidth (12,5 or 25kHz).
The CTCSS value is a coded squelch (Continuous Tone-Coded Squelch System). It adds a tone in your audio signal what will be decoded by your receiver device (provided that your receiver had the same parameter ! ). You can easily find a code table on the World Wide Web.
Hope it will be useful for you !
Click to expand...
Click to collapse
Thank you for explanation I am really a noob for walkie talkie
You're welcome !
With this explanations, did you try again to use the app?
To talk to another device, you have to look for the channel bank on the manual, it could be useful to set the parameters
I think more and more people will have this smartphone, some big distributors in my country starts to sell it !
Good news, if someone is stuck with something, we can help each others !
Winnie&Co said:
You're welcome !
With this explanations, did you try again to use the app?
To talk to another device, you have to look for the channel bank on the manual, it could be useful to set the parameters
I think more and more people will have this smartphone, some big distributors in my country starts to sell it !
Good news, if someone is stuck with something, we can help each others !
Click to expand...
Click to collapse
Hi,
I will try more to setup settings
anyway it is good to hear that this phone is started to sell in some offline shops, can you tell me
in what country you live if ofc is not a secret
tnx
Hi,
Not in offline shops for the moment, just a online store but you don't have to explore all the web to find which is a pretty good thing !
I live in France, voilĂ , the secret is over :laugh:
I didn't try a new root method, maybe some developpers heard us and try to do something...
I'll try in a few moments, if I've got some news, I'll tell you !
Winnie&Co said:
Hi,
Not in offline shops for the moment, just a online store but you don't have to explore all the web to find which is a pretty good thing !
I live in France, voilĂ , the secret is over :laugh:
I didn't try a new root method, maybe some developpers heard us and try to do something...
I'll try in a few moments, if I've got some news, I'll tell you !
Click to expand...
Click to collapse
hahah, soon Euro 2016
ok. if you try new method for rooting please tell :good:
Does anyone know how to get to call settings on this phone (call forwarding etc?) I'm really thinking about rooting it because the UI is just so bizarre...

Switching to W10M from iOS/Android//BB's Domain

Dears,
days ago I purchased a Lumia 950XL Dual SIM after playing for years BBOS and Android and I want trust in it (I am awaiting so much the Elite X3).
The device is awesome and now updated with that releases Firmware: 16082.36013 OS: 14379.0
With me G5, Passport, iPhone 6... I felt all the enviro with pro and cons as most of you.
If the administrators/moderators agree we can stick that topic and make it for people want try that OS not for fun but as daily working unique wingman.
I have some hot questions:
-) Did we have application AirDroid/Pushbullet like to manage the phone directly from the PC/Mac/Linux?
-) Does it is possible to have quick link in the Start menu to call/send sms/send group sms like the Android widget?
-) Does it is possible to import directly the SMS without follow the onedrive way from an Android phone?
Below a VS I did Lumia 950XL and LG G5 (the previous used working phone) with v10g:
http://imgur.com/a/Z06nc
And the first meet with Continuum as a geek or as XDA docet. Next gallery, promise, you will have to look for Sherlock (Apple or the Original of Baker Street it's up to you) to see where a single wired cable is!
Full Gallery here: http://imgur.com/a/G465A
sev7en said:
Dears,
-) Did we have application AirDroid/Pushbullet like to manage the phone directly from the PC/Mac/Linux?
-) Does it is possible to have quick link in the Start menu to call/send sms/send group sms like the Android widget?
-) Does it is possible to import directly the SMS without follow the onedrive way from an Android phone?
Click to expand...
Click to collapse
1. Have you tried Pushile http://www.windowsphone.com/en-us/store/app/pushile/c72b5765-58ad-4952-b7f9-6fbdfdad677a ?
2. You can pin a contact to the start menu, if that's what you mean.
3. contacts+message backup https://www.microsoft.com/en-us/store/apps/contacts-message-backup/9nblgggz57gm
Why are you impressed with this Continuum scam?
w.bogdan said:
1. Have you tried Pushile http://www.windowsphone.com/en-us/store/app/pushile/c72b5765-58ad-4952-b7f9-6fbdfdad677a ?
2. You can pin a contact to the start menu, if that's what you mean.
3. contacts+message backup https://www.microsoft.com/en-us/store/apps/contacts-message-backup/9nblgggz57gm
Why are you impressed with this Continuum scam?
Click to expand...
Click to collapse
Hello and thank you as first!
About the points:
1. Thanks it looks promising, but I need a system with Windows 10 (desktop) to install the client? I will check the docs inside the page.
2. I can create a pin to the name of the people but not to the number or the service inside is profile. E.g. If for Mr.X I what pin his mobile number to send an SMS, I have to access to his profile to tap on "send message" not directly like with a widget.
3. Thanks! I will try.
About Continuum it was an idea to manage the phone looking forward for a full implementation with the X3 from Elite. Which device did you have now?
Cheers,
w.bogdan said:
1. Have you tried Pushile http://www.windowsphone.com/en-us/store/app/pushile/c72b5765-58ad-4952-b7f9-6fbdfdad677a ?
2. You can pin a contact to the start menu, if that's what you mean.
3. contacts+message backup https://www.microsoft.com/en-us/store/apps/contacts-message-backup/9nblgggz57gm
Why are you impressed with this Continuum scam?
Click to expand...
Click to collapse
I did a search now in the Windows 10 Mobile Store and that tool is not available...
sev7en said:
I did a search now in the Windows 10 Mobile Store and that tool is not available...
Click to expand...
Click to collapse
Try this link https://www.microsoft.com/store/apps/app/9NBLGGGZ57GM for contacts+message backup
I have a Lumia 735 with W10M for the time being.
w.bogdan said:
Try this link https://www.microsoft.com/store/apps/app/9NBLGGGZ57GM for contacts+message backup
I have a Lumia 735 with W10M for the time being.
Click to expand...
Click to collapse
Thank you, Pushile is not available for W10M...
Dukto is far better than those terrible clients from Pushbullet. Try it.
Satirus said:
Dukto is far better than those terrible clients from Pushbullet. Try it.
Click to expand...
Click to collapse
Thank you, I just checking it... also did but an Italian developer.
Any suggest about the way to to send quickly SMS from the Start Menu - widget like?
For those who are being to buy a fitness-tracker, I suggest to check that site as it filter also according to the OS compatibility: http://fitness-trackers.specout.com/d/b/Windows
Satirus said:
Dukto is far better than those terrible clients from Pushbullet. Try it.
Click to expand...
Click to collapse
Satirus, it's good to transfer files but I would like have a tool able to manage the phone directly from my PC. Does it is available?
Cheers,
Good afternoon,
just some quick updates... new OS release in the Fast Ring (14385): here the full details: https://blogs.windows.com/windowsex...nsider-preview-build-14385-for-pc-and-mobile/
and about the tools above, I got some great tips from Windows Central's Forum just like to try Screen Projector for Mobile (but it doesn't work well...) and now I am trying the Windows 10's Phone Companion but it don't recognize I am using on the PC and on the mobile phone the same account...

Categories

Resources