Notices


Reply
Thread Tools
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1231
The solution is much easier . There is a different way to activate device lock which does also disabled the power button. I will add this info to Phone_control pages.
 

The Following 6 Users Say Thank You to yablacky For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1232
Thanks a lot! It was bugging me for months, and I never found solution.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1233
smscon 0.10.9-1 has been queued for loading into fremantle extras-devel repository

Solved TrueCrypt dilemma: Remotely control the phone after reboot even if device lock is active!
New options to lock and unlock the device depending on validness of SIM card and PIN code.

Changelog en detail:
  • NEW: New option "DEVICELOCKLATE" (yes/no). Applies to situation where phone was locked at shutdown and therefore will be locked on next boot: If set to "yes", and the phone boots again, it will ask the device lock code _after_ asking for SIM pin code. This allows the phone to connect to telephone and wlan networks albeit it is device locked. This in turn allows to remotely control the phone via smscon even after rebooting with active device lock.
    Note that "DEVICELOCKLATE" only works if smscon loads on boot.
    If "DEVICELOCKLATE" is enabled, which is default, it solves the smscon/TrueCrypt dilemma.
  • REMOVED: The option "SIMUNLOCK" converts to new "LOCKMODE_NEWSIM"; see below.
    "SIMUNLOCK" still exists but is no longer used and will be completely removed in future version. Until then it is kept for API compatibility with older versions of smscon editor.
    When upgrading to this version, the current "SIMUNLOCK" setting is used to initialize all the new "LOCKMODE_xxx" settings accordingly, which are:
  • NEW: New option "LOCKMODE_BADSIM" (keep|unlock|lock) to define automatic device un/locking on either no SIM or on new (=unauthorized) SIM with _wrong_ PIN.
    Note that "unlock" only works if DEVICELOCKLATE is "yes".
  • NEW: New option "LOCKMODE_NEWSIM" (keep|unlock|lock) to define automatic device un/locking on new (=unauthorized) SIM with _correct_ PIN.
    Note that "unlock" only works if DEVICELOCKLATE is "yes". In earlier versions the functionality of "LOCKMODE_NEWSIM" was known as "SIMUNLOCK" which becomes obsolete.
  • NEW: New option "LOCKMODE_OKSIM" (keep|lockifnopin|lockalways) to define automatic device locking if authorized SIM is present in phone.
  • NEW: For developer only: New smscon command line option to check if current SIM is authorized:
    smscon -test imsi
    Returns message and true/false shell return code accordingly.
 

The Following 6 Users Say Thank You to yablacky For This Useful Post:
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1234
Also smscon-editor 0.10.9-4 that suits smscon 0.10.9-1 is available in fremantle extras-devel repository.
 

The Following 5 Users Say Thank You to yablacky For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#1235
Release of SMSCON Editor 0.10.9-4 in extras-devel

Changes:

  • NEW: Added new SMSCON device lock options: LOCKMODE_BADSIM, LOCKMODE_NEWSIM, LOCKMODE_OKSIM
  • CHANGE: Removed deprecated SIMUNLOCK option.
  • NEW: Added a button for revoking the authorisation of the current SIM only.
  • CHANGE: Moved the enable/disable switches for the daemon and the boot in the initialisation window.
  • NEW: Added user confirmation dialogues for operational sensitive actions.
  • CHANGE: Major redesign of main and initialisation windows.


Sorry for the late announcement. In a couple of weeks when I get some more time I will try to review the main window once more, since both yablacky and me think it can be improved. For the time being, my focus was more on the new functionality he brought with the latest SMSCON.
 

The Following 5 Users Say Thank You to Saturn For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1236
Absolutely awesome, thank You!

Will test extensively in first bigger batch of free time, and report back.
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#1237
hahaha do you remember Estel when i said


Originally Posted by nicholes View Post
when smscon editor will be updated?
so you replied


Originally Posted by Estel View Post
When the Time will come. You will see four riders of elopcalypse riding sky, so don't worry, you won't have chance to miss it.
i think i missed "four riders of elopcalypse riding sky"

BTW thanks for the updates guys, i was waiting for that for a looooooooooong time.
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1238
Having issue with SMSCON, I had to reflash combined on my N900.
I had the current "stable" SMSCON package installed.
After my reflash I let HAM/Backup App reinstall all my applcations, not releasing Devel was enabled.

I opened up SMSCON it took the default password, I changed the password and reinput all the settings.

Now I can't enter SMSCON the password shows incorrect everytime.

I have tried re-installing both "stable" and "devel" version and the password is showing incorrect.

Is there a way to restart SMSCON from scratch?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1239
Originally Posted by sixwheeledbeast View Post
...
Is there a way to restart SMSCON from scratch?
Deinstall smscon and smscon-editor the regular way.
Open a shell terminal, become root.
Then enter this command:
Code:
rm -rf "/opt/smscon" "/opt/smscon-editor"
Then again install packages from stable or devel.

Last edited by yablacky; 2012-09-18 at 18:43. Reason: fixed typo
 

The Following User Says Thank You to yablacky For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1240
Needed root. Thanks.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:15.