View Single Post
DJJonosound's Avatar
Posts: 411 | Thanked: 302 times | Joined on May 2012 @ Australia
#7
Its a reboot loop then.
I hope this can fix it.

Open flasher, enter this, then plug phone in.
Code:
flasher --enable-rd-mode --set-rd-flags=no-lifeguard-reset
You then need to boot. The screen will be black once it finishes loading the boot sequence, as the home screen is not running. Reconnect the device, and then connect using mass storage. Copy the attached constants.ini to the device. Make sure you decompress it on your computer before copying. It removes all of the font requirements from the theme.

Then reconnect and use sync and connect. Using an ssh client of some sort, (linux and mac use terminal and type in ssh as command) ssh into root@192.168.2.15. For mac and linux this is done as
Code:
ssh root@192.168.2.15
Then you need to copy the file across using ssh. This should do the trick provided you put the file in mydocs:
Code:
 cp -i "home/user/MyDocs/constants.ini" "usr/share/themes/Full iOS 7 theme/meegotouch/constants.ini"
You want to copy and replace the file.
If this works, shut the device down, and then type this into flasher and connect device:
Code:
flasher --disable-rd-mode
This should work, I hope.

If there is an error in the cp command, I don't know how to use it properly. I don't use it much. Please correct me if that is so.
Attached Files
File Type: zip constants.ini.zip (2.8 KB, 119 views)

Last edited by DJJonosound; 2014-04-21 at 12:04. Reason: forgot to attach file
 

The Following User Says Thank You to DJJonosound For This Useful Post: